this post was submitted on 15 Jan 2025
12 points (100.0% liked)
KDE
7038 readers
71 users here now
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yes very possible
Exec=konsole
toExec=konsole --new-tab
I did this, works without issues
Yeah I did that already thinking it would solve this but I didn't know there was an additional step to perform 😅
So, I just did something stupid. 😭
cp /usr/share/applications ~/.local/share/applications
not noticing that you didn't specify the name of the file ;rm -r ~/.local/share/applications
;mkdir -p ~/.local/share/applications && cp /usr/share/applications/org.kde.konsole.desktop ~/.local/share/applications
, I noticed a bunch of my apps disappeared, meaning this directory already existed and already had files that weren't duplicates from/usr/share/applications
.How do I recover from that ?
Thank you
Lol ma boy
Good idea but obviously you should have looked what entries there were
Would have been the command.
Good luck getting your entries back! (And no,
rm
has no wastebin...)Normally only user customized ones go in there, maybe if you use hacky tools like appimage-manager or so they too.
Well, turns out those were user customized ones indeed, but that I never wrote myself : for adding environment variables to an application, I'd right-click it in the start menu then Edit Application, which opens a GUI editor that actually writes into
~/.local/share/applications
.So, luckily, I didn't loose any app : they eventually reappeared on their own and I only had to redo the customization.
Also, that made me realize that I can also use that same GUI to do the edit you suggested.
KDE is great!