File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
pkgs/development/libraries/qt-5/5.15 Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 230230
231231 # morph-browser has a separate VM test, there isn't anything new we could test here
232232
233- # Keep it running, we're using it to check content-hub communication from LSS
233+ machine.send_key("alt-f4")
234234
235235 # LSS provides DE settings
236236 with subtest("system settings open"):
282282 # Testing any more would require more applications & setup, the fact that it's already being attempted is a good sign
283283 machine.send_key("esc")
284284
285- machine.send_key("alt-f4") # LSS
286- machine.sleep(2) # focus is slow to switch to second window, closing it *really* helps with OCR afterwards
287- machine.send_key("alt-f4") # Morph
285+ machine.send_key("alt-f4")
288286
289287 # The ayatana indicators are an important part of the experience, and they hold the only graphical way of exiting the session.
290288 # There's a test app we could use that also displays their contents, but it's abit inconsistent.
Original file line number Diff line number Diff line change 174174 qtscript = [ ./qtscript.patch ] ;
175175 qtserialport = [ ./qtserialport.patch ] ;
176176 qtsystems = [
177+ # Fix crash if no X11 display available
178+ ( fetchpatch {
179+ url = "https://salsa.debian.org/qt-kde-team/qt/qtsystems/-/raw/1a4df40671d6f1bb0657a9dfdae4cd9bd48fcf21/debian/patches/1005_check_XOpenDisplay.patch" ;
180+ hash = "sha256-/onla2nlUSySEgz2IYOYajx/LZkJzAKDyxwAZzy0Ivs=" ;
181+ } )
182+
177183 # Enable building with udisks support
178184 ( fetchpatch {
179185 url = "https://salsa.debian.org/qt-kde-team/qt/qtsystems/-/raw/a23fd92222c33479d7f3b59e48116def6b46894c/debian/patches/2001_build_with_udisk.patch" ;
You can’t perform that action at this time.
0 commit comments