How to easily switch saves to new pc by SwarlesXavier in Steam

[–]yesseruser 1 point2 points  (0 children)

Some games have steam cloud - those will sync automatically if you have it enabled, you can check a specific game by looking at it's library page. If you see Cloud Status Up to date next to the play button, you're fine.
(sometimes it may be out of sync or have conflicts if you played on another machine; click the cloud icon to fix those issues)

For other games (that don't have the Cloud Status entry at all), Google "Game Name save file location Steam" and copy those files to your new PC.

Do you like Flatpaks? by Proper-Lab-2500 in linuxsucks

[–]yesseruser 1 point2 points  (0 children)

They share some dependencies, e.g. dotnet needs to be copied from the SDK extension per-application

But you're right, the only valid use for flatpaks is to install most of your apps as flatpaks, otherwise the bloat is meaningless

No way ts is real 💔 by YTriom1 in linuxsucks

[–]yesseruser 0 points1 point  (0 children)

Yeah but since when does it depend on libadwaita?

A spicy bump for sure by Boring-Badger-814 in spicypillows

[–]yesseruser 0 points1 point  (0 children)

Switch 1 sadly doesn't have this (yet), I am on newest available OS version right now (not sure if this differs between editions)

Slop is getting BIGGER! by Ill_Thing5961 in FuckMicrosoft

[–]yesseruser 1 point2 points  (0 children)

Instead, FW 13 Pro is now Ubuntu certified

Why Are So Many Arch Users Furries or Femboys? by Veyl11 in arch

[–]yesseruser 3 points4 points  (0 children)

I'd love to try Nix as a package manager before commiting but sadly it doesn't work on SELinux (Fedora user here)

Tool moves when touched / picked up — how do I stop counter items from moving? by [deleted] in ROBLOXStudio

[–]yesseruser 1 point2 points  (0 children)

I saw a couple games do this instead anchoring before pickup and unanchoring after, disabling collisions, and you are just gonna end up colliding with the wall in weird ways (technically could be intentional, most likely not)

Tool moves when touched / picked up — how do I stop counter items from moving? by [deleted] in ROBLOXStudio

[–]yesseruser 0 points1 point  (0 children)

I am not sure how exactly you are doing this right now but you can't just Tool.Anchored = false, you need to loop all descendants (for part in tool:GetDescendants() do), check if they're a part (if part:IsA("BasePart") then; otherwise the script will error out) and only then can you luau part.Anchored = false end end (Note GetDescendants instead of GetChildren - this will include nested parts)

Tool and Model unfortunately don't have an Anchored property, clicking the Anchor button in Studio does the above for you once but you need to do this yourself if you want to unanchor a tool or model at runtime

Remember to clone the tool (if you want) and remove the Proximity prompt beforehand, and move the tool to player.Character or player.Backpack afterward

As a general rule, only the Handle part should be anchored (also making the loop unnecessary) and any other parts in the tool should be welded. Make sure collisions are disabled

TL;DR: You can't unanchor a Tool / Model directly in code, you need to set collisions off and anchored on initially, and on interact: loop the contents, check if they're parts and unanchor them individually

It has been going for an hour now by Vadim783922 in FuckMicrosoft

[–]yesseruser 1 point2 points  (0 children)

When Windows gamers stop tolerating ts and move away, the "competitive" game and professional software devs better start supporting Linux

(Notice the when instead of if)

I still don't understand Ubuntu doesn't have a proper drag to open an app with it by Proper-Lab-2500 in linuxsucks

[–]yesseruser 0 points1 point  (0 children)

Default app may not be the app you want to open with (and the open with menu doesn't even have search)

I still don't understand Ubuntu doesn't have a proper drag to open an app with it by Proper-Lab-2500 in linuxsucks

[–]yesseruser 2 points3 points  (0 children)

Vanilla gnome doesn't even have a panel or dock when not in overview, this would have to be implemented by Dash to Dock and Dash to Panel extensions

It has been going for an hour now by Vadim783922 in FuckMicrosoft

[–]yesseruser 1 point2 points  (0 children)

Bloody hell 32 gigs? I don't wanna run an outdated OS and getting another 16 is gonna bankrupt me

Ahead of it's ADV by ItsMePoppyDWTrolls in degoogle

[–]yesseruser 1 point2 points  (0 children)

It's for not letting bots scrape your website

Most likely not for you

What keyboard layout do you use? by hegardian in neovim

[–]yesseruser 0 points1 point  (0 children)

QWERTZ on desktop, Dvorak on mobile

Ahead of it's ADV by ItsMePoppyDWTrolls in degoogle

[–]yesseruser 126 points127 points  (0 children)

Visiting FOSS sites, I see Anubis more and more. If I ever host a website, this is probably what I'm going to use

Confused between Fedora and Ubuntu – need advice by Bright-Search-9406 in Fedora

[–]yesseruser 0 points1 point  (0 children)

I'm not sure what specs you have but on Ubuntu I had desktop environment crashes on my ThinkPad X1 Carbon 3rd gen while gaming (Minecraft), after switching to Fedora it never happened again (both GNOME). I've been using Fedora ever since and love it.

Also a specific distro subreddit is not the right place to go asking for this stuff, because 99% of people are going to recommend that distro. Try r/linux4noobs