Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea97ea commit c2aadcdCopy full SHA for c2aadcd
1 file changed
Tools/pynche/Main.py
@@ -70,6 +70,8 @@
70
RGB_TXT = [
71
# Solaris OpenWindows
72
'/usr/openwin/lib/rgb.txt',
73
+ # Linux
74
+ '/usr/lib/X11/rgb.txt',
75
# The X11R6.4 rgb.txt file
76
os.path.join(sys.path[0], 'X/rgb.txt'),
77
# add more here
0 commit comments