Bug 152662 - unique apps don't work with dualhead
Summary: unique apps don't work with dualhead
Status: RESOLVED FIXED
Alias: None
Product: kde
Classification: I don't know
Component: dualhead (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-21 18:37 UTC by Luiz Angelo De Luca
Modified: 2009-05-20 15:35 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luiz Angelo De Luca 2007-11-21 18:37:31 UTC
Version:           desconhecido (using KDE 3.96.00 (KDE 4.0 RC1), compiled sources)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.22.12-0.1-default

Even specifying the DISPLAY, kde4 apps always open in DISPLAY 0.0

DISPLAY=:0.1 /usr/bin/konsole  #kde4      - konsole open on DISPLAY 0.0
DISPLAY=:0.1 /opt/kde3/bin/konsole  #kde3 - konsole open on DISPLAY 0.1
Comment 1 Lubos Lunak 2007-11-21 19:18:27 UTC
There is only one instance of Konsole in KDE4 and you very likely have already one running on 0.0, that's why the "another" one opens there too - it just opens another window in the already running Konsole. Doing e.g. "DISPLAY=:0.1 kwrite" works fine.

Given that non-xinerama dualhead is unmaintained in KDE, I suggest switching to a xinerama-like setup.
Comment 2 Robert Knight 2007-11-21 20:45:26 UTC
> There is only one instance of Konsole in KDE4

I think it might be useful to have a way of starting new instances in a separate process.  gnome-terminal features an option to force a new process.