Tatsh

Results 247 comments of Tatsh

[XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) The files that Cemu writes and reads from should not be next to the binary. It should be in the XDG directories. `graphicsPacks` should go in...

Does that only affect Bluetooth? Also do you have a udev rule for uinput for the Pro Controller?

Sounds like the udev rule should be submitted to upstream? That `OPTIONS` part is not in the files here.

Pushed the fix. After the uinput device exists, what is the output of `cat /proc/devices`? I am wondering if there is `uinput` under character devices. I would prefer to use...

I"m going to leave it as is with the device path.

I'd like to, but there's been some trouble making LLVM/Clang as a cross-compiler on Linux. It's being worked on but not at any quick pace.

Maybe time to get started http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-September/065913.html

_This article has been archived and is no longer updated by Apple._ Apple hates us

Use diff to compare before and after the changes (quickly). I can't imagine Apple changed this to no longer use NSUserDefaults. Maybe it's not in NSGlobalDomain anymore.

For Safari you will have to change the command to use the property list file without the `.plist` extension with `defaults`: ```sh defaults write ~/Library/Containers/com.apple.Safari/Data/Library/Preferences/com.apple.Safari AutoOpenSafeDownloads -bool true ``` There...