Skip to content

Instantly share code, notes, and snippets.

View ivoarch's full-sized avatar

ivoarch (Ivaylo Kuzev) ivoarch

View GitHub Profile
--- [email protected]/schemas-orig/org.gnome.shell.extensions.hide-app-icon.gschema.xml 2016-10-16 17:35:54.000000000 +0200
+++ [email protected]/schemas/org.gnome.shell.extensions.hide-app-icon.gschema.xml 2016-11-29 14:32:17.465748160 +0100
@@ -11,17 +11,17 @@
</key>
<key type="b" name="hide-app-label">
- <default>false</default>
+ <default>true</default>
<summary>Hide app label</summary>
<description>Hides the label of the currently focused app in the top panel of the GNOME shell.</description>
--- rpmbuild/SPECS/terminix.spec.org 2017-02-20 21:43:12.478583827 +0100
+++ rpmbuild/SPECS/terminix.spec 2017-02-20 20:47:09.372558448 +0100
@@ -42,7 +42,7 @@
sed -i -e 's/Categories=Utilities/Categories=GNOME;GTK;System;TerminalEmulator;/' %{buildroot}%{_datadir}/applications/com.gexperts.$
desktop-file-validate %{buildroot}%{_datadir}/applications/com.gexperts.Terminix.desktop
-appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
+#appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
# remove unused files
...
creating: /builddir/build/BUILDROOT/terminix-1.5.0-1.el7.sos.x86_64/usr/share/glib-2.0/
creating: /builddir/build/BUILDROOT/terminix-1.5.0-1.el7.sos.x86_64/usr/share/glib-2.0/schemas/
inflating: /builddir/build/BUILDROOT/terminix-1.5.0-1.el7.sos.x86_64/usr/share/glib-2.0/schemas/com.gexperts.Terminix.gschema.xml
/builddir/build/BUILDROOT/terminix-1.5.0-1.el7.sos.x86_64//usr/share/metainfo/com.gexperts.Terminix.appdata.xml: + sed -i -e 's/Categories=Utilities/Categories=GNOME;GTK;System;TerminalEmulator;/' /builddir/build/BUILDROOT/terminix-1.5.0-1.el7.sos.x86_64/usr/share/applications/com.gexperts.Terminix.desktop
+ desktop-file-validate /builddir/build/BUILDROOT/terminix-1.5.0-1.el7.sos.x86_64/usr/share/applications/com.gexperts.Terminix.desktop
+ appstream-util validate-relax --nonet /builddir/build/BUILDROOT/terminix-1.5.0-1.el7.sos.x86_64//usr/share/metainfo/com.gexperts.Terminix.appdata.xml
Validation of files failed
error: Bad exit status from /var/tmp/rpm-tmp.F4F5iN (%install)
Bad exit s
--- wine-orig.spec 2017-06-01 17:43:58.483796356 +0200
+++ wine.spec 2017-06-01 17:43:05.086559289 +0200
@@ -9,7 +9,7 @@
# build with compholio-patches, see: http://www.compholio.com/wine-compholio/
# uncomment to enable; comment-out to disable.
%if 0%{?fedora}
-%global compholio 1
+%global compholio 0
%endif # 0%{?fedora}
@ivoarch
ivoarch / vpn.md
Created November 8, 2022 17:14 — forked from joepie91/vpn.md
Don't use VPN services.

Don't use VPN services.

No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.

Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.

  • A Russian translation of this article can be found here, contributed by Timur Demin.
  • A Turkish translation can be found here, contributed by agyild.
  • There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.