From 2f699d310bb45604b38e4e64dd92573bed529dca Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Sat, 14 Feb 2026 16:25:23 +0100 Subject: [PATCH] BREAKING: Made paths absolute --- home/.local/bin/nextdns-tray | 0 home/.local/share/applications/nextdns-tray.desktop | 11 +++++------ requirements.txt | 3 +++ 3 files changed, 8 insertions(+), 6 deletions(-) mode change 100644 => 100755 home/.local/bin/nextdns-tray create mode 100644 requirements.txt diff --git a/home/.local/bin/nextdns-tray b/home/.local/bin/nextdns-tray old mode 100644 new mode 100755 diff --git a/home/.local/share/applications/nextdns-tray.desktop b/home/.local/share/applications/nextdns-tray.desktop index 5a84081..7dbc00c 100755 --- a/home/.local/share/applications/nextdns-tray.desktop +++ b/home/.local/share/applications/nextdns-tray.desktop @@ -1,11 +1,10 @@ [Desktop Entry] -Type=Application -Name=NextDNS Tray Icon Comment=Manage NextDNS Service -Exec=nextdns-tray +Exec=/home/hans/git-repos/nextdns-linux-trayicon/venv/bin/python /home/hans/git-repos/nextdns-linux-trayicon/home/.local/bin/nextdns-tray Icon=nextdns +MimeType= +Name=NextDNS Tray Icon +Path=/home/hans/git-repos/nextdns-linux-trayicon/home/.local/bin Terminal=false -Categories=Network; -StartupNotify=false -# This prevents it from appearing as a blank window in the taskbar +Type=Application X-KDE-StartupNotify=false diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f071fe7 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +PyQt6==6.10.2 +PyQt6-Qt6==6.10.2 +PyQt6_sip==13.11.0