Luciano Santos

Results 49 comments of Luciano Santos

Hey @javster101, I've came up with a workaround until I can find out why `gitstatus` keep many instances of `/etc/localtime` opened at all times, or a more elegant solution. I...

> @javster101 @luc14n0 > > The `lsof` solution could work, it is one of the basic packages already installed by the `distrobox-init` so it should be ok > > In...

Instead of touching `$XDG_DATA_DIRS`, what about sticking with standard locations: `/usr/share/applications`/`$XDG_DATA_HOME/applications` and calling `update-desktop-dabase` to ensure they appear on the application menu? We could either use `.../applications` or `.../applications/distrobox/...` if...

> @luc14n0 You can use the new command `distrobox generate-entry` to add a guest system to your applications menu, to save you from creating your own desktop entry file as...

> that's what it is already done, they are exported in `$HOME/.local/share/applications` > > The idea was to have somewhat a dedicated directory in order to not litter the $XDG_DATA_HOME/applications,...

> I don't know if RMP lint would necessarily be checking whether XDG's Desktop Entry Specification is being adhered to. I'm sorry you got me wrong here. In the `xscreensaver-data`...

> What do you have against symlinks? It seems to be the option that needs less work, less tailoring to specific systems etc. Nothing in particular really, if implemented right...

Luca, you previously said: > I was thinking @codexMechanicus a middle-of the ground solution, could be using symlinks > > I'll export stuff into (for example) `~/.local/share/distrobox/applications/$CONTAINER_NAME` Then link the...

Hi there Max. Have you tried this before? ``` sh $ ./autogen.sh $ ./configure --prefix =/usr ``` After compiling using that here, I still see the list of radio stations...

Hmm, interesting! Taking a look at `autogen.sh` I see `test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"` in the last line. So, for the average user, `./autogen.sh --prefix=/usr` should be virtually the...