tdrop is unable to hide programs that launched with tdrop but run in a firejail sandbox. Instead, tdrop launches another instance of the program when the command is run again e.g. tdrop -Aam chromium.
I suspect that firejail shields the programs from some information/access that tdrop needs for its functionality.
I tried to adapt the workaround for Flatpaks:
tdrop -m -n chromium --class=chromium firejail chromium
But nothing happens when running this command.
If i run tdrop -m -n chromium --class=chromium chromium the default behaviour is happening (multiple instances are started).
Is there a way to fix this? Maybe change something in tdrop or whitelist something in the firejail profile in order to allow tdrop to interface with the program running in the firejail sandbox correctly?
tdrop is unable to hide programs that launched with tdrop but run in a firejail sandbox. Instead, tdrop launches another instance of the program when the command is run again e.g.
tdrop -Aam chromium.I suspect that firejail shields the programs from some information/access that tdrop needs for its functionality.
I tried to adapt the workaround for Flatpaks:
tdrop -m -n chromium --class=chromium firejail chromiumBut nothing happens when running this command.
If i run
tdrop -m -n chromium --class=chromium chromiumthe default behaviour is happening (multiple instances are started).Is there a way to fix this? Maybe change something in
tdropor whitelist something in the firejail profile in order to allow tdrop to interface with the program running in the firejail sandbox correctly?