Linux:列出所有可用的窗口管理器
如何获取 Linux 系统上所有可用 Windows 管理器的列表(当然这通常是不需要的,但是 - 我没有 root 权限)。 在 Google 上搜索非常困难,因为返回的所有结果都是“linux 窗口管理器列表”。
澄清:我正在寻找一个列出我正在使用的系统上“安装的所有窗口管理器”的命令。
有兴趣知道它依赖于发行版。我的发行版是RedHat。
cat /proc/version
(Linux version 2.4.21-40.ELsmp ([email protected]) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-53)) #1 SMP Wed Mar 15 13:46:01 EST 2006)
How do I get a list of all available windows managers on a linux system (Of course this would mostly not be needed but - I don't have root permissions).
Very difficult to search on Google as all results returned are for "list of window managers for linux".
Clarification: I am looking for a command that lists "All window managers that are installed" on the system that I am working on.
Interested to know it's distro dependent. My distro is RedHat.
cat /proc/version
(Linux version 2.4.21-40.ELsmp ([email protected]) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-53)) #1 SMP Wed Mar 15 13:46:01 EST 2006)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这实际上取决于您的特定发行版或操作系统。
比如说,在 debian 和 ubuntu 上使用:
It really depend on your particular distribution or OS.
Say, on debian and ubuntu one uses:
我在 Debian 上发现了另外几个地方:(
在第二个地方,我们可能想检查每个文件的 command= 部分。)
在旧的 Gentoo 上我注意到:
A couple more places I found on Debian:
(In the second, we may want to check the command= part of each file.)
And on an old Gentoo I noticed:
取决于您的发行版/包管理器。大多数包管理器甚至可能没有“窗口管理器”类别。
无论如何,在 gentoo 中你会这样做:
Depends on your distribution/package manager. Most package managers will probably not even have a category "window managers".
Anyway, in gentoo you'd do:
在 Slackware 上有很好的
xwmconfig
,但我不确定它是否存在于其他发行版上。On Slackware there is nice
xwmconfig
, but I'm not sure if it exists on other distributions.