issues
search
jtheoof
/
swappy
A Wayland native snapshot editing tool, inspired by Snappy on macOS
MIT License
1.05k
stars
39
forks
source link
fix(desktop): various fixes
#106
Closed
City-busz
closed
3 years ago
City-busz
commented
3 years ago
It's not a console application, so Terminal must be false.
It can open only one file at once, so %f should be used instead of %F on the exec line.
NoDisplay=true should be added, because the application cannot be launched without the file parameter.
jtheoof
commented
3 years ago
Thanks @City-busz