Created
May 23, 2016 08:08
-
-
Save ivoarch/0811d00eb89c94dff19695fc74b8547d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- terminix-orig.spec 2016-05-22 23:55:26.342662000 +0200 | |
+++ terminix.spec 2016-05-23 00:16:11.280897290 +0200 | |
@@ -32,6 +32,8 @@ | |
#fix wrong category | |
sed -i -e 's/Categories=Utilities/Categories=GNOME;GTK;System;TerminalEmulator;/' %{buildroot}%{_datadir}/applications/com.gexperts.Terminix.desktop | |
+#fix #337 | |
+sed -i -e 's/DBusActivatable=true/DBusActivatable=false/' %{buildroot}%{_datadir}/applications/com.gexperts.Terminix.desktop | |
desktop-file-validate %{buildroot}%{_datadir}/applications/com.gexperts.Terminix.desktop | |
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment