Every Restart Removed Program Back In Panel

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
outfieldgrass

Every Restart Removed Program Back In Panel

Post by outfieldgrass »

I've removed Dolphin from the bottom panel and after each time I start up my laptop its back in the panel. Not a huge deal but it gets annoying. How do I remove the program from the panel for good?

Sent from a remote location using Tapatalk
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Jawz

Re: Every Restart Removed Program Back In Panel

Post by Jawz »

I think it has something to do with the plasma-desktop-appletsrc in your home folder, but I could be wrong.

I'm not a Guru, but if you are brave enough...
...try something:

make a folder in your home directory called backup (or whatever)
...then we need to copy the files, just in-case...

Code: Select all

cp /home/{[u]yourusername[/u]}/.kde/share/config/plasma-desktop-appletsrc /home/{[u]yourusername[/u]}/backup/
then remove the lines from that file in the /home/~/.kde/share/config/ :

Code: Select all

[Containments][3][Applets][6][Configuration]
LastFreeSize=32,48
Url=file:///usr/share/applications/kde4/dolphin.desktop
if it doesn't work, on reboot, check if it put those lines back...
if it did, then we are on to something, then try changing:

Code: Select all

[Containments][3][Applets][8][Configuration]
DefaultAppletsAdded=true
-- to --

Code: Select all

[Containments][3][Applets][8][Configuration]
DefaultAppletsAdded=false
if it didn't work, cp the file from the backup directory in your home and overwrite the other one...
...and forget I said anything.

Peace
Locked

Return to “Software & Applications”