wallutils: sync /dev/stderr: invalid argument
I’m getting
Could not set wallpaper: sync /dev/stderr: invalid argument
while attempting to set a wallpaper.
sway version 1.0-rc1-170-g076257a9 (Mar 11 2019, branch ‘master’)
wayland 1.17.0-1
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 24 (14 by maintainers)
Commits related to this issue
- Sync stdout and stderr before calling os.Exit, ref #4 — committed to xyproto/wallutils by xyproto 5 years ago
- Fix issue #4 — committed to xyproto/wallutils by xyproto 5 years ago
I just run it from terminal after logging in
Works! Thank you, dude!
echo $SWAYSOCK
->/run/user/1000/sway-ipc.1000.913.sock
echo $GDMSESSION
outputs nothingecho $XDG_SESSION_DESKTOP
outputs nothingecho $XDG_CURRENT_DESKTOP
outputs nothingenv | grep -i sway
->I3SOCK=/run/user/1000/sway-ipc.1000.913.sock SWAYSOCK=/run/user/1000/sway-ipc.1000.913.sock
Also
swaymsg -v
->swaymsg version 1.0
which swaymsg
->/usr/bin/swaymsg
It was being called from command line. I’ll check if current master works within next 2 days.