need help - xkill won't run from panel
Posted: Sun Mar 28, 2010 10:22 pm
Running LXDE on an up-to-date (as of 28-Mar) Fedora-13 branched with lxpanel-0.5.5-3.fc13.i686 and pcmanfm-0.9.3-1.fc13.i686. I'm having a problem creating a working panel launcher for xkill. I've created the .desktop file in $HOME/.local/share/applications (see below). xkill appears in the menu and works properly when I click on the menu entry. However, when I create an entry in an Application Launch Bar in my panel, clicking on the panel icon does nothing - xkill does not execute. conky (the other application in the Application Launch Bar) works properly, as do all of my other programs in my panels.
$HOME/.local/usr/share/applications/xkill.desktop:
Application Launch Bar for conky and xkill:
$HOME/.local/usr/share/applications/xkill.desktop:
Code: Select all
[Desktop Entry]
Version=1.0
Name=xkill
Comment=Forcibly close an open window on the desktop
Exec=/usr/bin/xkill
Icon=/usr/share/pixmaps/comps/sugar-desktop.png
StartupNotify=false
Type=Application
Categories=Utility;GTK;
Code: Select all
Plugin {
type = launchbar
Config {
Button {
id=/home/a/.local/share/applications/conky.desktop
}
Button {
id=/home/a/.local/share/applications/xkill.desktop
}
}
}