Start Script when Gnome Starts Up

前端 未结 6 2008
一向
一向 2020-12-04 17:40

I have a script that I need to start up after the user logs in via a nx client. From what I understand, Gnome starts up after a user logs in (correct me if I am wrong here).

6条回答
  •  半阙折子戏
    2020-12-04 18:27

    Just put the script or call you script in your ~/.profile file. For me works very well, I needed to execute fusuma -d at the startup session.

提交回复
热议问题