=== modified file 'SCRIBES/Globals.py' --- SCRIBES/Globals.py +++ SCRIBES/Globals.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- from os import environ from os.path import join, expanduser +from sys import executable from dbus import SessionBus, Interface, glib from xdg.BaseDirectory import xdg_config_home, xdg_data_home SCRIBES_DBUS_SERVICE = "net.sourceforge.Scribes" @@ -25,7 +26,7 @@ default_home_theme_folder = join(xdg_data_home, "gtksourceview-2.0", "styles") name = "scribes" prefix = "/usr" -executable_path = join(prefix, "bin") +executable_path = executable data_path = "/usr/share" library_path = "/usr/lib" sysconfdir = "/usr/etc" @@ -33,7 +34,7 @@ root_plugin_folder = join(library_path, "scribes") core_plugin_folder = core_generic_plugin_folder = join(root_plugin_folder, "GenericPlugins") core_language_plugin_folder = join(root_plugin_folder, "LanguagePlugins") -python_path = "/usr/lib/python2.7/dist-packages" +python_path = "/usr/lib/python2.7/site-packages" version = "0.4-dev-build954" author = ["Author:", "\tLateef Alabi-Oki \n", "Contributors:",