Luciano Santos

Results 49 comments of Luciano Santos

You're use case seems to need the right amount of isolation indeed. And I believe that even I would benefit from such a feature myself. By the way, I also...

This should be quite straightforward to be done. We can source the file with `. /etc/os-release`, then we have access to the variables declared there. `ID` seems like a nice...

Yeah, we need to have a closer looking to see if there's really a pattern we can rely on rather than going with `distroA|distroD|distroH|distroL|distroO) if command -v foo; then package_manager=foo;...

To be honest, I don't see openSUSE switching to DNF as its default package manager. However, I had the same thought about some cases needing a mixed approach. I'm gonna...

Hi Nasado, How and where did you install those themes? This is the corresponding code that currently handles themes by exposing `/usr/share/themes`, from the host, under `/usr/local/share/themes`, inside the container:...

Hmm, OK. Having a look at the content of the `breeze5-style` package, we can see that it has a different layout - and probably so do other QT themes and...

Hmm! It looks like that. From a quick glance at a couple of packages, KDE/Plasma themes use directories under `/usr/share/plasma`. It's gonna need a more thorough investigation, though.

Hello there Irfan, As a fellow **distrobox** user, I honestly don't think there's any separation to be done here. Let's try to understand together what `WARNING: server 'gpg-agent' is older...

Pay attention to the `gpg-agent --daemon` output: `gpg-agent: a gpg-agent is already running - not starting a new one` As I pointed out, and the manpages states, only one agent...