【再救救孩子】启动器开机启动只生效一次
Tofloor
poster avatar
c1368685699
deepin
2019-08-16 02:10
Author
我在启动器给应用设置开机启动。然后重启,应用会开机启动。但是只有这一次会生效。生效一次以后启动器的开机启动的标识就没啦。然后再重启也不会开机启动
Reply Favorite View the author
All Replies
avatar
aida
deepin
2019-08-16 03:53
#1
看一下  ~/.config/autostart/ 有没有该程序的图标。。请问是什么程序?

  1. ls -al  ~/.config/autostart/
Copy the Code

Reply View the author
avatar
c1368685699
deepin
2019-08-16 05:28
#2
https://bbs.deepin.org/post/181948
看一下  ~/.config/autostart/ 有没有该程序的图标。。请问是什么程序?

我刚设置好的时候,这个目录下是有的。重启一次就没了。然后又要重新设置。左下角这个标记也没了。我也不知道为啥
Reply View the author
avatar
jzc
deepin
2019-08-16 06:27
#3
https://bbs.deepin.org/post/181948
我刚设置好的时候,这个目录下是有的。重启一次就没了。然后又要重新设置。左下角这个标记也没了。我也不 ...

我的electron-ssr 也是这样。重启一次就没了。其他的比如 QQ自启动很正常
Reply View the author
avatar
jzc
deepin
2019-08-16 06:32
#4
https://bbs.deepin.org/post/181948
看一下  ~/.config/autostart/ 有没有该程序的图标。。请问是什么程序?

我遇到了同样的情况  也是 electron-ssr 软件
下载地址  https://github.com/qingshuisiyuan/electron-ssr-backup/releases
添加 electron-ssr 自启动,有该程序的图标。~/.config/autostart/ 出现 electron-ssr.desktop
但是重启后 ~/.config/autostart/ 目录为空
Reply View the author
avatar
jzc
deepin
2019-08-16 06:46
#5
https://bbs.deepin.org/post/181948
看一下  ~/.config/autostart/ 有没有该程序的图标。。请问是什么程序?

我又有新的发现了,和重启没有关系。
每次打开electron-ssr ,~/.config/autostart/electron-ssr  如果存在,就会被删除
Reply View the author
avatar
jzc
deepin
2019-08-16 18:15
#6
解决方案 :
1. 添加electron-ssr 开机自启动
2.  输入命令  mv ~/.config/autostart/electron-ssr.desktop ~/.config/autostart/ssr.desktop
Reply View the author
avatar
c1368685699
deepin
2019-08-17 00:41
#7
https://bbs.deepin.org/post/181948
我又有新的发现了,和重启没有关系。
每次打开electron-ssr ,~/.config/autostart/electron-ssr  如果存 ...

那看来就是软件的问题了,软件不让自启。可怕
Reply View the author