hotkey-rs icon indicating copy to clipboard operation
hotkey-rs copied to clipboard

don't work on linux

Open geeksesi opened this issue 4 years ago • 3 comments

hi, i'm using

  • Ubuntu 19.10
  • Kernel: x86_64 Linux 5.3.0-23-generi
  • Xserver 1:7.7+19ubuntu12
  • rustc 1.39.0 (4560ea788 2019-11-04)

and it's not work. also i don't have any error. tested on :

  • https://github.com/geeksesi/HelloRust/tree/master/shortcut_test
  • https://github.com/geeksesi/do0ir-cli

but it's ok on windows.

geeksesi avatar Dec 03 '19 16:12 geeksesi

Same here

[11:28:14] xliiv@alef /home/xliiv (0) 
> lsb_release -a
LSB Version:    :core-4.1-amd64:core-4.1-noarch
Distributor ID: Fedora
Description:    Fedora release 31 (Thirty One)
Release:        31
Codename:       ThirtyOne
[11:28:58] xliiv@alef /home/xliiv (0) 
> uname -a
Linux alef 5.3.16-300.fc31.x86_64 #1 SMP Fri Dec 13 17:59:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

ghost avatar Dec 22 '19 10:12 ghost

Same problem with Arch Linux:

  • X.Org X Server 1.20.7
  • Kernel 5.4.20-1-lts
  • Rustc 1.41

frol avatar Feb 23 '20 18:02 frol

guys anyone can test this ? https://github.com/psychon/x11rb there is some more x11 lib for rust. this issuse is not from this lib it's a problem from library used to connect x11.

geeksesi avatar Feb 24 '20 10:02 geeksesi