Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions mkosi.extra/usr/lib/tmpfiles.d/etc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,11 @@ L? /etc/alternatives
# PackageKit does not run without /etc/PackageKit/ and GNOME stalls
# logout/reboot if it doesn't run.
L? /etc/PackageKit
# ModemManager needds its dbus policy file
L? /etc/dbus1/systemd.d/org.freedesktop.ModemManager1.conf
# ModemManager/WPASupplicant/Flatpak need their dbus policy files
L? /etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a comment to drop after F42 is dropped, as it's fixed in F43: https://src.fedoraproject.org/rpms/ModemManager/c/88241682ac32024fc6fa60ff6303b10bd3cf5031?branch=rawhide

L? /etc/dbus-1/system.d/wpa_supplicant.conf
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@keszybz @DaanDeMeyer any chance a PR could be filed to move this to /usr/share please? Ubuntu already installs it there, it's this line: https://src.fedoraproject.org/rpms/wpa_supplicant/blob/rawhide/f/wpa_supplicant.spec#_145

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, thanks

L? /etc/dbus-1/system.d/org.freedesktop.Flatpak.SystemHelper.conf
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@keszybz @DaanDeMeyer as above, the spec file needs to use the -Ddbus_config_dir=/usr/share/dbus-1/system.d meson option as we do in Ubuntu to fix this, at the line:

https://src.fedoraproject.org/rpms/flatpak/blob/rawhide/f/flatpak.spec#_154

If you could please file a PR/bug that would be great, thanks

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# WPASupplicant also needs its configuration
L? /etc/wpa_supplicant/wpa_supplicant.conf
# Make sure flatpak's XDG_DATA_DIR integration works
L? /etc/profile.d/flatpak.sh