Xfce Forum

Sub domains
 

You are not logged in.

#1 2009-08-13 09:46:24

zouminski
Member
Registered: 2009-08-12
Posts: 6

command doesn't work in my custom menu

In order to create users account , i need to edit and modify configurations to customize users' environment.
I follow the link : http://wiki.xfce.org/howto/customize-menu to do it.
I met some troubles :

I customize a menu XFCE  in order to only ssh some hosts. The menu is well created but when i click on a submenu, ,nothing. The Terminal is launched , but the screen is blank and block. The process launched ( isee it via ps)


Here is the a short edit of main files :
xfce-applications.menu
<Menu>
    <Name>Xfce</Name>

    <DefaultAppDirs/>
    <DefaultDirectoryDirs/>

    <Include>
        <Category>X-Xfce-Toplevel</Category>
    </Include>

    <Layout>
        <Menuname>Machines</Menuname>
        <Separator/>
        <Filename>xfce4-logout.desktop</Filename>
    </Layout>

    <Menu>
        <Name>Machines</Name>
        <Directory>machines.directory</Directory>
        <Include>
        <Category>X-Machines</Category>
        </Include>
   </Menu>
</Menu>


xxxxx.desktop

[Desktop Entry]
Encoding=UTF-8
Name=xxxx
Exec=ssh -Y xxxxx
Terminal=true
Icon=config-xfree
Categories=X-Machines

i try other command like thunar with succes.
Further more, i success in ssh host when the Terminal is ever run in command line.

Any ideas ?

Offline

Board footer

Powered by FluxBB