Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#47759 - [xorg-xrdb] 1.1.0-2 truncates some resource values in .Xresources.
Attached to Project:
Arch Linux
Opened by Aravind Gottipati (aravind) - Friday, 15 January 2016, 02:27 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 01 April 2016, 15:28 GMT
Opened by Aravind Gottipati (aravind) - Friday, 15 January 2016, 02:27 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 01 April 2016, 15:28 GMT
|
DetailsDescription: I noticed this with my recent upgrade to 1.1.0.2. At least one of the resources in my .Xresources file is truncated in an odd location. I almost want to say that this is an upstream application bug, but I tried the old (1.1.0.1) package and it didn't have this problem. Here is how it manifests.
aravind@obelix ~ $ grep url-select .Xresources URxvt.perl-ext: default,selection,url-select,searchable-scrollback<Control-Mod4-s> URxvt.keysym.Mod4-u: perl:url-select:select_next URxvt.url-select.launcher: /home/aravind/linux/bin/browser URxvt.url-select.underline: false aravind@obelix ~ $ aravind@obelix ~ $ xrdb -merge .Xresources aravind@obelix ~ aravind@obelix ~ $ xrdb -query | grep url-select URxvt.keysym.Mod4-u: perl:url-select:select_next URxvt.perl-ext: default,selection,url-select,searchable-scrollback<Control-Mod4-s> URxvt.url-select.launcher: /home/aravind/1/bin/browser URxvt.url-select.underline: false aravind@obelix ~ $ If you notice the value for url-select.launcer, the path /home/aravind/linux/bin/browser is now truncated to /home/aravind/l/bin/browser I know the only things changed are the compile dependencies, so I am not sure where this report belongs. Happy to provide any debug logs etc you might need. |
This task depends upon
Check if it also happens when you remove gcc and use mcpp and the other way round. That's the old behavior. You will probably have some weird path location
somewhere that is looked for. Check your urxvt settings file.
FS#46934!You will probably have some preprocessor #include stuff somewhere pulling in your broken path. Just fix it.