-
-
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
Hidamari auto launch not working properly on Ubuntu 20.04 #17
Comments
Hi, |
Hi! I can run it normally using a desktop entry or command line. I just can't run it automatically after login, the app starts in the background, its process is shown and all, but it just doesn't start. Plus when this happens, apparently multiple instances of the application are running, at least that's what htop shows me. I would send you a log folder but couldn't find one. |
Hmm, that’s weird.. Unfortunately I haven’t implement logging feature to the program, so there isn’t any log file generated right now. Currently, the only way to access the log is through launching the program using terminal. Maybe someday I will improve this. |
Hi, |
Hi, I'm using gnome, maybe my Linux distro is tainted, IDK, 'cause it's a Dell computer shipped with Linux, but the issue is happening to me nonetheless. I'm sending the hidamari folder, but despite the result, I appreciate your effort in helping me, thanks! |
Hmm, I inspected the zip file that you provided, it was empty inside tho? (It only contains directories but not file) 😅 |
Sorry man, I end up uninstalling it, but the config file was normal, I assure you. The app was working great! But the fact that I had to launch it manually threw me off. You can close the issue if want to, and sorry that I couldn't be of more help, Hidamari is a cool project! I tried others like it, wallset and komorebi, and def Hidamari was the best. All the best and good luck! |
Sure! I will continue to improve the app and hopefully it will become more stable in the future~ 😊 |
Hi! I thought why not just open the same issue here rather than open a new one. So I also had the autostart problem, and tried to tinker around (on Ubuntu settings, not Hidamari source files). So I found out that after first run of the app and chose a video/picture as desktop background, you need to 'quit Himadari" properly (that is via right click on desktop) to make sure Himadari run well at the next boot/restart. Also, at the Startup Application, you need to set the command to its main file I'm using Ubuntu 21.04 on Xorg for this, because I tried Himadari on Wayland and it doesn't work for me. Hope this help? |
@nicole-smartb Hi, thanks for reporting! |
Hello, I do not know if I can help, but I had a similar problem and I fixed it by doing the following: I know not the best solution, but it fixes the problem (for me at least). #!/usr/bin/env python3
import server
import time
time.sleep(5)
server.run() I also did some experiments and apparently this problem happens because hidamari loads before the xfdesktop process (not always), as a result xfdesktop loads its own background over hidamari. disclaimer: I'm not sure the above case is correct. |
@rounnus Sure! Collaborations are always welcome. The good thing about OSS is that everyone can help. 😉 |
The initial fix is in master now 😃 |
Even though you fixed it, you never made a new release for it. You have development up to October 2021 but the latest release is from May 2021. |
@TheFeelTrain |
The application is executed but for some reason Hidamari doesn't load.
Using top or htop I can see that the process is running (and using 100% of a single thread of the processor, I wonder why)
I tried manually creating a systemd user service, same result.
The only thing I didn't try yet is a cron job.
The text was updated successfully, but these errors were encountered: