-
-
Notifications
You must be signed in to change notification settings - Fork 59
Set Dom0 wallpaper service #215
Copy link
Copy link
Labels
C: desktop-linuxThis issue pertains to dom0's desktop in Qubes OS.This issue pertains to dom0's desktop in Qubes OS.C: otherNo other component ("C:") label applies to this issue, or the appropriate label is not yet known.No other component ("C:") label applies to this issue, or the appropriate label is not yet known.P: minorPriority: minor. Below "default" in severity. The lowest priority.Priority: minor. Below "default" in severity. The lowest priority.S: partialStatus: partial. Work on this issue is partially complete, but it is not actively being worked on.Status: partial. Work on this issue is partially complete, but it is not actively being worked on.help wantedThis issue will probably not get done in a timely fashion without help from community contributors.This issue will probably not get done in a timely fashion without help from community contributors.
Metadata
Metadata
Assignees
Labels
C: desktop-linuxThis issue pertains to dom0's desktop in Qubes OS.This issue pertains to dom0's desktop in Qubes OS.C: otherNo other component ("C:") label applies to this issue, or the appropriate label is not yet known.No other component ("C:") label applies to this issue, or the appropriate label is not yet known.P: minorPriority: minor. Below "default" in severity. The lowest priority.Priority: minor. Below "default" in severity. The lowest priority.S: partialStatus: partial. Work on this issue is partially complete, but it is not actively being worked on.Status: partial. Work on this issue is partially complete, but it is not actively being worked on.help wantedThis issue will probably not get done in a timely fashion without help from community contributors.This issue will probably not get done in a timely fashion without help from community contributors.
Partial PR: QubesOS/qubes-core-admin-client#453
Partial PoC: https://github.com/evadogstar/qvm-wallpaper-tool/
Reported by joanna on 11 Apr 2011 10:14 UTC
Currently there is no easy way for the user to set a custom background (wallpaper) for Dom0 desktop. Of course, one can try to copy JPEG to Dom0 using tricks with qvm-run, but that is an unsafe operation (and this is precisely why there is no tool for file copy to Dom0).
Better idea is to let the user set the wallpaper in one of the AppVMs (they have the same screen resolution), using the already existing mechanisms (e.g. right click on some JPEG and choose 'Set as wallpaper'). Then, the gui-agent should inform the guid that the current AppVM's wallpaper should also be displayed in Dom0 as root window.
This way we allow for custom wallpapers in Dom0 without introducing any security problems.
Migrated-From: https://wiki.qubes-os.org/ticket/215