On Tue, 2010-10-05 at 08:16 -0700, [email protected] wrote:
> Take the set up you have and copy
> your working .wine dir to another user's home, fix the perms on that
> .wine, and try it.

bingo!

publisher and word seem to work ok. but excel is throwing up a problem.
"excel has encountered a problem and needs to close. we are sorry for
the inconvenience" :(

not sure what I can do about that


used a script to copy .wine to all users:

#!/bin/bash
UHOME="/home"
FILE="/home/admin/.wine"
USERS=$(cat /home/admin/userslist)
for u in $USERS
do
   /bin/cp -Rv $FILE ${UHOME}/${u}
   chown -Rv $(id -un $u):$(id -gn $u) /${UHOME}/${u}/.wine
done


userslist is just a list with each username on a new line eg.
user1
user2
user3...


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to