Code: Select all
Neither gnome-integration-spotify nor spotify-tray are installed.
Launching spotify without systray integration.
/opt/spotify/spotify-client/spotify: /usr/lib64/libcurl.so.4: no version information available (required by /opt/spotify/spotify-client/spotify)
/opt/spotify/spotify-client/spotify: /usr/lib64/libcurl.so.4: no version information available (required by /opt/spotify/spotify-client/spotify)
/opt/spotify/spotify-client/spotify: /usr/lib64/libcurl.so.4: no version information available (required by /opt/spotify/spotify-client/spotify)
(spotify:20277): libayatana-appindicator-WARNING **: 22:10:58.737: Unable to get the session bus: Unknown or unsupported transport “disabled” for address “disabled:”
(spotify:20277): LIBDBUSMENU-GLIB-WARNING **: 22:10:58.737: Unable to get session bus: Unknown or unsupported transport “disabled” for address “disabled:”
/proc/self/exe: /usr/lib64/libcurl.so.4: no version information available (required by /proc/self/exe)
I tried uninstalling the ebuild and installing by flatpak instead, but that gives identical behavior. Not sure where to go from here.
EDIT: Well, shortly after posting this I found the mistake, it was indeed dbus. To any who find this in the future, just launch Hyprland with dbus-run-session. in my case I just had to change /etc/greetd/environment to
Code: Select all
hyprland
bashwith hyprland now being a bash script in /usr/local/bin/ :
Code: Select all
#! /bin/bash
dbus-run-session /usr/bin/Hyprland
