đž Archived View for anjune.lol âş gmi âş kickoff.gmi captured on 2023-09-08 at 16:10:13. Gemini links have been rewritten to link to archived content
âŹ ď¸ Previous capture (2023-07-22)
-=-=-=-=-=-=-
Have YOU, TOO, ever missed a shortcut to your favourite package manager, terminal emulator, or process monitor on Plasmaâs âApplication Launcherâ² widgetâs sparsely populated âComputerâ tabš?
While you can right-click application menu entries and add them to or remove them from your favourites, thereâs no obvious way to add further system applications to the few offered under the âApplicationsâ header on the âComputerâ tab. (And no, I donât mean the applications in the âSystemâ submenu on the âApplicationsâ tab. I really do mean system applications under the... excuse me. I may have asked barely-listening people for support once too often. They go off on some keyword they spotted without actually comprehending what you said.)
Thereâre two ways that I can see to remedy this.
Either edit the correct âSystemApplicationsâ line in the configuration for your particular instance of the Kickoff widget in â$XDG_CONFIG_HOME/plasma-org.kde.plasma.desktop-appletsrcâÂł â
â or, and this method is much less fragile, edit the widgetâs defaults in â/usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/config/main.xmlâ or a local copy of it in â$XDG_DATA_HOME/plasma/plasmoids/org.kde.plasma.kickoff/contents/config/main.xmlâÂł.
(When using a local copy, your changes will persist across Plasma updates, although you might want to merge them with the new version every now and then.)
Simply find this section and fill it in with the â.desktopâ files representing your preferred System applications:
<entry name="systemApplications" type="StringList"> <label>List of applications at the top of the "Computer" tab.</label> <default>systemsettings.desktop,org.kde.ksysguard.desktop, org.kde.ksystemlog.desktop,org.kde.filelight.desktop, org.kde.konsole.desktop,syncthing-ui.desktop,grsync.desktop, gufw.desktop,org.keepassxc.KeePassXC.desktop</default> </entry>
Youâll find these â.desktopâ files in â/usr(/local)/share/applicationsâ or, if overriden by or installed for your local user account, â$XDG_DATA_HOME/applicationsâÂł.
A âRun commandâŚâ entry will be added automatically.
Remove and re-add the âApplication Launcherâ widget, and that will have been that.
___
šit looks different as of Plasma 5.21, but the principle, the problem and the solution remain the same
²internally called âKickoffâ
Âłwhen empty (and by default they are), âXDG_CONFIG_HOMEâ is â/home/username/.configâ and âXDG_DATA_HOMEâ is â/home/username/.local/shareâ