With GTK+ 3.16, /usr/bin/xfce4-clipman -> systray -> About -> "About Clipman" window is dormant, i.e. does not respond to input - "Credits" "License" "Close" "goodies.xfce.org", nor window controls $ rpm -q xfce4-clipman-plugin gtk3 xfce4-clipman-plugin-1.4.0-7.20160602gitc2b7f22.fc22.x86_64 gtk3-3.16.7-2.fc22.x86_64 However it worsk OK with GTK+ 3.20 $ rpm -q xfce4-clipman-plugin gtk3 xfce4-clipman-plugin-1.4.0-7.20160602gitc2b7f22.fc24.x86_64 gtk3-3.20.6-1.fc24.x86_64
Actually complete GTK+ 3 port is broken with GTK+ 3.16, at least here, on Fedora 22. xfce4-clipman literally fails to catch a single character. Fortunately xclipboard works.
I stand corrected; with GTK+ 3.16, for both /usr/bin/xfce4-clipman i.e. xfce4-clipman via systray and /usr/lib64/xfce4/panel/plugins/libclipman.so i.e. xfce4-clipman-plugin -> About -> "About Clipman" window is dormant, i.e. does not respond to input - "Credits" "License" "Close" "goodies.xfce.org", nor window controls Explanation - use case; /usr/bin/xfce4-clipman i.e. xfce4-clipman via systray has an option in the menu, obviously - "Disable", I left turned on and forgotten I also turned off "Application Autostart" via xfce4-session-settings, $ cat ~/.config/autostart/xfce4-clipman-plugin-autostart.desktop [Desktop Entry] Exec=xfce4-clipman Hidden=true <-- TryExec=xfce4-clipman and continued to explicitly use /usr/lib64/xfce4/panel/plugins/libclipman.so i.e. xfce4-clipman-plugin which in turn does not have "Disable" option in the menu What do you think, whether it would be wise, regarding consistency, the same option to implement within xfce4-clipman-plugin?
(In reply to poma from comment #2) [...] > What do you think, whether it would be wise, regarding consistency, the same > option to implement within xfce4-clipman-plugin? Ah, someone has already mentioned it https://bugzilla.xfce.org/show_bug.cgi?id=9896#c3
(In reply to poma from comment #3) > (In reply to poma from comment #2) > [...] > > What do you think, whether it would be wise, regarding consistency, the same > > option to implement within xfce4-clipman-plugin? > > Ah, someone has already mentioned it > https://bugzilla.xfce.org/show_bug.cgi?id=9896#c3 Also https://bugzilla.xfce.org/show_bug.cgi?id=11381
$ rpm -q gtk3 xfce4-clipman-plugin gtk3-3.20.8-1.fc24.x86_64 xfce4-clipman-plugin-1.4.0-9.20160614gitecd66d0.fc24.x86_64 OK