From kde-panel-devel Wed Oct 31 14:31:13 2007 From: "Aaron J. Seigo" Date: Wed, 31 Oct 2007 14:31:13 +0000 To: kde-panel-devel Subject: Re: [Panel-devel] Latest changes screwed Xinerama setups Message-Id: <200710310831.13458.aseigo () kde ! org> X-MARC-Message: https://marc.info/?l=kde-panel-devel&m=119384114810014 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--===============2129383449==" --===============2129383449== Content-Type: multipart/signed; boundary="nextPart23882514.tC3To97W0S"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart23882514.tC3To97W0S Content-Type: multipart/mixed; boundary="Boundary-01=_xGJKHfa0qRWba+q" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_xGJKHfa0qRWba+q Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 31 October 2007, Lukas Appelhans wrote: > Am Mittwoch, 31. Oktober 2007 14:48:00 schrieb Aaron J. Seigo: > > On Wednesday 31 October 2007, Lukas Appelhans wrote: > > > Am Mittwoch, 31. Oktober 2007 14:33:23 schrieb Aaron J. Seigo: > > > > On Wednesday 31 October 2007, Lukas Appelhans wrote: > > > > > Mmh, I saw the blog-entry of apaku, but for me, the complete right > > > > > screen is empty, I can move windows there, but no plasma. :-( > > > > > The left screen is my main one and both have 1280x1024 ... > > > > > > > > a) i need debug output to help you > > > > b) when is your svn update from? > > > > c) are you using xinerama, twinview, dual head .... ? > > > > > > a) > > > look in the attachment > > > > could you blow away your plasma-appletsrc config file and try again? th= is > > may simply be related to the "not responding to geometry changes at > > runtime" stuff .. i need to go through and fix a few things here and > > there to make it work properly with screens coming and going (from > > plasma's persepctive, even if not from the system's =3D) > > Mmh, I removed my complete KDE-configs (.kde and .kde4), but no change :-( > > BTW I put the plasma-appletsrc as attachment... it looks like no second > screen/containment is created :-( could you see what QDesktopWidget::numScreens() is returning? perhaps you=20 could apply the attached patch in libs/plasma/, delete the appletsrc file a= nd=20 start plasma again and send me the debug output? =2D-=20 Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Trolltech --Boundary-01=_xGJKHfa0qRWba+q Content-Type: text/x-diff; charset="us-ascii"; name="screen_output.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="screen_output.diff" Index: corona.cpp =================================================================== --- corona.cpp (revision 730535) +++ corona.cpp (working copy) @@ -219,8 +219,10 @@ //FIXME: implement support for system-wide defaults QDesktopWidget desktop; int numScreens = desktop.numScreens(); + kDebug() << "number of screens is" << numScreens; // create a containment for each screen for (int i = 0; i < numScreens; ++i) { + kDebug() << " screen " << i << "geometry is" << desktop.screenGeometry(i); Containment* c = addContainment("desktop"); c->setScreen(i); c->setFormFactor(Plasma::Planar); --Boundary-01=_xGJKHfa0qRWba+q-- --nextPart23882514.tC3To97W0S Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHKJGx1rcusafx20MRAgroAJ9nnW3oM9p9h6PPS2hF9QIv5LMPSwCfWb9j DoaFbz7mWQOKi1vPsJr7uVE= =PuJ4 -----END PGP SIGNATURE----- --nextPart23882514.tC3To97W0S-- --===============2129383449== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Panel-devel mailing list Panel-devel@kde.org https://mail.kde.org/mailman/listinfo/panel-devel --===============2129383449==--