It’s a 2013 macbook air, which is weird because when I had OSX installed it played Stardew fine.
Just tried GE-Proton-9-9
and the play button goes to “stop” and then right back to “play”. I tried launching from terminal using nix-shell
and steam-run
so I could see the error messages when it crashes. Thanks for looking at your setup to see what was going on.
Apparently, I’m not the only one. https://discourse.nixos.org/t/help-running-stardew-valley-in-nixos/48574
How do you avoid those errors?
Some games don’t work, despite what ProtonDB says, such as Stardew Valley.
Honest quetion, how/where are drivers license photos saved? Is saving photos at the state level more or less secure than saving at the federal level? Also, the TSA supposedly just uses scans to speed up and more accurately verify, and claims not to save the scans (for now). If they wanted a database of everyone’s face scan, couldn’t they just subpoena every state’s DMV/tag-agency for license photos?
For anyone that stumbles on this, try ‘QT_STYLE_OVERRIDE=Fusion QT_QPA_PLATFORM=xcb synology-drive autostart’ for your startup command. That worked for me.
OMG are you fucking kidding me!!! Your comment got me thinking. So I looked at my desktop to see what I had in the startup command and it was ‘synology-drive autostart’ instead of ‘synology-drive start’. #livinthatlinuxlife #killmenow
Sigh… Thank you!!!
I use a bash script because I don’t know of a way to start a program minimized to tray using the hyprland config. If there is a method of doing that, I’d be happy to give it a try.
How do you get those inverted bottom corners on your Waybar?
I liked the small circular QS buttons best from everything they’ve put out so far. If they brought those back and had an option to remove the button titles, I’d be happy.
I tried Shizuku and was able to get it to work with Better Internet Tiles, which allowed me to split out the Data and WiFi tiles. When I tried Fabricate Overlay, it kept crashing when I went to save the overlay.
How do you edit the config.xml file that you suggested? Does that require root?
How’d you edit the menu? I don’t have a option to separate those buttons natively on GrapheneOS/A13.
Sorry, Android 12 added the new Quick Setting tile called “Internet” that combined the Wi-Fi and Mobile Data tiles. Yeah you’re right, I had big square QS buttons on my old Galaxy S4 but when I switched to Pixel it had the small circular buttons for a short period.
Are you saying you like the big buttons? Because Android 12 is when they were introduced.
No you don’t. You used to, and then the WiFi and Data buttons were both put under an Internet button. It’s aweful design. All of it.
I haven’t tried one, but the banglejs looks comparable to the Pine Time.
Nobody is a user name in the Linux environment. The IP for the port forwarding are to the local host. https://www.reddit.com/r/AndroidQuestions/comments/fcg1re/o_found_an_app_called_nobody/
According to Invizible’s instructions, you shouldn’t have to port forward to an external IP. https://invizible.net/en/invizible-and-netguard-firewall/
I did both - I have
steam
andsteam-run
inenvironment.systemPackages
and I havepackages.steam.enable = true;
Here’s my hardware config:
hardware = { bluetooth.enable = true; # enables support for Bluetooth bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot opengl = { enable = true; extraPackages = with pkgs; [ intel-media-driver # LIBVA_DRIVER_NAME=iHD intel-media-sdk intel-vaapi-driver # For older processors. LIBVA_DRIVER_NAME=i965 vaapiIntel vaapiVdpau libvdpau-va-gl ]; }; pulseaudio = { enable = true; support32Bit = true; extraConfig = "load-module module-combine-sink"; }; xpadneo.enable = true; };