qual é o problema rodando osdlyrics no Ubuntu 17.10?

1

Eu consegui compilar e instalar com sucesso a partir do link Mas há um problema em carregá-lo.

android@android:~/osdlyrics$ osdlyrics
/usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar", expected valid string constant
*Error*: in function _start_daemon_cb: ol_main.c[758]
Unable to start daemon: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.osdlyrics.Daemon exited with status 1
^X

Eu segui o seguinte do link

que me levou a

android@android:~$ osdlyrics
*Error*: in function _start_daemon_cb: ol_main.c[758]
Unable to start daemon: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.osdlyrics.Daemon exited with status 1

poste no link e link leva-me a

android@android:~$ sudo pip2 install pycurl
The directory '/home/android/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/android/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting pycurl
  Downloading pycurl-7.43.0.tar.gz (182kB)
    100% |████████████████████████████████| 184kB 3.3MB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-YErRpJ/pycurl/setup.py", line 823, in <module>
        ext = get_extension(sys.argv, split_extension_source=split_extension_source)
      File "/tmp/pip-build-YErRpJ/pycurl/setup.py", line 497, in get_extension
        ext_config = ExtensionConfiguration(argv)
      File "/tmp/pip-build-YErRpJ/pycurl/setup.py", line 71, in __init__
        self.configure()
      File "/tmp/pip-build-YErRpJ/pycurl/setup.py", line 107, in configure_unix
        raise ConfigurationError(msg)
    __main__.ConfigurationError: Could not run curl-config: [Errno 2] No such file or directory

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-YErRpJ/pycurl/
    
por nazar2sfive 11.11.2017 / 14:05

1 resposta

0

Eu tive um problema parecido no ubuntu 18.04, a solução para mim foi instalar as dependências do python mencionadas aqui

link

e em vez de usar o pip para instalá-los eu usei o apt-get

sudo apt-get install python-chardet python-dbus python-gobject python-pycurl
    
por demon36 12.09.2018 / 18:32

Tags