Page 3 of 13 FirstFirst 12345 ... LastLast
Results 21 to 30 of 130

Thread: HOWTO: Install & setup Lotus Notes for Linux

  1. #21
    Join Date
    Oct 2005
    Beans
    104
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Install & setup Lotus Notes for Linux

    I was having issues even after motif - what I finally did was change the launcher to point to an executable file I created and it setup fine. Not sure if this will work for everyone, but here is the code for the file I used:

    noteslauncher.sh
    Code:
    # -- Added for Lotus Notes for Linux
    NOTESBIN=/home/loupy/notes
    NOTESDATA=/home/loupy/notes/data
    NOTESDIR=/home/loupy/notes/data
    
    LD_LIBRARY_PATH=$NOTESBIN:$NOTESBIN/jvm/bin/classic:$NOTESBIN/jvm/bin:$LD_LIBRARY_PATH
    
    PATH=$NOTESBIN/jvm/bin:$NOTESBIN:$PATH
    
    CLASSPATH=$NOTESBIN:$CLASSPATH
    
    export NOTESBIN NOTESDATA NOTESDIR LD_LIBRARY_PATH PATH CLASSPATH
    
    # run the app
    /opt/ibm/Workplace\ Managed\ Client/rcp/richclient -personality com.ibm.workplace.noteswc.standalone.linux.personality

  2. #22
    Join Date
    Feb 2006
    Beans
    5
    Distro
    Edgy Eft Testing

    Re: HOWTO: Install & setup Lotus Notes for Linux

    Johan:
    If you source same variables in your terminal, what version of java you get?

  3. #23
    Join Date
    Jul 2006
    Beans
    4

    Re: HOWTO: Install & setup Lotus Notes for Linux

    Quote Originally Posted by malmo View Post
    Johan:
    If you source same variables in your terminal, what version of java you get?
    johann@johann-desktop:~$ java -version
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM build cxia32142ifx-20041203 (142SR1+80507) (JIT enabled: jitc))

    But afaik, the WMC client uses it's own JVM as does the Notes client.

  4. #24
    Join Date
    Apr 2006
    Location
    Hamilton, New Zealand
    Beans
    3
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: Install & setup Lotus Notes for Linux

    [QUOTE=treb0re;1306223]I've got exactly the same problem... installed plenty of times and still get the same output as that... I've got libmotif installed and everything else plus the libs setup in the path....

    I was also getting NSD errors but just got it working - I deleted bookmark.nsf and log.nsf and it started working. I'm a roaming Notes user and my bookmark.nsf downloaded when I first got the wizard running, I'll try this on my other Ubuntu computer later to confirm this.

    Dsvid.

  5. #25
    Join Date
    Apr 2006
    Beans
    118

    Wink Re: HOWTO: Install & setup Lotus Notes for Linux

    For those who can't get the native version up and running,
    running the Windows version under Wine is still a good alternative,
    and is getting better. See
    http://wiki.winehq.org/LotusNotes
    for details. As of wine-0.9.18, the client runs fairly well,
    without any native DLLs.

  6. #26
    Join Date
    May 2006
    Location
    NL
    Beans
    31
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: HOWTO: Install & setup Lotus Notes for Linux

    anybody get notes working in dapper? I also get the errors stated above. Havent any clues anymore..

  7. #27
    Join Date
    Feb 2005
    Location
    Chesterfield, MI
    Beans
    213
    Distro
    Ubuntu

    Re: HOWTO: Install & setup Lotus Notes for Linux

    Did anybody figure out the Pango Warning problem?

  8. #28
    Join Date
    Jan 2006
    Beans
    63

    Re: HOWTO: Install & setup Lotus Notes for Linux

    I am also getting the same issue as everyone above. With the Pango error and gtk locale not supported error. I will continue to troubleshoot it and if I find a solution will post it here. If someone already found one could you please post it for the rest of us to try.

  9. #29
    Join Date
    Oct 2005
    Beans
    1

    Re: HOWTO: Install & setup Lotus Notes for Linux

    I also have the problem with the "starting nsd" at work. (dapper drake)

    At home (hoary->breezy->dapper) I can start lotus notes, but I also see the same pango errors.
    Maybe the pango error isn't the problem ... ?

  10. #30
    Join Date
    Jul 2006
    Beans
    Hidden!

    Re: HOWTO: Install & setup Lotus Notes for Linux

    Dapper 6.06 same issue with Pango errors and followed by launch of NSD...

Page 3 of 13 FirstFirst 12345 ... LastLast

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
  •