Wich KDE version? And did you check for errors in the terminal? Impulse is included in the folder of coverbox skins. Please report me the debug messages using -d option.
I found a strange error that executable is in use even after it was closed and seems happens only on kde, the fix is to delete the lock file 'rm ~/.config/coverbox/.lock'
the error is in your skin on get an integer for the width or height of items, while covergloobus if missing assign a default value and maybe wrong, coverbox always requires it, also for text items.
Many thanks for your help! Okay, I have found the wrong parts. Now there are a lot of new inconsistencies. If I stop my player and restart after a while impulse freeze in one second. Then I must restart player (clementine) and coverbox. The same if I reload coverbox after changing something.
And another question: Can you explain for what amplified = "2" exp_factor = "0.8" is?
... and I can't found you eNotify skin again. Where is it? Already deleted?
But it loads the default theme.
Here is my terminal output:
[gaggle@gaggle-LENOVO Dokumente]$ coverbox
Starting D-Bus session...
Checking players...
Connecting... <org.mpris.MediaPlayer2.clementine>
Loading plugins...
Loading skin...
Traceback (most recent call last):
File "/usr/share/coverbox/mods/skin.py", line 91, in init
self.get_xml_file(self.path)
File "/usr/share/coverbox/mods/skin.py", line 165, in get_xml_file
self.add_text(domitem, item)
File "/usr/share/coverbox/mods/skin.py", line 373, in add_text
size = self.get_item_size(domitem)
File "/usr/share/coverbox/mods/skin.py", line 196, in get_item_size
except: return Rectangle(0, 0, int(w), int(h))
ValueError: invalid literal for int() with base 10: ''
Loading default skin...
Okay, I have found the wrong parts.
Now there are a lot of new inconsistencies.
If I stop my player and restart after a while
impulse freeze in one second. Then I must
restart player (clementine) and coverbox.
The same if I reload coverbox after changing something.
And another question: Can you explain for what
amplified = "2"
exp_factor = "0.8" is?