Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 452056 - x11-terms/rxvt-unicode-9.16 changes URL lauching resource
Summary: x11-terms/rxvt-unicode-9.16 changes URL lauching resource
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-14 16:00 UTC by mingdao
Modified: 2013-03-04 22:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to add postinst message to fix URL launcher syntax in ~/.Xresources (url-launch-postinst.patch,749 bytes, text/plain)
2013-01-14 16:00 UTC, mingdao
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mingdao 2013-01-14 16:00:53 UTC
Created attachment 335630 [details]
patch to add postinst message to fix URL launcher syntax in ~/.Xresources

rxvt-unicode 9.16 breaks URL launching because release 9.16 renamed urlLauncher resource to url-launcher:

http://lists.schmorp.de/pipermail/rxvt-unicode/2012q4/001702.html

If this is not changed in ~/.Xresources [1] then clickable links will no longer work in urxvt. It should be changed from:

URxvt.urlLauncher: <browser>

to

URxvt.url-launcher: <browser>

Afterwards issue "xrdb -merge ~/.Xresources" to commit the change.

[1] ~/.Xresources is now default, though ~/.Xdefaults (obsolete) will probably still work: http://xwinman.org/resource.php

It might be good to issue a postinst message noting this change. Patch attached.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-01-14 19:02:13 UTC
       url-launcher: string
           Specifies the program to be started with a URL argument. Used by the
           "selection-popup" and "matcher" perl extensions.


I am sure users can look this up themselves.
Comment 2 mingdao 2013-01-14 19:19:22 UTC
We can "look up" the 2 postinst messages you included, also.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2013-01-14 19:27:51 UTC
I didn't include those - I would rather get rid of them.
Comment 4 ferret 2013-03-04 22:34:22 UTC
Thanks for posting this bug.  With five lines of config for URL matching written several years ago which suddenly don't work with no error message given, and having checked to see if my keyboard had stopped being able to send ctrl-click, whether my browser had stopped launching properly, or wasn't able to take arguments any more, or whether my perl was broken... looking up in the man page just in case the syntax had changed without my being informed isn't something that immediately occurred to me.

So thanks for having reported it.  Shame lots of other people will have to go through this too.