Stacer icon indicating copy to clipboard operation
Stacer copied to clipboard

Cant close Stacer after clicking Ctrl + Q on Ubuntu

Open joerude opened this issue 2 years ago • 2 comments

Ubuntu 22.04 LTS Kernel Release: 5.15.0-47-generic

Program is not responding to ctrl+q command, nothing happens.

joerude avatar Sep 05 '22 08:09 joerude

It's not listening for ctrl-q, so, does it work anywhere else (ctrl-q on another machine not being ubuntu)?

alexmyczko avatar Sep 15 '22 07:09 alexmyczko

As far as i know CTRLQ is not being listened to because CTRLQ is not a commonly known way to quit apps, which is why Stacer is unaware. ALTF4, on the other hand, is he universal way to quit (almost) any app on Ubuntu (cloned from Windows PCs method), which Stacer will react to (quits self). I never even knew CTRLQ was even a thing on Ubuntu until u brought it up.

It would be fairly trivial to add a CTRLQ listener to Stacer tho. A few lines added to the source code and recompile. Shoudn't take more than a few minutes of your time, if u can code a lil bit in java. The author's steps to compile miss some critical steps. I wrote a step by step somewhere in this issues thing to save some headache.

amiga-500 avatar Sep 18 '22 12:09 amiga-500