Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 532380

Summary: mail-client/thunderbird - desktop files use %U instead of %u
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED FIXED    
Severity: normal Keywords: InOverlay
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=341803
Whiteboard:
Package list:
Runtime testing required: ---

Description Toralf Förster gentoo-dev 2014-12-12 20:20:34 UTC
origin is here :
https://bugs.kde.org/show_bug.cgi?id=341803

The desktop files needs %u instead of %U to work properly.

probably a mistake made in these packages too : ?


$ find . -name '*.desktop' | xargs grep -H '%U'
./mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop:Exec=/usr/bin/thunderbird %U
./mail-client/thunderbird/files/icon/thunderbird.desktop:Exec=/usr/bin/thunderbird %U
./www-client/firefox-bin/files/firefox-bin.desktop:Exec=/usr/bin/firefox-bin %U
./www-client/firefox/files/icon/firefox.desktop:Exec=firefox %U
./www-client/seamonkey-bin/files/icon/seamonkey-bin.desktop:Exec=/usr/bin/seamonkey-bin %U
./www-client/seamonkey/files/icon/seamonkey.desktop:Exec=seamonkey %U
./x11-apps/whyteboard/files/whyteboard.desktop:Exec=whyteboard %U
Comment 1 Jory A. Pratt gentoo-dev 2015-01-04 14:50:41 UTC
Source packages are fixed in mozilla overlay and will be committed to main tree during next round of updates.
Comment 2 Jory A. Pratt gentoo-dev 2015-02-06 12:17:04 UTC
Thanks for reporting, all have been fixed.