summaryrefslogtreecommitdiffstats
path: root/Tools/pynche/Main.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/pynche/Main.py')
-rw-r--r--Tools/pynche/Main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/pynche/Main.py b/Tools/pynche/Main.py
index 5f365fa..1ec738b 100644
--- a/Tools/pynche/Main.py
+++ b/Tools/pynche/Main.py
@@ -70,6 +70,8 @@ PROGRAM = sys.argv[0]
RGB_TXT = [
# Solaris OpenWindows
'/usr/openwin/lib/rgb.txt',
+ # Linux
+ '/usr/lib/X11/rgb.txt',
# The X11R6.4 rgb.txt file
os.path.join(sys.path[0], 'X/rgb.txt'),
# add more here