YoCodingMonster / OpenFreezeCenter

For Those running Linux Distro on MSI laptops. This is the Graphic User Interface application meant for Fan control in Linux.
GNU Affero General Public License v3.0
363 stars 61 forks source link

Not running at all #147

Open Ritul13 opened 1 year ago

Ritul13 commented 1 year ago

IMG_20230308_090941 Follow all the steps opened termi al in execution file but saying not found...then i stall all dependencies of pythong but still not running My laptop is MSI 15 A3DD alpha ARCH linux Kde plasma, Distro Garuda

YoCodingMonster commented 1 year ago

From inside the folder, open terminal and run

sudo python3 indicator.py >/dev/null 2>&1 & exit

And to open the openfreezecenter everytime, run the same command.

I will fix this issue in the next launch!

Ritul13 commented 1 year ago

IMG_20230309_105832 I have done ever IMG_20230309_105427 Done everything last it says unsupported distro

YoCodingMonster commented 1 year ago

You need to install every library mentioned in the readme file manually.

The unsupported distribution error is when the libraries can't be automatically installed

and after installing manually run the command as above comment

Ritul13 commented 1 year ago

Ok i will give it a try

Ritul13 commented 1 year ago

i have follow the commond and use some help of chat.gpt but it is showing this and is not opening the software at all i have dowloaded all the dependencies before also i will share the images..with you

Ritul13 commented 1 year ago

photo_2023-03-12_20-15-56

Ritul13 commented 1 year ago

photo_2023-03-12_20-16-03 photo_2023-03-12_20-16-06

YoCodingMonster commented 1 year ago

I need to test this on arch based distro. will fix it in next release

Ritul13 commented 1 year ago

Please do.... I have been want to use linux and learning but if fan don't work my laptop will be a stove then i have to use it for bread toaster

pierrelasse commented 1 year ago

Ok, the reason why it's not running on arch is because stuff like this is in the code that only works for debian based systems idk (subprocess.check_call(["sudo", "apt", "install", "python3-pip", "-y"]) line 5 in imports_manager.py). Apt and arch mehhh (apt does not exist on arch and instead theres pacman idk) and the installation of pip was changed to this python -m ensurepip --upgrade.

Also i can recommend doing this subprocess.check_call(["python", "-m", "pip", "install", option_1, option_2]) instead of this subprocess.check_call(["pip", "install", option_1, option_2]) because then it runs it with python and not as a console command so probably better idk

And we all(me) have the problems only because dragon center is WINDOWS ONLY!??? WTF WHAT SPONGEHEAD HAD THIS IDEA TO HAVE IT ONLY WINDOWS COMPATIBLE???

d-packs commented 1 year ago

So bottom line this will not run on arch-based? (Manjaro here) Maybe remove Arch from supported distros in the README file?

pierrelasse commented 1 year ago

Stupid msi dragon center guys can't make for linux because the world is just running because people want money so it would make no sense for them because too less linux users. Now i sadly have to stick with windows because i don't like if an active airplaine carrier is next to me.

Ritul13 commented 1 year ago

Ai least someone have come up with an idea it will improved with time.... We have to also contribute in it