Alex Díaz
Alex Díaz
I've tried to implement this feature. It is not terribly difficult but I think it requires that we keep a record exported desktop files and their respective toolboxes. We need...
this seems to trigger a minor bug, when exiting the toolbox if I pressed `ctrl+c` at the prompt then toolbox falsely prints out an empty `Error: ` message I'll have...
sorry for the noise the bug I hit seems to be because toolbox exits with return code 130 (SIGTERM) whenever `ctrl+c` is pressed - seriously wondering how my changes triggered...
``` capsh --caps= -- -c exec "$@" /bin/sh /bin/bash -l ``` why is so convoluted ... it would seems this is equivalent ``` capsh --caps= -- -c 'exec /bin/bash -l'...
I have continued development of toolbox on my own as I'm not really having this merged on a reasonable time frame. my fork is at: https://github.com/akdev1l/toolbox/tree/akdev I have fixed some...
@debarshiray hi! thanks for your comments - I'll clean this up and just deal with the fqdn change you gave me some historical background on toolbx and I appreciate that....
@debarshiray minimal cleaned this up, this should be the minimal change required for a proper FQDN - looks like it passes the tests I still think we should change the...