A Linux desktop featuring a traditional layout, built from modern technology and introducing brand new innovative features.
GNU General Public License v2.0
4.57k
stars
745
forks
source link
Applet settings widget `filechooser` set as "folderchooser" gives wrong UI scheme #12374
Open
guillaume-mueller opened 2 months ago
Distribution
Mint 22
Package version
6.2.9
Graphics hardware in use
No response
Frequency
Always
Bug description
An applet settings widget
filechooser
set with"select-dir": true
to be a "folderchooser" has its value still prefixed with thefile://
URI scheme.MWE:
settings-schema.json
:applet.js
:Steps to reproduce
Download this ZIP containing the mentioned MWE as a complete applet and put its contained folder in
~/.local/share/cinnamon/applets
.Open the Applets window, add the applet and open its settings window.
Modify the "folderchooser" choice and read the URI shown in the notification.
Expected behavior
The URI put in the
filechooser
's value should be prefixed with thedirectory://
URI scheme.Additional information
No response