Re: [gentoo-user] Kate doesn't reuse existing process anymore with kde 3.5.0?

2006-01-07 Thread Abhay Kedia
On Friday 06 January 2006 19:24, Petteri Räty wrote:

 You can always file a bug in bugs.kde.org to request this to be
 configurable. As usual first check that the bug does not already exist.

While filing the bug I found a related bug and the fix is said to be committed 
to svn. Here it is
http://bugs.kde.org/show_bug.cgi?id=119146

Is there any chance that Gentoo developers could commit this fix to the 
portage, even though it is still in SVN? What should I do to confirm?

Regards,
Abhay


pgp5kwAm68vJg.pgp
Description: PGP signature


Re: [gentoo-user] Kate doesn't reuse existing process anymore with kde 3.5.0?

2006-01-07 Thread Benno Schulenberg
Abhay Kedia wrote:
 http://bugs.kde.org/show_bug.cgi?id=119146

 Is there any chance that Gentoo developers could commit this fix
 to the portage, even though it is still in SVN?

Unlikely: search bugs.gentoo.org for similar kde bugs and you'll see 
they get marked UPST (upstream).  Normally only security stuff is 
applied immediately, most other bug fixes will arrive with the next 
release of KDE.

If you can't wait, the normal procedure is to make yourself an 
overlay, include the patch there, and re-emerge the package.

Benno
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Kate doesn't reuse existing process anymore with kde 3.5.0?

2006-01-06 Thread Petteri Räty
Abhay Kedia wrote:
 On Wednesday 04 January 2006 16:02, Neil Bothwick wrote:
 
I've just tried it on another box, and I do get that error when opening
a second file, but checking kate shows that it does have both files
loaded.

 
 Ah...you are right. The files did get opened but that error pop (and that too 
 twice) is quite annoying. I even tried to rename kate to kate.bin and created 
 a script with name kate which calls kate.bin with --use option but that also 
 gives the same error.
 
 I don't quite understand what made KDE developers withdraw such an excellent 
 feature. God knows what goes in developers mind *sigh*
 
 Regards,
 Abhay

You can always file a bug in bugs.kde.org to request this to be
configurable. As usual first check that the bug does not already exist.

Regards,
Petteri


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Kate doesn't reuse existing process anymore with kde 3.5.0?

2006-01-04 Thread Abhay Kedia
On Wednesday 04 January 2006 11:20, Roy Wright wrote:

 Try kate -u filename

 kate --help shows this option:
  -u, --use Use a already running kate instance (if
 possible)

I have this same problem. Earlier on opening a file from konqueror or any 
where else the kate used to open it in the already open instance. How to make 
that behaviour default? How to get back that functionality. I thought that I 
messed something up but now it looks like everyone is facing this problem.

Regards,
Abhay


pgpksz58vLuLW.pgp
Description: PGP signature


Re: [gentoo-user] Kate doesn't reuse existing process anymore with kde 3.5.0?

2006-01-04 Thread Neil Bothwick
On Wed, 4 Jan 2006 14:39:42 +0530, Abhay Kedia wrote:

 I have this same problem. Earlier on opening a file from konqueror or
 any where else the kate used to open it in the already open instance.
 How to make that behaviour default? How to get back that functionality.
 I thought that I messed something up but now it looks like everyone is
 facing this problem.

There doesn't appear to be an option in Kate to make the old behaviour
default, but you can change the way Konqueror and other KDE applications
call Kate. Go to the Control Centre - KDE components - File
associations and select text/plain. Select Kate, press Edit, go to the
Application tab and change the command from kate %U to kate --use %U.


-- 
Neil Bothwick

GOTO: (n.) an efficient and general way of controlling a program, much
despised by academics and others whose brains have been ruined by
overexposure to Pascal.


signature.asc
Description: PGP signature


Re: [gentoo-user] Kate doesn't reuse existing process anymore with kde 3.5.0?

2006-01-04 Thread Abhay Kedia
On Wednesday 04 January 2006 15:01, Neil Bothwick wrote:

 call Kate. Go to the Control Centre - KDE components - File
 associations and select text/plain. Select Kate, press Edit, go to the
 Application tab and change the command from kate %U to kate --use %U.

That doesn't work :(
It shows error saying KDEInit could not launch kate.

Regards,
Abhay


pgpW1PO6lqBt0.pgp
Description: PGP signature


Re: [gentoo-user] Kate doesn't reuse existing process anymore with kde 3.5.0?

2006-01-04 Thread Neil Bothwick
On Wed, 4 Jan 2006 15:27:52 +0530, Abhay Kedia wrote:

 Go to the Control Centre - KDE components - File
  associations and select text/plain. Select Kate, press Edit, go to the
  Application tab and change the command from kate %U to kate --use
  %U.
 
 That doesn't work :(
 It shows error saying KDEInit could not launch kate.

I've just tried it on another box, and I do get that error when opening
a second file, but checking kate shows that it does have both files
loaded.


-- 
Neil Bothwick

Bother said Rue, as his paranoia spread across the publicly accessible
archives


signature.asc
Description: PGP signature


Re: [gentoo-user] Kate doesn't reuse existing process anymore with kde 3.5.0?

