CristianHenzel / ClipIt

ClipIt clipboard manager for GTK+
https://github.com/CristianHenzel/ClipIt
GNU General Public License v3.0
645 stars 83 forks source link

There is no 'Use right-click menu' in your .deb package #142

Closed AngryPhantom closed 4 years ago

AngryPhantom commented 4 years ago

Hello,

Strange, but if I install your clipit_1.4.5_amd64.deb package there is no 'Use right-click menu' option in the preferences. But if I compile it myself on Debian Stable (Buster 64bit) the option is present.

It's not a problem for me to recompile ClipIt, but probably you should fix & update the .deb package for others since this option is pretty handy. At least, I enable it firsthand :)

Thank you!

afelinczak commented 4 years ago

Thanks for your feedback. I was building packages using debian scripts obtained from Ubuntu source packages and by default it is compiling with --enable-appindicator. With appindicator right-click menu is disabled. I attached new packages compiled only with --with-gtk3, so option will be available now.

It would be great if someone can test it on Ubuntu 20.04.

Cheers, Arek

AngryPhantom commented 4 years ago

--with-gtk3

Oh, I should have mentioned that. Yes, compiling with this only option is what enables this feature/checkbox. Btw, at first I guessed that gtk3 is the default setting, so I was pretty surprised when it didn't compile. Anyway, thank you for the feedback and package reuploading. Cheers!