awamper / draobpilc

GPaste GUI
GNU General Public License v3.0
52 stars 6 forks source link

No task bar icon and no "Crtl-Alt H" #22

Open yuriw opened 4 years ago

yuriw commented 4 years ago

Installed successfully gpaste. Can find it via Super search and open. However "Crtl-Alt H" binding does not work. Interesting that "Crtl-Alt G" works fine.

awamper commented 4 years ago

Try to change hotkey and see if it works.

awamper commented 4 years ago

Actually can you run it from console?

yuriw commented 4 years ago

@awamper Changing hotkey still does not ork.

BTW - opening prefs menu take very long, ~2-3 sec !

I can run gpaste-client. is that hat you meant ?

awamper commented 4 years ago

Try to run draobpilc

yuriw commented 4 years ago

draobpilc: command not found

awamper commented 4 years ago

Hm, have you actually installed this app? Or just gpaste?

yuriw commented 4 years ago

I followed this: pip3 install git+https://github.com/awamper/draobpilc

awamper commented 4 years ago

try sudo pip3 install git+https://github.com/awamper/draobpilc

yuriw commented 4 years ago

http://hastebin.com/ifepadivec But "Crtl-Alt H" seems to work ! So how can I enable it ?

awamper commented 4 years ago

Try to clear gpaste history or restart? I cant reproduce this.

yuriw commented 4 years ago

Well I am not sure what's wrong :( I can only start it as draobpilc & Then "Crtl-Alt H" full screen black app comes up. But daemon does not seem to stick on its own

yuriw commented 4 years ago

is the a way to have it behave similar like it used to in the old gpaste?

awamper commented 4 years ago

what gpaste version you have installed?

yuriw commented 4 years ago

gpaste-client --version GPaste 3.36.3

awamper commented 4 years ago

Well it works for me so i have no idea what the problem could be. Have you tried clearing history?

yuriw commented 4 years ago

yes

yuriw commented 4 years ago

@awamper maybe there is a reliable way cleanly uninstall all and the reinstall ?

yuriw commented 4 years ago

I am happy with how it works now, "Crtl-Alt G" does what "Crtl-Alt H" used to do. The only remaining issue is daemon startup.

It's loaded now, I cant reboot my system ATM to verify, but will keen an eye on it. How it can be enabled and started via command line ? Only like draobpilc & ?

Thx for you help @awamper !

yuriw commented 4 years ago

On reboot daemon is not loaded and cant start:

/home/yuriw/.local/lib/python3.8/site-packages/draobpilc/lib/utils.py:25: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded. from gi.repository import Notify GPaste version >= 3.18 is required, current version == Not detected.

Any clues ?

Thx for you help @awamper !

awamper commented 4 years ago

Do you have gpaste-libs and gpaste-devel packages installed?

yuriw commented 4 years ago

no, how do I install them ?

sudo apt-get install gpaste-devel Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package gpaste-devel

awamper commented 4 years ago

The packages probably have different names on your system (ubuntu?). Just search for gpaste in apt and see what options do you have.

yuriw commented 4 years ago

I found only gnome-shell-extensions-gpaste and installed it again. Can start daemon with errors, but it works

/home/yuriw/.local/lib/python3.8/site-packages/draobpilc/lib/utils.py:25: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded. from gi.repository import Notify /home/yuriw/.local/lib/python3.8/site-packages/draobpilc/widgets/preferences.py:24: PyGIWarning: GPaste was imported without specifying a version first. Use gi.require_version('GPaste', '1.0') before import to ensure that the right version gets loaded. from gi.repository import GPaste

WTH ??