LorenzoMorelli / GPU_profile_selector

A simple gnome shell extension which provides a simple way to switch between GPU profiles on Nvidia Optimus systems (i.e laptops with Intel + Nvidia or AMD + Nvidia configurations) in a few clicks. In particular this extension is a graphic interface for envycontrol program.
GNU General Public License v3.0
58 stars 7 forks source link

bash: command not found #18

Closed bashfulrobot closed 1 week ago

bashfulrobot commented 3 months ago

Hi there,

I just installed the extension on NixOs. I have all the dependencies installed, but when I tried to change profiles, I get a command not found for /usr/bash.

Is the path hardcoded? My bash is located in an alternate location.

❯ command -v bash
/run/current-system/sw/bin/bash

Thank you.

LorenzoMorelli commented 2 months ago

Hi! It is... A good update to this extension could be to add a setting for choosing the shell path. Unfortunately I'm not quite free at the moment. I'll add it to the todo list. If you like, feel free to open a pull request to add this feature

adambrangenberg commented 2 weeks ago

Fixed it in #21