0bCdian / Waypaper-Engine

A wallpaper setter with playlist functionality!
GNU General Public License v3.0
165 stars 0 forks source link

Cannot run CLI options #5

Closed dbl-hoo closed 7 months ago

dbl-hoo commented 7 months ago

When I try to set a random image, I get an error that the daemon isn't running, even if I have just started the daemon:

[kirkham@endeavour ~]$ pidof wpe-daemon 56387 [kirkham@endeavour ~]$ waypaper-engine random /usr/bin/waypaper-engine: line 661: socat: command not found Seems like the daemon is not running, make sure to run 'waypaper-engine daemon' first [kirkham@endeavour ~]$

0bCdian commented 7 months ago

Seems like socat is not installed on your system (Kinda weird, I thought it was installed by default on arch) install it and then try to run again it.

sudo pacman -S socat
0bCdian commented 7 months ago

Since you haven't responded yet I will close this issue, if you still have any feel free to open a new one.