Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not running at all #147

Open
Ritul13 opened this issue Mar 8, 2023 · 13 comments
Open

Not running at all #147

Ritul13 opened this issue Mar 8, 2023 · 13 comments

Comments

@Ritul13
Copy link

Ritul13 commented Mar 8, 2023

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
Copy link
Owner

YoCodingMonster commented Mar 8, 2023

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
Copy link
Author

Ritul13 commented Mar 9, 2023

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

@YoCodingMonster
Copy link
Owner

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
Copy link
Author

Ritul13 commented Mar 9, 2023

Ok i will give it a try

@Ritul13
Copy link
Author

Ritul13 commented Mar 12, 2023

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
Copy link
Author

Ritul13 commented Mar 12, 2023

photo_2023-03-12_20-15-56

@Ritul13
Copy link
Author

Ritul13 commented Mar 12, 2023

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

@YoCodingMonster
Copy link
Owner

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

@Ritul13
Copy link
Author

Ritul13 commented Mar 13, 2023

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
Copy link

pierrelasse commented Mar 19, 2023

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
Copy link

d-packs commented Apr 11, 2023

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

@pierrelasse
Copy link

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
Copy link
Author

Ritul13 commented Apr 25, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants