Não é possível criar lentes Unity com o Ubuntu 14.04

1

Eu quero criar uma lente Unity, eu sigo este exemplo:

Eu uso:

quickly create unity-lens wikipedia

Quando eu tento:

quickly install 

Eu tenho este erro:

morgan@morgan-laptop:~/wikipedia$ sudo quickly install
Traceback (most recent call last):
  File "/usr/share/quickly/templates/unity-lens/install.py", line 62, in <module>
    os.mkdir('/usr/share/unity/lenses/%s' % lens_name)
OSError: [Errno 2] No such file or directory: '/usr/share/unity/lenses/wikipedia'
ERREUR: la commande install a échoué
Annulation

Então, eu crio um diretório (graças a: link ):

mkdir /usr/share/unity/lenses

E quando eu tento instalar novamente:

quickly install 

Eu tenho este erro:

Congrats, your new lens has been installed.
compizconfig - Info: Backend     : gsettings
compizconfig - Info: Integration : true
compizconfig - Info: Profile     : unity
WARN  2014-04-22 14:45:00 unity.glib.dbus.server GLibDBusServer.cpp:579 Can't register object 'org.gnome.Shell' yet as we don't have a connection, waiting for it...
ERROR 2014-04-22 14:45:00 unity.debug.interface DebugDBusInterface.cpp:196 Unable to load entry point in libxpathselect: libxpathselect.so.1.4: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type
ERROR 2014-04-22 14:45:00 unityinit <unknown>:0 unable to create file '/home/morgan/.cache/dconf/user': Permission non accordée.  dconf will not work properly.
ERROR 2014-04-22 14:45:00 unityinit <unknown>:0 unable to create file '/home/morgan/.cache/dconf/user': Permission non accordée.  dconf will not work properly.
ERROR 2014-04-22 14:45:00 unityinit <unknown>:0 unable to create file '/home/morgan/.cache/dconf/user': Permission non accordée.  dconf will not work properly.
ERROR 2014-04-22 14:45:00 unity.launcher.entry.remote.model LauncherEntryRemoteModel.cpp:50 Unable to connect to session bus: Impossible de se connecter : Connexion refusée
CRIT  2014-04-22 14:45:00 unity <unknown>:0 Unable to get org.ayatana.bamf matcher: Impossible de se connecter : Connexion refusée
Trace/breakpoint trap (core dumped)

Qual é a nova maneira de criar uma lente Unity?

    
por Nymeria 21.04.2014 / 18:34

0 respostas