BREAKING: Made paths absolute

This commit is contained in:
2026-02-14 16:25:23 +01:00
parent e28cd634c1
commit 2f699d310b
3 changed files with 8 additions and 6 deletions

0
home/.local/bin/nextdns-tray Normal file → Executable file
View File

View File

@@ -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

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
PyQt6==6.10.2
PyQt6-Qt6==6.10.2
PyQt6_sip==13.11.0