I found the solution to my problem:

I played with libtrash and other trash things, and had this in my
.bashrc and .bash_profile. When I removed these, nx started working.


# Include this in your ~/.bash_profile to enable libtrash every time you
# log in (or otherwise start a login shell)
#LIBTRASH=/usr/lib/libtrash/libtrash.so
LIBTRASH=/usr/lib/libtrash/libtrash.so.3.2

LIBTRASH_dest=$LIBTRASH
if test -L $LIBTRASH ; then
   LIBTRASH_dest="$(dirname $LIBTRASH)/$(ls -l "$LIBTRASH" | \
                                         sed -e 's/^.\+ -> //')"
fi

if test x${LD_PRELOAD+set} = x -a -f "$LIBTRASH_dest" ; then
   LD_PRELOAD="$LIBTRASH"
   export LD_PRELOAD
   if test x$0 = x-bash ; then
      exec bash ${1+"$@"}
   else
      exec $0 ${1+"$@"}
   fi
fi

-- 
cannot conect to Gnome/KDE via nxclient
https://bugs.launchpad.net/bugs/133847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to