LXDE and Wine [SOLVED]
Posted: Mon Dec 06, 2010 6:39 pm
Hi,
I can't manage nicely a Win app in LXDE. For instance, I've got this (~/.local/share/applications/RH_Dictionary.desktop), created by KDE Menu Editor:
I put it into ~/.config/lxpanel/LXDE/panels/top, like this:
but no, it won't run. gparted, for instance, created by the same KDE Menu Editor, runs fine.
Any suggestions?
I can't manage nicely a Win app in LXDE. For instance, I've got this (~/.local/share/applications/RH_Dictionary.desktop), created by KDE Menu Editor:
Code: Select all
[Desktop Entry]
Comment=
Exec=LANG=ru_RU.UTF-8 wine /home/alexey/common/WinApps/random/rhudwcd.exe
GenericName=Random House Dictionary
Icon=accessories-dictionary
Name=RH Dictionary
NoDisplay=false
Path[$e]=$HOME/common/WinApps/random
StartupNotify=true
Terminal=0
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=
Code: Select all
Plugin {
type = launchbar
Config {
Button {
id=/home/user/.local/share/applications/gparted.desktop
}
Button {
id=/home/user/.local/share/applications/RH_Dictionary.desktop
}
}
}
Code: Select all
[Desktop Entry]
Categories=GNOME;System;Filesystem;
Comment=Create, reorganize, and delete partitions
Exec=kdesu /usr/sbin/gparted %f
GenericName=Partition Editor
Icon=gparted
Name=GParted
NoDisplay=false
StartupNotify=true
Terminal=0
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=
_X-GNOME-FullName=GParted Partition Editor