And*_*rey 52 startup xubuntu skype
我的女朋友从我的 Xubuntu 12.10 上网本登录了她的 Skype 帐户,从那时起,每次启动时 Skype 都会自动启动。我如何防止这种情况发生?
我尝试过的事情:
apt-get remove skype --purge并希望它也删除所有设置 - 它没有。保存重新安装,我还能尝试什么?
在同一个笔记中 - Skype 如何在不通过正常的 Upstart 路线的情况下自动启动?
编辑:我尝试过的另外几件事:
.Skype我的主目录中的文件夹。我确实找到了一些看起来很有希望的文件(.Skype/shared.xml, .Skype/[my username]/config.xml, .Skype/[girlfriend's username]/config.xml),但是查看它们并没有产生任何结果。虽然有很多 SQLite 文件。难道这个设置在某个地方?int*_*_ua 50
对于新的 2017 版 Skype 来说,它足以在每次启动时将自己添加到自动启动(认真的?永远不要在我自己的机器上安装它),创建一个与它试图创建的文件同名的文件夹就足够了:
rm ~/.config/autostart/skypeforlinux.desktop
mkdir ~/.config/autostart/skypeforlinux.desktop
Run Code Online (Sandbox Code Playgroud)
小智 40
Since it seems the answers here change all the time, as of an install of skypeforlinux from earlier this week (version 8.11.0.4), I managed to get the autostart to cease with two steps.
First, open up Skype, go to Tools > Settings and uncheck "Automatically start Skype".
Then, inspired by azeam's suggestion, go to (Xubuntu) Settings > Sessions and Startup > Application Autostart, and remove the item for Skype. I'm not sure if unchecking works; I tried that first, but it may have conflicted with Skype's internal settings when I tried it.
小智 35
遇到了同样的问题,以下似乎已经解决了它:转到(Xubuntu)设置 > 会话和启动 > 会话,找到 Skype 并在显示“如果正在运行”的地方左键单击并将其更改为“从不”。
小智 10
我有同样的问题。我能够通过skypeforlinux.desktop从~/.config/autostart/. 我正在使用 lubuntu;您的自动启动文件夹的位置可能会有所不同。您可以使用以下方法找到:
$ locate skypeforlinux.desktop
Run Code Online (Sandbox Code Playgroud)
您真的只想删除名为 的目录中的副本autostart,否则您将无法从该图标启动应用程序。
我假设您下次实际上有意运行 Skype(我希望,为了您的理智,这一天是遥远的未来)它会尝试放回该文件。在这种情况下,您可能需要再次删除它或在 Skype 中搜索阻止该行为的设置。
所有这些答案对我来说都不起作用,因为我已经安装了 Snap by Skype。我需要.desktop从 中删除文件~/snap/skype/current/.config/autostart/。重新登录后,Skype 将停止自动启动。