[GH-ISSUE #2407] Unknown or unsupported transport “DBUS_SESSION_BUS_ADDRESS=unix” #1603

Closed
opened 2026-05-05 08:15:36 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @ghost on GitHub (Feb 16, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2407

When running application like GIMP with firejail i get following message:
Unknown or unsupported transport “DBUS_SESSION_BUS_ADDRESS=unix” for address “DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus”

By checking similar issues I am wondering if this is something I want? =) Is it doing the job right by giving me this message or is this something I need to configure to get rid of? I dont really seem to understand if this message is good or not.

Thanks you for taking your time!

Originally created by @ghost on GitHub (Feb 16, 2019). Original GitHub issue: https://github.com/netblue30/firejail/issues/2407 When running application like GIMP with firejail i get following message: Unknown or unsupported transport “DBUS_SESSION_BUS_ADDRESS=unix” for address “DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus” By checking similar issues I am wondering if this is something I want? =) Is it doing the job right by giving me this message or is this something I need to configure to get rid of? I dont really seem to understand if this message is good or not. Thanks you for taking your time!
gitea-mirror 2026-05-05 08:15:36 -06:00
Author
Owner

@Vincent43 commented on GitHub (Feb 16, 2019):

Gimp has nodbus option enabled in profile which should block dbus access and perhaps that's why you see those message.

If you don't see anything broken in app then you may ignore this. If you want to disable it then you may try firejail --ignore=nodbus gimp or echo "ignore nodbus" > /etc/firejail/gimp.local as root to make it permanent.

<!-- gh-comment-id:464357628 --> @Vincent43 commented on GitHub (Feb 16, 2019): Gimp has [nodbus](https://github.com/netblue30/firejail/blob/master/etc/gimp.profile#L24) option enabled in profile which should block dbus access and perhaps that's why you see those message. If you don't see anything broken in app then you may ignore this. If you want to disable it then you may try `firejail --ignore=nodbus gimp` or `echo "ignore nodbus" > /etc/firejail/gimp.local` as `root` to make it permanent.
Author
Owner

@ghost commented on GitHub (Feb 16, 2019):

Big thanks!

<!-- gh-comment-id:464398537 --> @ghost commented on GitHub (Feb 16, 2019): Big thanks!
Author
Owner

@ghost commented on GitHub (Feb 20, 2019):

I know I closed this but I have after some more research anmd according to a hidepid warning on the arch wiki: https://wiki.archlinux.org/index.php/security#hidepid
And I am using hidepid and that could cause problems with D-Bus. Anyone know if I can like add permissions for firejail to check and thru that get rid of the warning without adding the 'ignore' command?

<!-- gh-comment-id:465544827 --> @ghost commented on GitHub (Feb 20, 2019): I know I closed this but I have after some more research anmd according to a hidepid warning on the arch wiki: https://wiki.archlinux.org/index.php/security#hidepid And I am using hidepid and that could cause problems with D-Bus. Anyone know if I can like add permissions for firejail to check and thru that get rid of the warning without adding the 'ignore' command?
Author
Owner

@chiraag-nataraj commented on GitHub (May 20, 2019):

I use hidepid with DBus stuff just fine, but I added a proc group and added polkitd and systemd-logind to it. Then again, I pretty much don't really use DBus, so...🤷‍♂️

Anyway, the original question seems to have been answered, so I'm going to go ahead and close this. @anteg, please feel free to re-open if you have more questions.

<!-- gh-comment-id:494149947 --> @chiraag-nataraj commented on GitHub (May 20, 2019): I use `hidepid` with DBus stuff just fine, but I added a `proc` group and added `polkitd` and `systemd-logind` to it. Then again, I pretty much don't _really_ use DBus, so...:man_shrugging: Anyway, the original question seems to have been answered, so I'm going to go ahead and close this. @anteg, please feel free to re-open if you have more questions.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1603
No description provided.