Mailing List Archive

stop mythfrontend from autostarting
I installed the mythfrontend RPM, and ever since mythfrontend likes to
automatically start when I boot into KDE. I've checked the .kde/Autostart
directory, and the sysinit stuff, but I can't seem to find out where it's
doing it. How do I stop it?

Regards,

Dana
Re: stop mythfrontend from autostarting [ In reply to ]
~/.xinirc (using startx)?
~/.xsession (using [gk?]dm)?

--------------------------------------------------------------
James S. White GAPS Incorporated
james@jameswhite.org Electrical Engineer - Etc.
http://www.jameswhite.org Caffeine is my anti-drug.
--------------------------------------------------------------
I can picture in my mind a world without war, a world without hate.
And I can picture us attacking that world, because they'd never expect it.
-Jack Handy

On Fri, 8 Aug 2003, Dana Hata wrote:

> I installed the mythfrontend RPM, and ever since mythfrontend likes to
> automatically start when I boot into KDE. I've checked the .kde/Autostart
> directory, and the sysinit stuff, but I can't seem to find out where it's
> doing it. How do I stop it?
>
> Regards,
>
> Dana
>
Re: stop mythfrontend from autostarting [ In reply to ]
Dana Hata wrote:

> I installed the mythfrontend RPM, and ever since mythfrontend likes to
> automatically start when I boot into KDE. I've checked the .kde/Autostart
> directory, and the sysinit stuff, but I can't seem to find out where it's
> doing it. How do I stop it?

Which rpm?

I just (roughly) browsed through what I could find (*mdk* & *at*) and they
do not install a autolauncher anywhere.


Kenneth

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
Re: stop mythfrontend from autostarting [ In reply to ]
Those files don't even exist in my root. (and yes, I know to do an ls -a)

Dana


On Friday 08 August 2003 08:51 pm, you wrote:
> ~/.xinirc (using startx)?
> ~/.xsession (using [gk?]dm)?
>
> --------------------------------------------------------------
> James S. White GAPS Incorporated
> james@jameswhite.org Electrical Engineer - Etc.
> http://www.jameswhite.org Caffeine is my anti-drug.
> --------------------------------------------------------------
> I can picture in my mind a world without war, a world without hate.
> And I can picture us attacking that world, because they'd never expect it.
> -Jack Handy
>
> On Fri, 8 Aug 2003, Dana Hata wrote:
> > I installed the mythfrontend RPM, and ever since mythfrontend likes to
> > automatically start when I boot into KDE. I've checked the
> > .kde/Autostart directory, and the sysinit stuff, but I can't seem to find
> > out where it's doing it. How do I stop it?
> >
> > Regards,
> >
> > Dana

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
Re: stop mythfrontend from autostarting [ In reply to ]
My rpm -qa | grep mythtv yields -

mythtv-0.10-2mdk
mythtv-backend-0.10-2mdk
mythtv-frontend-0.10-2mdk
mythtv-theme-purplegalaxy-0.20030623-1mdk
mythtv-theme-photo-3-1mdk


Dana


On Friday 08 August 2003 08:53 pm, you wrote:
> Dana Hata wrote:
> > I installed the mythfrontend RPM, and ever since mythfrontend likes to
> > automatically start when I boot into KDE. I've checked the
> > .kde/Autostart directory, and the sysinit stuff, but I can't seem to find
> > out where it's doing it. How do I stop it?
>
> Which rpm?
>
> I just (roughly) browsed through what I could find (*mdk* & *at*) and they
> do not install a autolauncher anywhere.
>
>
> Kenneth

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
RE: stop mythfrontend from autostarting [ In reply to ]
> Those files don't even exist in my root. (and yes, I know to do an ls -a)

Are you sure you're not just fighting the default KDE session manager (By
default KDE will save your "session" on logout and restore it when you start
back up).

Of course if this were the problem then you'd be able to close myth, log
out, and everything would be fine when you logged back in.

For KDE sessions the place to look is .kde/share/config/ksmserverrc but if
it is a KDE session manager problem you are better off letting it handle
things for you.

You may already know of -a, but what of 'find ~ -print0 -type f | xargs -0
grep -l mythfrontend'?

--
Anduin Withers


_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
Re: stop mythfrontend from autostarting [ In reply to ]
On Saturday, Dana Hata wrote:

> My rpm -qa | grep mythtv yields -
>
> mythtv-0.10-2mdk
> mythtv-backend-0.10-2mdk
> mythtv-frontend-0.10-2mdk
> mythtv-theme-purplegalaxy-0.20030623-1mdk
> mythtv-theme-photo-3-1mdk
>
>
> Dana
>
>
> On Friday 08 August 2003 08:53 pm, you wrote:
>> Dana Hata wrote:
>>> I installed the mythfrontend RPM, and ever since mythfrontend likes
>>> to
>>> automatically start when I boot into KDE. I've checked the
>>> .kde/Autostart directory, and the sysinit stuff, but I can't seem to
>>> find
>>> out where it's doing it. How do I stop it?
>>
>> Which rpm?
>>
>> I just (roughly) browsed through what I could find (*mdk* & *at*) and
>> they
>> do not install a autolauncher anywhere.

Are you exiting out of KDE before quitting MythTV? If so, KDE is
probably restoring your previous session. KDE usually tries to reopen
anything you had open the last time you logged out. Exit completely out
of MythTV, then log out, and see if it still happens.

-jcw
RE: stop mythfrontend from autostarting [ In reply to ]
Anduin, I think you are right. I made sure I closed all terminals
before logging out, and mythfrontend no longer autostarts. Must have
been a KDE session restore problem. Thanks!

Dana









Message: 23
Date: Sat, 9 Aug 2003 16:58:22 -0700
From: "Anduin Withers" <awithers@anduin.com>
Subject: RE: [mythtv-users] stop mythfrontend from autostarting
To: "Discussion about mythtv" <mythtv-users@mythtv.org>
Message-ID: <ECEAKFHLDCNIFKIJNNHMAEHBCHAA.awithers@anduin.com>
Content-Type: text/plain; charset="iso-8859-1"

> Those files don't even exist in my root. (and yes, I know to do an ls
-a)

Are you sure you're not just fighting the default KDE session manager
(By
default KDE will save your "session" on logout and restore it when you
start
back up).

Of course if this were the problem then you'd be able to close myth, log
out, and everything would be fine when you logged back in.

For KDE sessions the place to look is .kde/share/config/ksmserverrc but
if
it is a KDE session manager problem you are better off letting it handle
things for you.

You may already know of -a, but what of 'find ~ -print0 -type f | xargs
-0
grep -l mythfrontend'?

--
Anduin Withers