Robby Stephenson | 1 Oct 06:39
Gravatar

Re: External data sources on KDE 4 Tellico (patch)

On Tuesday 30 September 2008, Stepan Roh wrote:
> Hi.
>
> I am attaching a patch for KDE 4 Tellico (against trunk r3242). It allows
> data sources of type external application to work. Unfortunately if
> search is successful Tellico crashes instantly in 9 out of 10 tries

Cool, thanks. Just applied it.

There's still a lot of stuff that doesn't work in trunk. The KDE4 port is 
going slowly, so don't expect everything to work. :)

Robby
Todd A. Jacobs | 14 Oct 03:14
Favicon

Running tellico full-screen

I'd like to run a single application (tellico) full-screen in a
dedicated VNC session *without* a window manager. I'm not sure how to
force the application to be full-screen, though.

If my xstartup contains "exec tellico," it launches properly but only
takes up a fraction of the screen. Is there a way to adjust the default
geometry without resorting to a window manager?

--

-- 
"Oh, look: rocks!"
	-- Doctor Who, "Destiny of the Daleks"
Robby Stephenson | 14 Oct 07:46
Gravatar

Re: Running tellico full-screen

On Monday 13 October 2008, Todd A. Jacobs wrote:
> I'd like to run a single application (tellico) full-screen in a
> dedicated VNC session *without* a window manager. I'm not sure how to
> force the application to be full-screen, though.
>
> If my xstartup contains "exec tellico," it launches properly but only
> takes up a fraction of the screen. Is there a way to adjust the default
> geometry without resorting to a window manager?

tellico --geometry 500x500

though there's a minimum width set. And once you run it, Tellico should 
remember the window size and restart the same way.

Robby
Jens Seidel | 14 Oct 16:20

Re: Running tellico full-screen

On Mon, Oct 13, 2008 at 10:46:32PM -0700, Robby Stephenson wrote:
> On Monday 13 October 2008, Todd A. Jacobs wrote:
> > I'd like to run a single application (tellico) full-screen in a
> > dedicated VNC session *without* a window manager. I'm not sure how to
> > force the application to be full-screen, though.
> >
> > If my xstartup contains "exec tellico," it launches properly but only
> > takes up a fraction of the screen. Is there a way to adjust the default
> > geometry without resorting to a window manager?
> 
> tellico --geometry 500x500

Once it is started you can change the size, iconify or set the cursor
to a specific position using the program xwit.

I needed it once to properly resize a 32767 pixel wide window :-)

Jens
Steven W. Orr | 14 Oct 19:56
Favicon
Gravatar

Re: Running tellico full-screen

On Tuesday, Oct 14th 2008 at 01:46 -0000, quoth Robby Stephenson:

=>On Monday 13 October 2008, Todd A. Jacobs wrote:
=>> I'd like to run a single application (tellico) full-screen in a
=>> dedicated VNC session *without* a window manager. I'm not sure how to
=>> force the application to be full-screen, though.
=>>
=>> If my xstartup contains "exec tellico," it launches properly but only
=>> takes up a fraction of the screen. Is there a way to adjust the default
=>> geometry without resorting to a window manager?
=>
=>tellico --geometry 500x500
=>
=>though there's a minimum width set. And once you run it, Tellico should 
=>remember the window size and restart the same way.

Robby, I don't know how high up on the list of priorities this is for you, 
but if I run editres and click on a running tellico, I get no response. 
The idea is that editres should send a message to the X client and get a 
message back which is the tree of resources for that client. (Try it with 
an xterm.)

The --geometry  option  is common to all X clients, but I was wondering if 
you were interested in processing that message from editres.

--

-- 
Time flies like the wind. Fruit flies like a banana. Stranger things have  .0.
happened but none stranger than this. Does your driver's license say Organ ..0
Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
individuals! What if this weren't a hypothetical question?
(Continue reading)

Todd A. Jacobs | 15 Oct 06:05
Favicon

Re: Running tellico full-screen

On Mon, Oct 13, 2008 at 10:46:32PM -0700, Robby Stephenson wrote:

> tellico --geometry 500x500

Thanks, this is exactly what was needed. I'd tried "-geometry," as
that's what a number of other X clients use, but the double-dash saved
the day.

It occurs to me that this ought to be a documented feature in the
tellico man page. :) Naturally, I looked there first, but didn't find
what I needed.

Thanks again for the quick response!

--

-- 
"Oh, look: rocks!"
	-- Doctor Who, "Destiny of the Daleks"
Robby Stephenson | 15 Oct 06:47
Gravatar

Re: Running tellico full-screen

On Tuesday 14 October 2008, Todd A. Jacobs wrote:
> On Mon, Oct 13, 2008 at 10:46:32PM -0700, Robby Stephenson wrote:
> > tellico --geometry 500x500
>
> Thanks, this is exactly what was needed. I'd tried "-geometry," as
> that's what a number of other X clients use, but the double-dash saved
> the day.
>
> It occurs to me that this ought to be a documented feature in the
> tellico man page. :) Naturally, I looked there first, but didn't find
> what I needed.

It comes with all the KDE apps, it's just hidden behind --help-all

I think Regis added the man page for Debian, but it's not something I wrote.

Robby
Robby Stephenson | 15 Oct 06:49
Gravatar

Re: Running tellico full-screen

On Tuesday 14 October 2008, Steven W. Orr wrote:
> Robby, I don't know how high up on the list of priorities this is for
> you, but if I run editres and click on a running tellico, I get no
> response. The idea is that editres should send a message to the X client
> and get a message back which is the tree of resources for that client.

I'm not sure what to tell you. The --geometry support is not something I 
coded. It comes free with the KMainWindow class, I think. In any event, 
whatever X events get handled, I depend heavily on the KDE libraries to do 
the right thing.

Robby
Derek Broughton | 15 Oct 15:08
X-Face
Picon

Re: Running tellico full-screen

Todd A. Jacobs wrote:

> On Mon, Oct 13, 2008 at 10:46:32PM -0700, Robby Stephenson wrote:
> 
>> tellico --geometry 500x500
> 
> Thanks, this is exactly what was needed. I'd tried "-geometry," as
> that's what a number of other X clients use, but the double-dash saved
> the day.
> 
> It occurs to me that this ought to be a documented feature in the
> tellico man page. :) Naturally, I looked there first, but didn't find
> what I needed.

It's not a "tellico" option, it's a KDE option - and any KDE program can be
called with --help-kde to see those options.

I'm not sure _any_ KDE app man pages include the KDE options.
--

-- 
derek
Regis Boudin | 15 Oct 15:27

Re: Running tellico full-screen

On Wed, October 15, 2008 05:47, Robby Stephenson wrote:
>> It occurs to me that this ought to be a documented feature in the
>> tellico man page. :) Naturally, I looked there first, but didn't find
>> what I needed.
>
> It comes with all the KDE apps, it's just hidden behind --help-all
>
> I think Regis added the man page for Debian, but it's not something I
> wrote.

Exactly. Though I've been lazy and only generated one with help2man,
mainly to make lintian stop shouting at me. So the page doesn't really
contain many usefull informations, that's why I didn't bother pushing it
into the svn repository.

R.

Gmane