[sshmenu] problems with integrating the applet in the panel on opensuse-10.2
Brought to you by:
grantm
|
From: Stephan H. <Ste...@La...> - 2008-07-29 08:39:42
|
first of all - very nice program - exactly what I was looking for
"make Test" works fine without any errors.
I get problems once I want load the program into the panel. The process gives an error like "error on loading the OAFIID:GNOME_SSHMenuApplet applet. Do you want to delete the applet from your configuration?" The text ist not the same because it was displayed in German...
OpenSuSE installs GNMOE in /opt/gnome.
hendl@client> ll /opt/gnome/lib/gnome-panel/*ssh*
-rwxr-xr-x 1 root root 570 29. Jul 09:08 /opt/gnome/lib/gnome-panel/sshmenu-applet
hendl@client> ll /opt/gnome/lib/bonobo/servers/sshmenu*
/opt/gnome/lib/bonobo/servers/sshmenu-applet.server
Contents of sshmenu-applet.server:
<oaf_info>
<oaf_server iid="OAFIID:GNOME_SSHMenuApplet_Factory" type="exe"
location="/opt/gnome/lib/gnome-panel/sshmenu-applet">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:Bonobo/GenericFactory:1.0"/>
<item value="IDL:Bonobo/Unknown:1.0"/>
</oaf_attribute>
<oaf_attribute name="name" type="string" value="SSH Menu Applet Factory"/>
<oaf_attribute name="description" type="string" value="SSH Menu Applet factory"/>
</oaf_server>
<oaf_server iid="OAFIID:GNOME_SSHMenuApplet" type="factory"
location="OAFIID:GNOME_SSHMenuApplet_Factory">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
<item value="IDL:Bonobo/Control:1.0"/>
<item value="IDL:Bonobo/Unknown:1.0"/>
</oaf_attribute>
<oaf_attribute name="name" type="string" value="SSH Menu Applet"/>
<oaf_attribute name="description" type="string"
value="Open SSH terminal windows from a menu of hosts"/>
<oaf_attribute name="panel:category" type="string" value="Utilities"/>
<oaf_attribute name="panel:icon" type="string" value="gnome-sshmenu-applet.png"/>
</oaf_server>
</oaf_info>
What's wrong...?
Cheers, Stephan
|