Open happysmash27 opened 2 years ago
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.
Did you use the git version of picom? As stated in the README:
For now, only the latest git version of picom is supported.
if youre running picom on arch - use picom-git
from the AUR
Also it appears this issue is older than the issue i created and solved (issue #5)
try running git pull
to download the latest code before rebuilding the software
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.