Giter Site home page Giter Site logo

Comments (6)

Pontiac76 avatar Pontiac76 commented on May 27, 2024

After a somewhat decent sleep, and this particular MAC thing annoying me, I dug more into the code.

I went into /opt/retronas and started to look at the retronas.sh script. At the top, there's a bunch of predefined variables, specifically _CONFIG. Looking at that file I saw that there's a bunch of additional EXPORT variables defined. Tracing through whats going on in my head, I figured that the pat works out to be /opt/retronas/ansible/retronas_vars.yml. Getting into that, I see retronas_gog_os being set to "windows mac". Yanked the "mac", deleted my manifest file, and restarted the update and I've obtained the result I wanted.

However, the "bug" still exists with the UI not allowing me to change the OS.

from retronas.

sairuk avatar sairuk commented on May 27, 2024

Thanks for the detailed look, the gogrepo menus are broken at the moment, ever since i migrated to the new menus. it is known and is on my list of things. i'll look at fixing them today.

the file you want to look at is retronas/config/menus/gogrepo.json only the first menu is currently used. from here you can see on item 3 it is not of type script and command is a placeholder TOOL_COMMAND

it should look something like below, fwiw i need to confirm the below later today

            {
                "index":"03",
                "title": "Select OS",
                "description": "Change OS preferences",
                "id":"gog-os-input",
                "prompt": "",
                "type": "script",
                "group":"gogrepo",
                "command": "gogrepo_update"
            },

from retronas.

Pontiac76 avatar Pontiac76 commented on May 27, 2024

Thanks. I attempted to make the changes on my own, and I still end up in the recursive menus, even after I figured out "retronas -g".

I appreciate this effort. I meant to write my own app that'd do this kind of thing years ago, but gave up when I found that I didn't have enough drive space across all of my machines. Modern storage technology, GigE, a few TB of NAS storage, I'm quite happy with this so far. Thanks again.

from retronas.

sairuk avatar sairuk commented on May 27, 2024

this should be functional now (testing branch), could you please confirm

from retronas.

Pontiac76 avatar Pontiac76 commented on May 27, 2024

Looks good. I'm able to select the OS.

from retronas.

sairuk avatar sairuk commented on May 27, 2024

closing this out based on the above

from retronas.

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.