[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problems starting KDE



User Debian wrote:
> 1. In ~/.xsession I have only one line  "exec startkde"

I know you already solved your problem but I wanted to comment upon
this.  You really probably want another line above it.

  #!/bin/bash --login
  exec startkde

Then make sure it is executable to have effect.

  chmod a+x ~/.xsession

The reasoning for this is so that your ~/.bash_profile is loaded at
login time.  Otherwise it won't be.  (If you are using zsh or other
shell then change the #! line appropriately to match.)

For full details of the issues see Debian Bug#250765 where a long
discussion is archived.

Bob

Attachment: signature.asc
Description: Digital signature


Reply to: