bpytop: [BUG] missing themes after upgrade to 1.0.66

Describe the bug

After upgrade to 1.0.66 the themes folder ist empty.

$ ls -al $HOME/.config/bpytop/themes
total 8
drwxrwxr-x 2 rafcio rafcio 4096 Mär 12 22:00 .
drwxrwxr-x 3 rafcio rafcio 4096 Mär 12 22:05 ..

To Reproduce

[Steps to reproduce the behavior:]

Expected behavior

[A clear and concise description of what you expected to happen.]

Screenshots

[If applicable, add screenshots to help explain your problem.]

Info (please complete the following information):

  • bpytop version: bpytop -v bpytop version: 1.0.66
  • psutil version: bpytop -v (version 5.7.0 or above is required) psutil version: 5.8.0
  • (Linux) Linux distribution and version: Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release: 20.04 Codename: focal
  • (OSX/FreeBSD) Os release version:
  • Terminal used:
  • Font used:
  • Python version, python3 --version (version 3.6 or above is required): Python 3.8.5

Additional context

contents of ~/.config/bpytop/error.log

02/06/21 (12:24:50) | WARNING: No theme named "gruvbox_dark" found!

(try running bpytop with --debug flag if error.log is empty)

image

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 1
  • Comments: 15 (6 by maintainers)

Most upvoted comments

@somera @ajgringo619 I think I’ve found the issue. For some unknown reason the themes folder don’t have the correct name in the PyPi package, not sure how that happened since the folder structure where it packages from is the same as it always has been.

But a quick fix for now until next release is: Run pip3 --version to see the path to the site-packages folder, go there and rename themes folder to bpytop-themes.

Fixed in v1.0.67