You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching SteamVR and then ./target/release/picom-xrdesktop-companion, no windows appear. Laser dots exist and the menu can be opened and interacted with, but nothing happens when any of the buttons are pressed other than them being indicated as being pressed and sometimes changing icons. My log, after opening and closing the menu a bunch of times and trying to see if the buttons do anything, is as follows:
% ./target/release/picom-xrdesktop-companion
ClientMode::Overlay
Load manifest path /home/happysmash27/.cache/xrdesktop.openvr/actions.json
Added controller for origin Right Hand Vive Controller Raw for action /actions/wm/in/hand_pose
Added controller for origin Left Hand Vive Controller Raw for action /actions/wm/in/hand_pose
Initializing buttons!
Destroying buttons!
Initializing buttons!
Destroying buttons!
Initializing buttons!
Destroying buttons!
Initializing buttons!
Destroying buttons!
Initializing buttons!
Destroying buttons!
Initializing buttons!
Window 0 does not exist!
Window 0 does not exist!
Destroying buttons!
Initializing buttons!
Destroying buttons!
Initializing buttons!
Destroying buttons!
Initializing buttons!
Destroying buttons!
Initializing buttons!
Window 0 does not exist!
Destroying buttons!
Initializing buttons!
Destroying buttons!
Initializing buttons!
Destroying buttons!
Initializing buttons!
Destroying buttons!
Initializing buttons!
Destroying buttons!
^C
I believe this is a bug but am not quite sure. Maybe I am just doing something wrong and need to do something to make the windows appear. Launching a new Alacritty does not appear to make them appear in xrdesktop. In the process of debugging I also opened up an instance of Firefox which did not appear either, as well as xrd-settings.
I am using LXDE and have Picom as the first auto-launch program in ~/.config/lxsession/LXDE/autostart, as: @picom --dbus -b
Running examples/client from xrdesktop seems to work so I think this indeed is most likely an issue with picom-xrdesktop-companion or the way I set it up.
When launching SteamVR and then
./target/release/picom-xrdesktop-companion
, no windows appear. Laser dots exist and the menu can be opened and interacted with, but nothing happens when any of the buttons are pressed other than them being indicated as being pressed and sometimes changing icons. My log, after opening and closing the menu a bunch of times and trying to see if the buttons do anything, is as follows:I believe this is a bug but am not quite sure. Maybe I am just doing something wrong and need to do something to make the windows appear. Launching a new Alacritty does not appear to make them appear in xrdesktop. In the process of debugging I also opened up an instance of Firefox which did not appear either, as well as
xrd-settings
.I am using LXDE and have Picom as the first auto-launch program in ~/.config/lxsession/LXDE/autostart, as:
@picom --dbus -b
Running:
dpy=$(echo -n "$DISPLAY" | tr -c '[:alnum:]' _)
And then:
And then:
dbus-send --print-reply --dest="$service" "$object" "${interface}.list_win"
Correctly lists an array of windows as uint32.
So it looks like everything is working theoretically, yet, no windows actually appear.
The text was updated successfully, but these errors were encountered: