设置
- ARM 计算机友好ARM mini210s
- Debian Linux 3.0.8 (armv7l) + IceWM
如何在没有桌面环境的情况下单独启动应用程序?
为了进行原型设计,我想在全屏模式下单独启动 Chromium。
在/usr/share/xsessions/
我找到2个文件:
root@FriendlyARM:~# ls -al /usr/share/xsessions/
-rw-r--r-- 1 root root 238 Feb 18 2013 IceWM.desktop
-rw-r--r-- 1 root root 204 Feb 18 2013 icewm-session.desktop
root@FriendlyARM:~# 更多 /usr/share/xsessions/IceWM.desktop
[Desktop Entry]
Encoding=UTF-8
# The names/descriptions should really be better
Name=IceWM
Comment=This is the window manager IceWM
Comment[de]=Dies ist der Fenstermanager IceWM
Exec=/usr/bin/icewm-session
Icon=icewm.xpm
Type=Application
root@FriendlyARM:~# 更多 /usr/share/xsessions/icewm-session.desktop
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=icewm
Name[en_US]=icewm
Comment=Simple and fast window manger
Terminal=false
Exec=icewm-session
TryExec=icewm-session
[Window Manager]
SessionManaged=true
假设这是正确的方法,
如何调整这些文件以实现我的目标?
答案1
2页对我帮助很大
我将用我的发现的详细信息更新这篇文章。
我已经安装了 IceWM lite(更轻且底部没有任务栏)
apt-get install icewm-lite