Fedora Project :fedora: · @fedora
9378 followers · 669 posts · Server fosstodon.org

Next up for testing: Linux Kernel 6.5!

Please support Fedora with testing the latest kernel from *Sep 10-17*.

We also have Toolbx. 🧰 It has been a made a release-blocking deliverable for Fedora, so we really want to iron out bugs so that it doesn't hold up Fedora 39. Test Day for this is *Sep 14*.

Instructions on how to help can be found below: fedoramagazine.org/contribute-

#fedora #linux #toolbx

Last updated 1 year ago

Jiří Eischmann :fedora: · @sesivany
1954 followers · 2549 posts · Server floss.social

I have made another release of Desktop Migration Tool.
You can now easily migrate your containers to a new machine with it! Reinstalling apps is also more robust now.

codeberg.org/sesivany/linux-de

#Linux #toolbx #Flatpak

Last updated 1 year ago

Steven Rosenberg · @passthejoe
1086 followers · 2795 posts · Server ruby.social

Even if you don't run an system, you can still take advantage of things like and to set up alternate development environments.

My preference is to use Distrobox with a custom home directory so (theoretically anyway) config files don't mix in with those in the main system.

#immutable #toolbx #distrobox

Last updated 1 year ago

lj·rk ☎️ ELLE [3553]@CCCamp23 · @ljrk
638 followers · 21151 posts · Server todon.eu

Fooling around with technology, and again, together with on . The "current" approaches seem to either be using a lot of custom scripting and hooks with github.com/owtaylor/toolbox-vs or try to hook into the toolbx container through VS Code's "Dev Containers" feature using `com.visualstudio.code.tool.podman`. The former is highly complex and (IME) prone to breakage, the latter runs into a lot of limitations. There's finally the option to install VS Code *within* the toolbox but that's kinda... ugh.

While toying around I noticed that I don't actually want to have the VS Code "run" or "connect" to the toolbx. Actually, I only want to have the integrated VS Code terminal "run" in the context of the toolbx, the "actual development" would either happen through the standard Dev Container feature with a container *for that project *(instead of re-using the toolbx container) or using Flatpak SDKs with the Flatpak extension, if publishing directly trough Flatpak like GNOME Builder does.

#container #flatpak #toolbx #vscode #fedora #silverblue

Last updated 1 year ago

lj·rk ☎️ ELLE [3553]@CCCamp23 · @ljrk
638 followers · 21145 posts · Server todon.eu

Prefer using Island Of TeX -s for or interactive development but don't want to type that much? You can simply create an alias, shell function or a simple script -- called e.g., `context` -- in your `$PATH`:

```
#! /bin/sh

podman run -v $PWD:$PWD:Z -w $PWD contextgarden/context:lmtx \
context "$@"
```

If, furthermore, your default environment is ? Just hook the `podman` binary as well and fallback to `flatpak-spawn` within containers:

```
#! /bin/sh

if [ -f /run/.containerenv ]; then
flatpak-spawn --host podman "$@"
else
/usr/bin/podman "$@"
fi
```

You can now just run `context foo.mkiv` now outside or inside of your toolbx and it just works™

#container #context #texlatex #toolbx

Last updated 1 year ago

· @user8e8f87c
208 followers · 5667 posts · Server berlin.social

@thelinuxcast What doing?

#toolbx

Last updated 1 year ago

· @user8e8f87c
198 followers · 5564 posts · Server berlin.social

@ebits21 @Fbartels should replace with . Toolbx was first they had the idea, but now it is only inferior. I think Toolbx devolopers should abandon their project and just start to work on Distrobox.

I also agree that Silverblue should become fully declarative so that we can rebuild it with all layered packages, distroboxes, and flatpaks.

#silverblue #toolbx #distrobox

Last updated 1 year ago

Fedora Project · @fedora
8545 followers · 570 posts · Server fosstodon.org

Up next at Flock...

Fedora Server - where we are going: sched.co/1Or6F

State of Toolbx Project: sched.co/1Or7D

#fedora #flocktofedora #flockireland #fedoraserver #toolbx

Last updated 1 year ago

Jiří Eischmann :fedora: · @sesivany
1816 followers · 2227 posts · Server floss.social

I'd like to write migration scripts to move data from the old laptop to the new one. It would move app data over, reinstall flatpaks there, move containers, perhaps desktop settings, too.

But maybe something like that already exists and I don't have to start from scratch. Any idea?

#Flatpak #toolbx #Linux #Fedora #silverblue

