papyros / papyros-shell

:shell: The desktop shell for Papyros, built using QtQuick and QtCompositor as a compositor for Wayland.
http://papyros.io
GNU General Public License v3.0
944 stars 42 forks source link

Can't start papyros-shell #234

Open gwnichol opened 8 years ago

gwnichol commented 8 years ago

Help! I really like the idea of Papyros but I can not get the session to start. I have it installed from the repo listed on the website and I am running Antergros with Gnome. I get multiple errors and many seem to relate to the Qt5 libraries. I have all the listed dependencies listed for the repo. I have also tried running it in a Wayland window with the same result. Any assistance is appreciated.

I have tried multiple different install routes such as the papyros-shell-git and the the papyros-testing repo. All of which give the same errors when running papyros-session

Here is my terminal output (It is a bit long)  

grant@grants-gui~]$papyros-session
Registered io.papyros.session D-Bus interface
papyros.session.launcher: Registered io.papyros.launcher D-Bus interface
Starting: "greenisland" "--shell io.papyros.shell"
/usr/bin/greenisland: /usr/lib/libQt5Network.so.5: version `Qt_5' not found (required by /usr/lib/libQt5Quick.so.5)
/usr/bin/greenisland: /usr/lib/libQt5Gui.so.5: version `Qt_5_PRIVATE_API' not found (required by /usr/lib/libQt5Quick.so.5)
/usr/bin/greenisland: /usr/lib/libQt5Gui.so.5: version `Qt_5' not found (required by /usr/lib/libQt5Quick.so.5)
/usr/bin/greenisland: /usr/lib/libQt5Core.so.5: version `Qt_5_PRIVATE_API' not found (required by /usr/lib/libQt5Quick.so.5)
/usr/bin/greenisland: /usr/lib/libQt5Core.so.5: version `Qt_5.6' not found (required by /usr/lib/libQt5Quick.so.5)
/usr/bin/greenisland: /usr/lib/libQt5Core.so.5: version `Qt_5' not found (required by /usr/lib/libQt5Quick.so.5)
/usr/bin/greenisland: /usr/lib/libQt5Network.so.5: version `Qt_5' not found (required by /usr/lib/libQt5Qml.so.5)
/usr/bin/greenisland: /usr/lib/libQt5Core.so.5: version `Qt_5_PRIVATE_API' not found (required by /usr/lib/libQt5Qml.so.5)
/usr/bin/greenisland: /usr/lib/libQt5Core.so.5: version `Qt_5.6' not found (required by /usr/lib/libQt5Qml.so.5)
/usr/bin/greenisland: /usr/lib/libQt5Core.so.5: version `Qt_5' not found (required by /usr/lib/libQt5Qml.so.5)
Compositor finished
Autostart: "Screen Locker" from "/etc/xdg/autostart/light-locker.desktop"
Launching "" from "/etc/xdg/autostart/light-locker.desktop"
papyros.session.launcher: Launched "/etc/xdg/autostart/light-locker.desktop" (Screen Locker) with pid 24268
Autostart: "Network" from "/etc/xdg/autostart/nm-applet.desktop"
Launching "" from "/etc/xdg/autostart/nm-applet.desktop"
papyros.session.launcher: Launched "/etc/xdg/autostart/nm-applet.desktop" (Network) with pid 24269
Autostart: "Update Notifier" from "/etc/xdg/autostart/pamac-tray.desktop"
Launching "" from "/etc/xdg/autostart/pamac-tray.desktop"
papyros.session.launcher: Launched "/etc/xdg/autostart/pamac-tray.desktop" (Update Notifier) with pid 24270
Autostart: "Print Queue Applet" from "/etc/xdg/autostart/print-applet.desktop"
Launching "" from "/etc/xdg/autostart/print-applet.desktop"

** (light-locker:24268): WARNING **: Cannot open display: 
papyros.session.launcher: Launched "/etc/xdg/autostart/print-applet.desktop" (Print Queue Applet) with pid 24271
Autostart: "PulseAudio Sound System" from "/etc/xdg/autostart/pulseaudio.desktop"
Launching "" from "/etc/xdg/autostart/pulseaudio.desktop"
papyros.session.launcher: Launched "/etc/xdg/autostart/pulseaudio.desktop" (PulseAudio Sound System) with pid 24273
Autostart: "Zeitgeist Datahub" from "/etc/xdg/autostart/zeitgeist-datahub.desktop"
Launching "" from "/etc/xdg/autostart/zeitgeist-datahub.desktop"
papyros.session.launcher: Launched "/etc/xdg/autostart/zeitgeist-datahub.desktop" (Zeitgeist Datahub) with pid 24274

(nm-applet:24269): Gtk-WARNING **: cannot open display: :0

** (zeitgeist-datahub:24274): WARNING **: zeitgeist-datahub.vala:226: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
Failure: Module initialization failed
papyros.session.launcher: Application for "/etc/xdg/autostart/light-locker.desktop" finished with exit code 1
papyros.session.launcher: Application for "/etc/xdg/autostart/nm-applet.desktop" finished with exit code 1
papyros.session.launcher: Application for "/etc/xdg/autostart/zeitgeist-datahub.desktop" finished with exit code 1
papyros.session.launcher: Application for "/etc/xdg/autostart/pulseaudio.desktop" finished with exit code 1
papyros.session.launcher: Application for "/etc/xdg/autostart/pamac-tray.desktop" finished with exit code 0
sys:1: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded.`

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/32522334-can-t-start-papyros-shell?utm_campaign=plugin&utm_content=tracker%2F8658931&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8658931&utm_medium=issues&utm_source=github).
alexkreidler commented 8 years ago

What version of Qt do you have? Did you install it from your regular package manager? (I'm not familiar with Antergos.)