Wednesday, February 04, 2009

How to disable autorunning SameTime in IBM Lotus Notes 8.5

After I installed LN 8.5 each time when I run LN8.5 the sametime run also. I don't like this because I don't use it. So if you want to disable it you should add/change variable in notes.ini
IM_DISABLED=1
IM_DISABLE=1
IM_SHOW_STATUS=1
com.ibm.collaboration.realtime.application/useSystemTray=false
Please notice 2 variations of IM_DISABLED / IM_DISABLE, it depends of version of LN you have, so if one does not work for you, try another setting.

22 comments:

  1. Anonymous3:45 AM

    Instead of going thru all of that

    IM_DISABLE=1

    should work for you.

    More info here - http://www-01.ibm.com/support/docview.wss?uid=swg21289437

    HTH,
    Tim E. Brown

    ReplyDelete
  2. I know but it did not switch off IM on my PC. I use 8.5

    ReplyDelete
  3. from your url

    Presently, this parameter will not control the appearance of the Sametime icon within the OS System Tray. An additional SPR has been generated for that review.

    ReplyDelete
  4. Anonymous5:52 PM

    use

    IM_SHOW_STATUS=0 also.

    ReplyDelete
  5. Anonymous6:53 PM

    did all that, didnt help me much though, the IM_Disable=0 only just hide the client\plugin, NOT disabeling it at all :(

    ReplyDelete
  6. Anonymous8:48 PM

    Thanks using all of them I could resolve the issue in my client Lotus Notes 8.

    IM_DISABLE=1
    IM_SHOW_STATUS=0

    ReplyDelete
  7. Anonymous1:58 PM

    Try this one:

    http://www.post1.net/lowem/entry/how_to_disable_remove_lotus_notes_client_8_5_sametime_icon_from_the_system_tray

    ReplyDelete
  8. The step in the below link works great:

    http://www.post1.net/lowem/entry/how_to_disable_remove_lotus_notes_client_8_5_sametime_icon_from_the_system_tray

    very easy and simple to follow.

    Thank u!!!!

    ReplyDelete
  9. Really helpful tips on this page! Thanks a bunch.

    ReplyDelete
  10. Anonymous10:07 AM

    Don't forget the >>>D<<< (past tense)


    IM_DISABLED=1

    ReplyDelete
  11. thanks! just updated post

    ReplyDelete
  12. place following line in

    "com.ibm.collaboration.realtime.application/useSystemTray=false"
    (withou the quote) in ini file

    C:\notes\framework\rcp\plugin_customization.ini

    ReplyDelete
  13. Anonymous10:38 PM

    Thanks Sri, the info here worked great!

    http://www.post1.net/lowem/entry/how_to_disable_remove_lotus_notes_client_8_5_sametime_icon_from_the_system_tray

    ReplyDelete
  14. Anonymous4:42 PM

    this worked for me as well on RedHat Enterprise Linux 6.2 with Notes version 8.5.1

    I changed /home//lotus/notes/data/notes.ini

    removed the original IM_SHOW_STATUS=1
    and appended
    IM_DISABLE=1
    IM_SHOW_STATUS=1
    com.ibm.collaboration.realtime.application/useSystemTray=false

    to the file, after restart no more embedded sametime, and notes uses around 40 MB res memory less.

    Do not mess around with removing the plugins inside the eclipse settings of notes, it takes forever to disable all sametime related stuff and it has many pitfalls that potentially will mess up your notes.

    Now i can finally use the seperate Lotus Sametime client without having the embedded one gets in my way.

    Also, i highly recommend increasing the max heap amount (vmarg.Xmx=-Xmx1024m) in the file /opt/ibm/lotus/notes/framework/rcp/deploy/jvm.properties

    It greatly increases the responsiveness on machines with enough physical memory,

    ReplyDelete
  15. Disabling Sametime results in the Sametime Meetings client running meetings in the "browser client" rather than within Notes unless you use the embedded browser. Depending on how you are setup, this could result in not being able to share your screen in Sametime Meetings.

    ReplyDelete
  16. I know this is an old post but I found it when trying to solve an issue on our mac clients: you need to update this post so it says IM_DISABLED=1. The word is disabled, not disable. The D is very important!

    ReplyDelete
  17. thanks Deekman, updated!

    ReplyDelete
  18. Anonymous3:29 PM

    It seems like for IBM Lotus Notes 8.5
    Release 8.5.2FP3
    Revision 20110711.1400-FP3 (Release 8.5.2FP3)
    Standard Configuration

    It should not have the "D" so it should be
    IM_DISABLE=1

    ReplyDelete
  19. Thanks, so it could go both ways with/without D depends of version. post has been udpated.

    ReplyDelete
  20. Anonymous6:01 PM

    Thank you.
    IM_DISABLE=1 worked for me. Notes 8.5.

    ReplyDelete
  21. Anonymous6:10 PM

    IM_DISABLED=1 in user profile directory worked in my case
    Notes 8.5.

    ReplyDelete
  22. Stephan B.8:07 AM

    Thanks so much, IM_DISABLED=1 worked for me!

    ReplyDelete