关于在登录时启动 numlockx

其他Linux/Unix/BSD/OSX等发行版讨论
回复
axxdz
帖子: 581
注册时间: 2006-10-15 11:33

关于在登录时启动 numlockx

#1

帖子 axxdz » 2011-10-16 16:26

在登录时启动 numlockx

1. 选择 Desktop -> Preferences -> Sessions

2. 选择“启动程序”标签栏 (如果您发现没有“启动程序”这个栏,请直接修改本文)

3. 点击“添加”按钮

4. 在启动命令选择框里,加入 /usr/bin/numlockx

5. 把次序设为 55

我怎么找不到desktop菜单和preference菜单?
是在进入gnome3以后设置吗?

怎么找不到?
头像
jarodlau
帖子: 501
注册时间: 2005-09-06 20:34
联系:

Re: 关于在登录时启动 numlockx

#2

帖子 jarodlau » 2011-10-16 16:34

Activate numlock upon login

Install numlockx from repository [community]. Then, add a startup command to launch numlockx.

# pacman -S numlockx
$ gnome-session-properties

The above command opens the Startup Applications Preferences applet. Click Add and enter the following:
Name: Numlockx
Command: /usr/bin/numlockx on
Comment: Turns on numlock.

This is not a system-wide appearance tweak. Repeat these steps for each user wishing to activate numlock upon login.
打开 启动菜单
$ gnome-session-properties
axxdz
帖子: 581
注册时间: 2006-10-15 11:33

Re: 关于在登录时启动 numlockx

#3

帖子 axxdz » 2011-10-16 17:07

多谢
回复