Skip to content

Commit

Permalink
qubes.WindowIconUpdater: use wait-for-session
Browse files Browse the repository at this point in the history
  • Loading branch information
pwmarcz committed Mar 31, 2020
1 parent 265a822 commit bc7a21c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/qubes-gui-daemon.install
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ etc/xdg/autostart/qubes-icon-receiver.desktop
etc/qubes-rpc/qubes.WindowIconUpdater
etc/qubes-rpc/policy/qubes.ClipboardPaste
etc/qubes-rpc/policy/qubes.WindowIconUpdater
etc/qubes/rpc-config/qubes.WindowIconUpdater
etc/X11/xinit/xinitrc.d/qubes-localgroup.sh
1 change: 1 addition & 0 deletions rpm_spec/gui-daemon.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ rm -f %{name}-%{version}
/usr/libexec/qubes/watch-screen-layout-changes
/usr/lib/qubes/icon-receiver
%config %{_sysconfdir}/qubes-rpc/qubes.WindowIconUpdater
%config %{_sysconfdir}/qubes/rpc-config/qubes.WindowIconUpdater

%files -n qubes-gui-dom0
%config(noreplace) %{_sysconfdir}/qubes-rpc/policy/qubes.ClipboardPaste
Expand Down
2 changes: 2 additions & 0 deletions window-icon-updater/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ install:
install -D icon-receiver $(DESTDIR)/usr/lib/qubes/icon-receiver
ln -s /var/run/qubes/icon-receiver.sock $(DESTDIR)/etc/qubes-rpc/qubes.WindowIconUpdater
install -m 0664 -D qubes.WindowIconUpdater.policy $(DESTDIR)/etc/qubes-rpc/policy/qubes.WindowIconUpdater
install -d $(DESTDIR)/etc/qubes/rpc-config
install -m 0664 -D qubes.WindowIconUpdater.config $(DESTDIR)/etc/qubes/rpc-config/qubes.WindowIconUpdater
install -m 0664 -D qubes-icon-receiver.desktop $(DESTDIR)/etc/xdg/autostart/qubes-icon-receiver.desktop
1 change: 1 addition & 0 deletions window-icon-updater/qubes.WindowIconUpdater.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wait-for-session=1

0 comments on commit bc7a21c

Please sign in to comment.