-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not show "Displays" prompt in every VM when new display is connected
Default Xfce setting is to prompt what to do when new display is connected. It makes sense in dom0 (or GUI domain), but not really in every VM. Disable it by default. When setting up GUI domain, it will need to be re-enabled manually (or possibly via salt). Fixes QubesOS/qubes-issues#8756
- Loading branch information
Showing
4 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<channel name="displays" version="1.0"> | ||
<property name="Notify" type="int" value="0"/> | ||
</channel> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -958,6 +958,7 @@ rm -f %{name}-%{version} | |
%dir /etc/dconf/db/local.d | ||
%config(noreplace) /etc/dconf/db/local.d/dpi | ||
%config(noreplace) /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml | ||
%config(noreplace) /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/displays.xml | ||
%_udevrulesdir/50-qubes-mem-hotplug.rules | ||
%_unitdir/[email protected]/90-session-stop-timeout.conf | ||
/usr/sbin/qubes-serial-login | ||
|