diff --git a/debian/changelog b/debian/changelog index 25d5ec3..c327fe5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lubuntu-default-settings (1.18) disco; urgency=medium + + * Set folder view ascending order. (LP: #1801210) + * Set desktop shortcuts for home, trash, computer, and network as default. + + -- Dan Simmons Sun, 03 Feb 2019 00:21:31 -0500 + lubuntu-default-settings (1.17) cosmic; urgency=medium * Set leave confirmation dialog as default diff --git a/src/etc/xdg/xdg-Lubuntu/pcmanfm-qt/lxqt/settings.conf b/src/etc/xdg/xdg-Lubuntu/pcmanfm-qt/lxqt/settings.conf index 58faeef..bd873f0 100644 --- a/src/etc/xdg/xdg-Lubuntu/pcmanfm-qt/lxqt/settings.conf +++ b/src/etc/xdg/xdg-Lubuntu/pcmanfm-qt/lxqt/settings.conf @@ -14,6 +14,7 @@ SingleClick=false ConfirmDelete=true [Desktop] +DesktopShortcuts=Home, Trash, Computer, Network WallpaperMode=stretch Wallpaper=/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png BgColor=#000000 @@ -32,7 +33,7 @@ AutoRun=true [FolderView] Mode=icon ShowHidden=false -SortOrder=descending +SortOrder=ascending SortColumn=name BigIconSize=48 SmallIconSize=24