Re: X11 w/ Tiger Upgrade breaks windowing
Re: X11 w/ Tiger Upgrade breaks windowing
- Subject: Re: X11 w/ Tiger Upgrade breaks windowing
- From: Haroon Sheikh <email@hidden>
- Date: Mon, 29 Aug 2005 10:03:25 -0700
Can you please file a bug report about this at bugreporter.apple.com.
That's the best way of tracking this and getting this into X11.
haroon
On Aug 21, 2005, at 12:25 PM, ericb wrote:
Hi,
Le 20 août 05 à 19:24, Haroon Sheikh a écrit :
This is a known issue and we hope to fix this in an upcoming
Software Update. Can't comment on exactly when, but hopefully soon.
Very happy to read this, really :-)
BTW, I know that Apple developers have a lot of work, but if this
is possible, *this would be really great* if you could add "kb"
extension as *default* option for X11. This way, *all* free
software like OpenOffice.org (but all gnome applications too..)
could use {[ }] | \ $ keys again, like with Panther...
As you probably know, the actual provided X11 is a something like
a nightmare about this point :
ALT key does *not* work at all and we have to remap it to make it
work. Very annoying as you can see, because even if it's not a
problem for me, it's not serious to ask a "normal user" to do the
remapping of Mode_Switch from mod1 to mod5...
The fix is really trivial, and won't cause any problem at all (we
have tested).
To save time, I provide you a solution, as a patch like the one
Florian Heckl sent me somes time ago. As you can see the fix is
trivial... :
--- xc/programs/Xserver/hw/apple/bundle-main.c 2005-07-02
00:16:18.000000000 +0200
+++ xc/programs/Xserver/hw/apple/bundle-main.c 2005-07-01
22:04:30.000000000 +0200
@@ -842,6 +842,13 @@
}
xargv[i++] = (char *) server_name;
+
+ /* change to let the option key work correctly
+ * Changed by: Florian Heckl <email@hidden>
+ * Date: 2005-07-01 */
+ xargv[i++] = "+kb";
+ /* end of change */
+
xargv[i++] = NULL;
/* Detach from any controlling terminal and connect stdin to /
dev/null */
In advance, thank you very much :-)
Eric Bachard
ADC member
--
<email@hidden>
Francophone OpenOffice.org Community developer ( Linux PPC and Mac
OS X / X11)
See : <http://fr.openoffice.org>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden