-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doesn't play nice with Wallpaper Engine KDE #199
Comments
Not really related to this issue but when it does work with the image plugin it says plasma-apply color scheme returned non-zero exit status 134, and when you run the command it tries to run you get
I can make that a separate issue if you want. |
Looks like the problem is with the code that finds the desktop (needs the window id so the screenshot-helper can take a screenshot of it). I will need you to check why the script isn't returning the window id to journalctl output.
In the journal output you should see something like this
If you don't see any output this means logging is disabled and you need to do this https://develop.kde.org/docs/plasma/kwin/#output and restart:
If you see an error instead please share the complete output |
Yes please make a separate issue |
Same core dumped |
What core dumped, |
|
That's very strange, looks like for some reason it isn't able to find the display:
I think there is a problem with how your Plasma Session is started, probably you need to configure the display manager (e.g. sddm, gdm) to start Plasma properly https://www.reddit.com/r/kde/comments/zoxmsa/i_cant_seem_to_launch_kde_plasma_desktop/ |
This is how I learn those commands don't work over ssh. That command launches in the Konsole terminal. I'll do the rest of your steps now. Thank you for the help. |
I see "SHOULD SEE THIS" but no window id. |
Okay, looks like it isn't matching the desktop window properly, please replace the code with this:
It should print the window titles of all the windows (on screen 0) including the desktop |
It shows window titles, yes. but no ids. |
Yes I need to see the titles so I can adapt the matching. Last Plasma 5 version I used was 5.27.10, and the matching worked there, but apparently 5.24.7 shows Desktop window tittle differently For context in Plasma 6 the desktop window doesn't even show titles (and I had to change the matching) so this can to change between releases. |
|
Thanks, this one should return the id
Can you confirm it works? I can push fixes to plasma5 branch. But since I don't have a plasma 5 install so you will need to download the code and test manually e.g:
If I recall correctly the widget is also broken for that version, if you want to help testing that too let me know and I will try to support 5.24.7 without breaking the latest Plasma 5 version which i can test in a VM. |
If you want to make the change yourself here's the line you have to change
to var regex = /Desktop — Plasma/;
|
Yes this top script returns an id |
Good, let me know if you want to make/test/submit the change by yourself and feel free to send me an email to luisbocanegra17b at gmail dot com or telegram (same user as github) if you have any question or just want to test the patches |
Just pushed 432c875 in case you want to try it out. Btw now I am wondering if that string is translated as I never tested a language other than English... |
Seemingly same issue |
Hmm will try fixing it after #126 and the Open Build Service packages are done. |
I could upgrade to Plasma 6, I'm not quite sure how seeing as all I did to install KDE over GNOME in the first place was apt-install kde-standard. |
AFAIK there is no Plasma 6 packages for ubuntu yet and it may take a while before it is available (could be until october according to some random reddit comment). |
Describe the bug
Gets stuck in a bug loop when trying to use screenshot mode with wallpaper engine KDE.
To Reproduce
Steps to reproduce the behavior:
Install Wallpaper engine for KDE, set it to a wallpaper from there, install the screenshot helper, run kde material you colors.
Expected behavior
Should take the color scheme from the background.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
And
The text was updated successfully, but these errors were encountered: