luisbocanegra / plasma-cursor-eyes

Rolling eyes that follow your mouse pointer for the KDE Plasma Desktop (X11 or Wayland). A small demo of getting KWin Script output from a Widget using D-Bus and Python
https://store.kde.org/p/2183752
GNU General Public License v3.0
6 stars 1 forks source link

does not install on bazzite #5

Open zany130 opened 1 month ago

zany130 commented 1 month ago
git clone https://github.com/luisbocanegra/plasma-cursor-eyes
    cd plasma-cursor-eyes
    ./install.sh
Cloning into 'plasma-cursor-eyes'...
remote: Enumerating objects: 352, done.
remote: Counting objects: 100% (352/352), done.
remote: Compressing objects: 100% (243/243), done.
remote: Total 352 (delta 129), reused 313 (delta 91), pack-reused 0
Receiving objects: 100% (352/352), 241.77 KiB | 2.47 MiB/s, done.
Resolving deltas: 100% (129/129), done.
KPackageStructure of KPluginMetaData(pluginId:"org.zayronxio.vector.clock", fileName: "/home/zany130/.local/share/plasma/plasmoids/org.zayronxio.vector.clock/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"org.kde.windowtitle", fileName: "/home/zany130/.local/share/plasma/plasmoids/org.kde.windowtitle/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"Circle.Music.Widget", fileName: "/home/zany130/.local/share/plasma/plasmoids/Circle.Music.Widget/metadata.json") does not match requested format "Plasma/Applet"
KPackageStructure of KPluginMetaData(pluginId:"luisbocanegra.cursor.eyes.kwinscript", fileName: "/home/zany130/.local/share/plasma/plasmoids/luisbocanegra.cursor.eyes/contents/ui/tools/kwin_script/package/metadata.json") does not match requested format "Plasma/Applet"
Successfully uninstalled /var/home/zany130/.local/share/plasma/plasmoids/luisbocanegra.cursor.eyes/
Successfully installed /var/home/zany130/.local/share/plasma/plasmoids/luisbocanegra.cursor.eyes/
Successfully uninstalled /var/home/zany130/.local/share/kwin/scripts/luisbocanegra.cursor.eyes.kwinscript/
Error: Installation of  failed: No such file: 
Operating System: Bazzite 40
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2
Kernel Version: 6.9.12-201.fsync.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 5600X 6-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: AMD Radeon RX 6700 XT
luisbocanegra commented 1 month ago

Hi, this is strange, on my system (Arch) it installs just fine. But it seems only the KWin Script is falling to install:

Successfully uninstalled /var/home/zany130/.local/share/plasma/plasmoids/luisbocanegra.cursor.eyes/
Successfully installed /var/home/zany130/.local/share/plasma/plasmoids/luisbocanegra.cursor.eyes/
Successfully uninstalled /var/home/zany130/.local/share/kwin/scripts/luisbocanegra.cursor.eyes.kwinscript/
Error: Installation of  failed: No such file: 

What happens if you add the widget to your desktop and try to install and start the KWin script from there? Also it seems Plasma thinks the built-in kwin script files are another widget...

image

Screenshot_20240730_154902

zany130 commented 1 month ago

Yeah seems to install two widgets for me as well didn't notice that. I tried the install button in the widget and nothing happened at first but after restarting kde with

systemctl --user restart plasma-plasmashell.service

it actually worked