! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Interaction with Alt-F2 runner is dysfunctional
Status:
CLOSED: WONTFIX
Product:
Xfce4-clipman-plugin
Component:
X11 clipboard manager

Comments

Description Andrew 2011-01-11 14:43:44 CET
If you are running the clipboard manager, and then press Alt+F2 to run the command for which the text is on the clipboard, you can never actually do that.  As soon as the runner pops up, the selection is replaced by the most recently run command.  I suspect that this is because the gtk component incorrectly uses the x selection irrespective of whether it was a real selection, or an automatically chosen highlight.

So the steps are:
 tell clipman to synchronise the selection and the cut/paste buffer
 highlight the word "xterm" in an xterm
 press alt+F2
 press ctrl+V
What is expected:
 "xterm" is the command to be run
What actually happens:
 the selection is replaced with itself, and the cusor moves to the end of the selection.
Comment 1 Mike Massonnet editbugs 2011-01-11 18:53:05 CET
If the program is putting something else in the primary clipboard, there is nothing the plugin can prevent.

This is exactly what the GtkEntryCompletion is doing. It is making a copy of the current text selection inside the primary clipboard.
Comment 2 Mike Massonnet editbugs 2011-01-11 18:55:22 CET
PS: a solution is of course a runner program that doesn't use the gtkentrycompletion widget.

For example:
gmrun
gexec
or even xfce4-appfinder which is more complete.

Bug #7081

Reported by:
Andrew
Reported on: 2011-01-11
Last modified on: 2012-04-09

People

Assignee:
Mike Massonnet
CC List:
1 user

Version

Version:
unspecified

Attachments

Additional information