We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6561d commit 42c006eCopy full SHA for 42c006e
README.md
@@ -17,15 +17,11 @@ pip install pyqt5
17
18
## Installation
19
20
-- To run it with .desktop file:
+1. Make install.sh executable:
21
+a) via GUI on right click Properties --> Permissions --> click `is executable`
22
+b) via terminal - `cd` into the directory with install.sh --> chmod +x install.sh
23
-1. Make it executable
-2. Add fullpath to the script and icon in this lines -
24
-
25
-```desktop
26
-Exec=python3 /full path to the script/envycontrol_qt.py
27
-Icon=/full path to the icon/envycontrol.png
28
-```
+2. Run it on double click or in the terminal.
29
30
- Autostart
31
0 commit comments