On 11/24/2010 02:29 PM, Dr.-Ing. Edgar Alwers wrote:
> Hi,
>
> probably a trivial question. I have built KDE-4.5.3 and I am starting the
> system through SLIM. Start is OK, but when I want to finish my work and enter
> the application launcher menu, I get leave-> End Session -> ...and the
> launcher menu closes. Nothing more happens. The same more or less as user:
> launcher menu->leave and nothing more.
> I think, I have missed something during the building/installing process. But
> what ? I am looking to end the session and get the Slim menu again, as it
> does in my old KDE system. Any hint ?
>
The problem is probably that your process chain is broken on the return
side. What ever the front end, it should run a script: "Xsession" which
should contain the command:
exec /opt/KDE-4.5/bin/startkde
{with the path for your system}
Note that you must use the full path.
Then: "startkde" will replace the: "Xsession" process and when it ends
it should be the same as a return from: "Xsession"
If you are not using the: "exec" command, you should have:
/opt/KDE-4.5/bin/startkde
end
IAC, the problem is probably in the: "Xsession" script.
--
James Tyrer
Linux (mostly) From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page