How does one make kicker appear automatically after a reboot? Currently I have to alt-f2 and enter kicker.
Announcement
Collapse
No announcement yet.
kicker panel
Collapse
This topic is closed.
X
X
-
Re: kicker panel
Once you have activated it [alt+F2 kicker], have you check the configuration settings?Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
-
Re: kicker panel
The 'thing' that should start kicker is /usr/share/autostart/panel.desktop which should look something like this:
[Desktop Entry]
Encoding=UTF-8
Exec=kicker
Name=KDE Panel
Name[af]=KDE Paneel
...[Translations snipped]...
Name[zu]=Iwindi lemininingwane le-KDE
X-DCOP-ServiceType=wait
X-KDE-autostart-after=kdesktop
DocPath=kicker/index.html
Type=Service
OnlyShowIn=KDE;
X-KDE-autostart-phase=0
- Top
- Bottom
Comment
-
Re: kicker panel
I confirm kubicle's observation. My panel.desktop file is identical:
[Desktop Entry]
Encoding=UTF-8
Exec=kicker
Name=KDE Panel
.
.
.
X-DCOP-ServiceType=wait
X-KDE-autostart-after=kdesktop
DocPath=kicker/index.html
Type=Service
OnlyShowIn=KDE;
X-KDE-autostart-phase=0
X-Ubuntu-Gettext-Domain=desktop_kdebaseWindows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: kicker panel
Made the changes as below, still have to alt+f2 to restore panel.
Desktop Entry]
Encoding=UTF-8
Exec=kicker
Name=KDE Panel
.
.
.
X-DCOP-ServiceType=wait
X-KDE-autostart-after=kdesktop
DocPath=kicker/index.html
Type=Service
OnlyShowIn=KDE;
X-KDE-autostart-phase=0
X-Ubuntu-Gettext-Domain=desktop_kdebase
- Top
- Bottom
Comment
Comment