Skip to main content
Image

r/voidlinux


How to replace iptables with nftables?
How to replace iptables with nftables?

How to properly replace iptables with nftables in Void Linux? I installed nftables, runit-nftables, and iptables-nft. I also activated the nftables service. But, as I understand it, for example, Docker still applies rules in iptables. (I don’t see its rules in `nft list ruleset`). On my other machine with Debian, I see Docker rules in the nft rules list. Do I need to do something else to fully replace iptables with nftables in Void Linux?


Advertisement: Listen up! Coach has a new plan. Simplicity Plan. One plan. One Price.
Listen up! Coach has a new plan. Simplicity Plan. One plan. One Price.
media poster



OpenURI not available for DesktopPortal
OpenURI not available for DesktopPortal

Hi,

I use awesomewm and have desktop portal running:

ps aux | grep '[x]dg-desktop-portal'

alberto   1880  0.0  0.0 385700  6580 ?        Sl   13:19   0:00 /usr/libexec/xdg-desktop-portal

But this does not expose OpenURI:

alberto@void-live ~ % gdbus introspect --session \                       
  --dest org.freedesktop.portal.Desktop \
  --object-path /org/freedesktop/portal/desktop |
grep -A10 'org.freedesktop.portal.OpenURI'

is empty. I use the gtk portal by default, and use turnstile, with per-user services as directed in the documentation.

Any ideas of can be wrong?

Thanks!