Last updated 1 year ago

Garrett LeSage · @garrett
1019 followers · 7740 posts · Server mastodon.xyz

Linux nerd stuff:

I was able to build from git inside of a container and it could even access my system's OpenCL for acceleration!

Pretty impressive for

(I normally use an overlay for the openSUSE Build Service builds (OBS) on Fedora Silverblue.)

#darktable #toolbox #podman #toolbx

Last updated 1 year ago

Leonard/Janis Robert König · @ljrk
354 followers · 13132 posts · Server todon.eu

Oh c'mon , ffs:

```
$ toolbox enter
Error: container fedora-toolbox-37 not found
Use the '--container' option to select a toolbox.
Run 'toolbox --help' for usage.
$ toolbox --container archlinux
Error: unknown flag: --container
Run 'toolbox --help' for usage.
```

#toolbx #toolbox

Last updated 1 year ago

Passthejoe · @passthejoe
779 followers · 2427 posts · Server ruby.social

File this under curious:

I need to run Workbench for a class.

In a with a 36 image on a system, it wouldn't run.

In a with a Fedora 36 image on a Fedora system, it ran fine.

#mysql #distrobox #fedora #debian #toolbx #silverblue

Last updated 1 year ago

Passthejoe · @passthejoe
771 followers · 2284 posts · Server ruby.social

Question for @jorge and other container/immutable distro users:

I get that and are the ways to add CLI apps to your immutable system, and Flatpak is for GUI apps.

What I want to do is have a kind of GUI toolbox -- a containerized desktop that doesn't affect any of my system or user files.

I'm using GNOME Boxes, but it's not robust enough -- it tends to crash if you change virtual desktops.

Any ideas on the best way to run a container with a desktop?

#toolbx #distrobox

Last updated 1 year ago

Jiří Eischmann :fedora: · @sesivany
1563 followers · 1451 posts · Server floss.social

@pro I've done countless rollbacks with , never hit a problem. Apps run in and my work environment is in , stuff in those things doesn't even know I've changed the version of the underlying OS.

#toolbx #Flatpak #silverblue

Last updated 1 year ago

Leonard/Janis Robert König · @ljrk
266 followers · 10677 posts · Server todon.eu

@drakulix Hah, update on this! I now have

$ cat ~/.config/containers/toolbox.conf
[general]
distro = "archlinux"
release = "latest"
image = "quay.io/toolbx-images/archlinux-toolbox:latest"

and run in ! Going rolling relieves me of the burden to migrate 0:-)

I'm still a bit unshure how all of this is supposed to be done, since here [1] people claim one should "just" update the image... but this wouldn't carry over the packages. Which, in general, begs the question: How are toolbox'es stored? Are they layered over the base image? In theory, then, one could re-apply this onto the new image, probably breaking everything:tm:

[1]: ask.fedoraproject.org/t/how-do

#archlinux #toolbox #toolbx

Last updated 2 years ago

Scott Williams 🐧 · @vwbusguy
1793 followers · 4740 posts · Server mastodon.online

Here's a oversimplified :

Container and are basically for Linux hosts.

containertoolbx.org/

#wsl #distrobox #toolbx #hottake #linux

Last updated 2 years ago

Timothée Ravier · @siosm
192 followers · 221 posts · Server floss.social

Community maintained images for toolbox (and distrobox): tim.siosm.fr/blog/2022/12/02/t

Explaining how we made community maintained container images for common Linux distributions available for use with toolbox (and distrobox) and why we can not call them “official”.


#distrobox #OpenSUSE #Debian #Ubuntu #Fedora #fedorakinoite #FedoraSilverblue #toolbx #toolbox

Last updated 2 years ago

Cassidy James Blaede · @cassidyjames
2853 followers · 106 posts · Server hci.social

I’m attempting to use Toolbox/toolbx for everything instead of installing native packages on my OS, but I am hitting a snag: I have a command I need to run from in a toolbox that's supposed to write to a USB drive. Right now, I get permission denied.

Is there a straightforward way to give access to the device to my toolbox environment?

#linux #fedora #FedoraSilverblue #toolbx #toolbox

Last updated 2 years ago

Jakub Steiner ⭐ · @jimmac
749 followers · 844 posts · Server mastodon.social
Jakub Steiner ⭐ · @jimmac
735 followers · 840 posts · Server mastodon.social

Toolbx blog post pixel illustration.

#pixelart #toolbx #containertoolbx #pixaki

Last updated 2 years ago