theofficialgman

Results 620 comments of theofficialgman

just to be specific, I'm referring to all the instances of `sudo` in `main.sh` behind the various if statements that will just cause the terminal to exit without cloudbuddy launching...

> I found a recent github issue on arm64 support for RustDesk. In light of compilation errors, the main dev does not seem to consider it a high priority at...

can't reproduce on bionic debs (streaming to twitch works fine there on switch) @ryanfortner needs testing on your debs

@Botspot wrong command, this user is running on aarch64 in the last test

@Bastlerstube I edited botspots command. copy it again run it again ^ a segfault doesn't give any clue as to what the issue is. all it means is that a...

the ending is not what we care about copy the 20 or so lines above that using ``` export LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libGL.so export MESA_GL_VERSION_OVERRIDE=3.3 strace obs-exec ```

any updates on this? I "think" box86 on arm64 errors may be solved now (I haven't seen an issue in a few weeks). can someone verify that the box86 script...

discord user Lightstrike was able to install box86 on 64bit bullseye and use it just fine. @Jai-JAP can we get the `libappindicator1` removed from dependencies and small mode re-introduced please?

I should note, installing steam will break apt on all ubuntu arm64/armhf releases. this is because steam will add the `i386` dpkg architecture on first launch. the http://ports.ubuntu.com repo (which...

> ``` > cat > /etc/apt/sources.list > deb [arch=arm64,armhf] https://ports.ubuntu.com/ubuntu-ports $(get_codename) main restricted universe multiverse > deb [arch=amd64,i386] https://archive.ubuntu.com/ubuntu $(get_codename) main restricted universe multiverse > EOF > ``` > >...