Giter Site home page Giter Site logo

Comments (5)

bcnx avatar bcnx commented on May 23, 2024

This is how a temporarely fixed it: I edited resolve.conf and replaced ${XDG_RUNTIME_DIR} with /run/user/1000 (I'm using my first user which has an ID of 1000), and then resolve.sh seems to start the container,

BC

from resolve.

fat-tire avatar fat-tire commented on May 23, 2024

Yes in Ubuntu 21.10 XDG_RUNTIME_DIR is set to /run/usr/1000 -- I thought this was the correct way to set it so that it will work for any UID. This seems to be the FreeDesktop standard. Do you happen to know if it's set to something else in Mint? If so, it could detect which linux it's using-- or maybe the solution is simply to set it to

    /run/usr/`id -u` 

You have any thoughts on this?

BTW thanks for sending these issues!

from resolve.

fat-tire avatar fat-tire commented on May 23, 2024

Ah, I see there is a bug filed for Mint related to this. Looks like a check for mint would be the solution. Is this something you feel comfortable doing? I think a good way to check might be to look at /etc/os-release. I think this is beter than lsb_release -d as CentOS for example doesn't support it by default.

from resolve.

fat-tire avatar fat-tire commented on May 23, 2024

I think adding something like this would work. Let me know, and if so, I can add it.

 if [ -z ${XDG_RUNTIME_DIR+x} ]; then export XDG_RUNTIME_DIR=/run/user/`id -u`; fi

Thanks in advance!

from resolve.

fat-tire avatar fat-tire commented on May 23, 2024

Well, I figured I'd add it. Closing.

from resolve.

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.