Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Autostart qubes-dbus-proxy on WM startup
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkin committed Jun 20, 2017
1 parent b445722 commit 26b9a5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions autostart/qubes-dbus-proxy.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Icon=qubes
Name=Qubes D-Bus Proxy
Categories=System
Exec=python3 -mqubesdbus.proxy
Terminal=false
NoDisplay=true
Type=Application
6 changes: 5 additions & 1 deletion rpm_spec/qubes-dbus.spec
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,16 @@ foo bar

python3 setup.py install --single-version-externally-managed -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
mkdir -p $RPM_BUILD_ROOT/usr/share
mkdir -p $RPM_BUILD_ROOT/etc/xdg/autostart
cp -r dbus-1 $RPM_BUILD_ROOT/usr/share/dbus-1
cp -r autostart/qubes-dbus-proxy.desktop $RPM_BUILD_ROOT/etc/xdg/autostart

%clean
rm -rf $RPM_BUILD_ROOT

%files -f INSTALLED_FILES
%defattr(-,root,root)
%defattr(-,root,root,-)
/usr/bin/qubes-dbus-proxy
/usr/share/dbus-1/services/org.qubes.DomainManager1.service
/usr/share/dbus-1/services/org.qubes.Labels1.service
/etc/xdg/autostart/qubes-dbus-proxy.desktop

0 comments on commit 26b9a5a

Please sign in to comment.