Summary: Set folder view sort ascending (LP: #11801210) T165. Set desktop shortcuts for home, computer, trash, network as default T125.

Test Plan: Verify folders are sorted in ascending order in pcmanfm-qt. Verify desktop shortcuts appear as default.

Reviewers: tsimonq2, wxl

Reviewed By: wxl

Differential Revision: https://phab.lubuntu.me/D55
ubuntu/disco ubuntu/1.18
Dan Simmons 5 years ago committed by Simon Quigley
parent 89d24fccbd
commit 0f8876a4dd

7
debian/changelog vendored

@ -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 <monetaryabyss@protonmail.com> Sun, 03 Feb 2019 00:21:31 -0500
lubuntu-default-settings (1.17) cosmic; urgency=medium
* Set leave confirmation dialog as default

@ -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

Loading…
Cancel
Save