GithubHelp home page GithubHelp logo

Comments (4)

beliaev-maksim avatar beliaev-maksim commented on July 17, 2024

This thread was migrated from launchpad.net

https://launchpad.net/~huntu207 wrote on 2022-11-08 07:26:45:

This issue observed after checkbox resume session to run as root

from checkbox.

yphus avatar yphus commented on July 17, 2024

Analysis: The pidof subshell command seems to fail to find the Xorg process. Either we enforce the protection around the subprocess call or we add proper support for 22.04/wayland.

from checkbox.

pseudocc avatar pseudocc commented on July 17, 2024

XDG_SESSION_TYPE will be unset during suspend, and will be set to "wayland"/"x11" by the graphical-session.target service after the resume.

This job is called from, but at the time XDG_SESSION_TYPE it is unset, so graphics_driver.py is executed and lead to
this error.

# shellcheck disable=SC1091
source graphics_env.sh {driver} {index}
if [[ $XDG_SESSION_TYPE == "wayland" ]]
then
  inxi_snapshot -Gazy
else
  graphics_driver.py
fi

from checkbox.

pieqq avatar pieqq commented on July 17, 2024

The fix provided in #523 should fix this issue. Closing it.

from checkbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.