You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully bound popup at cursor to the key "Super-Space" using the command "sh -c "pkill -u $(whoami) -f menutray -SIGUSR1"" as suggested. However when I try to bind the command to "Super-button1" it does not work. There does seem to be an error generated, but I am not sure that it is related :( :
GLib-GObject-CRITICAL **: g_object_set_data: assertion 'G_IS_OBJECT (object)' failed at /usr/share/perl5/vendor_perl/Gtk3.pm line 1389.
If I change the command to send the TERM signal instead of SIGUSR1, it seems to work.
The text was updated successfully, but these errors were encountered:
I have successfully bound popup at cursor to the key "Super-Space" using the command "sh -c "pkill -u $(whoami) -f menutray -SIGUSR1"" as suggested. However when I try to bind the command to "Super-button1" it does not work. There does seem to be an error generated, but I am not sure that it is related :( :
GLib-GObject-CRITICAL **: g_object_set_data: assertion 'G_IS_OBJECT (object)' failed at /usr/share/perl5/vendor_perl/Gtk3.pm line 1389.
If I change the command to send the TERM signal instead of SIGUSR1, it seems to work.
The text was updated successfully, but these errors were encountered: