Julie
Julie
Type | Version/Name -- | -- Distribution Name | Ubuntu Distribution Version | 20.04 Linux Kernel | 5.4.0-29-generic Architecture | i5-3570k / 24GB DDR3 `zfs --version` | zfs-0.8.3-1ubuntu12 \ zfs-kmod-0.8.3-1ubuntu12...
Just want to chime in and say I am also having issues with a KVM - a couple in fact. Haven't had time yet to do meaningful testing. I have...
Can't believe this still isn't a thing! Made worse by these macbooks with notches in the middle
Having the same problem with Ubuntu 23.10, trying the 24.04 beta as we speak to see if it's any different. Can connect and then pair with `bluetoothctl` but nothing else...
@dragoonDorise .desktop files work yes. Using any of the workarounds in that link worked for me, once i disabled that security setting i was able to install everything normally no...
@dragoonDorise not fixed, unfortunately. I set up a clean 24.04 VM, ran the instructions directly from the wiki, and ran into my original error: ```sh qkj@testing:~$ curl -L https://raw.githubusercontent.com/dragoonDorise/EmuDeck/main/install.sh |...
or do I need to install from the dev branch?
Still no dice it seems, fully updated 24.04 VM: ``` qkj@testing:~$ curl -L https://raw.githubusercontent.com/dragoonDorise/EmuDeck/main/install.sh | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload...
the issue is this logic here: ``` linuxID=$(lsb_release -si) sandbox="" if [ $linuxID != "ChimeraOS" ]; then echo "installing EmuDeck" elif [ $linuxID != "SteamOS" ]; then ``` the only...
Can you tell me how you built the wasm version? I've been trying with no luck on ubuntu 24.04. It builds just fine, but I get problems when I run...