We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e413a85 commit f714b3cCopy full SHA for f714b3c
bin/install_desktop.sh
@@ -44,11 +44,11 @@ cp ../desktop-conf/osgeo-desktop-transparent.png \
44
45
### Set the desktop background
46
sed -i -e 's|^DesktopShortcuts=.*|DesktopShortcuts=Home, Trash|' \
47
- -e 's|^WallpaperMode=.*|WallpaperMode=fit|' \
+ -e 's|^WallpaperMode=.*|WallpaperMode=zoom|' \
48
-e 's|^Wallpaper=.*|Wallpaper=/usr/share/lubuntu/wallpapers/osgeo-desktop.png|' \
49
-e 's|^BgColor=.*|BgColor=#cfd2e4|' \
50
- -e 's|^FgColor=.*|FgColor=#232323|' \
51
- -e 's|^ShadowColor=.*|ShadowColor=#A09A8F|' \
+ -e 's|^FgColor=.*|FgColor=#000000|' \
+ -e 's|^ShadowColor=.*|ShadowColor=#7f7f7f|' \
52
-e 's|^UseTrash=.*|UseTrash=true|' \
53
/etc/xdg/xdg-Lubuntu/pcmanfm-qt/lxqt/settings.conf
54
0 commit comments