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

App crashes on NixOS #7

Open
CakeMask opened this issue Jan 18, 2025 · 0 comments
Open

App crashes on NixOS #7

CakeMask opened this issue Jan 18, 2025 · 0 comments

Comments

@CakeMask
Copy link

Run on a fresh install in hpyrland, I get this. Happens seemingly regardless of installed themes.

  File "/nix/store/2v0vx9w8p16m5xm321zbg73czc9vap8h-python3.12-pygobject-3.50.0/lib/python3.12/site-packages/gi/overrides/Gtk.py", line 814, in _getiter
    aiter = self.get_iter(key)
            ^^^^^^^^^^^^^^^^^^
  File "/nix/store/2v0vx9w8p16m5xm321zbg73czc9vap8h-python3.12-pygobject-3.50.0/lib/python3.12/site-packages/gi/overrides/Gtk.py", line 858, in get_iter
    raise ValueError("invalid tree path '%s'" % path)
ValueError: invalid tree path '0'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/nix/store/fr2kxa956c4dvqg4qf0l1ab9dqss9bi2-themechanger-0.12.0/share/themechanger/themechanger/main.py", line 32, in do_activate
    win = ThemechangerWindow(app=self)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/fr2kxa956c4dvqg4qf0l1ab9dqss9bi2-themechanger-0.12.0/share/themechanger/themechanger/window.py", line 131, in __init__
    self.iconSearchableThemeList = SearchableThemeList(
                                   ^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/fr2kxa956c4dvqg4qf0l1ab9dqss9bi2-themechanger-0.12.0/share/themechanger/themechanger/searchablethemelist.py", line 34, in __init__
    self.setThemesTreeViewModel(themesTreeViewModel)
  File "/nix/store/fr2kxa956c4dvqg4qf0l1ab9dqss9bi2-themechanger-0.12.0/share/themechanger/themechanger/searchablethemelist.py", line 71, in setThemesTreeViewModel
    self.selectTheme()
  File "/nix/store/fr2kxa956c4dvqg4qf0l1ab9dqss9bi2-themechanger-0.12.0/share/themechanger/themechanger/searchablethemelist.py", line 60, in selectTheme
    firstRow = self.themesTreeViewModelFiltered[0]
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
  File "/nix/store/2v0vx9w8p16m5xm321zbg73czc9vap8h-python3.12-pygobject-3.50.0/lib/python3.12/site-packages/gi/overrides/Gtk.py", line 833, in __getitem__
    aiter = self._getiter(key)
            ^^^^^^^^^^^^^^^^^^
  File "/nix/store/2v0vx9w8p16m5xm321zbg73czc9vap8h-python3.12-pygobject-3.50.0/lib/python3.12/site-packages/gi/overrides/Gtk.py", line 816, in _getiter
    raise IndexError("could not find tree path '%s'" % key)
IndexError: could not find tree path '0'```
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

No branches or pull requests

1 participant