File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,17 +51,20 @@ jobs:
5151 run : |
5252 sudo apt-get update
5353 sudo apt-get install -y \
54+ at-spi2-core \
5455 build-essential \
5556 cmake \
5657 ${{ matrix.appindicator }} \
5758 dbus-x11 \
59+ gnome-screenshot \
60+ imagemagick \
5861 libglib2.0-dev \
5962 libnotify-dev \
6063 ninja-build \
61- marco \
62- mate -panel \
63- imagemagick \
64- gnome-screenshot \
64+ xfce4-goodies \
65+ xfce4 -panel \
66+ xfce4-session \
67+ xfwm4 \
6568 xvfb
6669
6770 - name : Setup Dependencies macOS
@@ -174,13 +177,13 @@ jobs:
174177 run : |
175178 if [ "${{ runner.os }}" = "Linux" ]; then
176179 export DISPLAY=:1
177- Xvfb ${DISPLAY} -screen 0 1920x1080x24 &
180+ Xvfb ${DISPLAY} -screen 0 1920x1080x24 2>/dev/null &
178181 XVFB_PID=$!
179182 sleep 2
180183 dbus-run-session -- bash -c '
181- marco &
184+ xfwm4 2>/dev/null &
182185 WM_PID=$!
183- mate -panel &
186+ xfce4 -panel 2>/dev/null &
184187 PANEL_PID=$!
185188 sleep 8
186189 ./test_tray --gtest_color=yes --gtest_output=xml:test_results.xml
You can’t perform that action at this time.
0 commit comments