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

Unable to start daemon #75

Open
paladin4fan opened this issue Apr 1, 2020 · 6 comments
Open

Unable to start daemon #75

paladin4fan opened this issue Apr 1, 2020 · 6 comments

Comments

@paladin4fan
Copy link

I could use osdlyrics 0.4.3-6 on my Manjaro Linux 19.0.2 with KDE
But once I remove the old version and install osdlyrics-osd from yay
it couldn't start.
There is the output in bash

Error: in function _start_daemon_cb: ol_main.c[768]
Unable to start daemon: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.osdlyrics.Daemon exited with status 1

@PedroHLC
Copy link
Member

PedroHLC commented Apr 1, 2020

Hi, can you start it from python /usr/lib/osdlyrics/daemon/main.py and post the logs? I believe you're just missing a few python modules.
Also, I left a PKGBUILD in a commentary in AUR, which I use here 😸. Have you tried it?

@owl770
Copy link

owl770 commented Mar 23, 2021

I had this same problem and it was fixed by:
sudo apt install python-future python-pycurl

@joenepraat
Copy link

I had this same problem and it was fixed by: sudo apt install python-future python-pycurl

Thank you for this. For me on Ubuntu 20.04 it was this:

sudo apt install python-pycurl && pip2 install future

@JiangXY98
Copy link

JiangXY98 commented Jul 11, 2023

I had this same problem and it was fixed by: sudo apt install python-future python-pycurl

Thank you for this. It is hard to imagine how you find a solution 👍.
On Arch Linux & plasma it was this:
sudo pacman -S python-future python-pycurl

@PedroHLC
Copy link
Member

On Arch Linux & plasma \it was this: sudo pacman -S python-future python-pycurl

On Arch I recommend using the osdlyrics-git from AUR that I maintain. (And anyone can collab through https://github.com/osdlyrics/pkgbuild-osdlyrics-git)

@rmshadows
Copy link

我Debian 12,使用 sudo apt install python3-future python3-pycurl解决了。另外还有缺少canberra-gtk-module用sudo apt-get install libcanberra-gtk-module

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

No branches or pull requests

6 participants