Iâm not sure the instructions are so clear - shame you didnât offer a screenshot.
Try one more time:
- Right click Desktop>press M (for edit Mode).
- Move the mouse down to the panel and Left Click (normal click) to show the config window.
- Hover with the cursor to see if you get the â4 arrowâ move icon:
- If you do, then left click and drag it.
Troubleshooting
First step may be to create a USER to try a fresh desktop on your existing installation.
If that doesnât fix it, then your installation is broken. If that fixes it then you can consider resetting some configs - and as weâre âgeneral debugâ mode here we can do a drastic non-destructive reset:
If that fixes it, you know that itâs your $USER data thatâs messing it up - so go debug that.
I generally start that by logging in, then moving .config
to .config-main
and then log out again. Itâs drastic
Next time you log in you get a fairly vanilla desktop, and can open Dolphin dual pane with .config | .config-main
panels open, move back from âmainâ anything you think will NOT recreate the problemâŠ
Eventually you should isolate the culprit without reinstalling.
Rename ~/.config/plasma-org.kde.plasma.desktop-appletsrc
Open Dolphin with Meta+E, then press Ctrl+L to get the addressbar and type ~/.config/
and hit Enter.
Then press /
and type âappletâ and you should see it highlighted - press F2 and rename it (add DUFF to the end).
Now restart Plasma with systemctl --user restart plasma-plasmashell.service
I actually created a command
for this so I can type âprestartâ in krunnerâŠ
prestart
#!/bin/bash
systemctl --user restart plasma-plasmashell.service
Now you should have a Vanilla panel, and should find that you can move the plasmoids.
You can use software like âmeldâ to inspect the difference between the new file and your âDUFFâ version.
Rename the new version (add -NEW) and the old version (remove -DUFF) and do âprestartâ again to get the old config back.