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

KeyError: None #6

Open
eater opened this issue May 25, 2021 · 0 comments
Open

KeyError: None #6

eater opened this issue May 25, 2021 · 0 comments

Comments

@eater
Copy link

eater commented May 25, 2021

Just installed from the whl file and this is what I get:

$ xdg-prefs

[lots of "overwriting" messages]
.
.
.
MimeType inode/socket already in the database, overwriting!
MimeType inode/fifo already in the database, overwriting!
MimeType inode/directory already in the database, overwriting!
MimeType inode/blockdevice already in the database, overwriting!
Traceback (most recent call last):
  File "/home/eater/.local/bin/xdg-prefs", line 8, in <module>
    sys.exit(main())
  File "/home/eater/.local/lib/python3.6/site-packages/xdgprefs/__main__.py", line 14, in main
    window = MainWindow()
  File "/home/eater/.local/lib/python3.6/site-packages/xdgprefs/gui/main_window.py", line 22, in __init__
    self.appdb = AppDatabase()
  File "/home/eater/.local/lib/python3.6/site-packages/xdgprefs/core/app_database.py", line 40, in __init__
    self._build_db()
  File "/home/eater/.local/lib/python3.6/site-packages/xdgprefs/core/app_database.py", line 53, in _build_db
    app = parser.parse(filepath, _id)
  File "/home/eater/.local/lib/python3.6/site-packages/xdgprefs/core/desktop_entry_parser.py", line 146, in parse
    entry_groups[current_group].add_entry(entry)
KeyError: None
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