[BUG] missing themes after upgrade to 1.0.66
See original GitHub issueDescribe 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)
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:15 (6 by maintainers)
Top Results From Across the Web
If any extension has a missing or invalid version, Update ...
If the problem persists after this, it may mean that one or more installed modules or themes are missing data in the new...
Read more >How to update your Shopify theme (without losing ...
Updating your Shopify theme to the latest version is important so you can take advantage of new theme features and bug fixes.
Read more >Updated theme made bugs | WordPress.org
Updated theme made bugs ... The first bug is: The main menu action button simple text gets http at the start, and %20...
Read more >Directory Theme – Changelog - themepluginserver
FIXED : Review section in Listing detail Page. UPDATED : Improved the code to reduce API call request from listing detail Page. 05-01-2021...
Read more >guide flash phh gsi [10.0] without bug (updated in 24.06.2020 )
B ) in aosp phh only ( no need for custom)you need flash bad ... after long time guide updated today for flash...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub 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 renamethemes
folder tobpytop-themes
.Fixed in v1.0.67