There was an error while loading. Please reload this page.
1 parent d830065 commit 904f573Copy full SHA for 904f573
1 file changed
.github/workflows/ci.yml
@@ -58,8 +58,8 @@ jobs:
58
libglib2.0-dev \
59
libnotify-dev \
60
ninja-build \
61
- xfce4-panel \
62
- openbox \
+ metacity \
+ gnome-panel \
63
imagemagick \
64
gnome-screenshot \
65
xvfb
@@ -178,9 +178,9 @@ jobs:
178
XVFB_PID=$!
179
sleep 2
180
dbus-run-session -- bash -c '
181
- openbox --config-file /etc/xdg/openbox/rc.xml &
+ metacity --replace &
182
WM_PID=$!
183
- xfce4-panel --disable-wm-check &
+ gnome-panel --replace &
184
PANEL_PID=$!
185
sleep 8
186
./test_tray --gtest_color=yes --gtest_output=xml:test_results.xml
0 commit comments