diff --git a/libreoffice-branding-upstream.spec b/libreoffice-branding-upstream.spec index 460885a..63fab67 100644 --- a/libreoffice-branding-upstream.spec +++ b/libreoffice-branding-upstream.spec @@ -16,7 +16,6 @@ # - Name: libreoffice-branding-upstream Version: 3.6.3.2.4 Release: 0 diff --git a/libreoffice-help-en-US.spec b/libreoffice-help-en-US.spec index 9b06f78..2226e79 100644 --- a/libreoffice-help-en-US.spec +++ b/libreoffice-help-en-US.spec @@ -16,7 +16,6 @@ # - Name: libreoffice-help-en-US ################################################################### ## DO NOT EDIT THIS SPEC FILE diff --git a/libreoffice-help-group1.spec b/libreoffice-help-group1.spec index 2b2614c..9c0f9be 100644 --- a/libreoffice-help-group1.spec +++ b/libreoffice-help-group1.spec @@ -16,7 +16,6 @@ # - Name: libreoffice-help-group1 ################################################################### ## DO NOT EDIT THIS SPEC FILE diff --git a/libreoffice-help-group2.spec b/libreoffice-help-group2.spec index 039ccd7..a0b7b79 100644 --- a/libreoffice-help-group2.spec +++ b/libreoffice-help-group2.spec @@ -16,7 +16,6 @@ # - Name: libreoffice-help-group2 ################################################################### ## DO NOT EDIT THIS SPEC FILE diff --git a/libreoffice-help-group3.spec b/libreoffice-help-group3.spec index 99ebbfe..fef29a7 100644 --- a/libreoffice-help-group3.spec +++ b/libreoffice-help-group3.spec @@ -16,7 +16,6 @@ # - Name: libreoffice-help-group3 ################################################################### ## DO NOT EDIT THIS SPEC FILE diff --git a/libreoffice-help-group4.spec b/libreoffice-help-group4.spec index bbebfff..00af5a2 100644 --- a/libreoffice-help-group4.spec +++ b/libreoffice-help-group4.spec @@ -16,7 +16,6 @@ # - Name: libreoffice-help-group4 ################################################################### ## DO NOT EDIT THIS SPEC FILE diff --git a/libreoffice-help-group5.spec b/libreoffice-help-group5.spec index 62ba9dc..5031d33 100644 --- a/libreoffice-help-group5.spec +++ b/libreoffice-help-group5.spec @@ -16,7 +16,6 @@ # - Name: libreoffice-help-group5 ################################################################### ## DO NOT EDIT THIS SPEC FILE diff --git a/libreoffice-icon-themes.spec b/libreoffice-icon-themes.spec index 7af5d2e..abba577 100644 --- a/libreoffice-icon-themes.spec +++ b/libreoffice-icon-themes.spec @@ -16,7 +16,6 @@ # - Name: libreoffice-icon-themes Version: 3.6.3.2.4 Release: 0 diff --git a/libreoffice-l10n.spec b/libreoffice-l10n.spec index 91c27a1..9219235 100644 --- a/libreoffice-l10n.spec +++ b/libreoffice-l10n.spec @@ -16,7 +16,6 @@ # - Name: libreoffice-l10n Version: 3.6.3.2.4 Release: 0 diff --git a/libreoffice.changes b/libreoffice.changes index 51851e4..1a554ae 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 11 16:49:30 UTC 2013 - pmladek@suse.com + +- enable startup notification (bnc#796875) + ------------------------------------------------------------------- Fri Jan 25 10:17:26 UTC 2013 - pmladek@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index ff8ef92..fe453d2 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -16,7 +16,6 @@ # - Name: libreoffice BuildRequires: ImageMagick BuildRequires: ant @@ -1636,6 +1635,8 @@ for desktop in * ; do sed -i -e "s|%_datadir/applications/$desktop|%_datadir/applications/$desktop_new|" $builddir/file-lists/*.txt # finally, create the right link ln -sf $relative_target $desktop_new + # enable startup notification (bnc#796875) + grep -q "NoDisplay=true" $desktop_new || echo "StartupNotify=true" >>$desktop_new # suse_update app=`echo $desktop_new | sed "s/.desktop//"` %suse_update_desktop_file $app