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

Stopped working #25

Open
Quasicitizen opened this issue Jan 19, 2023 · 1 comment
Open

Stopped working #25

Quasicitizen opened this issue Jan 19, 2023 · 1 comment

Comments

@Quasicitizen
Copy link

Quasicitizen commented Jan 19, 2023

App stopped working - clicking on icon, but interface does not show up. Reinstall or install different version did not help. Ideas? 🙂
CLI:
┌[me_is_me☮compewtur]-(~)
└> backlight ui
Traceback (most recent call last):
File "/usr/local/bin/backlight", line 43, in
init()
File "/usr/share/tuxedo-backlight-control/ui.py", line 352, in init
root = tk.Tk()
File "/usr/lib/python3.10/tkinter/init.py", line 2299, in init
self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: no display name and no $DISPLAY environment variable

@Quasicitizen Quasicitizen changed the title Stoped working Stopped working Jan 19, 2023
@zimbipw
Copy link

zimbipw commented Sep 10, 2023

both ui and command line tool do not work:
sudo backlight
Traceback (most recent call last):
File "/usr/local/bin/backlight", line 6, in
from backlight_control import BacklightControl, backlight
ModuleNotFoundError: No module named 'backlight_control'

python /usr/share/tuxedo-backlight-control/ui.py   1 
Traceback (most recent call last):
File "/usr/share/tuxedo-backlight-control/ui.py", line 358, in
init()
File "/usr/share/tuxedo-backlight-control/ui.py", line 353, in init
App(root)
File "/usr/share/tuxedo-backlight-control/ui.py", line 51, in init
'color_left': tk.StringVar(self, value=backlight.color_left.capitalize()),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'capitalize'

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