I had cause to install the Skype for Linux package from the NUX repo. I discover that this package is configured to automatically start Skype whenever one logs on to the Gnome desktop. This behaviour I do not wish. However, there seems to be no option in Skype to turn that 'feature' off. Is there any way to disable this in Gnome or elsewhere? I will be removing Skype shortly when the present need for it passes but I do not wish this thing automatically starting in the meantime. -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3
> -----Original Message----- > From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On > Behalf Of James B. Byrne > Sent: den 16 juni 2015 14:55 > To: centos at centos.org > Subject: [CentOS] NUX Skype for Linux > > I had cause to install the Skype for Linux package from the NUX repo. > I discover that this package is configured to automatically start > Skype whenever one logs on to the Gnome desktop. This behaviour I do > not wish. However, there seems to be no option in Skype to turn that > 'feature' off. Is there any way to disable this in Gnome or elsewhere? > > I will be removing Skype shortly when the present need for it passes > but I do not wish this thing automatically starting in the meantime.Hi, You can't do this? "Go to Tools -> Options -> General settings. Uncheck the option "Start Skype when I start Windows". Save and Quit Skype. Next time you reboot Windows, Skype will not start with Windows" -- //Sorin
Sorin Srbu wrote:>> -----Original Message----- >> From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On >> Behalf Of James B. Byrne >> Sent: den 16 juni 2015 14:55 >> To: centos at centos.org >> Subject: [CentOS] NUX Skype for Linux >> >> I had cause to install the Skype for Linux package from the NUX repo. >> I discover that this package is configured to automatically start >> Skype whenever one logs on to the Gnome desktop. This behaviour I do >> not wish. However, there seems to be no option in Skype to turn that >> 'feature' off. Is there any way to disable this in Gnome or elsewhere? >> >> I will be removing Skype shortly when the present need for it passes >> but I do not wish this thing automatically starting in the meantime. > > You can't do this? > > "Go to Tools -> Options -> General settings. Uncheck the option "Start > Skype > when I start Windows". Save and Quit Skype. Next time you reboot Windows, > Skype will not start with Windows"You *are* joking, right? mark
generic way to find where something is being called, if you known the name of that something: enter as your user in terminal: # su - youruser $ grep -irs skype . | less now just need to parse the output, find where its being called (probably .X?? or .x?? or .gnome??), remove it. --Virilha ----- Message from "James B. Byrne" <byrnejb at harte-lyne.ca> --------- Date: Tue, 16 Jun 2015 08:54:51 -0400 From: "James B. Byrne" <byrnejb at harte-lyne.ca> Reply-To: CentOS mailing list <centos at centos.org> Subject: [CentOS] NUX Skype for Linux To: centos at centos.org> I had cause to install the Skype for Linux package from the NUX repo. > I discover that this package is configured to automatically start > Skype whenever one logs on to the Gnome desktop. This behaviour I do > not wish. However, there seems to be no option in Skype to turn that > 'feature' off. Is there any way to disable this in Gnome or elsewhere? > > I will be removing Skype shortly when the present need for it passes > but I do not wish this thing automatically starting in the meantime. > > > -- > *** e-Mail is NOT a SECURE channel *** > Do NOT transmit sensitive data via e-Mail > James B. Byrne mailto:ByrneJB at Harte-Lyne.ca > Harte & Lyne Limited http://www.harte-lyne.ca > 9 Brockley Drive vox: +1 905 561 1241 > Hamilton, Ontario fax: +1 905 561 0757 > Canada L8E 3C3 > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos----- End message from "James B. Byrne" <byrnejb at harte-lyne.ca> -----
I did not find anything in ~ and only this in /etc. Where else should I look? find /etc -type f | xargs grep -in skype /etc/pki/tls/certs/ca-bundle.trust.crt:2260: Subject: C=US/postalCode=38477, ST=Florida, L=English/street=Sea Village 10, O=Google Ltd., OU=Tech Dept., OU=Hosted by GTI Group Corporation, OU=PlatinumSSL, CN=login.skype.com /etc/pki/tls/certs/ca-bundle.trust.crt:2313: DNS:login.skype.com, DNS:www.login.skype.com /etc/pki/tls/certs/ca-bundle.trust.crt:2333:Alias: Bogus Skype Binary file /etc/.git/index matches /etc/dbus-1/system.d/skype.conf:8: <allow own="com.Skype.API"/> /etc/dbus-1/system.d/skype.conf:10: <allow send_destination="com.Skype.API"/> /etc/dbus-1/system.d/skype.conf:11: <allow receive_sender="com.Skype.API"/> /etc/dbus-1/system.d/skype.conf:13: <allow send_path="/com/Skype"/> /etc/.etckeeper:299:maybe chmod 0644 'dbus-1/system.d/skype.conf' /etc/.etckeeper:1233:maybe chmod 0644 'prelink.conf.d/skype.conf' /etc/selinux/targeted/contexts/files/file_contexts:2829:/usr/bin/skype -- system_u:object_r:execmem_exec_t:s0 /etc/selinux/targeted/modules/active/file_contexts.template:2908:/usr/bin/skype -- system_u:object_r:execmem_exec_t:s0 /etc/selinux/targeted/modules/active/file_contexts:2829:/usr/bin/skype -- system_u:object_r:execmem_exec_t:s0 /etc/prelink.conf.d/skype.conf:1:-b /usr/bin/skype On Wed, June 17, 2015 08:35, Virilha wrote:> > generic way to find where something is being called, if you known the > name of that something: > > enter as your user in terminal: > > # su - youruser > $ grep -irs skype . | less > > now just need to parse the output, find where its being called > (probably .X?? or .x?? or .gnome??), remove it. > > --Virilha >-- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3