Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

KDE 4.4 Videos

0 views
Skip to first unread message

Lawrence D'Oliveiro

unread,
Jan 3, 2010, 2:52:04 AM1/3/10
to
Demonstrating window grouping, the Plasma Netbook Shell, and yes, their
adaptation of one or two features from Windows Seven.

<http://linuxcrunch.com/content/whats-new-kde-sc-44-videos>

Gordon

unread,
Jan 7, 2010, 12:03:44 AM1/7/10
to

Shit, 4.4 is here already ;-)

Nothing wrong with copying someone, after all, it is the sincerest form of
flattery

Allistar

unread,
Jan 7, 2010, 4:49:01 PM1/7/10
to
Lawrence D'Oliveiro wrote:

If only it would support multi-session like KDE3.5 does.
--
A.

Stephen Worthington

unread,
Jan 8, 2010, 6:41:00 PM1/8/10
to

Maybe you need to look at submitting a patch to do that.

Allistar

unread,
Jan 10, 2010, 3:07:29 PM1/10/10
to
Stephen Worthington wrote:

I have investigated this and it would be more than just a simple patch.
Apparently this part of the system is quite complicated and there are a lot
of assumptions made in KDE about how many KDE sessions are running.

If it were a case of a simple change, I would happily provide a patch. In
this case I don't think it is.
--
A.

Gordon

unread,
Jan 11, 2010, 12:07:18 AM1/11/10
to

So feed it back to the developers.

Lawrence D'Oliveiro

unread,
Jan 11, 2010, 1:57:20 AM1/11/10
to
In message <orydnYSa3PX9rtfW...@giganews.com>, Allistar wrote:

> If it were a case of a simple change, I would happily provide a patch. In
> this case I don't think it is.

Have you thought of running different sessions in separate chroots?

Allistar

unread,
Jan 11, 2010, 2:29:39 AM1/11/10
to
Gordon wrote:

They are away of it, more than just I have noticed this feature missing.
--
A.

Allistar

unread,
Jan 11, 2010, 2:30:13 AM1/11/10
to
Lawrence D'Oliveiro wrote:

No, but that would a very cumbersome solution.
--
A.

Lawrence D'Oliveiro

unread,
Jan 11, 2010, 3:05:51 AM1/11/10
to

Why?

Allistar

unread,
Jan 11, 2010, 2:00:49 PM1/11/10
to
Lawrence D'Oliveiro wrote:

> In message <muWdnThLIe7-TtfW...@giganews.com>, Allistar
> wrote:
>
>> Lawrence D'Oliveiro wrote:
>>
>>> In message <orydnYSa3PX9rtfW...@giganews.com>, Allistar
>>> wrote:
>>>
>>>> If it were a case of a simple change, I would happily provide a patch.
>>>> In this case I don't think it is.
>>>
>>> Have you thought of running different sessions in separate chroots?
>>
>> No, but that would a very cumbersome solution.
>
> Why?

I would likely have issues with communication between the two running window
managers (i.e. I couldn't drag and drop files between the two instances of
KDE for example).

It is an interesting idea though. To pull it off I suppose I'd have to share
my existing directories (/usr, /opt, /var, /etc, /home etc) with the chroot
via an NFS export. If I can't get an accelerated 3 or 4 head setup running
using a single instance of KDE4, I'll see if this idea will work.
--
A.

Lawrence D'Oliveiro

unread,
Jan 11, 2010, 6:18:55 PM1/11/10
to
In message <7POdnTV3ZOmj6NbW...@giganews.com>, Allistar wrote:

> Lawrence D'Oliveiro wrote:
>
>> In message <muWdnThLIe7-TtfW...@giganews.com>, Allistar
>> wrote:
>>
>>> Lawrence D'Oliveiro wrote:
>>>
>>>> In message <orydnYSa3PX9rtfW...@giganews.com>, Allistar
>>>> wrote:
>>>>
>>>>> If it were a case of a simple change, I would happily provide a patch.
>>>>> In this case I don't think it is.
>>>>
>>>> Have you thought of running different sessions in separate chroots?
>>>
>>> No, but that would a very cumbersome solution.
>>
>> Why?
>
> I would likely have issues with communication between the two running
> window managers (i.e. I couldn't drag and drop files between the two
> instances of KDE for example).

Sounds like you want multiple desktops. KDE already does that.

> It is an interesting idea though. To pull it off I suppose I'd have to
> share my existing directories (/usr, /opt, /var, /etc, /home etc) with the
> chroot via an NFS export.

No, you could just use bind mounts.

Allistar

unread,
Jan 12, 2010, 3:41:11 AM1/12/10
to
Lawrence D'Oliveiro wrote:

