Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2aadcd

Browse files
committed
Added /usr/lib/X11/rgb.txt in front of X/rgb.txt for Linuxers
1 parent eea97ea commit c2aadcd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Tools/pynche/Main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
RGB_TXT = [
7171
# Solaris OpenWindows
7272
'/usr/openwin/lib/rgb.txt',
73+
# Linux
74+
'/usr/lib/X11/rgb.txt',
7375
# The X11R6.4 rgb.txt file
7476
os.path.join(sys.path[0], 'X/rgb.txt'),
7577
# add more here

0 commit comments

Comments
 (0)