From 6d5085d41abc8f115090d5c55ef776a9b06b2e41 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 7 Jul 2022 09:44:15 +0200 Subject: [PATCH] Fix desktop file path --- portmaster/install/linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portmaster/install/linux.md b/portmaster/install/linux.md index 88cc940..340e720 100644 --- a/portmaster/install/linux.md +++ b/portmaster/install/linux.md @@ -222,7 +222,7 @@ To find and launch the Portmaster from within your desktop environment you need The easiest way to do this on other distributions is to download the latest desktop entry and png icon from the [portmaster-packaging repository]({{ site.github_pm_packaging_url }}): ```sh -sudo wget https://raw.githubusercontent.com/safing/portmaster-packaging/master/linux/portmaster.desktop -O /usr/local/share/applications/portmaster.desktop +sudo wget https://raw.githubusercontent.com/safing/portmaster-packaging/master/linux/portmaster.desktop -O /usr/share/applications/portmaster.desktop sudo wget https://raw.githubusercontent.com/safing/portmaster-packaging/master/linux/portmaster_logo.png -O /usr/share/pixmaps/portmaster.png ``` @@ -407,4 +407,4 @@ sudo ln -s /usr/local/sv/portmaster /etc/runit/runsvdir/default sudo sv up portmaster ``` -Artix Linux users can find the [portmaster-runit](https://aur.archlinux.org/packages/portmaster-runit/) package in the AUR \ No newline at end of file +Artix Linux users can find the [portmaster-runit](https://aur.archlinux.org/packages/portmaster-runit/) package in the AUR