Miranda IM

Results 1 to 8 of 8

Thread: multiple profile i want load my profile

  1. #1
    Join Date
    November 2007
    Posts
    219

    multiple profile i want load my profile

    Hi
    if i have 1 profile , miranda launch the only profile

    if i have more then 1 profiles , miranda asks me which one i want to load

    but in the the mirandaboot.ini i write

    Code:
    ;This file contains the information required to get Miranda up and running,
    ;i.e. everything before a database is loaded
    
    ;Settings relating to the location and loading of the database
    [Database]
    
    ;ProfileDir
    ;The directory to search for database files. If it's a relative path then
    ;it's relative to the directory containing miranda32.exe. Default is .
    ;You can use environment variables, so NT people may like %APPDATA%
    ;ProfileDir=%APPDATA%\Miranda
    
    ;ShowProfileMgr
    ;Selects the test to use to decide whether to show the profile manager on
    ;startup
    ;"never": Only show it if the profile to use can't be guessed by any means
    ;"yes":   Always show it
    ;"smart": (default) Show it if the command line doesn't contain a db name
    ;         that exists or there is more or less than 1 db in the ProfileDir.
    ShowProfileMgr=smart
    
    ;DefaultProfile
    ;Name of the profile to use if there's a choice. If Miranda is run with a
    ;command line parameter then that is used instead of this setting.
    ;Default is empty
    ;If ShowProfileMgr=never then this profile is run without question
    ;Otherwise the profile manager is run as usual but initially this profile
    ;is selected
    ;
    ;0.4.1+ (2005/05/16) Only: This string can contain environment variables, e.g. %USERNAME%
    ;
    DefaultProfile=mantra.dat
    
    ;AutoCreate
    ;"yes": If DefaultProfile or the command line parameter gives a profile
    ;name that doesn't exist then that profile is created.
    ;"no": (default) The profile manager is shown in this case
    AutoCreate=no
    
    ;AutoExec is a system for batch addition of multiple settings to the
    ;database. See http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/miranda-icq/Miranda-IM/docs/autoexec_sample.ini?rev=HEAD&content-type=text/plain
    ;for documentation
    [AutoExec]
    
    ;Use
    ;"yes": Install .ini files automatically
    ;"no": Disable the autoexec system entirely
    ;"prompt": (default) Prompt the user before each installation
    ;This setting doesn't affect the decision of whether to display further prompts
    Use=prompt
    
    ;Glob
    ;A global expression containing the files to watch for database settings
    ;This will be checked just after database load and continuously all the
    ;time Miranda is running
    ;If this contains a relative path, it's relative to the directory containing
    ;miranda32.exe
    ;Default: autoexec_*.ini
    Glob=autoexec_*.ini
    
    ;Safe
    ;A space-separated list of database module names known to be safe to alter
    ;Default: CLC Icons CLUI CList SkinSounds
    Safe=CLC Icons CLUI CList SkinSounds
    
    ;Unsafe
    ;A space-separated list of database module names that could be alter to
    ;malicious purposes (eg by faking a login server to steal passwords)
    ;Default: ICQ MSN
    Unsafe=ICQ MSN JABBER AIM IRC
    
    ;OverrideSecurityFilename
    ;Sysadmins may find it desirable to install settings without prompting
    ;the user. In that case all prompts and security will be overridden if
    ;the name of the ini matches the name given here.
    ;If this is used, make sure it's suitably random and hence not likely
    ;to be downloaded.
    ;Default is empty (no override possible)
    OverrideSecurityFilename=
    
    ;Warn
    ;"all": Warn the user before each setting change is made
    ;"notsafe": (default) Warn before each change to a setting in a group
    ;           that isn't listed in the 'Safe' setting
    ;"onlyunsafe": Warn before each change to a setting in a group that is
    ;           listed in the 'Unsafe' setting
    ;"none": Never warn the user
    Warn=onlyunsafe
    
    ;OnCompletion
    ;What to do with the ini file once it's imported
    ;"delete": Delete the file from the disk
    ;"recycle": (default) Move the file to the recycle bin (same as delete
    ;           if you've disabled Windows' recycle bin)
    ;"rename": Add the string in RenamePrefix to the beginning of the filename
    ;"leave": Leave the file as-is. Note that this could cause it to be
    ;         imported multiple times until it's moved.
    ;"ask": Show a dialog to ask the user
    OnCompletion=recycle
    
    ;RenamePrefix
    ;A string to add before the filename if the 'rename' option is used for
    ;OnCompletion. This can include a path specifier to move the file, eg ..\
    ;Default: done_
    RenamePrefix=done_
    
    ; decisions about how Miranda loads plugins
    [PluginLoader]
    ; if enabled, will ask the user if they want to re-enable a disabled plugin
    AskAboutIgnoredPlugins=0
    i have 2 profile

    mantra.dat
    federica.dat

    thanks

  2. #2
    Join Date
    March 2005
    Location
    United States
    Posts
    1,748
    Try changing the default profile to mantra without the .dat in it.

  3. #3
    Join Date
    November 2007
    Posts
    219
    Quote Originally Posted by rainwater View Post
    Try changing the default profile to mantra without the .dat in it.
    thanks
    i did
    with or without *.dat it's the same
    miranda asks me which profile to load

  4. #4
    Join Date
    March 2005
    Posts
    8,351
    Quote Originally Posted by mantra View Post
    with or without *.dat it's the same
    miranda asks me which profile to load
    Quote Originally Posted by mantra View Post
    ShowProfileMgr=smart

    ;DefaultProfile
    ;Name of the profile to use if there's a choice. If Miranda is run with a
    ;command line parameter then that is used instead of this setting.
    ;Default is empty
    ;If ShowProfileMgr=never then this profile is run without question
    ;Otherwise the profile manager is run as usual but initially this profile
    ;is selected
    Mantra, have you tried setting ShowProfileMgr to never? And if it doesn't solve your issue, please specify what version of Miranda you are referring to.

  5. #5
    Join Date
    November 2007
    Posts
    219
    Quote Originally Posted by Tara View Post
    Mantra, have you tried setting ShowProfileMgr to never? And if it doesn't solve your issue, please specify what version of Miranda you are referring to.
    no i did not try the setting showprofilemgr=never
    i use the last version unicode
    but is there a guide about the mirandaboot.ini

  6. #6
    Join Date
    March 2005
    Posts
    8,351
    Quote Originally Posted by mantra View Post
    no i did not try the setting showprofilemgr=never
    Could you please give it a try then?

    Quote Originally Posted by mantra View Post
    i use the last version unicode
    That's not specific enough I'm afraid. Do you mean 0.7.8 which is the latest stable release? Or 0.8.0 build #20 which is the latest test version?

    Quote Originally Posted by mantra View Post
    but is there a guide about the mirandaboot.ini
    Unless I'm wrong, there isn't any now. Only the notes in the file itself.

  7. #7
    Join Date
    November 2007
    Posts
    219
    Originally Posted by mantra View Post
    no i did not try the setting showprofilemgr=never
    Could you please give it a try then?
    with this option , miranda will not start :(


    That's not specific enough I'm afraid. Do you mean 0.7.8 which is the latest stable release? Or 0.8.0 build #20 which is the latest test version?
    yes it's 0.7.8

  8. #8
    Join Date
    March 2005
    Posts
    8,351
    Quote Originally Posted by mantra View Post
    with this option , miranda will not start :(
    Miranda will not start? Double check please if ProfileDir and DefaultProfile in your mirandaboot.ini are set correctly. Or post the content of your current mirandaboot.ini file - and please tell us what OS you're on and where exactly your mantra.dat and federica.dat files are located.

    Quote Originally Posted by mantra View Post
    yes it's 0.7.8
    Thanks for clearing that up.

Similar Threads

  1. New profile but with history of an old profile?
    By laus in forum Technical Support
    Replies: 1
    Last Post: 6 Feb 2009, 11:23 AM
  2. Multiple access to same profile
    By grant in forum Technical Support
    Replies: 4
    Last Post: 5 Oct 2007, 12:12 AM
  3. Multiple Profile issues
    By synapse in forum Technical Support
    Replies: 7
    Last Post: 4 Oct 2007, 4:02 PM
  4. Replies: 0
    Last Post: 16 Mar 2007, 12:16 PM
  5. big profile
    By koriun in forum Technical Support
    Replies: 1
    Last Post: 30 Mar 2005, 1:18 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •