When I start Pycharm for the first time after booting I get the following error:
"Traceback (most recent call last):
File "/home/skinnyg/Documents/PyCharm-Projects/LECC_MINT_ZORIN.py", line 105, in <module>
root = 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: unknown color name "BACKGROUND"
When I enter the following command in Terminal the problem goes away:
xrdb -all -query|sed -e 's#[A-Z]BACKGROUND# gray90#' \
-e 's#[A-Z]FOREGROUND# Black#' \
-e 's#[A-Z]HIGHLIGHT# White#' \
-e 's#[A-Z]LOWLIGHT# Black#'|xrdb -merge
I have no problems on four other Linux distros.
By the way, I have this same problem in Bungie.