Hello community, here is the log from the commit of package desktopfolder for openSUSE:Factory checked in at 2019-08-07 14:00:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/desktopfolder (Old) and /work/SRC/openSUSE:Factory/.desktopfolder.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "desktopfolder" Wed Aug 7 14:00:46 2019 rev:10 rq:721434 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/desktopfolder/desktopfolder.changes 2019-05-13 14:52:48.699131993 +0200 +++ /work/SRC/openSUSE:Factory/.desktopfolder.new.9556/desktopfolder.changes 2019-08-07 14:00:47.136853276 +0200 @@ -1,0 +2,5 @@ +Wed Aug 7 04:47:15 UTC 2019 - Alexei Podvalsky <[email protected]> + +- Add OnlyShowIn=Pantheon to *.autostart.desktop + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ desktopfolder.spec ++++++ --- /var/tmp/diff_new_pack.mrg0Q8/_old 2019-08-07 14:00:48.204853265 +0200 +++ /var/tmp/diff_new_pack.mrg0Q8/_new 2019-08-07 14:00:48.208853265 +0200 @@ -74,6 +74,14 @@ %find_lang com.github.spheras.desktopfolder %{name}.lang %fdupes %{buildroot}/%{_datadir} +# Add OnlyShowIn key +if ! grep OnlyShowIn.*Pantheon %{buildroot}%{_sysconfdir}/xdg/autostart/com.github.spheras.desktopfolder-autostart.desktop; then + sed -i '$aOnlyShowIn=Pantheon;' %{buildroot}%{_sysconfdir}/xdg/autostart/com.github.spheras.desktopfolder-autostart.desktop +else + 'This entry already exists' 2> /dev/null +fi +# + %files %license LICENSE* %doc AUTHORS* README.md
