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
This commit is contained in:
parent
89d24fccbd
commit
0f8876a4dd
7
debian/changelog
vendored
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
|
lubuntu-default-settings (1.17) cosmic; urgency=medium
|
||||||
|
|
||||||
* Set leave confirmation dialog as default
|
* Set leave confirmation dialog as default
|
||||||
|
@ -14,6 +14,7 @@ SingleClick=false
|
|||||||
ConfirmDelete=true
|
ConfirmDelete=true
|
||||||
|
|
||||||
[Desktop]
|
[Desktop]
|
||||||
|
DesktopShortcuts=Home, Trash, Computer, Network
|
||||||
WallpaperMode=stretch
|
WallpaperMode=stretch
|
||||||
Wallpaper=/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png
|
Wallpaper=/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png
|
||||||
BgColor=#000000
|
BgColor=#000000
|
||||||
@ -32,7 +33,7 @@ AutoRun=true
|
|||||||
[FolderView]
|
[FolderView]
|
||||||
Mode=icon
|
Mode=icon
|
||||||
ShowHidden=false
|
ShowHidden=false
|
||||||
SortOrder=descending
|
SortOrder=ascending
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
BigIconSize=48
|
BigIconSize=48
|
||||||
SmallIconSize=24
|
SmallIconSize=24
|
||||||
|
Loading…
x
Reference in New Issue
Block a user