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

Stuck on "Searching directories" #42

Open
gb02002 opened this issue Jun 5, 2023 · 1 comment
Open

Stuck on "Searching directories" #42

gb02002 opened this issue Jun 5, 2023 · 1 comment

Comments

@gb02002
Copy link

gb02002 commented Jun 5, 2023

Using Fedora 38, after adding directories and restarting got in infinite searching loop. Which file contains observation directories so I can edit it manually? Reinstalling didn't help.

@zcot
Copy link
Owner

zcot commented Jun 5, 2023

Default search is ~/.conky.

The file ~/.config/conky-manager2.json will show among other things, the extra search locations:

  "search-locations" : [
  ]

When you add one:

  "search-locations" : [
    "~/.conky.dev"
  ]

When you add two:

  "search-locations" : [
    "~/.conky.dev",
    "~/.theme-tests"
  ]

Also, if you add a location(s) with a massive quantity of files then it will take longer to parse. (ie. #34) -so be aware, it might actually be working correctly, only taking a very long time to parse 1000's of files.

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

2 participants