konsole script for remote login os11.2 versus os10.3 im kde

Hello

I have defined a lot of remote hosts to login from the File Menu of konsole in os10.3. This does not work anymore in 11.3 (kde).
For example the file
.kde4/share/apps/konsole/host.desktop
with entry
[Desktop Entry]
Cwd=
Exec=ssh root@192.168.99.92
Font=
Icon=alevt
KeyTab=
Name=gw1
Schema=LightPicture.schema
Term=xterm
Type=KonsoleApplication

This is not anymore recognized from the konsole in kde i.e. not displayed in the menu file.
How can I achive the same behaviour?

Thanks

Beat

Hi
Looks like it need to be;


[Desktop Entry]
Comment[en_US]=
Comment=
Exec=ssh root@192.168.99.92
GenericName[en_US]=
GenericName=
Icon=exec
MimeType=
Name[en_US]=gw1
Name=gw1
Path=
StartupNotify=true
Terminal=true
TerminalOptions=
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=
X-SuSE-translate=true

I didn’t use a schema, does that one exist?


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.39-0.3-default
up 1 day 18:33, 2 users, load average: 0.35, 0.43, 0.37
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.18

Thanks for the answer

This does not work for me :frowning:
Now what I’ve done is to create *.profile entry instead of *.desktop.
This works BUT the entries are displayed in the menu only while you do not logout
even the checkbox of “show in menu” in “Mange profiles” is activated :frowning:
And if you logout and login this remote sessions are not restored only the local ones.
What’s wrong???