BREAKING: Made paths absolute
This commit is contained in:
0
home/.local/bin/nextdns-tray
Normal file → Executable file
0
home/.local/bin/nextdns-tray
Normal file → Executable file
@@ -1,11 +1,10 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
|
||||||
Name=NextDNS Tray Icon
|
|
||||||
Comment=Manage NextDNS Service
|
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
|
Icon=nextdns
|
||||||
|
MimeType=
|
||||||
|
Name=NextDNS Tray Icon
|
||||||
|
Path=/home/hans/git-repos/nextdns-linux-trayicon/home/.local/bin
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Network;
|
Type=Application
|
||||||
StartupNotify=false
|
|
||||||
# This prevents it from appearing as a blank window in the taskbar
|
|
||||||
X-KDE-StartupNotify=false
|
X-KDE-StartupNotify=false
|
||||||
|
|||||||
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
PyQt6==6.10.2
|
||||||
|
PyQt6-Qt6==6.10.2
|
||||||
|
PyQt6_sip==13.11.0
|
||||||
Reference in New Issue
Block a user