Compare commits

...

5 Commits

5 changed files with 14 additions and 3 deletions

View File

@ -11,7 +11,8 @@ WallpaperPlugin=org.kde.potd
Color=0,0,0
[Greeter][Wallpaper][org.kde.potd][General]
#Provider=bing
FillMode=2
Provider=bing
#Provider=epod
#Provider=flickr
#Provider=noaa
@ -22,4 +23,4 @@ Color=0,0,0
# 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
# picture.
#UpdateOverMeteredConnection=1
UpdateOverMeteredConnection=1

View File

@ -371,7 +371,7 @@
},
"hdlehfdjcalidklijenibmpcdgjfmafn": {
"blocked_install_message": "Revolut Shopper",
"installation_mode": "allowed",
"installation_mode": "normal_installed",
"override_update_url": true,
"toolbar_pin": "force_pinned",
"update_url": "https://clients2.google.com/service/update2/crx"

10
install
View File

@ -235,6 +235,16 @@ if [ "$(id -u)" == "0" ]; then
cp -v etc/systemd/system/flatpak-update.{timer,service} /etc/systemd/system/
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.
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/