-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GLib-GIO-ERROR: Cannot start cypress on Ubuntu 24 - Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing' #30160
Comments
Also, the version of Node.js you are using has reached end-of-life. https://docs.cypress.io/guides/getting-started/installing-cypress#Nodejs lists |
Im using latest version of Ubuntu (24.04) and i did upgraded my node version to 22 but no luck. If I downgrade cypress version to 13.13.3 everything works fine, but facing issue with the latest version of cypress 13.14.1 |
@PrajwalNGowda
that you are reporting though. |
There is another report of this issue #30169 so it looks like there is a compatibility issue. |
@MikeMcC399 Yea many of my teammates are facing the same issue. We had to downgrade to lower version of cypress. Kindly provide a resolution for this issue in future versions :) |
I'm an external contributor, so I don't expect that I can provide a resolution myself. I can however help to verify the problem so that the Cypress team can process the issue more easily. |
I'm able to reproduce this issue! |
These are debug logs from running describe('template spec', () => {
it('passes', () => {
cy.visit('https://example.cypress.io')
})
}) The environment is Cypress
|
I could only reproduce if I run Cypress from inside a VSCode bash terminal. If I start a regular Ubuntu bash terminal I don't get |
@MikeMcC399 This may be way out of my depth, but I did a little research on this error. It seems to appear in the ubuntu
seems to get rid of the error from glib. I'm curious if electron is running in AppImage. Some other users noted that using This could be a shot in the dark, but maybe worth investigating. |
|
|
|
We're looking into this and whether we need to roll back the Wayland fix from 13.14.0 or not. |
Hi, how long does it take to have a solution? The same error is occurring on my machine. |
@SarahNaiane1 We recommend downgrading to Cypress 13.13.1 if you are encountering this error. This error should not be occurring on that version. |
I'm struggling to reproduce on docker Ubuntu 24.04, but I can reproduce on my Jammy Ubuntu 22 machine. I am unsure of the root cause, so we are going to back out #30109 and release 13.14.2 tomorrow EST. also see #30172 (comment) |
|
We're getting a release out today for 13.14.1 that should resolve this. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
When I tried to start cypress, I am getting error(GLib-GIO-ERROR)
Desired behavior
Test code to reproduce
npx cypress run
Cypress Version
Cypress Version: 13.14.1
Node version
v21.7.2
Operating System
Platform: linux-x64 (Ubuntu - 24.04)
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: