forked from kalkin/qubes-desktop-linux-manager
-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/pr/217'
* origin/pr/217: q-dev: remove qubes-device-attach-confirm q-dev: cleanup q-dev: better variable naming q-dev: add short way to create DeviceAssignment q-dev: rename attach-confirm -> qubes-device-attach-confirm q-dev: remove literals q-dev: make pylint happy q-dev: drop dependence on qubes core q-dev: remove guivm from args of attach-confirm q-dev: cleanup q-dev: simplification of device agent q-dev: update glade path q-dev: include tools q-dev: fix setup.py q-dev: move gui parts from core-admin q-dev: cleanup q-dev: virtual device q-dev: fix detaching q-dev: implement device_id
- Loading branch information
Showing
12 changed files
with
739 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[Desktop Entry] | ||
Name=Qubes Device Agent | ||
Comment=Agent for handling device attach confirmation prompts | ||
Icon=qubes | ||
Exec=/usr/lib/qubes/qubes-device-agent-autostart | ||
Terminal=false | ||
Type=Application |
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
Oops, something went wrong.