Index: trunk/ChameleonPrefPane/Sources/ChameleonPrefPane.mm =================================================================== --- trunk/ChameleonPrefPane/Sources/ChameleonPrefPane.mm (revision 312) +++ trunk/ChameleonPrefPane/Sources/ChameleonPrefPane.mm (revision 313) @@ -29,7 +29,7 @@ NULL }; -static const char* const szPropFileName = "com.apple.Boot.plist"; +static const char* const szPropFileName = "org.chameleon.Boot.plist"; static const int CurrentPreferencesFileVersion = 0x02; // for future back compatibility // TODO move table views handling code to a dedicated controller @@ -58,7 +58,7 @@ - // Retrieve the com.chameleon.prefPane.plist config + // Retrieve the org.chameleon.prefPane.plist config return self; } - (void)dealloc @@ -228,10 +228,10 @@ ft=false; [mStatusText setTextColor: [NSColor redColor] ]; if (errorString) - [mStatusText setStringValue:[NSString stringWithFormat: @"Error while parsing com.apple.Boot.plist : %@", + [mStatusText setStringValue:[NSString stringWithFormat: @"Error while parsing org.chameleon.Boot.plist : %@", errorString] ]; else - [mStatusText setStringValue: @"Error while searching for com.apple.Boot.plist"]; + [mStatusText setStringValue: @"Error while searching for org.chameleon.Boot.plist"]; } else Index: trunk/ChameleonPrefPane/Sources/ChameleonPrefPane.h =================================================================== --- trunk/ChameleonPrefPane/Sources/ChameleonPrefPane.h (revision 312) +++ trunk/ChameleonPrefPane/Sources/ChameleonPrefPane.h (revision 313) @@ -18,7 +18,7 @@ static const NSString* const keySwapHD02 = @"swapHD02"; static const NSString* const keyUseFrozenParts = @"useFrozenParts"; static const NSString* const keyPartitionsList = @"partitionsList"; -static const NSString* const kPreferencesFilePath = @"/Library/Preferences/com.chameleon.prefPane.plist"; +static const NSString* const kPreferencesFilePath = @"/Library/Preferences/org.chameleon.prefPane.plist"; static const NSString* const keyPreferencesFileVersion = @"version"; // for future back compatibility // Interface Index: trunk/ChameleonPrefPane/Sources/PreferencesControllerBase.mm =================================================================== --- trunk/ChameleonPrefPane/Sources/PreferencesControllerBase.mm (revision 312) +++ trunk/ChameleonPrefPane/Sources/PreferencesControllerBase.mm (revision 313) @@ -380,7 +380,7 @@ } if(![self saveBootConfig: sender withBootOptionDesc: (BootOptionDesc*) bod] && !bod->contentID ) { // Couldn't save, so warn user ... - NSRunAlertPanel(@"Error saving bootConfig", @"Could not save com.apple.Boot.plist", + NSRunAlertPanel(@"Error saving bootConfig", @"Could not save org.chameleon.Boot.plist", @"OK", nil, nil); } return true; Index: trunk/ChameleonPrefPane/Info.plist =================================================================== --- trunk/ChameleonPrefPane/Info.plist (revision 312) +++ trunk/ChameleonPrefPane/Info.plist (revision 313) @@ -11,7 +11,7 @@ CFBundleIconFile Chameleon.icns CFBundleIdentifier - com.chameleon.${PRODUCT_NAME:identifier} + org.chameleon.${PRODUCT_NAME:identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName Index: trunk/ChameleonPrefPane/French.lproj/Chameleon.strings =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/ChameleonPrefPane/French.lproj/Chameleon.xib =================================================================== --- trunk/ChameleonPrefPane/French.lproj/Chameleon.xib (revision 312) +++ trunk/ChameleonPrefPane/French.lproj/Chameleon.xib (revision 313) @@ -8426,7 +8426,7 @@ ToolTip - Fixe manuellement le chemin de com.apple.Boot.plist. Utile si le fichier trouvé n'est pas unique et ne correspond pas au fichier utilisé par chameleon. + Fixe manuellement le chemin de org.chameleon.Boot.plist. Utile si le fichier trouvé n'est pas unique et ne correspond pas au fichier utilisé par chameleon. com.apple.InterfaceBuilder.CocoaPlugin @@ -8435,7 +8435,7 @@ ToolTip - Fixe manuellement le chemin de com.apple.Boot.plist. Utile si le fichier trouvé n'est pas unique et ne correspond pas au fichier utilisé par chameleon. + Fixe manuellement le chemin de org.chameleon.Boot.plist. Utile si le fichier trouvé n'est pas unique et ne correspond pas au fichier utilisé par chameleon. com.apple.InterfaceBuilder.CocoaPlugin @@ -8581,7 +8581,7 @@ ToolTip - Ignore le fichier de Configuration Démarrage (défaut: No). Si activé, alors com.apple.Boot.plist ne sera pas chargé au démarrage, des options par défaut seront activées. + Ignore le fichier de Configuration Démarrage (défaut: No). Si activé, alors org.chameleon.Boot.plist ne sera pas chargé au démarrage, des options par défaut seront activées. com.apple.InterfaceBuilder.CocoaPlugin Index: trunk/ChameleonPrefPane/Spanish.lproj/Chameleon.strings =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/ChameleonPrefPane/Spanish.lproj/Chameleon.xib =================================================================== --- trunk/ChameleonPrefPane/Spanish.lproj/Chameleon.xib (revision 312) +++ trunk/ChameleonPrefPane/Spanish.lproj/Chameleon.xib (revision 313) @@ -8431,7 +8431,7 @@ ToolTip - Forzar la ruta del com.apple.Boot.plist. Util si más de un archivo es detectado, y el encontrado no es que se usa en el bootloader. + Forzar la ruta del org.chameleon.Boot.plist. Util si más de un archivo es detectado, y el encontrado no es que se usa en el bootloader. com.apple.InterfaceBuilder.CocoaPlugin @@ -8440,7 +8440,7 @@ ToolTip - Forzar la ruta del com.apple.Boot.plist. Util si más de un archivo es detectado, y el encontrado no es que se usa en el bootloader. + Forzar la ruta del org.chameleon.Boot.plist. Util si más de un archivo es detectado, y el encontrado no es que se usa en el bootloader. com.apple.InterfaceBuilder.CocoaPlugin @@ -8586,7 +8586,7 @@ ToolTip - Ignorar el archivo de configuración (por defecto: No). Si es seleccionado, el archivo com.apple.Boot.plist no será cargado durante el arranque, sólo se cargaran las opciones por defecto. + Ignorar el archivo de configuración (por defecto: No). Si es seleccionado, el archivo org.chameleon.Boot.plist no será cargado durante el arranque, sólo se cargaran las opciones por defecto. com.apple.InterfaceBuilder.CocoaPlugin Index: trunk/ChameleonPrefPane/CREDITS =================================================================== --- trunk/ChameleonPrefPane/CREDITS (revision 312) +++ trunk/ChameleonPrefPane/CREDITS (revision 313) @@ -9,6 +9,7 @@ Contributors & Testers: --------------------- BlackOSX, MasterChief, digital_dreamer, smith@@, scrax, quinielascom +Azimutz, iFabio Chameleon also reuses: --------------------- Index: trunk/ChameleonPrefPane/README =================================================================== --- trunk/ChameleonPrefPane/README (revision 312) +++ trunk/ChameleonPrefPane/README (revision 313) @@ -8,15 +8,15 @@ Configuration: The persistent configuration file is a all users level preferences property list - located in In /Library/Preferences/com.chameleon.prefPane.plist. + located in In /Library/Preferences/org.chameleon.prefPane.plist. The swap disk fix option might be use if your disk order from chameleon is different from what diskutil list returns. Ideally we should not need this fix, but as for now, I don't know another way to do it - In /Library/Preferences/com.chameleon.prefPane.plist: - you can insert a 'forceBootConfigPath' key with your com.apple.Boot,plist file path: - So if automatic detection does not work, then force your com.apple.Boot.plist path here. + In /Library/Preferences/org.chameleon.prefPane.plist: + you can insert a 'forceBootConfigPath' key with your org.chameleon.Boot.plist file path: + So if automatic detection does not work, then force your org.chameleon.Boot.plist path here. Freeze Partitions (lock the partition list and prevent autodetection to happen) You can also decide to freeze the partitions to prevent automatic detection, Index: trunk/ChameleonPrefPane/German.lproj/Chameleon.strings =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/ChameleonPrefPane/German.lproj/Chameleon.xib =================================================================== --- trunk/ChameleonPrefPane/German.lproj/Chameleon.xib (revision 312) +++ trunk/ChameleonPrefPane/German.lproj/Chameleon.xib (revision 313) @@ -8429,7 +8429,7 @@ ToolTip - com.apple.Boot.plist Pfad erzwingen. Nützlich, falls die automatisch Ausgewählte nicht die Richtige ist. + org.chameleon.Boot.plist Pfad erzwingen. Nützlich, falls die automatisch Ausgewählte nicht die Richtige ist. com.apple.InterfaceBuilder.CocoaPlugin @@ -8438,7 +8438,7 @@ ToolTip - com.apple.Boot.plist Pfad erzwingen. Nützlich, falls die automatisch Ausgewählte nicht die Richtige ist. + org.chameleon.Boot.plist Pfad erzwingen. Nützlich, falls die automatisch Ausgewählte nicht die Richtige ist. com.apple.InterfaceBuilder.CocoaPlugin Index: trunk/ChameleonPrefPane/Italian.lproj/Chameleon.strings =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/ChameleonPrefPane/Italian.lproj/Chameleon.xib =================================================================== --- trunk/ChameleonPrefPane/Italian.lproj/Chameleon.xib (revision 312) +++ trunk/ChameleonPrefPane/Italian.lproj/Chameleon.xib (revision 313) @@ -8431,7 +8431,7 @@ ToolTip - Forza il percorso di com.apple.Boot.plist. Comodo se più di un file viene trovato in automatico creando conflitti + Forza il percorso di org.chameleon.Boot.plist. Comodo se più di un file viene trovato in automatico creando conflitti com.apple.InterfaceBuilder.CocoaPlugin @@ -8440,7 +8440,7 @@ ToolTip - Forza il percorso di com.apple.Boot.plist. Comodo se più di un file viene trovato in automatico creando conflitti + Forza il percorso di org.chameleon.Boot.plist. Comodo se più di un file viene trovato in automatico creando conflitti com.apple.InterfaceBuilder.CocoaPlugin @@ -8586,7 +8586,7 @@ ToolTip - Ignora file di configurazione dell' Avvio (default: No). Se impostato, com.apple.Boot.plist non verrà caricato all'avvio, solo le pozioni predefinite saranno caricate + Ignora file di configurazione dell' Avvio (default: No). Se impostato, org.chameleon.Boot.plist non verrà caricato all'avvio, solo le pozioni predefinite saranno caricate com.apple.InterfaceBuilder.CocoaPlugin Index: trunk/ChameleonPrefPane/bin/OSX105/Chameleon.prefPane.zip =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/ChameleonPrefPane/bin/OSX106/Chameleon.prefPane.zip =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/ChameleonPrefPane/bin/version =================================================================== --- trunk/ChameleonPrefPane/bin/version (revision 312) +++ trunk/ChameleonPrefPane/bin/version (revision 313) @@ -1 +1 @@ -2.0-RC5 - r282 +2.0-RC5 - r285 Index: trunk/ChameleonPrefPane/Resources/cdBootCreator.sh =================================================================== --- trunk/ChameleonPrefPane/Resources/cdBootCreator.sh (revision 312) +++ trunk/ChameleonPrefPane/Resources/cdBootCreator.sh (revision 313) @@ -23,7 +23,7 @@ exit fi -if [ ! -f $extra/com.apple.Boot.plist ];then +if [ ! -f $extra/org.chameleon.Boot.plist ];then echo "- Error: no com.apple.boot.plist found. File required" echo " ------------------------" exit @@ -66,11 +66,11 @@ cp -Rp $extra/Extensions $prebootDir fi -if [ -f $extra/com.apple.Boot.plist ];then - cp -R $extra/com.apple.Boot.plist $prebootDir +if [ -f $extra/org.chameleon.Boot.plist ];then + cp -R $extra/org.chameleon.Boot.plist $prebootDir fi -if [ -f $tempDir/com.apple.Boot.plist ];then - cp -R $tempDir/com.apple.Boot.plist $extradir +if [ -f $tempDir/org.chameleon.Boot.plist ];then + cp -R $tempDir/org.chameleon.Boot.plist $extradir fi echo "- Files copied in temp folder" Index: trunk/ChameleonPrefPane/English.lproj/Chameleon.strings =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/ChameleonPrefPane/English.lproj/Chameleon.xib =================================================================== --- trunk/ChameleonPrefPane/English.lproj/Chameleon.xib (revision 312) +++ trunk/ChameleonPrefPane/English.lproj/Chameleon.xib (revision 313) @@ -8430,7 +8430,7 @@ ToolTip - Force the path of com.apple.Boot.plist. Useful if more than one file is autodetected, and the automatically found one is not the one that the booter use. + Force the path of org.chameleon.Boot.plist. Useful if more than one file is autodetected, and the automatically found one is not the one that the booter use. com.apple.InterfaceBuilder.CocoaPlugin @@ -8439,7 +8439,7 @@ ToolTip - Force the path of com.apple.Boot.plist. Useful if more than one file is autodetected, and the automatically found one is not the one that the booter use. + Force the path of org.chameleon.Boot.plist. Useful if more than one file is autodetected, and the automatically found one is not the one that the booter use. com.apple.InterfaceBuilder.CocoaPlugin @@ -8585,7 +8585,7 @@ ToolTip - Ignore Boot Configuration file (default: No). If set, then com.apple.Boot.plist will not be loaded during the boot, only defaults options will be set. + Ignore Boot Configuration file (default: No). If set, then org.chameleon.Boot.plist will not be loaded during the boot, only defaults options will be set. com.apple.InterfaceBuilder.CocoaPlugin