The source project of this merge request has been removed.
containments/desktop: Store Folder View configuration paths relative to desktop
The Folder View widget used to show .desktop files' filenames instead of desktop entries' Name properties when using a user-specified path.
How to test:
- Create a folder below
xdg-user-dir DESKTOP
and drag and drop an entry from Kickoff to this folder - In the Desktop Settings, make sure
Layout
is set toDesktop
- Open the Folder View widget's settings
- Choose the
Custom path
option and select the folder created in step 1 - Before, the URI would use the file:// protocol, which would result in the file names of the desktop files being shown in the Folder View widget
- Now it automatically converts it to a desktop:// URI, which results in the application names being shown in the
Folder View
widget
before | after |
---|---|
This MR converts all file://
paths below xdg-user-dir DESKTOP
to relative ones using the desktop://
scheme.
Edited by Alexander Wilms