You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After having some weird issues with the install script, I noticed it was calling for "EnvyControlQt.desktop" (with no spaces), but the file included in the repo has a space, and it cannot find it to complete the setup.
Here's the terminal output for this issue:
[willow@Legion5iProGen7 EnvyControl-PyQt-new_feature]$ sudo ./install.sh
sed: can't read EnvyControlQt.desktop: No such file or directory
sed: can't read EnvyControlQt.desktop: No such file or directory
Updated the paths in the EnvyControlQt.desktop
cp: cannot stat 'EnvyControlQt.desktop': No such file or directory
Copied the EnvyControlQt.desktop to /home/willow/.local/share/applications/
Press enter to exit script:
On top of that, once I fixed the file name, it then didn't create the required folders - instead making me create the folder manually
Here's the terminal output for this issue:
[willow@Legion5iProGen7 EnvyControl-PyQt-new_feature]$ sudo ./install.sh
Updated the paths in the EnvyControlQt.desktop
cp: cannot create regular file '/home/willow/.local/share/applications/': Not a directory
Copied the EnvyControlQt.desktop to /home/willow/.local/share/applications/
Press enter to exit script:
After fixing these two issues manually, the script successfully installed itself
Here's the terminal output when everything was renamed and folders were made:
[willow@Legion5iProGen7 EnvyControl-PyQt-new_feature]$ sudo ./install.sh
Updated the paths in the EnvyControlQt.desktop
Copied the EnvyControlQt.desktop to /home/willow/.local/share/applications/
Press enter to exit script:
I'm using Endeavouros, and this is on a fairly fresh install
The text was updated successfully, but these errors were encountered:
After having some weird issues with the install script, I noticed it was calling for "EnvyControlQt.desktop" (with no spaces), but the file included in the repo has a space, and it cannot find it to complete the setup.
Here's the terminal output for this issue:
On top of that, once I fixed the file name, it then didn't create the required folders - instead making me create the folder manually
Here's the terminal output for this issue:
After fixing these two issues manually, the script successfully installed itself
Here's the terminal output when everything was renamed and folders were made:
I'm using Endeavouros, and this is on a fairly fresh install
The text was updated successfully, but these errors were encountered: