FS#29940 - [gprename] Hardwired pixmap paths are wrong
Attached to Project:
Community Packages
Opened by Dave (DaveCode) - Friday, 18 May 2012, 14:18 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Sunday, 20 May 2012, 11:16 GMT
Opened by Dave (DaveCode) - Friday, 18 May 2012, 14:18 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Sunday, 20 May 2012, 11:16 GMT
|
Details
Description:
First I thank Jaroslav Lichtblau for maintaining this wonderful tool! I am so glad to have found it. It belongs in CORE! Ha. Here's the bug. The app worked before the recent upgrade, which broke it. It would not run and gave an error report in console. Inside the Perl script /usr/bin/gprename, do something about the hardwired paths. In a couple of places I changed < my $icon = '/usr/local/share/pixmaps/gprename/gprename.png'; > my $icon = '/usr/share/pixmaps/gprename/gprename.png'; Now it works, as far as I can tell so far. I repeat, this issue did not happen in the previous package version. Thanks for your dedication and work! package version(s) 2.7-1 Steps to reproduce Upgrade via pacman from previous package version. |
This task depends upon
Closed by Jaroslav Lichtblau (Dragonlord)
Sunday, 20 May 2012, 11:16 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in the updated package.
Sunday, 20 May 2012, 11:16 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in the updated package.
< Icon=/usr/local/share/pixmaps/gprename/gprename.png
> Icon=/usr/share/pixmaps/gprename/gprename.png
< Version=2.6
> Version=2.7
Likewise, /usr/share/applications/gprename-nautilus-actions.xml needs global find/replace of "/usr/local" to "/usr" as it botches the actual Perl executable script, not just the icon.
Thanks.