mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-24 20:17:53 +01:00
Compare commits
5 Commits
b00e8c8184
...
d1c13a5489
| Author | SHA1 | Date | |
|---|---|---|---|
| d1c13a5489 | |||
| 0df955abb1 | |||
| d74904a1d0 | |||
| 7498834c43 | |||
| 772933d118 |
@ -11,7 +11,8 @@ WallpaperPlugin=org.kde.potd
|
|||||||
Color=0,0,0
|
Color=0,0,0
|
||||||
|
|
||||||
[Greeter][Wallpaper][org.kde.potd][General]
|
[Greeter][Wallpaper][org.kde.potd][General]
|
||||||
#Provider=bing
|
FillMode=2
|
||||||
|
Provider=bing
|
||||||
#Provider=epod
|
#Provider=epod
|
||||||
#Provider=flickr
|
#Provider=flickr
|
||||||
#Provider=noaa
|
#Provider=noaa
|
||||||
@ -22,4 +23,4 @@ Color=0,0,0
|
|||||||
# I only keep marking https://openwireless.org as metered and I doubt anyone
|
# I only keep marking https://openwireless.org as metered and I doubt anyone
|
||||||
# would notice if I encountered AP hosted by someone else and it updated one
|
# would notice if I encountered AP hosted by someone else and it updated one
|
||||||
# picture.
|
# picture.
|
||||||
#UpdateOverMeteredConnection=1
|
UpdateOverMeteredConnection=1
|
||||||
|
|||||||
@ -371,7 +371,7 @@
|
|||||||
},
|
},
|
||||||
"hdlehfdjcalidklijenibmpcdgjfmafn": {
|
"hdlehfdjcalidklijenibmpcdgjfmafn": {
|
||||||
"blocked_install_message": "Revolut Shopper",
|
"blocked_install_message": "Revolut Shopper",
|
||||||
"installation_mode": "allowed",
|
"installation_mode": "normal_installed",
|
||||||
"override_update_url": true,
|
"override_update_url": true,
|
||||||
"toolbar_pin": "force_pinned",
|
"toolbar_pin": "force_pinned",
|
||||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||||
|
|||||||
10
install
10
install
@ -235,6 +235,16 @@ if [ "$(id -u)" == "0" ]; then
|
|||||||
cp -v etc/systemd/system/flatpak-update.{timer,service} /etc/systemd/system/
|
cp -v etc/systemd/system/flatpak-update.{timer,service} /etc/systemd/system/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# SECURITY AND PRIVACY WARNING! May change WiFi positioning service
|
||||||
|
# endpoint plus enables data submission.
|
||||||
|
if [ -d /etc/geoclue/conf.d/ ]; then
|
||||||
|
cp etc/geoclue/conf.d/80-beacondb.conf /etc/geoclue/conf.d/
|
||||||
|
chmod -v a+r /etc/geoclue/conf.d/*.conf
|
||||||
|
touch /etc/geolocation
|
||||||
|
chown -v geoclue:geoclue /etc/geolocation
|
||||||
|
chmod -v 600 /etc/geolocation
|
||||||
|
fi
|
||||||
|
|
||||||
# STRANGE BEHAVIOUR WARNING IF NOT ME.
|
# STRANGE BEHAVIOUR WARNING IF NOT ME.
|
||||||
cp -v etc/systemd/system/{aminda-nocron-reboot,aminda-nocron-rebootish,sysctl-p--system}.service /etc/systemd/system/
|
cp -v etc/systemd/system/{aminda-nocron-reboot,aminda-nocron-rebootish,sysctl-p--system}.service /etc/systemd/system/
|
||||||
cp -v etc/systemd/system/{aminda-nocron-reboot,aminda-nocron-rebootish,sysctl-p--system}.timer /etc/systemd/system/
|
cp -v etc/systemd/system/{aminda-nocron-reboot,aminda-nocron-rebootish,sysctl-p--system}.timer /etc/systemd/system/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user