qat

joined 3 years ago
[–] qat@feddit.nl 4 points 1 month ago

Why?! On my last Japan trip I visited many izakayas. Great food, friendly people, nice vibes. Yes you have to use Google Translate and still you have no idea what you're ordering (or sometimes there isn't really a menu), but who cares, everything is delicious anyway.

[–] qat@feddit.nl 1 points 2 months ago

I use the Temporary Containers you mentioned, and find it to work very well. A couple of tips:

  • I use standard (named) containers for sites I frequently visit, so that I don't need to log in every time. You can set a website to always open in a certain container.
  • For the browser restart problem, I just manually middle-click to open the tabs I want from my previous session, which opens them in a fresh temporary container. Indeed the old container state is gone, but I don't really find it to be a problem.
[–] qat@feddit.nl 10 points 4 months ago (1 children)

Except Trump will not bear the consequences. Soldiers, civilians and children, many of them on the Iranian side, will pay the price instead.

[–] qat@feddit.nl 15 points 4 months ago (4 children)

Indeed. PC manufacturers should just invest in the Linux ecosystem.

 

I run both Fedora and Bazzite on my Steam Deck (LCD) in dual boot. Since upgrading to Fedora 43, I could no longer get the audio on the built-in speakers to work. It was still working on Bazzite.

After diving into it, I managed to fix it. Here's how, in case it's useful to anyone else.

I used the ALSA / ucm2 config from Valve's repository for audio processing for their hardware: https://github.com/evlaV/valve-hardware-audio-processing

Try:

git clone https://github.com/evlaV/valve-hardware-audio-processing.git
sudo cp valve-hardware-audio-processing/ucm2/conf.d/acp5x/* /usr/share/alsa/ucm2/conf.d/acp5x/
sudo mv /usr/share/alsa/ucm2/conf.d/acp5x/Valve-Jupyter-1.conf /root/

Note this is for the Steam Deck LCD version (you can check that cat /sys/devices/virtual/dmi/id/product_name gives Jupiter). The repository also contains configuration for the OLED version, but the commands may be different.

Hope it helps anyone!