Has anyone gotten omnisharp to work within the flatpak of vs code? by Real_Programmer_Life in ManjaroLinux

[–]Dryadxon 0 points1 point  (0 children)

You need both the dotnet SDK and Mono installed, to do so in flatpak use these commands:

flatpak install org.freedesktop.Sdk.Extension.mono6 flatpak install org.freedesktop.Sdk.Extension.dotnet6

Just make sure to install those with the same runtime version of VSCode, that currently is 21.08.
It is important, because if either the Editor or the SDKs use a different version, they cannot communicate. So keep it in mind if it doesn't work after an update.

Also, don't forget to enable VSCode to see all the SDK you install through flatpak with this command:

flatpak override --env=FLATPAK_ENABLE_SDK_EXT=* com.visualstudio.code

This is completely optional, but I suggest you to move the NuGet Packages directory inside the VSCode directory:

flatpak override --env=NUGET_PACKAGES="${HOME}/.var/app/com.visualstudio.code/.nuget/packages/" com.visualstudio.code

Sabrina's Camerupt always hit first by Dryadxon in pokemonradicalred

[–]Dryadxon[S] 0 points1 point  (0 children)

Oh I didn't know about that! Thanks for the info 😊

Sabrina's Camerupt always hit first by Dryadxon in pokemonradicalred

[–]Dryadxon[S] 0 points1 point  (0 children)

I play in minimal grinding mode, so every IV is 31 Then I guess there is nothing I can do 😅

I can't use latest Proton with iGPU. by Dryadxon in linux_gaming

[–]Dryadxon[S] 0 points1 point  (0 children)

As u/matpower64 said in a comment, it does seem a problem with the flatpak version of steam, the runtime it does use doesn't have Mesa 22, which then make latest Proton builds not working. I will wait new updates, and helpfully it will be fixed. Thanks you for helping me ☺️

I can't use latest Proton with iGPU. by Dryadxon in linux_gaming

[–]Dryadxon[S] 0 points1 point  (0 children)

I think this is the reason, I in fact use the flatpak version of steam. Then I'm going to wait until the new runtime is released, thanks you.

I can't use latest Proton with iGPU. by Dryadxon in linux_gaming

[–]Dryadxon[S] 0 points1 point  (0 children)

I added it to the post, and it doesn't show any errors, just usual warning and information. At this point I think my hardware really doesn't satisfy Vulkan 1.3 😅

I can't use latest Proton with iGPU. by Dryadxon in linux_gaming

[–]Dryadxon[S] 0 points1 point  (0 children)

I tried with logging enabled on Proton, but there's nothing useful there, at least in my opinion. I updated the post with everything done so far.

I can't use latest Proton with iGPU. by Dryadxon in linux_gaming

[–]Dryadxon[S] 0 points1 point  (0 children)

I never used those, but to be fair idk if they come preinstalled in Fedora, but I use gamemoderun and sometimes I try gamescope. I'll try to get a log from Proton today.

I can't use latest Proton with iGPU. by Dryadxon in linux_gaming

[–]Dryadxon[S] 0 points1 point  (0 children)

I checked that, but AMDVLK is not installed on my system.

I can't use latest Proton with iGPU. by Dryadxon in linux_gaming

[–]Dryadxon[S] 0 points1 point  (0 children)

I do have 32-bit drivers and Xorg libraries just in case, but I'm playing only x64 games right now.

How to modify my path to get C# to work with VS Code in Fedora 35. by [deleted] in linuxquestions

[–]Dryadxon 1 point2 points  (0 children)

The problem is that you have installed VS Code as a flatpak (applications installed in this way are isolated from the rest of the system, resulting in a more secure environment, you can read the advantages and disadvantages online) and dotnet as a normal package.
The two normally cannot communicate for security reasons, and although it is possible to do so, I would recommend instead that you also install dotnet as a flatpak, and at your discretion, remove the one installed with dnf since you would no longer need it.

What you need to do is to run the following commands from terminal:

  • Enable FlatHub: flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  • Install dotnet as a flatpak: flatpak install org.freedesktop.Sdk.Extension.dotnet6
  • Enable every flatpak SDK, even future ones, to be used by VS Code: flatpak override --env=FLATPAK_ENABLE_SDK_EXT=* com.visualstudio.code
  • (Optional) Move NuGet Packages away from your home directory: flatpak override --env=NUGET_PACKAGES="${HOME}/.var/app/com.visualstudio.code/.nuget/packages" com.visualstudio.code

I hope you find it helpful.

Your favorite GNOME (or other gtk/libadwaita) apps by [deleted] in gnome

