Skip to content
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

Remove obsolete libgconf-2-4 from Ubuntu/Debian prerequisites #5528

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

MikeMcC399
Copy link
Contributor

@MikeMcC399 MikeMcC399 commented Oct 9, 2023

This PR removes the obsolete Ubuntu/Debian libgconf-2-4 package from the list of recommended prerequisites for Ubuntu/Debian platforms, listed under

apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb

Similarly for

and for

Cypress requirements

Note: libgconf-2.so.4 is provided by libgconf-2-4

  • The legacy Cypress version 3.4.1 was the last version to require libgconf-2-4 (Cypress binary depends on libgconf-2.so.4). This version of Cypress was released on July 29, 2019.

    ldd ~/.cache/Cypress/3.4.1/Cypress/Cypress | grep gconf
    libgconf-2.so.4 => /lib/x86_64-linux-gnu/libgconf-2.so.4 (0x00007f5a797bc000)
    
  • Cypress 3.5.0 updated electron from 2.0.18 to 5.0.10. No dependency is shown by ldd on libgconf-2.so.4 for the Cypress 3.5.0 binary version. This version of Cypress was released on Oct 23, 2019.

Background

Ubuntu

libgconf-2-4 "GNOME configuration database system (shared libraries)" is available for current Ubuntu releases:

  • 20.04 LTS
  • 22.04 LTS
  • 22.10
  • 23.04

except for the latest upcoming release:

Debian

Verification

sudo apt -y remove libgconf-2-4
sudo apt-get -y install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
sudo apt autoremove
git clone https://github.com/cypress-io/cypress-example-kitchensink
cd cypress-example-kitchensink
n auto
npm ci
npm run local:run

Confirmed successful with Cypress 13.2.0 on Ubuntu 23.04 with Node.js 20.8.0 and on Ubuntu 22.04.3 LTS.

Related

References

@netlify
Copy link

netlify bot commented Oct 9, 2023

👷 Deploy request for cypress-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit cd75176

@netlify
Copy link

netlify bot commented Oct 9, 2023

Deploy Preview for benevolent-cat-040f48 ready!

Name Link
🔨 Latest commit cd75176
🔍 Latest deploy log https://app.netlify.com/sites/benevolent-cat-040f48/deploys/65280792966d360008fb90b6
😎 Deploy Preview https://deploy-preview-5528--benevolent-cat-040f48.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@cypress-app-bot
Copy link
Collaborator

@MikeMcC399 MikeMcC399 marked this pull request as ready for review October 9, 2023 12:05
@MikeMcC399 MikeMcC399 changed the title Remove libgconf-2-4 from Ubuntu/Debian prerequisites Remove obsolete libgconf-2-4 from Ubuntu/Debian prerequisites Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants