ballerburg9005

Results 41 comments of ballerburg9005

**WORKAROUND:** ``` for i in /usr/lib/wine/winepulse.drv.so /usr/lib/wine/fakedlls/winepulse.drv /usr/lib32/wine/fakedlls/winepulse.drv /usr/lib32/wine/winepulse.drv.so; do chmod 000 "$i"; chattr +i "$i"; done ``` If wine can't access the winepulse driver in the first place, it...

This problem exists, because the apulse dummy libraries do not fully implement the pulseaudio API. There is no bug in wine.

Yes it should. Wine is linked against the actual pulseaudio libraries and build with function calls that are not implemented in the dummy libraries. It is only by luck that...

WorkManager is used for battery-friendly background tasks, and it is the normal and only clean way to run background processes. If you want to "track" your location, it mainly makes...

same problem here with v2

I am on Archlinux and multilib is working like a breeze there. I can run wine 32bit games, which wouldn't work with broken multilib installation. I also ran this statically...

For testing I switched sound cards from emu10k to snd_hda_intel. It fixed the issue right away (although it took some fiddling with regedit and Jack to make it output actual...

While fiddling with the other sound card, I discovered: ### THE WORKAROUND **1. modprobe snd_dummy 2. stop Jack 3. start winecfg and switch all sound outputs to the Dummy soundcard...

I used vite-plugin-static-copy, which is basically the same as copying to /public/ manually. But it does not clutter your project files and always uses the latest Ionicons supplied with Ionic....