commit: 379f4e2c420381db53a339adbce9cf368cbae597
parent ce8a8f80bc5498f232a3821754b96f2352e62b77
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 1 Oct 2025 00:25:25 +0200
articles/filetype automation: fix broken <p>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/articles/filetype automation.xhtml b/articles/filetype automation.xhtml
@@ -51,8 +51,8 @@
<code>~/.local/bin/xdg-open</code>
which you can get into
<a href="https://hacktivis.me/git/dotfiles/file/.local/bin/xdg-open.html">my dotfiles</a>.
-<p>
</p>
+<p>
But as previously noted, simply changing <code>xdg-open</code> doesn't works for every software.
So to at least calm down the forces of chaos I told my system's package manager, portage (gentoo default one), to not install any files into <code>/usr/share/applications</code> by adding it into <code>INSTALL_MASK</code> and I removed everything in <code>~/.local/share/applications</code> and made it read-only.<br />
One should also remove <code>/usr/share/mime</code> but that makes GTK fall on it's face because it relies on it for displaying things like icons via gdk-pixbuf.<br />