取消psensor程序开机启动
Tofloor
poster avatar
tearlight
deepin
2015-03-22 07:57
Author
因为想看电脑的温度情况,所以用的是apt-get方式安装了psensor,但是每次开机都自动启动,我的想法是我需要的时候自己手动启动,那么怎么取消它的开机启动,以前的版本有过类似的系统设置工具,现在没有找到了。现在是怎样的情况?有什么样的方法吗?2014.2 版本的系统
Reply Favorite View the author
All Replies
Feng Yu
deepin
2015-03-23 04:03
#1
看看是不是在~/.config/autostart有psensor的开机启动项?

另外,图形化的程序是可以在应用程序列表中右键控制开机自启动的
Reply View the author
tearlight
deepin
2015-03-23 17:32
#2
看看是不是在~/.config/autostart有psensor的开机启动项?

另外,图形化的程序是可以在应用程序列表中右键控制开机自启动的
不在那里
Reply View the author
Feng Yu
deepin
2015-03-24 17:10
#3
dpkg -L psensor看了一下释放的文件,自启动项放在了/etc/xdg/autostart/psensor.desktop

sudo rm -f /etc/xdg/autostart/psensor.desktop即可
Reply View the author
tearlight
deepin
2015-03-25 04:52
#4
dpkg -L psensor看了一下释放的文件,自启动项放在了/etc/xdg/autostart/psensor.desktop

sudo rm -f /etc/xdg/autostart/psensor.desktop即可
已经成功了  非常感谢
Reply View the author