This bug is about python-gmenu.

In the postinst of python-gmenu,there is:

# rebuild desktop cache
        rm -f /usr/share/applications/desktop.*.cache
        eval `locale|grep LC_MESSAGES|sed 's/\.UTF-8/\.utf8/'`
        cache="/usr/share/applications/desktop.$LC_MESSAGES.cache"
        echo "Rebuilding $cache..."
        rm -f "$cache"
        /usr/share/gnome-menus/update-gnome-menus-cache /usr/share/applications 
> "$cache.dpkg-new" || rm -f  "$cache.dpkg-new"
        [ -e "$cache.dpkg-new" ] && mv "$cache.dpkg-new" "$cache" || true


It delete all caches and give only one back.

** Package changed: gdm (Ubuntu) => gnome-menus (Ubuntu)

** Changed in: gnome-menus (Ubuntu)
       Status: Incomplete => Confirmed

-- 
i choose english on gdm login screen,after login all applications display 
Chinese still
https://bugs.launchpad.net/bugs/533158
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in ubuntu.

-- 
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to