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

rmlint: fix running rmlint --gui #90267

Merged
merged 1 commit into from Jun 18, 2020
Merged

rmlint: fix running rmlint --gui #90267

merged 1 commit into from Jun 18, 2020

Commits on Jun 17, 2020

  1. rmlint: fix running rmlint --gui

    rmlint has a `--gui` option which is writing a python "bootstrap" script
    in `/tmp`.
    
    It currently can't find its own python modules, as we don't prefix
    `PYTHONPATH` to point to it. Also, there's some other runtime
    dependencies, mostly due to using gtk from python(3), which also needs
    to be preprended to `PYTHONPATH`.
    
    The `rmlint` GUI components also execute `rmlint` again with `--version`
    to determine some features, for which we need to prefix `PATH` with
    `$out/bin`.
    flokli committed Jun 17, 2020
    Copy the full SHA
    35040cf View commit details
    Browse the repository at this point in the history