You are not logged in.
Pages: 1
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
Pages: 1
[ Generated in 0.008 seconds, 8 queries executed - Memory usage: 515.66 KiB (Peak: 516.95 KiB) ]