! 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 !
Exec from clipboard doesn't work with PRIMARY selection
Status:
RESOLVED: FIXED
Product:
Xfce4-panel
Component:
Launcher

Comments

Description Stefan Stuhr 2010-06-01 20:50:27 CEST
Created attachment 3005 
Patch

There's a typo in launcher.c

launcher.c lines 2169-2170:
  /* try the secondary keayboard if the text is empty */
  if (!exo_str_is_empty (text))

Should read:
  /* try the secondary keayboard if the text is empty */
  if (exo_str_is_empty (text))
Comment 1 Nick Schermer editbugs 2010-06-02 17:51:04 CEST
Patch applied in 1cef5f1. Thanks.

Bug #6488

Reported by:
Stefan Stuhr
Reported on: 2010-06-01
Last modified on: 2010-06-02

People

Assignee:
Nick Schermer
CC List:
0 users

Version

Version:
4.7 (master)

Attachments

Patch (550 bytes, patch)
2010-06-01 20:50 CEST , Stefan Stuhr
no flags

Additional information