+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15

Thread: How To Share User Logs Between Pidgin Windows & Ubuntu??

  1. #1
    NetZombie sneezymelon's Avatar
    Join Date
    Jan 2007
    Location
    Delhi
    Age
    19
    Posts
    1,158

    Default How To Share User Logs Between Pidgin Windows & Ubuntu??

    well? (For the last time, I..DO..NOT..WANT..TO..MESS..WITH..SYMLINKS)
    is there any other way??

    (My 1000th post! Wooheee )

    P.S: Seems like Pidgin Developers do not wanna help at all
    Last edited by sneezymelon; December 25th, 2007 at 11:41 PM. Reason: Automerged Doublepost

  2. #2
    supersupersuper... power's Avatar
    Join Date
    Dec 2004
    Location
    Navi Mumbai
    Posts
    1,375

    Default Re: How To Share User Logs Between Pidgin Windows & Ubuntu??

    Symlinking would be easier and best way to share profile . Ntfs-3g windows drive and symlink .pidgin ( or .purple i am not sure ) from c:\documents and settings\username\Application Data to ur home directory . Any specific reason u dont want to go symlinking ? Other way would be to google for pidgin portable , since it open source i am sure someone would have come up with portable version by now . It will be platform based buy u can figure some way out to share profile .


  3. #3
    Super Loser Apoorv Khatreja's Avatar
    Join Date
    Nov 2006
    Location
    Delhi
    Age
    19
    Posts
    1,363

    Default Re: How To Share User Logs Between Pidgin Windows & Ubuntu??

    ^^
    Dude OS portability? Not heard of it till now. Possible within Linux distros, but not Windows to Linux. And i haven't seen a portable app for Linux.
    | RutSum |

  4. #4
    supersupersuper... power's Avatar
    Join Date
    Dec 2004
    Location
    Navi Mumbai
    Posts
    1,375

    Default Re: How To Share User Logs Between Pidgin Windows & Ubuntu??

    See the pidgin documentation , you can make pidgin portable for windows . For linux , use wine to execute it . That would be most pathetic way to run pidgin in linux but i see that as only solution if he doesnt want to symlink anything . Its hard to make a portable linux program because of all dependencies and libraries .
    Another stupid solution is to run a bash script at startup and shutdown of Ubuntu to copy .purple folder from windows to ubuntu home and overwrite it back during shutdown .

    Symlinking is best solution , i just tried it and worked .

    rm -fr ~/.purple
    ln -s /c/Documents\ and\ Settings/username/Application\ Data/.purple/ ~/.purple


  5. #5
    Kind Of Blue
    Join Date
    Dec 2006
    Location
    Hyderabad
    Posts
    281

    Default Re: How To Share User Logs Between Pidgin Windows & Ubuntu??

    Assuming your windows / shared partition is automounted during bootup, why not put your pidgin profile itself there? That way you dont have to symlink it, although that is the most elegant solution.

    Another in-elegant is to keep backiing up the "logs" folder in the ~/.pidgin folder to your windows pidgin's location periodically using rsync or something(never tried it, never would)

  6. #6
    NetZombie sneezymelon's Avatar
    Join Date
    Jan 2007
    Location
    Delhi
    Age
    19
    Posts
    1,158

    Default Re: How To Share User Logs Between Pidgin Windows & Ubuntu??

    Quote Originally Posted by ramaseshan View Post
    Assuming your windows / shared partition is automounted during bootup, why not put your pidgin profile itself there?
    how do I do that?
    Last edited by sneezymelon; December 26th, 2007 at 07:56 AM. Reason: Automerged Doublepost

  7. #7
    Kind Of Blue
    Join Date
    Dec 2006
    Location
    Hyderabad
    Posts
    281

    Default Re: How To Share User Logs Between Pidgin Windows & Ubuntu??

    Do what? Piutting your pidgin profile in the windows directory? Copy-Paste? Am I missing something here?

  8. #8
    supersupersuper... power's Avatar
    Join Date
    Dec 2004
    Location
    Navi Mumbai
    Posts
    1,375

    Default Re: How To Share User Logs Between Pidgin Windows & Ubuntu??

    ^ he means how to make pidgin read profile from windows directory instead of ~/.pidgin


  9. #9
    The Global Village Idiot vishalrao's Avatar
    Join Date
    Jan 2005
    Location
    Pune, India
    Age
    33
    Posts
    3,521

    Default Re: How To Share User Logs Between Pidgin Windows & Ubuntu??

    Quote Originally Posted by sneezymelon View Post
    P.S: Seems like Pidgin Developers do not wanna help at all

    where did you post/ask? i didn't see any posts on the devel or support mailing lists? did you post on some online forum? try the mailing list if you didnt already...
    "Thou shalt not follow the null pointer for at its end madness and chaos lie."

  10. #10
    Regulars
    Join Date
    Jul 2006
    Location
    Mumbai
    Posts
    11,314

    Default Re: How To Share User Logs Between Pidgin Windows & Ubuntu??

    lets say ur windows pidgin profile is in /mnt/c/pidgin

    and on linux its mounted then run pidgin as
    pidgin -c /mnt/c/pidgin

    thats all

    OR

    create new file /usr/bin/mypidgin and in that write
    exec /usr/bin/pidgin -c /mnt/c/pidgin $@

    so on linux run mypidgin instead of just pidgin


    -----

    Finally I read pigin wiki and found easy way out. Looks like u didnt read pidgin wiki

    Pidgin - Trac

    So all u need to do is set PURPLEHOME env in linux .bashrc
    Last edited by amish; December 26th, 2007 at 03:45 PM. Reason: Automerged Doublepost

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Similar Threads

  1. Replies: 2
    Last Post: October 29th, 2009, 07:03 PM
  2. ubuntu v/s windows xp
    By justanshulsharma in forum Linux
    Replies: 20
    Last Post: April 10th, 2009, 12:28 PM
  3. Replies: 15
    Last Post: August 21st, 2008, 10:36 PM
  4. Share Best practices for windows?!
    By pita in forum Software Discussions
    Replies: 10
    Last Post: December 27th, 2007, 03:44 PM
  5. How To share On LAN(Home User Pan)
    By Jaspal in forum BSNL Broadband
    Replies: 12
    Last Post: June 26th, 2005, 04:54 AM

Tags for this Thread

Posting Permissions

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