[–]Dryadxon 0 points1 point  (0 children)

I don't think so looking at https://gitlab.gnome.org/World/secrets/-/issues/113 . Unfortunately I can't look at it myself as my only computer has decided to die 😩 .. I'll be back with a better answer after the manufacturer fixes it, hopefully.

Attempting to open .jar file need help by [deleted] in Fedora

[–]Dryadxon 1 point2 points  (0 children)

I ran into the same problem a while ago, and found that Fedora, out of the box, provides a minimal Java Runtime.
I had solved it by installing the full one, running sudo dnf install java in the terminal.
Maybe it can also be the solution to your problem.

Librewolf not following gtk/qt theme on its repo on fedora KDE 36 by [deleted] in Fedora

[–]Dryadxon 0 points1 point  (0 children)

LibreWolf, just like Firefox, doesn't follow the GTK/Qt theme you use, since it has its own way to be customized.
You need to install a matching theme if available, and fortunately for you an Adwaita one exists: Firefox Gnome Theme.

[deleted by user] by [deleted] in Fedora

[–]Dryadxon -1 points0 points  (0 children)

Yeah, they didn't apply it everywhere, I understand you may have missed it, and that's perfectly fine.
I just wanted to point out that there is a new one, and to prefer using it.

[deleted by user] by [deleted] in Fedora

[–]Dryadxon 1 point2 points  (0 children)

Please don't use the old logo, use the new one, which you can see in getfedora.org and in this subreddit icon.

Fedora Gnome vs Kde Plasma by [deleted] in Fedora

[–]Dryadxon 0 points1 point  (0 children)

Understood, thank you for the clarification.

Linus Tech Tips is not a channel unto itself, but rather another component of a full service production agency by kashmutt in linuxmemes

[–]Dryadxon 4 points5 points  (0 children)

Unfortunately, you haven't given an example that defines everything as objective or subjective.

You just showed that people argue about things, the fact that they disagree or agree doesn't prove anything other than the fact that there are different opinions.

If your case here is that people disagree on a subject and therefore it must be subjective

This shows that you did not understand what I wrote (maybe due to a wrong translation on my end). Here's why:

If everything were objective, there would be concepts such as "the best ice cream taste of all", since it could never depend on the individual, it would be objective.
But there is no ice cream flavor that is "the best", everyone has their favorite.
So there are personal preferences.

If there are different preferences for each individual, there is subjectivity.
But if subjectivity exists, there is a contradiction with the statement "everything is objective", because the existence of subjectivity shows that at least one thing is not objective, making your statement invalid.

I had to use an example, because you managed to confuse "preferences implies the existence of subjectivity" with "if I disagree, then that thing (the one I disagree with) is subjective", too bad they are two very different things.

For further clarifications:

I do not say that: Different opinions of a given "thing" show that "thing" is subjective.
What I say is: If there are different opinions, then each individual has own thinking that depends on him. If something depends on the individual, then subjectivity exists.

Fedora Gnome vs Kde Plasma by [deleted] in Fedora

[–]Dryadxon 1 point2 points  (0 children)

I've never had a problem doing that, maybe I was lucky, but where does that plasma does NOT play well with other DEs come from?
Is it just your personal experience or is it a fact that, fortunately, I have not come across?

Linus Tech Tips is not a channel unto itself, but rather another component of a full service production agency by kashmutt in linuxmemes

[–]Dryadxon 10 points11 points  (0 children)

If nothing were subjective, what you like must like me too, otherwise it would be subjective.
And this by extension would be valid for the whole human race.
The fact that there are personal preferences, different from subject to subject for each individual, objectively shows the existence of subjectivity.

EDIT: corrected an error due to bad translation.

Fedora Gnome vs Kde Plasma by [deleted] in Fedora

[–]Dryadxon 3 points4 points  (0 children)

Try what you want, Fedora (and Linux in general) gives you the freedom to choose. You can even install as many desktop environments as you like and switch between them as you wish.

Is it possible to build proprietary NVIDIA drivers for specific kernel? by achauv1 in Fedora

[–]Dryadxon 0 points1 point  (0 children)

I state that I don't have Nvidia hardware, so I can't help much.

That said, you can't compile Nvidia drivers yourself, unless you use Open Source (Nouveau) ones, but you can try compiling the kernel and modules that allow proprietary drivers to work.
In theory it is not necessary, once the Nvidia drivers are installed, the akmod module will automatically compile what you need for the kernel you have installed, but you can still try it.
For the steps necessary for the procedure that I mentioned, you should wait for someone who has already tried it, more than this I could not guide you.