wavexx / screenkey

A screencast tool to display your keys inspired by Screenflick
https://www.thregr.org/~wavexx/software/screenkey/
GNU General Public License v3.0
757 stars 66 forks source link

Cannot quit or stop screenkey #58

Closed Unshackle8078 closed 6 years ago

Unshackle8078 commented 6 years ago

Can't quit or stop screenkey.

Tried sudo killall screenkey

Nothing in the --help menu so far as I can tell.

Ubuntu 17.10 (Wayland)

wavexx commented 6 years ago

On Wed, Dec 20 2017, Enigma wrote:

Can't quit or stop screenkey.

Tried sudo killall screenkey

Nothing in the --help menu so far as I can tell.

From the systray, there is a "quit" entry.

Unshackle8078 commented 6 years ago

@wavexx There is no systray item.

tray

wavexx commented 6 years ago

On Wed, Dec 20 2017, Enigma wrote:

@wavexx There is no systray item.

Because you have no tray, or? If you're using unity, you might need the python-appindicator package.

If not, start "screenkey -d" from the terminal and see if any error message is printed.

Finally, "pkill -f screenkey" will kill screenkey (screenkey is part of the arguments, the actual process name is just python).

Alternatively, use "screenkey --no-detach" to manage the pid manually.

Unshackle8078 commented 6 years ago

It's GNOME since unity died in 17.10. I'll open a new ticket for that.

$ ./screenkey -d
DEBUG:Screenkey:file /home/[USER]/.config/screenkey.json does not exists.
DEBUG:Screenkey:Restarting LabelManager.
DEBUG:Screenkey:Thread started.
DEBUG:Screenkey:Using StatusIcon.

pkill -f screenkey worked - thanks.