https://bugs.kde.org/show_bug.cgi?id=392291
Bug ID: 392291
Summary: Ability to hide icons (temporarily)
Product: plasmashell
Version: master
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Folder
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
Use case: I'd like to be able to hide my desktop icons temporarily without
losing their positions.
A much easier method would be to not make it a context menu option. It could be
toggleable from the config window.
If we make it a context menu option, it's a lot of work + testing since it
touches C++.
Just want to check to see if you'd be willing to accept a patch, or if I should
just do a local modification.
*
https://github.com/KDE/plasma-desktop/blob/master/containments/desktop/plugins/folder/viewpropertiesmenu.h
*
https://github.com/KDE/plasma-desktop/blob/master/containments/desktop/plugins/folder/foldermodel.h
* plasmoid.configuration.hideIcons
Easy enough to copy `bool locked` for a `hidden` context menu action.
Either bind in foldermodel.cpp to appletInterface or bind to the config in QML.
--
You are receiving this mail because:
You are watching all bug changes.