ericw13
01-09-2003, 03:08 PM
Having some strange issues... looking for comments/advice.
I previously installed XFree86 manually, not with fink. I also had XDarwin (as I assume most of us did). X11.app installed with no problems. Running it has been another story.
First, here is ~/.xinitrc
/usr/X11R6/bin/quartz-wm
. $HOME/.profile
xterm -geometry 80x24+0+20 -fg white -bg black -sb -rightbar
First problem is the xterm is not being created with X11 starts up. I added it to the Applications window, where it will happily create a new xterm.
The next problem is the xterm itself. The top bar of the window has nice Aqua-fied widgets, but the scrollbar is the nasty old speckled gray, only works with middle/right click, ugly one we loved to hate back in the day.
Finally, terminal.app windows (running bash as the shell) happily executed my .profile when they started. xterm windows in X11.app are picky... I created a .bashrc with . .profile to make that part work (setting path, exporting other variables, etc.)
Anyone know how to get the xterm to start when X11.app is started? Anyone know how to get an Aqua-fied scrollbar instead of the ugly one? In essence, I want it to look like Terminal.app windows minus the transparency.
Eric
I previously installed XFree86 manually, not with fink. I also had XDarwin (as I assume most of us did). X11.app installed with no problems. Running it has been another story.
First, here is ~/.xinitrc
/usr/X11R6/bin/quartz-wm
. $HOME/.profile
xterm -geometry 80x24+0+20 -fg white -bg black -sb -rightbar
First problem is the xterm is not being created with X11 starts up. I added it to the Applications window, where it will happily create a new xterm.
The next problem is the xterm itself. The top bar of the window has nice Aqua-fied widgets, but the scrollbar is the nasty old speckled gray, only works with middle/right click, ugly one we loved to hate back in the day.
Finally, terminal.app windows (running bash as the shell) happily executed my .profile when they started. xterm windows in X11.app are picky... I created a .bashrc with . .profile to make that part work (setting path, exporting other variables, etc.)
Anyone know how to get the xterm to start when X11.app is started? Anyone know how to get an Aqua-fied scrollbar instead of the ugly one? In essence, I want it to look like Terminal.app windows minus the transparency.
Eric