LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-31-2021, 10:11 PM   #1
ggis73
LQ Newbie
 
Registered: Apr 2019
Location: USA
Distribution: Slackware
Posts: 5

Rep: Reputation: Disabled
Plasma5 on -current: Unable to move panel, missing the popup bar with "screen edge" option


Hi, all. Hoping not to duplicate anything that has already been asked. Tried my best due diligence poking around the forum and the almighty Google, but perhaps my Google-fu is just broken tonight.

I've decided to have a little fun and jump over to -current, starting to wean myself off a long-term relationship with 14.2. So far, things have gone well and I'm happy with it. I just have one minor, albeit puzzling issue with Plasma5 I'm trying to sort out.

On both a fresh install on one of my laptops and on an upgrade of my desktop (I know, bad me for not getting clean first), I have a strange issue with moving panels around, whether the default or newly-created. When I go into Edit mode, and try to bring up the panel options, I don't get the usual "popup" with the "screen edge" button to move the panel around and the other options buttons. Instead I have a small rectangular window that seems to render slightly off-screen and has no controls/handles/widgets.

I messed around with all kinds of settings: compositor on/off at startup, different sessions (Wayland, Failsafe, normal X), changing window effects options, changing themes...none of it affects the behavior. For now I was able to get my panel up to the top where I like it by adding new panels till one automatically chose the top screen edge, then deleted the rest and went from there. However, it's still bugging me that I can't get that "options" bar to popup.

Side note...I also had the issue with the PlasmoidPopupsContainer.qm[l] error in the tray, as seen in my screenshot, but fixed that by renaming the file extension as mentioned in other posts about the same.

Screenshot attached to this post is of my desktop, shortly after firing up Plasma5 for the first time and getting ready to customize (my conky bar, leftover from 14.2 configs, can be seen hiding behind the default panel). Does anyone have any suggestions of what may be going wrong here? Not sure what log files, if any, might tell me what the deal is (missing dependency, "oops" in a config file, etc). Could it be a KDE5 bug I should be talking to the KDE project folks about?

Desktop is a Dell Optiplex 390 with ATI Radeon R7 250 (radeon driver), laptop is a Lenovo T440 with Intel Haswell integrated graphics (i915 driver). Both pure x64, no multilib.

Thanks!
Attached Thumbnails
Click image for larger version

Name:	Screenshot_20210131_174918.jpg
Views:	41
Size:	132.6 KB
ID:	35439  
 
Old 02-01-2021, 04:48 PM   #2
gegechris99
Senior Member
 
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,162
Blog Entries: 5

Rep: Reputation: 394Reputation: 394Reputation: 394Reputation: 394
I also had issue with *.qm files instead of having *.qml files. There were a couple of them. You can find them with:
Code:
find /usr/share/plasma -iname *.qm
Most of them belong to package plasma-workspace. I reinstalled the package.

So first step, make sure you no longer have any .qm files in /usr/share/plasma.
 
2 members found this post helpful.
Old 02-01-2021, 09:23 PM   #3
ggis73
LQ Newbie
 
Registered: Apr 2019
Location: USA
Distribution: Slackware
Posts: 5

Original Poster
Rep: Reputation: Disabled
Talking Solved

Quote:
Originally Posted by gegechris99 View Post
I also had issue with *.qm files instead of having *.qml files. There were a couple of them. You can find them with:
Code:
find /usr/share/plasma -iname *.qm
Most of them belong to package plasma-workspace. I reinstalled the package.

So first step, make sure you no longer have any .qm files in /usr/share/plasma.
Right you are, problem solved. Output of find located another 6 files with ".qm" extensions.

Code:
./plasmoids/org.kde.latte.plasmoid/contents/ui/task/animations/NewWindowAnimation.qm
./plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemPreviewPluginsDialog.qm
./plasmoids/org.kde.latte.containment/contents/ui/editmode/controls/RearrangeIcon.qm
./plasmoids/org.kde.latte.containment/contents/ui/applet/communicator/LatteBridge.qm
./look-and-feel/org.kde.breeze.desktop/contents/windowdecoration/WindowDecoration.qm
./shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/ToolBar.qm
I threw together the following bash one-liner to parse through and clean it up quickly:

Code:
for f in $(find /usr/share/plasma -name '*.qm'); do mv -v "$f" "${f%.qm}.qml"; done
Didn't even need to logout afterward, just opened panel Edit, and there were the droids I've been looking for. Thanks for your help! Greatly appreciated.
 
1 members found this post helpful.
Old 02-03-2021, 12:30 AM   #4
gegechris99
Senior Member
 
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,162
Blog Entries: 5

Rep: Reputation: 394Reputation: 394Reputation: 394Reputation: 394
FWIW, I have 3 installations with Plasma 5 and had the .qm issue only on one of them.
On the system that had the issue, I checked plasma-workspace package content (in /var/log/packages) and it showed the *.qm files. The same with the packages which contained the other qm files (I think latte-dock was one of them). I reinstalled those packages and issue was solved.
I didn't investigate why the installed packages had those .qm files.
Packages didn't have qm files in the other 2 systems.
 
  


Reply

Tags
current64, panels, plasma5



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] No more "suspend" or "hibernate" in latest Plasma5 (KDE-5_20.06) with Slackware-current sairum Slackware 18 06-23-2020 11:56 AM
The October Plasma5 prefers {systemd-,e}logind against ConsoleKit2, so SBo's skypeforlinux will broke the shutdown/reboot feature of Plasma5 LuckyCyborg Slackware 19 10-21-2019 09:49 AM
unpredictable "delete" "move to trash" or "cut" file menu option dorianrenato Linux - General 3 11-28-2011 06:41 PM
BASH get marked RegEx result: "foo s bar" | /foo(.*)bar/ 1 -> " s " hansschmucker Programming 6 10-23-2007 10:34 PM
xfce: Howto popup autohided windows when on screen edge? andreas.jonsson Linux - Software 1 10-20-2005 02:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration