gyazo / Gyazo-for-Linux

Gyazo for Linux
http://gyazo.com
351 stars 104 forks source link

Doesn't work on Ubuntu 20.04 #165

Open iMakedonsky opened 2 years ago

iMakedonsky commented 2 years ago

Installs 1.3.1 package successfully, but .gyazo.config.yml doesn't appear in the home folder, and launching the application from dock/launcher doesn't do anything.

iMakedonsky commented 2 years ago

It fixes itself once you launch it manually from terminal though. But ESC to cancel a screen doesn't work.

hata6502 commented 2 years ago

$HOME/.gyazo.config.yml should be created yourself. ESC key will work by using gnome-screenshot.

set up command

$ sudo apt install -y gnome-screenshot
$ echo "command: gnome-screenshot -a -f" > $HOME/.gyazo.config.yml
hata6502 commented 3 months ago

You can use gyazemon instead. (This is an unofficial Gyazo app.)