2006-01-04 Thread Abhay Kedia
On Wednesday 04 January 2006 16:02, Neil Bothwick wrote:

 I've just tried it on another box, and I do get that error when opening
 a second file, but checking kate shows that it does have both files
 loaded.

Ah...you are right. The files did get opened but that error pop (and that too 
twice) is quite annoying. I even tried to rename kate to kate.bin and created 
a script with name kate which calls kate.bin with --use option but that also 
gives the same error.

I don't quite understand what made KDE developers withdraw such an excellent 
feature. God knows what goes in developers mind *sigh*

Regards,
Abhay


pgp9tCSQZNznO.pgp
Description: PGP signature


Re: [gentoo-user] Kate doesn't reuse existing process anymore with kde 3.5.0?

2006-01-04 Thread Neil Bothwick
On Wed, 4 Jan 2006 16:57:18 +0530, Abhay Kedia wrote:

 Ah...you are right. The files did get opened but that error pop (and
 that too twice) is quite annoying. I even tried to rename kate to
 kate.bin and created a script with name kate which calls kate.bin with
 --use option but that also gives the same error.

I tried a slightly different approach, leaving kate alone and creating a
file called mykate

#!/bin/sh
kate --use $* /dev/null 

I set the text/plain file type to call this with only %U as an argument,
and it works without annoying messages.

 I don't quite understand what made KDE developers withdraw such an
 excellent feature. God knows what goes in developers mind *sigh*

It baffles me.


-- 
Neil Bothwick

If at first you don't succeed, skydiving is not for you.


signature.asc
Description: PGP signature


Re: [gentoo-user] Kate doesn't reuse existing process anymore with kde 3.5.0?

2006-01-04 Thread Abhay Kedia
On Wednesday 04 January 2006 18:40, Neil Bothwick wrote:

 I set the text/plain file type to call this with only %U as an argument,
 and it works without annoying messages.

Thanks for looking into this :)
This works but why is it so slow in launching? The first instance loads 
instantaneously but the second one is quite slow. Any ideas?

Regards,
Abhay


pgpmsrVUBT2NB.pgp
Description: PGP signature


Re: [gentoo-user] Kate doesn't reuse existing process anymore with kde 3.5.0?

2006-01-04 Thread Neil Bothwick
On Wed, 4 Jan 2006 19:42:29 +0530, Abhay Kedia wrote:

  I set the text/plain file type to call this with only %U as an
  argument, and it works without annoying messages.
 
 Thanks for looking into this :)
 This works but why is it so slow in launching? The first instance loads 
 instantaneously but the second one is quite slow. Any ideas?

It takes around a second to load the first file, and kate itself, here.
Subsequent files are loaded instantly.


-- 
Neil Bothwick

A pessimist complains about the noise when opportunity knocks.


signature.asc
Description: PGP signature


[gentoo-user] Kate doesn't reuse existing process anymore with kde 3.5.0?

2006-01-03 Thread Francisco Figueiredo Jr.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

I just updated kde to 3.5.0.

One thing I noticed with Kate is that when I type in konsole: kate
somefile, it spawns another kate process and not reuse the already
running kate.

This used to happen with 3.4.0 I had before.

Is this some new configuration? Can I change the current behavior to
reuse an already started kate?


Thanks in advance.



- --
Regards,

Francisco Figueiredo Jr.
http://fxjr.blogspot.com
Npgsql Lead Developer
http://www.pgfoundry.org/projects/npgsql
MonoBrasil Project Founder Member
http://monobrasil.softwarelivre.org


- -
Science without religion is lame;
religion without science is blind.

  ~ Albert Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEVAwUBQ7tGh/7iFmsNzeXfAQKJFwf+KHUFIcr7H4mg4gBJ1utJzSoxcKkbzUo6
gCXv+s8HY2lxPs0mGsmE/ulZ+7KzBVGC6mx6EQDFbeuEOE4NZbfUZn0UM84gUOvj
u8iYw9ni67gWO/9RRqsaf6AjPNdXdnfSiaKsnwTH9tZFlPWh9UY0YM5hIudQgpmB
qKnzb31jvBUCcHj851UD1IkFp/W3ky00s9Az2APNi7ibowv/bBAEY/5lejdEWGLb
/JHvE0Pzi7mOoFiLpMZuHf8XKZjsK1Hh+yO1l5J1vL59KRJ9ll2TeCBSq5jp21XV
lmp1UMYAEOFqYFs/Xamz782ESPAY0BqyS8iItVZdmnHV2akWzyKU0g==
=m7yg
-END PGP SIGNATURE-





___ 
Yahoo! doce lar. Faça do Yahoo! sua homepage. 
http://br.yahoo.com/homepageset.html 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Kate doesn't reuse existing process anymore with kde 3.5.0?

2006-01-03 Thread Roy Wright

Francisco Figueiredo Jr. wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

I just updated kde to 3.5.0.

One thing I noticed with Kate is that when I type in konsole: kate
somefile, it spawns another kate process and not reuse the already
running kate.

This used to happen with 3.4.0 I had before.

Is this some new configuration? Can I change the current behavior to
reuse an already started kate?


Thanks in advance.


 


Try kate -u filename

kate --help shows this option:
-u, --use Use a already running kate instance (if possible)

HTH,
Roy
--
gentoo-user@gentoo.org mailing list