sametcodes / randomsplash

Set a random unsplash photo as your desktop wallpaper ⚡
2 stars 0 forks source link

Dependency issue on Suse Tumbleweed #1

Open Sacha00Z opened 2 years ago

Sacha00Z commented 2 years ago

Error upon execution: line 37: qdbus: command not found

Not sure what randomsplash is expecting:

:~> zypper search qdbus
Loading repository data...
Reading installed packages...

S  | Name            | Summary                                          | Type
---+-----------------+--------------------------------------------------+--------
i  | libqt5-qdbus    | Command line client for communication over D-Bus | package
i+ | qt6-tools-qdbus | Command line client for communication over D-Bus | package

OS Details:


                                     ......            
     .,cdxxxoc,.               .:kKMMMNWMMMNk:.        ---------------- 
    cKMMN0OOOKWMMXo. ;        ;0MWk:.      .:OMMk.     OS: openSUSE Tumbleweed x86_64 
  ;WMK;.       .lKMMNM,     :NMK,             .OMW;    Host: VMware Virtual Platform None 
 cMW;            'WMMMN   ,XMK,                 oMM'   Kernel: 5.15.12-1-default 
.MMc               ..;l. xMN:                    KM0   Uptime: 31 mins 
'MM.                   'NMO                      oMM   Packages: 2404 (rpm) 
.MM,                 .kMMl                       xMN   Shell: bash 5.1.12 
 KM0               .kMM0. .dl:,..               .WMd   Resolution: 1920x1080 
 .XM0.           ,OMMK,    OMMMK.              .XMK    DE: Plasma 5.23.4 
   oWMO:.    .;xNMMk,       NNNMKl.          .xWMx     WM: KWin 
     :ONMMNXMMMKx;          .  ,xNMWKkxllox0NMWk,      Theme: Breeze [Plasma], Breeze [GTK2/3] 
         .....                    .:dOOXXKOxl,         Icons: breeze [Plasma], breeze [GTK2/3] 
                                                       Terminal: konsole 
                                                       CPU: Intel i9-9900KF (8) @ 3.600GHz 
                                                       GPU: 00:0f.0 VMware SVGA II Adapter 
                                                       Memory: 1903MiB / 15926MiB 

Admittedly, I'm kinda new to Suse/KDE, having only switched distros from Mint yesterday.

Sacha00Z commented 2 years ago

Seems to simply be a PATH issue. If I modify your script (line 37) to include the full path to qdbus (/usr/lib64/qt6/bin/qdbus), the script functions perfectly.