-
-
Notifications
You must be signed in to change notification settings - Fork 59
Resetting default_kernel using qubes-prefs gives confusing results #10876
Copy link
Copy link
Open
Labels
C: coreThis issue pertains to a Qubes core component.This issue pertains to a Qubes core component.P: defaultPriority: default. Default priority for new issues, to be replaced given sufficient information.Priority: default. Default priority for new issues, to be replaced given sufficient information.affects-4.3This issue affects Qubes OS 4.3.This issue affects Qubes OS 4.3.good first issueThis is a recommended issue for first-time contributors.This is a recommended issue for first-time contributors.needs diagnosisRequires technical diagnosis from developer. Replace with "diagnosed" or remove if otherwise closed.Requires technical diagnosis from developer. Replace with "diagnosed" or remove if otherwise closed.uxThis issue pertains to the user experience (UX) in Qubes OS.This issue pertains to the user experience (UX) in Qubes OS.
Metadata
Metadata
Assignees
Labels
C: coreThis issue pertains to a Qubes core component.This issue pertains to a Qubes core component.P: defaultPriority: default. Default priority for new issues, to be replaced given sufficient information.Priority: default. Default priority for new issues, to be replaced given sufficient information.affects-4.3This issue affects Qubes OS 4.3.This issue affects Qubes OS 4.3.good first issueThis is a recommended issue for first-time contributors.This is a recommended issue for first-time contributors.needs diagnosisRequires technical diagnosis from developer. Replace with "diagnosed" or remove if otherwise closed.Requires technical diagnosis from developer. Replace with "diagnosed" or remove if otherwise closed.uxThis issue pertains to the user experience (UX) in Qubes OS.This issue pertains to the user experience (UX) in Qubes OS.
Type
Fields
Give feedbackNo fields configured for Bug.
How to file a helpful issue
Qubes OS release
4.3
Brief summary
Resetting
default_kernelusingqubes-prefsreturnsFailed to access 'default_kernel' propertyerror and unsetsdefault_kernel. This is confusing becausequbes-prefshas no real issues accessing properties, the error is caused bydefault_kernelproperty not having a default by design.Steps to reproduce
qubes-prefs -D default_kernelExpected behavior
Not knowing that
default_kernelhas no default, I would expect it to reset value to the latest stable kernel.With the lack of default default in mind, keeping
default_kernelvalue untouched feels like a right step. Returning a better error message is also good.In both cases I'm not sure how reasonable it is to change
qubes-prefsjust for this one edge case. Perhaps improving documentation around this might be better overall.Actual behavior
Additional information