On 2/7/07, Osvaldo Filho <[EMAIL PROTECTED]> wrote:
> faf:/home/usr/aluno# ps -U aluno
>   PID TTY          TIME CMD
>  4677 ?        00:00:00 gam_server
>  5236 ?        00:00:00 artsd
>  6238 ?        00:00:02 x-session-manag
>  6548 ?        00:00:00 lbussd
>  6554 ?        00:00:00 ssh-agent
>  6560 ?        00:00:00 dbus-launch
>  6564 ?        00:00:00 dbus-daemon
>  6572 ?        00:00:02 xfce-mcs-manage
>  6574 ?        00:00:05 xfwm4
>  6576 ?        00:00:06 xfdesktop
>  6578 ?        00:00:08 Thunar
>  6581 ?        00:00:14 xfce4-panel
>  6583 ?        00:00:00 Thunar
>  6584 ?        00:00:11 xfce4-menu-plug
>  6585 ?        00:00:00 xfce4-mailwatch
>  6586 ?        00:00:00 xfce4-mixer-plu
>  9150 ?        00:00:01 xfce4-terminal
>  9151 ?        00:00:00 gnome-pty-helpe
>  9152 pts/0    00:00:00 bash
>  9221 ?        00:00:41 firefox-bin
>  9226 ?        00:00:00 gconfd-2
>  9331 pts/1    00:00:00 bash
>  9347 pts/2    00:00:00 bash
> faf:/home/usr/aluno#
>

Okay it seems that you don't have a process called xfce4-session. Not
sure if this is due to Debian or a new xfce release. Instead you have
x-session-manag so edit fl_teachertool.cxx

on line 1633 replace this line
        
if(dummy.comm=="startkde"||dummy.comm=="icewm"||dummy.comm=="icewm-session"||dummy.comm=="gnome-session"||dummy.comm=="xfce4-session")

with

if(dummy.comm=="startkde"||dummy.comm=="icewm"||dummy.comm=="icewm-session"||dummy.comm=="gnome-session"||dummy.comm=="xfce4-session"||dummy.comm=="x-session-manag")

Leave a space after the "if". Recompile and install again and
hopefully it should work.

-- 
Robert Arkiletian
Eric Hamber Secondary, Vancouver, Canada
Fl_TeacherTool http://www3.telus.net/public/robark/Fl_TeacherTool/
C++ GUI tutorial http://www3.telus.net/public/robark/

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
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