Announcement

Collapse
No announcement yet.

kicker panel

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    kicker panel

    Is there a way to have the kicker panel automatically come up when booting the system? Currently I have to alt>f2 to run it.

    #2
    Re: kicker panel

    Kicker SHOULD be starting automatically. If it's not, something has gone terribly, terribly wrong.

    Here is a quick and dirty fix:
    Code:
    cd ~/.kde/Autostart && ln -s /usr/bin/kicker
    This means "go to my personal KDE autostart directory, and create a virtual link to kicker". KDE executes everything in your ~/.kde/Autostart when you login, so now whenever you login KDE will start kicker.

    Anyway, the fact that kicker broke indicates that something went pretty screwy with your startup sequence. Can you think of anything that might have caused this?

    Comment

    Working...
    X