mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
OS X Build: Fix a bug that was preventing multiple instances of calibre being used by different user accounts on the same computer. Fixes #1320347 [Multiple users cannot run Calibre concurrently](https://bugs.launchpad.net/calibre/+bug/1320347)
Merge branch 'fanf/multiuser' of https://github.com/fanf2/calibre
This commit is contained in:
commit
7388dfa130
@ -355,7 +355,6 @@ class Py2App(object):
|
|||||||
CFBundleGetInfoString=('calibre, an E-book management '
|
CFBundleGetInfoString=('calibre, an E-book management '
|
||||||
'application. Visit http://calibre-ebook.com for details.'),
|
'application. Visit http://calibre-ebook.com for details.'),
|
||||||
CFBundleIconFile='library.icns',
|
CFBundleIconFile='library.icns',
|
||||||
LSMultipleInstancesProhibited=True,
|
|
||||||
NSHighResolutionCapable=True,
|
NSHighResolutionCapable=True,
|
||||||
LSApplicationCategoryType='public.app-category.productivity',
|
LSApplicationCategoryType='public.app-category.productivity',
|
||||||
LSEnvironment=env
|
LSEnvironment=env
|
||||||
|
@ -409,7 +409,6 @@ def main():
|
|||||||
'CFBundleShortVersionString':VERSION,
|
'CFBundleShortVersionString':VERSION,
|
||||||
'CFBundleVersion':APPNAME + ' ' + VERSION,
|
'CFBundleVersion':APPNAME + ' ' + VERSION,
|
||||||
'LSMinimumSystemVersion':'10.4.3',
|
'LSMinimumSystemVersion':'10.4.3',
|
||||||
'LSMultipleInstancesProhibited':'true',
|
|
||||||
'NSHumanReadableCopyright':'Copyright 2008, Kovid Goyal',
|
'NSHumanReadableCopyright':'Copyright 2008, Kovid Goyal',
|
||||||
'LSEnvironment':{
|
'LSEnvironment':{
|
||||||
'FC_CONFIG_DIR':'@executable_path/../Resources/fonts',
|
'FC_CONFIG_DIR':'@executable_path/../Resources/fonts',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user