dbus: fix tray

This commit is contained in:
lelgenio 2021-11-02 20:52:03 -03:00
parent c4c73bafee
commit d567a3f77a
3 changed files with 6 additions and 1 deletions

View File

@ -9,6 +9,7 @@ set -x QT_QPA_PLATFORMTHEME gtk2
# set -x QT_QPA_PLATFOR wayland
set -x DESKTOP_APP_I_KNOW_ABOUT_GTK_INCOMPATIBILITY 1
set -x SDL_GAMECONTROLLERCONFIG '050000004c0500006802000000800000,Sony PLAYSTATION(R)3 Controller,a:b0,b:b1,x:b3,y:b2,back:b8,guide:b10,start:b9,leftstick:b11,rightstick:b12,leftshoulder:b4,rightshoulder:b5,dpup:b13,dpdown:b14,dpleft:b15,dpright:b16,leftx:a0,lefty:a1,rightx:a3,righty:a4,lefttrigger:a2,righttrigger:a5,platform:Linux,'
set -x DBUS_SESSION_BUS_ADDRESS "unix:path=$XDG_RUNTIME_DIR/bus"
for i in ~/.local/bin ~/.cargo/bin ~/.factorio/bin/*
test -d "$i";and fish_add_path "$i"

View File

@ -174,6 +174,10 @@ depends=(
# X11
xorg-xwayland
# Tray
libappindicator-gtk2 libappindicator-gtk3
lib32-libappindicator-gtk2 lib32-libappindicator-gtk3
# Chat
discord telegram-desktop
jitsi-meet-desktop-bin

View File

@ -4,4 +4,4 @@ exec dbus-daemon \
--syslog-only \
--nofork \
--session \
--address=unix:path=$XDG_RUNTIME_DIR/bus
--address="$DBUS_SESSION_BUS_ADDRESS"