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

Gtk3: ValueError in _split_environ_list() on start #341

Closed
cheese opened this issue Feb 21, 2018 · 0 comments
Closed

Gtk3: ValueError in _split_environ_list() on start #341

cheese opened this issue Feb 21, 2018 · 0 comments

Comments

@cheese
Copy link
Collaborator

cheese commented Feb 21, 2018

git branch next commit 40ff9e3
Fedora 27 x86_64

$ ./zim.py -D
Traceback (most recent call last):
  File "./zim.py", line 39, in <module>
    import zim
  File "/run/media/cheese/cheesenotes/upstream/zim-desktop-wiki/zim/__init__.py", line 195, in <module>
    import zim.config
  File "/run/media/cheese/cheesenotes/upstream/zim-desktop-wiki/zim/config/__init__.py", line 9, in <module>
    from .basedirs import *
  File "/run/media/cheese/cheesenotes/upstream/zim-desktop-wiki/zim/config/basedirs.py", line 89, in <module>
    set_basedirs()
  File "/run/media/cheese/cheesenotes/upstream/zim-desktop-wiki/zim/config/basedirs.py", line 82, in set_basedirs
    _split_environ_list(os.environ.get('XDG_CONFIG_DIRS', ('/etc/xdg/',)))))
  File "/run/media/cheese/cheesenotes/upstream/zim-desktop-wiki/zim/config/basedirs.py", line 23, in _split_environ_list
    raise ValueError
ValueError
@jaap-karssenberg jaap-karssenberg changed the title ValueError when started from source directory Gtk3: ValueError in _split_environ_list() on start Feb 21, 2018
@jaap-karssenberg jaap-karssenberg added this to the First Gtk3 based release milestone Feb 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants