分页: 1 / 1

关于在登录时启动 numlockx

发表于 : 2011-10-16 16:26
axxdz
在登录时启动 numlockx

1. 选择 Desktop -> Preferences -> Sessions

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

3. 点击“添加”按钮

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

5. 把次序设为 55

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

怎么找不到?

Re: 关于在登录时启动 numlockx

发表于 : 2011-10-16 16:34
jarodlau
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

Re: 关于在登录时启动 numlockx

发表于 : 2011-10-16 17:07
axxdz
多谢