diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2020-07-28 18:37:03 +0100 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2020-07-30 14:20:05 +0100 |
commit | d860c0e4b7795c4f1fc9dff2c129434b8e8276f9 (patch) | |
tree | 753550d8e7b1cf2c0bb87c482d94502b952df238 /units/miscellanea | |
parent | 6a157f7a7ec302fb4cb4cc186ecb74c263f5a571 (diff) |
units/*: remove use of zenity dialogs
Modify any jobs still using zenity dialogs to only display the information on the command line
Diffstat (limited to 'units/miscellanea')
-rw-r--r-- | units/miscellanea/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index 3fd3fef..cac9647 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -413,7 +413,7 @@ plugin: user-interact-verify category_id: com.canonical.plainbox::miscellanea estimated_duration: 5.0 id: miscellanea/device_check -command: udev_resource.py -l VIDEO NETWORK WIRELESS BLUETOOTH DISK CAPTURE ACCELEROMETER | tee >([[ $DISPLAY ]] && zenity --text-info --title="Device report") +command: udev_resource.py -l VIDEO NETWORK WIRELESS BLUETOOTH DISK CAPTURE ACCELEROMETER _summary: Device Check _purpose: Device check |