Certain Apps launch on desktop and not Stardust
My system:
OS-Endevour
Kernel-6.15.9
DE-KDE Plasma 6.4.4
CPU-i5 12400
GPU-7900 XTX
Issue:
Certain Apps such as firefox and code-oss will launch on the desktop screen instead of the stardust server. Other applications such as konsole and dolphin will launch properly onto the stardust environment.
Steps to reproduce:
Connect Quest 3 to WivRn client using envision
Start stardust server, flatland, hexagon etc utilizing the telescope command. (just by it self, no arguments or environment variables)
Open startdust launcher and launch firefox or code-oss
Launches on desktop
34 Replies
sounds like they're x11 apps and you need to run
xwayland-satellite
and all
shoot i didn''t integrate that into telescope yetCool let me give it a try
uh, idk how you can tbh
other than not using telescope
oh
So should I run server, flatland and xwayland-satellite at once?
yea you can use the startup script to help
ok 👍 , lemme give it a go
hmm... still having issues, though unsure if its because xwaylan-satellite i on the wrong display. I used cyberneticmelons script and it still didn't fix x11 apps. I had seen a previous conversation in the gen and dev part of the server that had the display being 32 however the script is 10 so I am a bit confused there.
uhh
@Cyberneticmelon?
I just used the startup script not the setup nor build
I installed using AUR
as long as the DISPLAY env var value and the value passed to xwayland-satellite match its fine
oh ok
Still nogo, on launching x11 apps
The last testing I did Firefox still behaved this way even with xwayland satellite, so for certain apps this is known behavior atm
oh yea uh
single instance apps will
I did get firefox to work... but it was strange...


O H
uh
is this main or dev?
firefox just be like that
its weird
probably the subsurfaces again
maybe you can try running firefox through x11 if that works, you can do that with
export MOZ_ENABLE_WAYLAND=0
pretty sure it is main since ver # is 0.45.1-1
ah yea probably then
if you're using the appimage/telescope your using the release version, i think the aur packages are also release
using aur pkg
yeah no, thats release 100%
x11 apps don't work, either way I did try to launch it using gravity but i think it automatically sets the variable to 1
right, the latest xwayland-satellite doesn't work on that version of stardust since it doesn't implement a wayland protocol that xwayland-satellite requires
i don't think there is any workaround
also xwayland-sattelite won't work on latest dev since we don't implement wp_viewporter yet, that is something we will fix before the next release tho
speaking of which
how are we gonna do that
Oh ok, so i'd have to use a downgraded version?
yeah, idk how downgraded tho, ig you can launch a terminal inside stardust and run the command in there instead of in the startup script until you find a working version
I also had both Firefox and zen(Firefox based) having weird resizing issues
yeah, firefox is just kinda weird like that on wayland, we might be able to improve it but firefox does really weird/stupid stuff
Maybe just make a rule for Firefox that the window border is 2x the reported size bc I noticed that it seems to be halved
we can't do that
it might make other things break
is this on dev or main branch?