[Bug 796875] New: All LibreOffice programs display ugly names and terrible icons when running in GNOME Shell
https://bugzilla.novell.com/show_bug.cgi?id=796875 https://bugzilla.novell.com/show_bug.cgi?id=796875#c0 Summary: All LibreOffice programs display ugly names and terrible icons when running in GNOME Shell Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: x86-64 OS/Version: openSUSE 12.2 Status: NEW Severity: Normal Priority: P5 - None Component: LibreOffice AssignedTo: bnc-team-ooo@forge.provo.novell.com ReportedBy: mike.catanzaro@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.22+ (KHTML, like Gecko) Chromium/17.0.963.56 Chrome/17.0.963.56 Safari/535.22+ SUSE/12.2 (3.4.2) Epiphany/3.4.2 E.g. I am running "libreoffice-impress" instead of "LibreOffice Impress." We are the only distro I'm aware of that gets this wrong. Hard to explain with words but easy with screenshots; look in the upper-left. Fedora (Expected): http://paste.opensuse.org/87071537 openSUSE (Bugged): http://paste.opensuse.org/2396306 Fedora has StartupNotify=True in the .desktop files (e.g. impress.desktop in /usr/share/applications). We don't; adding the line fixes the problem. Of course that should be done for all six applications. I found http://standards.freedesktop.org/startup-notification-spec/startup-notificat... which describes StartupNotify, if anyone's more curious about it than I am.... Reproducible: Always -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796875 https://bugzilla.novell.com/show_bug.cgi?id=796875#c2 Michael Catanzaro <mike.catanzaro@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimstar@opensuse.org --- Comment #2 from Michael Catanzaro <mike.catanzaro@gmail.com> 2013-02-10 23:59:56 UTC --- Petr, thanks for taking this bug. Is there any chance you'll be able to get to this before 12.3? This just involves adding one line to the .desktop files. (Debian and Fedora both have StartupNotify=True and their LibreOffice installs are working great with GNOME.) -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796875 https://bugzilla.novell.com/show_bug.cgi?id=796875#c3 --- Comment #3 from Petr Mladek <pmladek@suse.com> 2013-02-11 16:58:45 UTC --- I have added this change to the libreoffice-4.0. I still want to do one more change before I push it into the LibreOffice:Unstable project. I have also added the change into the 3.6 package and pushed into Factory. Let's see if this change get approved for openSUSE-12.3 as well. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796875 https://bugzilla.novell.com/show_bug.cgi?id=796875#c4 --- Comment #4 from Michael Catanzaro <mike.catanzaro@gmail.com> 2013-02-11 20:25:21 UTC --- Awesome, thanks a bunch! -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796875 https://bugzilla.novell.com/show_bug.cgi?id=796875#c5 --- Comment #5 from Petr Mladek <pmladek@suse.com> 2013-02-12 13:12:16 UTC --- Good news. The change has been accepted for openSUSE-12.3 as well. You are welcome. Thanks for investigating the root of the problem. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796875 https://bugzilla.novell.com/show_bug.cgi?id=796875#c6 --- Comment #6 from Michael Catanzaro <mike.catanzaro@gmail.com> 2013-02-16 04:02:28 UTC --- Oh no, the fix is almost right, BUT - We've added StartupNotify to the .desktop file under [X-New Shortcut Group]. It needs to be under [Desktop Entry] to work. Didn't notice that before... -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796875 https://bugzilla.novell.com/show_bug.cgi?id=796875#c7 --- Comment #7 from Michael Catanzaro <mike.catanzaro@gmail.com> 2013-02-18 05:14:33 UTC --- I think if instead of this: grep -q "NoDisplay=true" $desktop_new || echo "StartupNotify=true"
$desktop_new
we do this: grep -q "NoDisplay=true" $desktop_new || sed -i "2i StartupNotify=true" $desktop_new it should work. Going to test this soon and submit to LO:Factory if nothing goes wrong. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796875 https://bugzilla.novell.com/show_bug.cgi?id=796875#c8 --- Comment #8 from Michael Catanzaro <mike.catanzaro@gmail.com> 2013-02-19 03:08:01 UTC --- I created https://build.opensuse.org/request/show/155776 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796875 https://bugzilla.novell.com/show_bug.cgi?id=796875#c9 Petr Mladek <pmladek@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium --- Comment #9 from Petr Mladek <pmladek@suse.com> 2013-02-20 11:48:44 UTC --- I am sorry, I have missed that there were two sections in the desktop files. It is strange. There was a bumping icon when starting LO in KDE4 which should mean that startup notification is enabled. I must have made a mistake in the test. Your solution was perfectly fine for LO-3.6 packages but it was not good enough for 4.0 packages. They have some license related-comments at the beginning of the desktop files. I have just pushed packages that do: grep -q "NoDisplay=true" $desktop_new || sed -i "s/\(\[Desktop Entry\]\)/\1\nStartupNotify=true/" $desktop_new This should work in all cases. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796875 https://bugzilla.novell.com/show_bug.cgi?id=796875#c10 --- Comment #10 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-02-20 13:00:08 CET --- This is an autogenerated message for OBS integration: This bug (796875) was mentioned in https://build.opensuse.org/request/show/155895 Factory / libreoffice -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796875 https://bugzilla.novell.com/show_bug.cgi?id=796875#c11 Michael Catanzaro <mike.catanzaro@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #11 from Michael Catanzaro <mike.catanzaro@gmail.com> 2013-03-28 15:40:58 UTC --- Fix works great! -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796875 https://bugzilla.novell.com/show_bug.cgi?id=796875#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:52803:low -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796875 https://bugzilla.novell.com/show_bug.cgi?id=796875#c12 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:52803:low |maint:running:52803:low | |maint:released:sle11-sp3:53 | |418 --- Comment #12 from Swamp Workflow Management <swamp@suse.de> 2013-07-04 18:49:52 UTC --- Update released for: libreoffice, libreoffice-base, libreoffice-base-drivers-postgresql, libreoffice-base-extensions, libreoffice-branding-SLED, libreoffice-branding-upstream, libreoffice-calc, libreoffice-calc-extensions, libreoffice-debuginfo, libreoffice-debugsource, libreoffice-draw, libreoffice-draw-extensions, libreoffice-filters-optional, libreoffice-gnome, libreoffice-help-ast, libreoffice-help-bg, libreoffice-help-ca, libreoffice-help-cs, libreoffice-help-da, libreoffice-help-de, libreoffice-help-el, libreoffice-help-en-GB, libreoffice-help-en-US, libreoffice-help-en-ZA, libreoffice-help-es, libreoffice-help-et, libreoffice-help-eu, libreoffice-help-fi, libreoffice-help-fr, libreoffice-help-gl, libreoffice-help-group1, libreoffice-help-group2, libreoffice-help-group3, libreoffice-help-group4, libreoffice-help-group5, libreoffice-help-gu-IN, libreoffice-help-hi-IN, libreoffice-help-hu, libreoffice-help-it, libreoffice-help-ja, libreoffice-help-km, libreoffice-help-ko, libreoffice-help-mk, libreoffice-help-nb, libreoffice-help-nl, libreoffice-help-pl, libreoffice-help-pt, libreoffice-help-pt-BR, libreoffice-help-ru, libreoffice-help-sk, libreoffice-help-sl, libreoffice-help-sv, libreoffice-help-tr, libreoffice-help-vi, libreoffice-help-zh-CN, libreoffice-help-zh-TW, libreoffice-icon-themes, libreoffice-icon-themes-prebuilt, libreoffice-impress, libreoffice-impress-extensions, libreoffice-kde, libreoffice-kde4, libreoffice-l10n, libreoffice-l10n-af, libreoffice-l10n-am, libreoffice-l10n-ar, libreoffice-l10n-as, libreoffice-l10n-ast, libreoffice-l10n-be-BY, libreoffice-l10n-bg, libreoffice-l10n-br, libreoffice-l10n-ca, libreoffice-l10n-cs, libreoffice-l10n-cy, libreoffice-l10n-da, libreoffice-l10n-de, libreoffice-l10n-el, libreoffice-l10n-en-GB, libreoffice-l10n-en-ZA, libreoffice-l10n-eo, libreoffice-l10n-es, libreoffice-l10n-et, libreoffice-l10n-eu, libreoffice-l10n-fi, libreoffice-l10n-fr, libreoffice-l10n-ga, libreoffice-l10n-gd, libreoffice-l10n-gl, libreoffice-l10n-gu-IN, libreoffice-l10n-he, libreoffice-l10n-hi-IN, libreoffice-l10n-hr, libreoffice-l10n-hu, libreoffice-l10n-id, libreoffice-l10n-is, libreoffice-l10n-it, libreoffice-l10n-ja, libreoffice-l10n-ka, libreoffice-l10n-km, libreoffice-l10n-kn, libreoffice-l10n-ko, libreoffice-l10n-lt, libreoffice-l10n-mk, libreoffice-l10n-ml, libreoffice-l10n-mr, libreoffice-l10n-nb, libreoffice-l10n-nl, libreoffice-l10n-nn, libreoffice-l10n-nr, libreoffice-l10n-om, libreoffice-l10n-or, libreoffice-l10n-pa-IN, libreoffice-l10n-pl, libreoffice-l10n-prebuilt, libreoffice-l10n-pt, libreoffice-l10n-pt-BR, libreoffice-l10n-ro, libreoffice-l10n-ru, libreoffice-l10n-rw, libreoffice-l10n-sh, libreoffice-l10n-sk, libreoffice-l10n-sl, libreoffice-l10n-sr, libreoffice-l10n-ss, libreoffice-l10n-st, libreoffice-l10n-sv, libreoffice-l10n-ta, libreoffice-l10n-te, libreoffice-l10n-tg, libreoffice-l10n-th, libreoffice-l10n-tr, libreoffice-l10n-ts, libreoffice-l10n-ug, libreoffice-l10n-uk, libreoffice-l10n-ve, libreoffice-l10n-vi, libreoffice-l10n-xh, libreoffice-l10n-zh-CN, libreoffice-l10n-zh-TW, libreoffice-l10n-zu, libreoffice-languagetool, libreoffice-languagetool-ast, libreoffice-languagetool-br, libreoffice-languagetool-ca, libreoffice-languagetool-da, libreoffice-languagetool-de, libreoffice-languagetool-en, libreoffice-languagetool-es, libreoffice-languagetool-fr, libreoffice-languagetool-gl, libreoffice-languagetool-it, libreoffice-languagetool-km, libreoffice-languagetool-nl, libreoffice-languagetool-pl, libreoffice-languagetool-ro, libreoffice-languagetool-ru, libreoffice-languagetool-sk, libreoffice-languagetool-sv, libreoffice-languagetool-tl, libreoffice-languagetool-zh, libreoffice-mailmerge, libreoffice-math, libreoffice-mono, libreoffice-officebean, libreoffice-pyuno, libreoffice-sdk, libreoffice-sdk-doc, libreoffice-writer, libreoffice-writer-extensions Products: SLE-DESKTOP 11-SP3 (i386, x86_64) SLE-SDK 11-SP3 (i386, x86_64) -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=796875 https://bugzilla.novell.com/show_bug.cgi?id=796875#c13 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:52803:low |maint:running:52803:low |maint:released:sle11-sp3:53 |maint:released:sle11-sp3:53 |418 |418 | |maint:released:sle11-sp2:53 | |416 --- Comment #13 from Swamp Workflow Management <swamp@suse.de> 2013-07-04 22:14:20 UTC --- Update released for: libreoffice, libreoffice-base, libreoffice-base-drivers-postgresql, libreoffice-base-extensions, libreoffice-branding-SLED, libreoffice-branding-upstream, libreoffice-calc, libreoffice-calc-extensions, libreoffice-debuginfo, libreoffice-debugsource, libreoffice-draw, libreoffice-draw-extensions, libreoffice-filters-optional, libreoffice-gnome, libreoffice-help-ast, libreoffice-help-bg, libreoffice-help-ca, libreoffice-help-cs, libreoffice-help-da, libreoffice-help-de, libreoffice-help-el, libreoffice-help-en-GB, libreoffice-help-en-US, libreoffice-help-en-ZA, libreoffice-help-es, libreoffice-help-et, libreoffice-help-eu, libreoffice-help-fi, libreoffice-help-fr, libreoffice-help-gl, libreoffice-help-group1, libreoffice-help-group2, libreoffice-help-group3, libreoffice-help-group4, libreoffice-help-group5, libreoffice-help-gu-IN, libreoffice-help-hi-IN, libreoffice-help-hu, libreoffice-help-it, libreoffice-help-ja, libreoffice-help-km, libreoffice-help-ko, libreoffice-help-mk, libreoffice-help-nb, libreoffice-help-nl, libreoffice-help-pl, libreoffice-help-pt, libreoffice-help-pt-BR, libreoffice-help-ru, libreoffice-help-sk, libreoffice-help-sl, libreoffice-help-sv, libreoffice-help-tr, libreoffice-help-vi, libreoffice-help-zh-CN, libreoffice-help-zh-TW, libreoffice-icon-themes, libreoffice-icon-themes-prebuilt, libreoffice-impress, libreoffice-impress-extensions, libreoffice-kde, libreoffice-kde4, libreoffice-l10n, libreoffice-l10n-af, libreoffice-l10n-am, libreoffice-l10n-ar, libreoffice-l10n-as, libreoffice-l10n-ast, libreoffice-l10n-be-BY, libreoffice-l10n-bg, libreoffice-l10n-br, libreoffice-l10n-ca, libreoffice-l10n-cs, libreoffice-l10n-cy, libreoffice-l10n-da, libreoffice-l10n-de, libreoffice-l10n-el, libreoffice-l10n-en-GB, libreoffice-l10n-en-ZA, libreoffice-l10n-eo, libreoffice-l10n-es, libreoffice-l10n-et, libreoffice-l10n-eu, libreoffice-l10n-fi, libreoffice-l10n-fr, libreoffice-l10n-ga, libreoffice-l10n-gd, libreoffice-l10n-gl, libreoffice-l10n-gu-IN, libreoffice-l10n-he, libreoffice-l10n-hi-IN, libreoffice-l10n-hr, libreoffice-l10n-hu, libreoffice-l10n-id, libreoffice-l10n-is, libreoffice-l10n-it, libreoffice-l10n-ja, libreoffice-l10n-ka, libreoffice-l10n-km, libreoffice-l10n-kn, libreoffice-l10n-ko, libreoffice-l10n-lt, libreoffice-l10n-mk, libreoffice-l10n-ml, libreoffice-l10n-mr, libreoffice-l10n-nb, libreoffice-l10n-nl, libreoffice-l10n-nn, libreoffice-l10n-nr, libreoffice-l10n-om, libreoffice-l10n-or, libreoffice-l10n-pa-IN, libreoffice-l10n-pl, libreoffice-l10n-prebuilt, libreoffice-l10n-pt, libreoffice-l10n-pt-BR, libreoffice-l10n-ro, libreoffice-l10n-ru, libreoffice-l10n-rw, libreoffice-l10n-sh, libreoffice-l10n-sk, libreoffice-l10n-sl, libreoffice-l10n-sr, libreoffice-l10n-ss, libreoffice-l10n-st, libreoffice-l10n-sv, libreoffice-l10n-ta, libreoffice-l10n-te, libreoffice-l10n-tg, libreoffice-l10n-th, libreoffice-l10n-tr, libreoffice-l10n-ts, libreoffice-l10n-ug, libreoffice-l10n-uk, libreoffice-l10n-ve, libreoffice-l10n-vi, libreoffice-l10n-xh, libreoffice-l10n-zh-CN, libreoffice-l10n-zh-TW, libreoffice-l10n-zu, libreoffice-languagetool, libreoffice-languagetool-ast, libreoffice-languagetool-br, libreoffice-languagetool-ca, libreoffice-languagetool-da, libreoffice-languagetool-de, libreoffice-languagetool-en, libreoffice-languagetool-es, libreoffice-languagetool-fr, libreoffice-languagetool-gl, libreoffice-languagetool-it, libreoffice-languagetool-km, libreoffice-languagetool-nl, libreoffice-languagetool-pl, libreoffice-languagetool-ro, libreoffice-languagetool-ru, libreoffice-languagetool-sk, libreoffice-languagetool-sv, libreoffice-languagetool-tl, libreoffice-languagetool-zh, libreoffice-mailmerge, libreoffice-math, libreoffice-mono, libreoffice-officebean, libreoffice-pyuno, libreoffice-sdk, libreoffice-sdk-doc, libreoffice-writer, libreoffice-writer-extensions Products: SLE-DESKTOP 11-SP2 (i386, x86_64) SLE-SDK 11-SP2 (i386, x86_64) -- 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.
participants (1)
-
bugzilla_noreply@novell.com