Results 1 to 2 of 2

Thread: Wine Link Problems

  1. #1
    Join Date
    Dec 2007
    Beans
    8

    Wine Link Problems

    Hello, I was trying to add add a symbolic link to one of my users on my system so they can use a program I have. The problem is that it is not working. The console says there are too many symbolic links already. Is there any way I can configure wine or my system so that other users can use the programs I have installed on my account?

  2. #2
    Join Date
    Apr 2008
    Location
    /dev/null
    Beans
    116
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Wine Link Problems

    System-wide programs should not be sitting inside ~/bin in the first place; They should be inside /usr/bin, /bin, /sbin and /usr/local/bin. And why are you trying to run Linux programs in Wine?

    I don't know what you are trying to do, but try:

    Code:
    ln -s ~/bin/yourproghere ~/.wine/drive_c/yourproghere
    if all else, build a Debian package of your program. You can find out how here: http://www.compdigitec.com/labs/2008...-ubuntudebian/

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
  •