Skip to content

Commit

Permalink
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/qubes-core-agent.install
Original file line number Diff line number Diff line change
@@ -61,6 +61,7 @@ etc/sysctl.d/20_tcp_timestamps.conf
etc/sysctl.d/80-qubes.conf
etc/systemd/system/xendriverdomain.service
etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
etc/xdg/xfce4/xfconf/xfce-perchannel-xml/displays.xml
lib/modules-load.d/qubes-core.conf
lib/systemd/system-preset/75-qubes-vm.preset
lib/systemd/system/boot.automount.d/30_qubes.conf
1 change: 1 addition & 0 deletions misc/Makefile
Original file line number Diff line number Diff line change
@@ -51,6 +51,7 @@ install:
install -m 0755 -t $(DESTDIR)$(QUBESLIBDIR) set-default-text-editor
install -m 0755 -d $(DESTDIR)/etc/xdg/xfce4/xfconf/xfce-perchannel-xml
install -m 0644 -t $(DESTDIR)/etc/xdg/xfce4/xfconf/xfce-perchannel-xml xfce4-notifyd.xml
install -m 0644 -t $(DESTDIR)/etc/xdg/xfce4/xfconf/xfce-perchannel-xml displays.xml

marker-vm: marker-vm.in
printf "$(VERSION)" | cut -f 1,2 -d . | cat $< - > marker-vm
6 changes: 6 additions & 0 deletions misc/displays.xml
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>

1 change: 1 addition & 0 deletions rpm_spec/core-agent.spec.in
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

0 comments on commit 332b247

Please sign in to comment.