https://bugzilla.novell.com/show_bug.cgi?id=782638 https://bugzilla.novell.com/show_bug.cgi?id=782638#c3 Petr Mladek <pmladek@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Petr Mladek <pmladek@suse.com> 2012-11-07 08:54:06 UTC --- Great catch! We should update the cache from each subpackage installing desktop file. I have added the following scripts: --- cut --- %post <subpackage> %if %suse_version > 1130 %desktop_database_post %else test -f /usr/bin/update-desktop-database && /usr/bin/update-desktop-database > /dev/null || : test -f /sbin/conf.d/SuSEconfig.glib2 && SuSEconfig --module glib2 > /dev/null || : %endif exit 0 %postun <subpackage> %if %suse_version > 1130 %desktop_database_postun %else test -f /usr/bin/update-desktop-database && /usr/bin/update-desktop-database > /dev/null || : test -f /sbin/conf.d/SuSEconfig.glib2 && SuSEconfig --module glib2 > /dev/null || : %endif exit 0 --- cut --- The fix will be in the upcoming libreoffice-3.6.3.2.1 packages. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.