FS#36760 - [elementary][enlightenment17] Empty localized names in .dekstop files
Attached to Project:
Arch Linux
Opened by Balló György (City-busz) - Saturday, 31 August 2013, 23:32 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Saturday, 30 November 2013, 18:30 GMT
Opened by Balló György (City-busz) - Saturday, 31 August 2013, 23:32 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Saturday, 30 November 2013, 18:30 GMT
|
Details
Some .desktop files in elementary and enlightenment17
packages have the following problems on Hungarian and some
other locales.
The elementary_config.desktop and elementary_test.desktop files contain some empty localized name values, which causes that these items have empty names in Xfce's and LXDE's main menu. Adding the following lines to the prepare function of elementary's PKGBUILD file solves the problem by removing the empty lines: sed -i '/^Name\[.*\]=$/d' data/desktop/*.desktop The /usr/share/xsessions/enlightenment.desktop file contains some empty localized name values, which causes that the Enlightenment session won't show up in LXDM's session selection menu. Adding the following lines to the prepare function of enlightenment17's PKGBUILD file solves the problem by removing the empty lines: sed -i '/^Name\[.*\]=$/d' data/desktop/*.desktop data/xsession/enlightenment.desktop.in |
This task depends upon
Closed by Bartłomiej Piotrowski (Barthalion)
Saturday, 30 November 2013, 18:30 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in elementary 1.7.9-1 and enlightenment17 0.17.5-1.
Saturday, 30 November 2013, 18:30 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in elementary 1.7.9-1 and enlightenment17 0.17.5-1.
https://phab.enlightenment.org/T346