mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1240084: disable jockey-gtk and deja-dup-monitor startup; r=jmaher
This commit is contained in:
parent
b79014c498
commit
36d49e03f2
@ -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
|
||||
|
@ -1 +1 @@
|
||||
0.5.6
|
||||
0.5.7
|
||||
|
19
testing/docker/desktop-test/deja-dup-monitor.desktop
Normal file
19
testing/docker/desktop-test/deja-dup-monitor.desktop
Normal 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;
|
15
testing/docker/desktop-test/jockey-gtk.desktop
Normal file
15
testing/docker/desktop-test/jockey-gtk.desktop
Normal 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
|
Loading…
Reference in New Issue
Block a user