标签:term 文件内容 entry round icon 方法 data- mina usr
这是由于背景色调用语句少了一个“。”。
改动系统 /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.grub的文件:
if ! background_color 44,0,30; then
然后再执行update-grub
2、图形界面环境下启动应该程序:
1)非root用户:
在当前用户#文件夹下.config/autostart/ 创建以后缀名为.desktop的文件。文件内容參照以下的
[Desktop Entry]
Version=1.0
Name=Remmina Applet
Comment=Connect to remote desktops through the applet menu
Icon=remmina
Exec=remmina -i
Terminal=false
Type=Application
Hidden=true
2)root用户
开机root用户登录的设置方法(一般的设置):
http://blog.csdn.net/hao507/article/details/5730967
以下是自己改动设置的方法。/usr/bin/startx 文件
su root -c "xinit $client $clientargs -- $server $display $serverargs vt01"
然后能够再进行和非root用户的设置就可以。
标签:term 文件内容 entry round icon 方法 data- mina usr
原文地址:http://www.cnblogs.com/slgkaifa/p/7399033.html