Bug 1240084: disable jockey-gtk and deja-dup-monitor startup; r=jmaher

This commit is contained in:
Dustin J. Mitchell 2016-01-15 19:39:05 +00:00
parent b79014c498
commit 36d49e03f2
4 changed files with 38 additions and 1 deletions

View File

@ -45,6 +45,9 @@ RUN rm -Rf .cache && mkdir -p .cache
# http://askubuntu.com/questions/515161/ubuntu-12-04-disable-release-notification-of-14-04-in-update-manager
ADD release-upgrades /etc/update-manager/release-upgrades
# Disable tools with on-login popups that interfere with tests; see bug 1240084 and bug 984944.
ADD jockey-gtk.desktop deja-dup-monitor.desktop /etc/xdg/autostart/
# In test.sh we accept START_VNC to start a vnc daemon.
# Exposing this port allows it to work.
EXPOSE 5900

View File

@ -1 +1 @@
0.5.6
0.5.7

View File

@ -0,0 +1,19 @@
[Desktop Entry]
Version=1.0
X-Ubuntu-Gettext-Domain=deja-dup
Name=Backup Monitor
Comment=Schedules backups at regular intervals
Icon=deja-dup
TryExec=/usr/lib/deja-dup/deja-dup/deja-dup-monitor
Exec=/usr/lib/deja-dup/deja-dup/deja-dup-monitor
# Bug 984944/1240084 - It prevents taking screenshots
X-GNOME-Autostart-Delay=false
StartupNotify=false
NoDisplay=true
Type=Application
Categories=System;Utility;Archiving;

View File

@ -0,0 +1,15 @@
[Desktop Entry]
Name=Check for new hardware drivers
Comment=Notify about new hardware drivers available for the system
Icon=jockey
Exec=sh -c "test -e /var/cache/jockey/check || exec jockey-gtk --check"
Terminal=false
Type=Application
Categories=System;Settings;GTK;HardwareSettings;
NotShowIn=KDE;
X-Ubuntu-Gettext-Domain=jockey
# Bug 984944/1240084 - It prevents taking screenshots
X-GNOME-Autostart-Delay=false
NoDisplay=true