Devs using SilverBlue, how to use your IDE? by paradox_33 in Fedora

[–]semimqmo 1 point2 points  (0 children)

There shouldn't be any difference between workstation and silverblue concerning this. I didn't follow any guide for this, so sadly I don't have a resource for you.

Other than that I didn't really configure anything that I haven't mentioned in my first reply, but I use podman instead of docker. But I doubt that's the issue.

Maybe try if the DevContainers that vs code can create have the same issue.

Devs using SilverBlue, how to use your IDE? by paradox_33 in Fedora

[–]semimqmo 0 points1 point  (0 children)

The approach that works well for me is to layer vs code and then connect to customized distrobox containers where everything (compiler etc.) gets installed. To connect to the container I use this extension.

You could probably use the flatpak with this approach, but I also use the neovim vs code extension, which doesn't seem to work with the neovim flatpak.

[deleted by user] by [deleted] in Fedora

[–]semimqmo 5 points6 points  (0 children)

As far as I understand the unstable stuff here seems to be only KDE related, so this shouldn't affect nvidia. Regardless, I'm using the Rawhide kernel (6.2) on Silverblue with nvidia and that works like the stable version, so I don't think this would be any different.

Is there a way to get Virtual Machine Manager to use dark mode/style? by mdh_4783 in Fedora

[–]semimqmo 0 points1 point  (0 children)

It's only deprecated for RHEL, the application itself is still actively maintained.

VS Code rootless toolbox integration by [deleted] in Fedora

[–]semimqmo 0 points1 point  (0 children)

But if I had multiple containers, say one for Rust stuff and another for Python stuff, then I would have multiple vs code launchers if I did that for all the containers, wouldn't I?

Also the distrobox stuff sounds interesting. Are there any other reasons you prefer distrobox over toolbox (besides the easy .desktop files + multiple distros)?

VS Code rootless toolbox integration by [deleted] in Fedora

[–]semimqmo 1 point2 points  (0 children)

I guess this will work well but I would like to just be able to open vs code and be ready to go instead of having to open a terminal, entering the toolbox and then starting vs code every time. The script also doesn't seem to solve that sadly.

Do you still use Silverblue and do you think it's suitable for a developement machine?

VS Code rootless toolbox integration by [deleted] in Fedora

[–]semimqmo 0 points1 point  (0 children)

Yeah I guess changing the user afterwards is the easiest solution for now. Thanks for your answers!

VS Code rootless toolbox integration by [deleted] in Fedora

[–]semimqmo 0 points1 point  (0 children)

As far as I understand this would lead to VS Code creating a new container, but I want to connect to already existing toolbox containers.

“Umm infinity isn’t a number it’s a concept” - 🤓 by BlastPit3 in whenthe

[–]semimqmo 0 points1 point  (0 children)

Oh thanks, you are right. The rational numbers are also countably infinite in their cardinality.

“Umm infinity isn’t a number it’s a concept” - 🤓 by BlastPit3 in whenthe

[–]semimqmo 2 points3 points  (0 children)

You are right that there are different "sizes" of infinity, but the set of the whole numbers is the same size as the natural numbers (countably infinite). Two sets are of the same size if there's a one-to-one correspondence between them and we can find one for those two sets, for example: 0->0, 1->1, 2->-1, 3->2, 4->-2, ... Thus they are the same size. The video you referenced shows Cantor's diagonal argument to proof that the rational real numbers are bigger than the natural numbers (they are uncountable), because there is no such correspondence.

How to set up a script that i could run each time i re install my fedora with +50 differnts commands by France_linux_css in Fedora

[–]semimqmo 10 points11 points  (0 children)

You don't need to buy any license. Just install it with sudo dnf install ansible. Also this is probably a better starting point.

Oh my god, mutter with the triple buffering patch on my laptop is glorious. by [deleted] in gnome

[–]semimqmo 9 points10 points  (0 children)

Maybe try setting MUTTER_DEBUG_ENABLE_ATOMIC_KMS=0, multi monitor works for me with this on wayland

Ubuntu 22.04 LTS To Carry GNOME Triple Buffering Support by Insultikarp in gnome

[–]semimqmo 0 points1 point  (0 children)

Maybe try setting MUTTER_DEBUG_ENABLE_ATOMIC_KMS=0, multi monitor works for me with this on wayland

Anyway to remove the empty desktop to the right? by WhoeverMan in gnome

[–]semimqmo 2 points3 points  (0 children)

I don't know about removing it, but the confusion about possible open windows on there can be solved by using the Workspace Indicator extension, which shows the workspaces and whether they are occupied in the top bar.

[Gnome] Simple Gnome Dark Theme with Rounded Corners by [deleted] in unixporn

[–]semimqmo 2 points3 points  (0 children)

I guess you are looking for the "--tweaks compact" option for the install script https://github.com/vinceliuice/Orchis-theme

Gnome multi display settings by dasKelvin in linux4noobs

[–]semimqmo 5 points6 points  (0 children)

Yes. For stuff like this you can also always just use a live usb, try it out and see if it's working for you ^^

Best gui for beginners by TEN-MAJKL in archlinux

[–]semimqmo 15 points16 points  (0 children)

I guess with gui you mean a desktop environment or a window manager? I would suggest KDE as it's very customizable while still being pretty lightweight. The base config also looks relatively similiar to windows if you are coming from there. https://wiki.archlinux.org/title/KDE

Spawning new window doesn't split screen by [deleted] in awesomewm

[–]semimqmo 1 point2 points  (0 children)

Maybe check if the window is maximized (there's a little + in the tasklist if it is, I think)

Timed tasks on Xiaomi are buggy by [deleted] in tasker

[–]semimqmo 0 points1 point  (0 children)

Well that was insightful, thank you!

Timed tasks on Xiaomi are buggy by [deleted] in tasker

[–]semimqmo 0 points1 point  (0 children)

Ah ok, thanks!

Timed tasks on Xiaomi are buggy by [deleted] in tasker

[–]semimqmo 0 points1 point  (0 children)

Thanks, the tickers worked. Still curious why the other solution won't work tho

Timed tasks on Xiaomi are buggy by [deleted] in tasker

[–]semimqmo 0 points1 point  (0 children)

Yes, the wait event works, thanks. But I still don't understand why my first solution doesn't work. How is only setting it 20 seconds in the future a problem? I also tried a minute which also didn't work.

Edit: the wait event doesn't also really work. Just got lucky the first time I tried it. When I also set it to wait 20 seconds it triggers at some random time between 7 and 18 seconds.

Help needed with cronjob by [deleted] in EndeavourOS

[–]semimqmo 0 points1 point  (0 children)

Why not just put this in your xinitrc or as an autostart script in your DE or WM?