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

[BUG] #224

Open
thistlillo opened this issue Feb 27, 2022 · 0 comments
Open

[BUG] #224

thistlillo opened this issue Feb 27, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@thistlillo
Copy link

Describe the bug

themes folder empty on Ubuntu 18.04

To Reproduce

install bashtop using

sudo add-apt-repository ppa:bashtop-monitor/bashtop
sudo apt update
sudo apt install bashtop

Expected behavior

Since the documentation says:

Themes
Bashtop now has theme support and a function to download missing local [themes](https://github.com/aristocratos/bashtop/blob/master/themes) from repository.

See themes folder for available themes.

The builtin theme downloader places the default themes in $HOME/.config/bashtop/themes. User created themes should be placed in $HOME/.config/bashtop/user_themes to be safe from overwrites.

I expect the folder "themes" to be populated with themes. Furthermore, if I try and change the theme in the .cfg:

#* Color theme, looks for a .theme file in "$HOME/.config/bashtop/themes" and "$HOME/.config/bashtop/user_themes"
#* Should be prefixed with either "themes/" or "user_themes/" depending on location, "Default" for builtin default theme
color_theme="Default"

substituing default with the name of a theme available here, bashtop overwrites that theme and places back "Default".
Info (please complete the following information):

  • Bashtop version: 0.9.25
  • (Linux) Linux distribution and version: Ubuntu 18.04.05 LTS
  • Terminal used: bash
  • Bash version: 4.4.20

contents of $HOME/.config/bashtop/error.log

New instance of bashtop version: 0.9.25 Pid: 9319
 
New instance of bashtop version: 0.9.25 Pid: 9509
 
New instance of bashtop version: 0.9.25 Pid: 9652
 
New instance of bashtop version: 0.9.25 Pid: 11794
 
New instance of bashtop version: 0.9.25 Pid: 11967
@thistlillo thistlillo added the bug Something isn't working label Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants