krusader(启动超级用户模式)在gnome的菜单怎样建立?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
XDG3669
帖子: 380
注册时间: 2006-07-10 22:50

krusader(启动超级用户模式)在gnome的菜单怎样建立?

#1

帖子 XDG3669 » 2006-08-10 13:29

我的系统是ubuntu6.06,桌面是gnome,所用的文件管理器是Krusader1.070,但它默认启动的是普通用户!只有在进入以普通用户启动krusader,再在它的界面启动超级用户,很不方便,我想直接建立一个启动超级用户模式的krusader(桌面gnome)的菜单应怎样建立?

它在KDE桌面下的超级用户模式krusader的菜单(krusader_root-mode.desktop)内容为:

[Desktop Entry]
Encoding=UTF-8
Name=Krusader - root-mode
Exec=krusader -caption "%c" %i %m
Icon=krusader_root.png
Terminal=false
Type=Application
DocPath=krusader/index.html
Categories=Qt;KDE;System;
OnlyShowIn=KDE;
X-KDE-SubstituteUID=true
X-KDE-Username=root
Comment=Twin-Panel File Manager with root-privileges
GenericName[zh_CN]=文件管理器
GenericName[zh_TW]=檔案管理程式



以root用户权限在 Nautilus 中浏览文件内容为:

[Desktop Entry]

Name=文件管理器(超级用户)

Comment=Browse the filesystem with the file manager

Exec=gksudo "nautilus --browser %U"

Icon=file-manager

Terminal=false

Type=Application

Categories=Application;System;


大家帮我看看怎样建立krusader_root-mode.desktop(for gnome)?
回复