hej! has anyone else on sway encountered problems with grimshot? updated last night (& installed tlp for thinkpad battery management), the grimshot script no longer functions.
Please be more specific. What error messages are returned when you run the script from the command line?
It seems the sway-wm 1.9 update removed the /usr/share/sway/scripts/grimshot
executable, breaking the EOS screenshot script.
Here is how to fix it:
- Install grimshot (e.g. with
yay grimshot
) manually again - Update the path in
~/.config/sway/scripts/sceenshot.sh
to the newgrimshot
executable location, i.e./usr/share/sway/scripts/grimshot
to/usr/bin/grimshot
- In
~/.config/sway/config.d/default
update the any references to grimshot as well.
That fixed the problem for me. The solution above assumes a more or less default EOS sway config (installed roughly a year ago, no idea if it changed before it got discontinued). Probably not the only solution, but this should give an idea of how to solve the issue.
3 Likes
thanks, this works!
1 Like
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.