-
Notifications
You must be signed in to change notification settings - Fork 31
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
Someone please upgrade this tool for Ubuntu 20.04 / Python 3.8 #42
Comments
That's right. On Kubuntu 20.04,
gives: When trying to launch automathemely:
|
I believe I'm good now. I re-read the instructions on the homepage. It's tested in Ubuntu 16.04 and 18.04. For other distros (I'm on Kubuntu 20.04), there's a try packaging it yourself link: After cloning the source code with git clone, then in install-scripts/.package.sh Then ran the code with sudo ./.package.sh (gave some missing files errors) I installed the resulting package with: I ran the post installation package in install_scripts Through a computer wide search for the missing files, I discovered that the missing files from the errors are in the compiled source folder in: build/lib/automathemely/lib/installation_files So, I copied the folder installation_files to /usr/local/lib/python3.8/dist-packages/automathemely (where it's supposed to be according to the errors) I ran the post installation script again, this time no missing files errors came up, just a "could not connect to D-Bus" error I fixed the autostart problem: I then copied automathemely.desktop to the user autostart folder by using the command from user @florianmw in issue# 12
I seems to run fine. AutomaThemely autostarts and a notification pop-up informs that it applied the dark or light theme. At night, it applied the dark theme. During the day, it applied the light theme. Seems to be working fine. I'm on automatic location, but there doesn't seem to be a way to verify what location is detected. In case the project developer doesn't get around to updating the package, he gave us the ability to do it ourselves to a certain extent. I'm no programmer or developer. I'm just observant, can read carefully, and know my way around google searches. |
Does not seem to work on UBUNTU CINNAMON got this |
may you share package for python3.8 ? thanks a lot ! |
Here is the package for python 3.8 but I need to perform other steps such as copying the file in the correct places because post installation script wouldn't do automatically. |
Anyone get this working on 3.8 / Ubuntu 20.04 in an easy breezy way? I really love it, but this seems complicated to for a noob like myself to get it working again. |
Thanks for this. Downloaded and extracted. Then I got a bit weirded out when looking at the .sh file. Any idea why there all those control chars in an .sh? It might be normal, but looks very odd to me as I've never seen that before! |
Sorry! I am also a noob linux user but I have some programming experiences though. I just followed the |
Can someone put in a pull request with all these fixes? This package doesn't work on the current edition of Linux Mint. |
@yllekz I've updated the app for Linux Mint 20.2. Seems to work. |
20.04 LTS is upstream and many people are upgrading to it. This tool by default supports only upto Python version 3.6. I tried playing with the
.package.sh
file but could not get it working :(The text was updated successfully, but these errors were encountered: