In KDE desktop environment,we cannot add the start script in /etc/rc.local file simple.
The GUI program needs to communicate with the X server.
The Apps that do not need X server can be done in /etc/rc.local.
So ,for KDE here, we should add the autostart script in ~/.kde4/Autostart/ directory.
In this path,we create a file has execute permission,when the kde starts it will call all the files here,
to start the user need program.
for KDE3,it is ~/kde/Autostart.
for KDE4,it is ~/.kde4/Autostart.
for Gnome,it is ~/.gnomerc (I forget the detail name).
本文详细介绍了在KDE桌面环境下如何配置启动脚本,包括不同版本的KDE(KDE3、KDE4)和Gnome环境下启动脚本的位置、创建方法以及注意事项。通过理解这些配置,用户可以更方便地实现应用程序的自动启动。
8232

被折叠的 条评论
为什么被折叠?



