mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
calibre now works with OS X 10.6 **Snow Leopard**. Fixes #3471 (Snow Leopard Compatibility)
This commit is contained in:
parent
f31692c268
commit
a5bc1ad251
@ -564,13 +564,13 @@ class Device(DeviceConfig, DevicePlugin):
|
|||||||
try:
|
try:
|
||||||
self.open_windows()
|
self.open_windows()
|
||||||
except DeviceError:
|
except DeviceError:
|
||||||
time.sleep(3)
|
time.sleep(5)
|
||||||
self.open_windows()
|
self.open_windows()
|
||||||
if isosx:
|
if isosx:
|
||||||
try:
|
try:
|
||||||
self.open_osx()
|
self.open_osx()
|
||||||
except DeviceError:
|
except DeviceError:
|
||||||
time.sleep(3)
|
time.sleep(7)
|
||||||
self.open_osx()
|
self.open_osx()
|
||||||
|
|
||||||
def eject_windows(self):
|
def eject_windows(self):
|
||||||
|
@ -186,7 +186,7 @@ else:
|
|||||||
data = dict(version = version, name='osx',
|
data = dict(version = version, name='osx',
|
||||||
installer_name='OS X universal dmg',
|
installer_name='OS X universal dmg',
|
||||||
title='Download %s for OS X'%(__appname__),
|
title='Download %s for OS X'%(__appname__),
|
||||||
compatibility='%s works on OS X Tiger and Leopard, but not Snow Leopard (It might work on Snow Leopard if run with Rosetta).'%(__appname__,),
|
compatibility='%s works on OS X Tiger, Leopard, and Snow Leopard.'%(__appname__,),
|
||||||
path=MOBILEREAD+file, app=__appname__,
|
path=MOBILEREAD+file, app=__appname__,
|
||||||
note=Markup(\
|
note=Markup(\
|
||||||
u'''
|
u'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user