d8c68a0688
file browser, slideshows, zooming, rotating, on-the-fly Exif viewing, histograms, fullscreen support, wallpaper setting, the ability to view 4 images on the screen at once, adjustable thumbnail sizes, playlists, view and download images from Web sites, movie playing, file searching/filtering, multiple directory loading, transitional effects, image hiding and more. Author: Ryan Kulla <rkulla@gmail.com> WWW: http://imgv.sourceforge.net/ PR: ports/108755 Submitted by: Simon Olofsson <simon at olofsson.de> Approved by: alexbl (mentor, implicit)
10 lines
232 B
Python
10 lines
232 B
Python
--- gl.py.orig Sat Oct 28 20:58:44 2006
|
|
+++ gl.py Sat Feb 3 11:39:15 2007
|
|
@@ -9,6 +9,7 @@
|
|
from res import my_toggle_fullscreen
|
|
from pygame import version
|
|
|
|
+os.environ['IMGV_HOME'] = '%%DATADIR%%'
|
|
|
|
BASE_DIR = os.getcwd()
|
|
try:
|