Open yuriw opened 4 years ago
Try to change hotkey and see if it works.
Actually can you run it from console?
@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 ?
Try to run draobpilc
draobpilc: command not found
Hm, have you actually installed this app? Or just gpaste?
I followed this:
pip3 install git+https://github.com/awamper/draobpilc
try sudo pip3 install git+https://github.com/awamper/draobpilc
http://hastebin.com/ifepadivec But "Crtl-Alt H" seems to work ! So how can I enable it ?
Try to clear gpaste history or restart? I cant reproduce this.
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
is the a way to have it behave similar like it used to in the old gpaste?
what gpaste version you have installed?
gpaste-client --version GPaste 3.36.3
Well it works for me so i have no idea what the problem could be. Have you tried clearing history?
yes
@awamper maybe there is a reliable way cleanly uninstall all and the reinstall ?
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 !
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 !
Do you have gpaste-libs
and gpaste-devel
packages installed?
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
The packages probably have different names on your system (ubuntu?). Just search for gpaste in apt and see what options do you have.
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 ??
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.