Re: Re: Gnome panel already running - error message

2006-05-21 Thread Tudorache Vlad
Hi again!

About my previous answer - you can use that ONLY if you are NOT root,
else your system locks.

A better way of doing this:

The script 10session-clean-startup I wrote before may contain:

PWD=`pwd`

( cd /tmp
  for TMPFILE in `find . -xdev -user ${USER} -a \( -name *${USER}* -o
-name *${UID}* \) -print`
  do
rm -rf $TMPFILE
  done
  cd $PWD
)

This works for root login, too.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: Gnome panel already running - error message

2006-05-20 Thread Tudorache Vlad




The solution for the problem you have:

When running, the Panel, ESD and other GNOME apps leave a state-info file in /tmp. You have to clean the /tmp files before you start the GNOME session, else GNOME 'thinks' some components are still active. You can do it this way:

1. Create a /etc/X11/Xsession.d/10session-clean-startup file (the format digitdigitletterother, the name I use is chosed at random) having the contents:

. /etc/init.d/bootclean.sh

[ -d /tmp ]  cleantmp

This works on Ubuntu Dapper, but on 5.10 too, I think. The script /etc/init.d/bootclean.sh is sourced and the function cleantmp used.

2. Restart session.





Re: Gnome panel already running - error message

2005-09-06 Thread Angel L. Mateo
El mar, 06-09-2005 a las 10:09 +0700, Ms Linuz escribió:

 I had this problem and solved by editing my gnome2 session file.
 $home/.gnome2/session
 I found two entries of gnome-panel there and delete one ( backup first
 of course )
 Make sure you delete all line which start with the same number as
 gnome-panel
 
I have tried this several times. When I do it, the next time I enter in
gnome, all works fine. But the problem is there in subsequent logins.

-- 
Angel L. Mateo Martínez
Sección de Telemática
Área de Tecnologías de la Información _o)
y las Comunicaciones Aplicadas (ATICA)/ \\
http://www.um.es/atica  _(___V
Tfo: 968367590
Fax: 968398337


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Gnome panel already running - error message

2005-09-05 Thread harry_b

Hi Preston,

I am having the same problem. Did you find a solution for this issue yet?

Harry


--On Thursday, September 01, 2005 09:43:11 AM -0500 Preston Boyington 
[EMAIL PROTECTED] wrote:



After a recent update (I am running Unstable) I receive an error message
at GNOME startup that states that there is already a panel running.  Once
GNOME finishes starting it offers me a box to ok, but how can I tell it
to only open one panel to begin with?  Where do I edit this configuration?


pgpc4CGDSw64b.pgp
Description: PGP signature


Re: Gnome panel already running - error message

2005-09-05 Thread David Purton
On Sun, Sep 04, 2005 at 09:06:47PM +0200, [EMAIL PROTECTED] wrote:
 Hi Preston,
 
 I am having the same problem. Did you find a solution for this issue yet?
 
 After a recent update (I am running Unstable) I receive an error message
 at GNOME startup that states that there is already a panel running.  Once
 GNOME finishes starting it offers me a box to ok, but how can I tell it
 to only open one panel to begin with?  Where do I edit this configuration?


I have seen this happen. I fixed things by making sure the number of
panels in my session matched the number I wanted running.

Open up the gnome session editor and turn things off until they look
like what you want. Then save your session.

cheers

dc


-- 
David Purton
[EMAIL PROTECTED]
 
For the eyes of the LORD range throughout the earth to
strengthen those whose hearts are fully committed to him.
 2 Chronicles 16:9a


signature.asc
Description: Digital signature


Re: Gnome panel already running - error message

2005-09-05 Thread vasaka

David Purton wrote:


On Sun, Sep 04, 2005 at 09:06:47PM +0200, [EMAIL PROTECTED] wrote:
 


Hi Preston,

I am having the same problem. Did you find a solution for this issue yet?

   


After a recent update (I am running Unstable) I receive an error message
at GNOME startup that states that there is already a panel running.  Once
GNOME finishes starting it offers me a box to ok, but how can I tell it
to only open one panel to begin with?  Where do I edit this configuration?
 




I have seen this happen. I fixed things by making sure the number of
panels in my session matched the number I wanted running.

Open up the gnome session editor and turn things off until they look
like what you want. Then save your session.

cheers

dc


 

I encountered this problem too. Also I tried fixingsaving session, but 
restart of PC brings this problem back.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Gnome panel already running - error message

2005-09-05 Thread Ms Linuz
vasaka wrote:

 David Purton wrote:

 On Sun, Sep 04, 2005 at 09:06:47PM +0200, [EMAIL PROTECTED] wrote:
  

 Hi Preston,

 I am having the same problem. Did you find a solution for this issue
 yet?

   

 After a recent update (I am running Unstable) I receive an error
 message
 at GNOME startup that states that there is already a panel
 running.  Once
 GNOME finishes starting it offers me a box to ok, but how can I
 tell it
 to only open one panel to begin with?  Where do I edit this
 configuration?
 



 I have seen this happen. I fixed things by making sure the number of
 panels in my session matched the number I wanted running.

 Open up the gnome session editor and turn things off until they look
 like what you want. Then save your session.

 cheers

 dc


  

 I encountered this problem too. Also I tried fixingsaving session,
 but restart of PC brings this problem back.


I had this problem and solved by editing my gnome2 session file.
$home/.gnome2/session
I found two entries of gnome-panel there and delete one ( backup first
of course )
Make sure you delete all line which start with the same number as
gnome-panel

5,id=117f010001124169749007712
5,RestartStyleHint=2
5,Priority=40
5,Program=gnome-panel
5,CurrentDirectory=/home/welly
5,CloneCommand=gnome-panel --sm-config-prefix /gnome-panel-qEyDqA/
5,RestartCommand=gnome-panel --sm-config-prefix /gnome-panel-qEyDqA/
--sm-client-id
117f010001124169749007712 --screen 0

--w.h--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Gnome panel already running - error message

2005-09-04 Thread Paolo Ornati

Look here:

http://bugzilla.gnome.org/show_bug.cgi?id=309506


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Gnome panel already running - error message

2005-09-04 Thread Paolo Ornati

Paolo Ornati wrote:


 Look here:

 http://bugzilla.gnome.org/show_bug.cgi?id=309506



I report also the quick workaround:

Killing smproxy in the Desktop-Preferences-sessions menu,
and then saving my session seems to be a usable work-around

:)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Gnome panel already running - error message

2005-09-01 Thread Preston Boyington
After a recent update (I am running Unstable) I receive an error message at 
GNOME startup that states that there is already a panel running.  Once GNOME 
finishes starting it offers me a box to ok, but how can I tell it to only 
open one panel to begin with?  Where do I edit this configuration?

Thanks,
Preston