https://bugs.kde.org/show_bug.cgi?id=485340
Bug ID: 485340 Summary: Plasmoids not resolving bundled icons or notifyrc Classification: Plasma Product: plasmashell Version: 6.0.3 Platform: Arch Linux OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: diyou....@gmail.com CC: k...@davidedmundson.co.uk Target Milestone: 1.0 I asked at https://discuss.kde.org/t/plasmoids-not-resolving-bundled-icons-or-notifyrc/13863 Basically I'd like plasma to resolve icons and notifyrc files from within the plasmoid folder given a folder structure like: MyPlasmoid/ ├── contents/ │ ├── ui/ │ │ └── main.qml │ ├── icons/ │ │ └── MyPlasmoid.svg │ └── notifyrc/ │ │ └── MyPlasmoid.notifyrc └── metadata.json This way it would be possible to display a bundled & theme-able icon as the thumbnail in the "Add widgets..." side panel. To make the notifyrc and icon files available as early as possible I found plasmoids set the "EnabledByDefault" property in the metadata.json and execute a shell script to copy those to fixed locations(e.g. ~/.local/share/knotifications6/ and ~/.local/share/icons/). This doesn't handle any sort of automatic cleanup of course and is frankly to hacky & insecure for my taste. -- You are receiving this mail because: You are watching all bug changes.