forked from lxqt/pcmanfm-qt
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededqtQt expertise neededQt expertise needed
Description
We want to show disks on the desktop.
In desktopwindow.cpp change Fm::CachedFolderModel::modelFromPath(fm_path_get_desktop()); to Fm::CachedFolderModel::modelFromPath(fm_path_new_for_uri("computer://")); in two places.
Then, instead of the files in the desktop folder determined by XDG_DESKTOP_DIR, the volumes are shown on the desktop.
Now, how can we show both? Best would be if we could put more than one model into the Fm::CachedFolderModel... is it possible?
Reference:
lxqt#1192 (comment)
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededqtQt expertise neededQt expertise needed
