forked from Kubis10/CounterForMessenger
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The app crashes when trying to initialize new windows (e.g. the "My Profile" view) with the following error:
File "CounterForMessenger/Main.py", line 510, in __init__
self.iconbitmap('assets/CFM.ico')
File "/usr/lib/python3.11/tkinter/__init__.py", line 2155, in wm_iconbitmap
return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_tkinter.TclError: bitmap "assets/CFM.ico" not defined
To Reproduce
Steps to reproduce the behavior:
- Open the app on Linux
- The app will crash because it can't set window icons
Expected behavior
The app should open normally and set the window icon without crashing.
Screenshots
N/A
Desktop (please complete the following information):
- OS: Debian 13 (Trixie)
- Version of app: 0.1.7
Additional context
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working