怎么使用带有会话功能的openbox?

其他Linux/Unix/BSD/OSX等发行版讨论
回复
promising
帖子: 55
注册时间: 2008-06-09 15:40

怎么使用带有会话功能的openbox?

#1

帖子 promising » 2009-06-09 23:19

在archlinux上,装了openbox, gdm,在登录时选择会话。其中没有openbox-session这一项,倒是有openbox, 选择进入可正常使用,不过没有会话功能。
在网上看了些办法,例如在~/.xinitrc中加入 exec openbox-gnome-session等,还是不行?
难道一定要安装gnome才行?(应该不会吧!)
头像
qiang_liu8183
论坛版主
帖子: 10699
注册时间: 2006-09-10 22:36
系统: Arch Debian
来自: 北京

Re: 怎么使用带有会话功能的openbox?

#2

帖子 qiang_liu8183 » 2009-06-10 0:09

看破、放下、自在、随缘、念佛
真诚、清净、平等、正觉、慈悲
头像
jimmerlin
帖子: 252
注册时间: 2008-08-24 9:41

Re: 怎么使用带有会话功能的openbox?

#3

帖子 jimmerlin » 2009-06-10 11:05

qiang_liu8183老兄怎么老是把人往海里扔,人家也许没学会游泳呢 :em06
头像
jarryson
帖子: 4002
注册时间: 2005-08-14 19:53

Re: 怎么使用带有会话功能的openbox?

#4

帖子 jarryson » 2009-06-10 13:04

什么叫会话功能?

如果说的是菜单里面的会话,那是gnome的一个组件
promising
帖子: 55
注册时间: 2008-06-09 15:40

Re: 怎么使用带有会话功能的openbox?

#5

帖子 promising » 2009-06-10 14:23

在GDM的登陆界面上选择openbox,将鼠标移上去显示一段E文,其中有一部分是:without session Manager
系统也提示没有安装Xsetting manager。
头像
想入非非
帖子: 8078
注册时间: 2008-07-14 22:42
来自: Beijing
联系:

Re: 怎么使用带有会话功能的openbox?

#6

帖子 想入非非 » 2009-06-23 1:24

同样的问题,不过决定在openbox下待一段时间了,不知道你解决问题没有。。。 :em06
Ubuntu User
头像
想入非非
帖子: 8078
注册时间: 2008-07-14 22:42
来自: Beijing
联系:

Re: 怎么使用带有会话功能的openbox?

#7

帖子 想入非非 » 2009-06-23 2:59

代码: 全选

cd /usr/share/xsessions/
vim openbox.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Openbox
Comment=Log in using the Openbox window manager (without a session manager)
Exec=/usr/bin/openbox-session
TryExec=/usr/bin/openbox-session
Icon=openbox.png
Type=XSession
最后发现启动的直接就是/usr/bin/openbox-session,你所说的带会话功能的openbox,只是一个名称的问题,你也可以修改成
Encoding=UTF-8
Name=Openbox Session
Comment=Log in using the Openbox window manager (with a session manager)
Exec=/usr/bin/openbox-session
TryExec=/usr/bin/openbox-session
Icon=openbox.png
Type=XSession
:em06
Ubuntu User
头像
HuntXu
帖子: 5776
注册时间: 2007-09-29 3:09

Re: 怎么使用带有会话功能的openbox?

#8

帖子 HuntXu » 2009-06-23 10:37

你需要的是自己写个desktop...
HUNT Unfortunately No Talent...
回复