-
Notifications
You must be signed in to change notification settings - Fork 41
Lennarts Desktop Fixes #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
8a52429
1d338dc
1eb5d36
ff24159
c284f9d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,7 @@ Packages= | |
| dnf5 | ||
| fido2-tools | ||
| git-core | ||
| hostname | ||
| integritysetup | ||
| iproute | ||
| iproute-tc | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
| L? /etc/dbus-1/system.d/wpa_supplicant.conf | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @keszybz @DaanDeMeyer as above, the spec file needs to use the 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 There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,3 +12,4 @@ Packages= | |
| gnome-session-xsession | ||
| gnome-software-plugin-flatpak | ||
| gnome-software-plugin-fwupd | ||
| pinentry-gnome3 | ||
There was a problem hiding this comment.
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