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

Clicking on settings crashes the application. #104

Closed
tulliana opened this issue May 5, 2020 · 6 comments
Closed

Clicking on settings crashes the application. #104

tulliana opened this issue May 5, 2020 · 6 comments
Labels
0.9.3 bug Something isn't working done staging

Comments

@tulliana
Copy link
Contributor

tulliana commented May 5, 2020

bauh-settings
Describe the bug
Clicking on settings crashes the application.
Application crashes when I click on Bauh settings. Terminal output and screenshot below.

Software Environment
bauh version: 0.9.2
O.S: Archman Linux (arch)
Python version: 3.8.2-2
bauh installation method: AUR repo

[tulliana@tulliana-pc ~]$ ![bauh-settings](https://user-images.githubusercontent.com/2324162/81088318-78a56300-8f03-11ea-9acf-cbbde6fe4500.png) bauh qt5ct: using qt5ct plugin Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/bauh/view/qt/window.py", line 1237, in show_settings self.settings_window = SettingsWindow(self.manager, self.i18n, self.screen_size, self) File "/usr/lib/python3.8/site-packages/bauh/view/qt/settings.py", line 29, in __init__ self.settings_model = self.manager.get_settings(screen_size.width(), screen_size.height()) File "/usr/lib/python3.8/site-packages/bauh/view/core/controller.py", line 422, in get_settings return self.settings_manager.get_settings(screen_width=screen_width, screen_height=screen_height) File "/usr/lib/python3.8/site-packages/bauh/view/core/settings.py", line 69, in get_settings tabs.append(self._gen_ui_settings(core_config, screen_width, screen_height)) File "/usr/lib/python3.8/site-packages/bauh/view/core/settings.py", line 174, in _gen_ui_settings default_style = InputOption(label=cur_style, value=cur_style) File "/usr/lib/python3.8/site-packages/bauh/api/abstract/view.py", line 57, in __init__ raise Exception("'label' must be a not blank string") Exception: 'label' must be a not blank string İptal edildi (çekirdek döküldü)

==========
Also, I did not see the option to install packages from my computer, i.e. locally. Only AppImage option available

@vinifmor
Copy link
Owner

vinifmor commented May 5, 2020

@tulliana , I'm going to have a look here and publish a fix as soon as possible. Thanks for reporting the issue.

@vinifmor vinifmor added the bug Something isn't working label May 5, 2020
@vinifmor
Copy link
Owner

vinifmor commented May 5, 2020

@tulliana , please post your bauh main config file here (cat ~/.config/bauh/config.yml)

@tulliana
Copy link
Contributor Author

tulliana commented May 5, 2020

[tulliana@tulliana-pc ~]$ cat ~/.config/bauh/config.yml backup: downgrade: null enabled: true install: null mode: incremental type: rsync uninstall: null upgrade: null disk: trim: after_upgrade: false download: icons: true multithreaded: true gems: null locale: null memory_cache: data_expiration: 3600 icon_expiration: 300 store_root_password: true suggestions: by_type: 10 enabled: true system: notifications: true single_dependency_checking: false ui: auto_scale: false hdpi: true style: null table: max_displayed: 50 tray: default_icon: null updates_icon: null updates: ask_for_reboot: true check_interval: 30 [tulliana@tulliana-pc ~]$

@vinifmor
Copy link
Owner

vinifmor commented May 5, 2020

@tulliana , try bauh-staging from AUR (0.9.3.RC-2) and let me know if it's working now

@tulliana
Copy link
Contributor Author

tulliana commented May 7, 2020

Thanks mate.

Bauh-staging 0.9.3.RC-2 worked without any problems.

I want to ask something else. I cannot see the local Arch package installation option from my computer. Bauh only sees AppImage files.

@vinifmor
Copy link
Owner

vinifmor commented May 9, 2020

No worries.. About your question: do you mean to install select and install a local Arch package ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.9.3 bug Something isn't working done staging
Projects
None yet
Development

No branches or pull requests

2 participants