> In message <7POdnTV3ZOmj6NbW...@giganews.com>, Allistar
> wrote:
>
>> Lawrence D'Oliveiro wrote:
>>
>>> In message <muWdnThLIe7-TtfW...@giganews.com>, Allistar
>>> wrote:
>>>
>>>> Lawrence D'Oliveiro wrote:
>>>>
>>>>> In message <orydnYSa3PX9rtfW...@giganews.com>, Allistar
>>>>> wrote:
>>>>>
>>>>>> If it were a case of a simple change, I would happily provide a
>>>>>> patch. In this case I don't think it is.
>>>>>
>>>>> Have you thought of running different sessions in separate chroots?
>>>>
>>>> No, but that would a very cumbersome solution.
>>>
>>> Why?
>>
>> I would likely have issues with communication between the two running
>> window managers (i.e. I couldn't drag and drop files between the two
>> instances of KDE for example).
>
> Sounds like you want multiple desktops. KDE already does that.

No, multiple instances of KDE, which KDE4 does not do.



>> It is an interesting idea though. To pull it off I suppose I'd have to
>> share my existing directories (/usr, /opt, /var, /etc, /home etc) with
>> the chroot via an NFS export.
>
> No, you could just use bind mounts.

Having thought about this a bit more, it won't work. It would mean running
two separate X servers (as opposed to just two KDE instances) which would
mean needing an extra keyboard and mouse for the other X server. Hardly
sounds ideal.
--
A.

Lawrence D'Oliveiro

unread,
Jan 12, 2010, 4:24:09 AM1/12/10
to
In message <ZsmdnXK__t8dqNHW...@giganews.com>, Allistar wrote:

> Lawrence D'Oliveiro wrote:
>
>> In message <7POdnTV3ZOmj6NbW...@giganews.com>, Allistar


>> wrote:
>>
>>> I would likely have issues with communication between the two running
>>> window managers (i.e. I couldn't drag and drop files between the two
>>> instances of KDE for example).
>>
>> Sounds like you want multiple desktops. KDE already does that.
>

> No, multiple instances of KDE ...

Why?

>>> It is an interesting idea though. To pull it off I suppose I'd have to
>>> share my existing directories (/usr, /opt, /var, /etc, /home etc) with
>>> the chroot via an NFS export.
>>
>> No, you could just use bind mounts.
>
> Having thought about this a bit more, it won't work. It would mean running

> two separate X servers ...

Isn’t that what you were doing anyway?

> ... which would mean needing an extra keyboard and mouse for the other X
> server.

No, you can switch between them with the usual Ctrl-Alt-Fn keystrokes. After
all, switching to/from an X server from/to a text console isn’t really any
different from switching from one X server to another.

Allistar

unread,
Jan 12, 2010, 5:20:49 AM1/12/10
to
Lawrence D'Oliveiro wrote:

> In message <ZsmdnXK__t8dqNHW...@giganews.com>, Allistar
> wrote:
>
>> Lawrence D'Oliveiro wrote:
>>
>>> In message <7POdnTV3ZOmj6NbW...@giganews.com>, Allistar
>>> wrote:
>>>
>>>> I would likely have issues with communication between the two running
>>>> window managers (i.e. I couldn't drag and drop files between the two
>>>> instances of KDE for example).
>>>
>>> Sounds like you want multiple desktops. KDE already does that.
>>
>> No, multiple instances of KDE ...
>
> Why?

That's the only way I've found to to get an accelerated display with 3
monitors. You cannot run the composite extension and the xinerama extension
at the same time, and Nvidia won't present a single screen to X that spans
GPUs.



>>>> It is an interesting idea though. To pull it off I suppose I'd have to
>>>> share my existing directories (/usr, /opt, /var, /etc, /home etc) with
>>>> the chroot via an NFS export.
>>>
>>> No, you could just use bind mounts.
>>
>> Having thought about this a bit more, it won't work. It would mean
>> running two separate X servers ...
>
> Isn’t that what you were doing anyway?

No, I was running one X server with two KDE instances inside it. E.g. a
xorg.conf like this:

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Screen A"
screen 1 "Screen B" RightOf "Screen A"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection


>> ... which would mean needing an extra keyboard and mouse for the other X
>> server.
>
> No, you can switch between them with the usual Ctrl-Alt-Fn keystrokes.
> After all, switching to/from an X server from/to a text console isn’t
> really any different from switching from one X server to another.

At the moment I can drag and drop file between KDE instances, and the mouse
moves seamlessly between them two. The only thing I cannot do is move
windows between them - but that suite me fine. Using Ctrl-Alt-Fn keys would
be a huge step backwards from what I have now.

--
A.

victor

unread,
Jan 12, 2010, 12:41:18 PM1/12/10
to

It sounds like there is an opportunity there for you to contribute back
some useful enhancements to the free software community.

Allistar

unread,
Jan 13, 2010, 4:02:00 PM1/13/10
to
victor wrote:

I have already investigated this, and in this case it's more of an
architectural change than a simple patch. Momentum is building for this
change to be made, and I will participate where I can.
--
A.

0 new messages