image
image

Go Back   macosx.com > Mac Help Forums > Unix & X11

Reply
 
Thread Tools
  #1  
Old August 16th, 2006, 08:02 PM
Sunnz's Avatar
Who wants a stylus?
 
Join Date: Nov 2005
Location: Canberra, Australia
Posts: 359
Thanks: 0
Thanked 0 Times in 0 Posts
Sunnz is on a distinguished road
Unhappy Darwinport?

Does anyone use Darwinport here?

I have been using Linux for sometime (Gentoo Portage), but I am back to a beginner when it comes to OSX... I should have installed darwinport, and I tried to install Gaim, it is installed, but:
Code:
$gaim

(gaim:279): Gdk-WARNING **: locale not supported by Xlib

(gaim:279): Gdk-WARNING **: cannot set locale modifiers

(gaim:279): Gdk-CRITICAL **: gdk_display_get_name: assertion `GDK_IS_DISPLAY (display)' failed

** (gaim:279): WARNING **: cannot open display: unset
So umm, doesn't port solve the dependencies or something? What am I missing here? Is it X11? Doesn't OSX run on X11? Does OSX even come with X11?

Please help, thank!!
Reply With Quote
  #2  
Old August 16th, 2006, 10:56 PM
nixgeek's Avatar
Mac of the SubGenius! :-)
 
Join Date: Jan 2004
Location: Miami, FL
Posts: 7,559
Thanks: 15
Thanked 89 Times in 73 Posts
nixgeek has a spectacular aura aboutnixgeek has a spectacular aura aboutnixgeek has a spectacular aura about
OS X does not run on X11, but on Quartz, the proprietary engine for the graphics system. However, X11 is provided in the installation discs (if you're using at least 10.2 or greater) but is not installed by default. When installing OS X, you have to select "Customize" and then you'll be presented with the X11 selection along with some other options. You can also install it by inserting the install disc and looking for the X11 package. It can also be downloaded from Apple.
__________________
Apple iMac G5 17" (2 GHz G5) - Mac OS X 10.4.11
Apple Macintosh Quadra 650 (33 MHz MC68040) - Mac OS 8.1
Apple PowerBook Duo 230 (33 MHz MC68030) - System 7.1
"JHVH-1" (2 GHz AMD Athlon XP 2400+) - Slackware 12.1
"Kidbuntu" (2.8 GHz Celeron D 335) - Ubuntu 8.04
Reply With Quote
  #3  
Old August 17th, 2006, 12:59 AM
Sunnz's Avatar
Who wants a stylus?
 
Join Date: Nov 2005
Location: Canberra, Australia
Posts: 359
Thanks: 0
Thanked 0 Times in 0 Posts
Sunnz is on a distinguished road
Umm I tried look for it in the CD... is it in 'Install Bundle Software Only'? Can't find X11 in there... this is OSX Intel if that make any difference...

Edit, ah, find it, had to scroll down!!

Last edited by Sunnz; August 17th, 2006 at 01:05 AM.
Reply With Quote
  #4  
Old August 17th, 2006, 01:07 AM
Sunnz's Avatar
Who wants a stylus?
 
Join Date: Nov 2005
Location: Canberra, Australia
Posts: 359
Thanks: 0
Thanked 0 Times in 0 Posts
Sunnz is on a distinguished road
Umm I am still getting these errors:
Code:
$ gaim

(gaim:284): Gdk-CRITICAL **: gdk_display_get_name: assertion `GDK_IS_DISPLAY (display)' failed

** (gaim:284): WARNING **: cannot open display: unset
Edit: Ah... I didn't start X11, right... it 'works' now...

What is the best way to run X11 programs anyway?

Last edited by Sunnz; August 17th, 2006 at 01:16 AM.
Reply With Quote
  #5  
Old August 17th, 2006, 10:17 AM
nixgeek's Avatar
Mac of the SubGenius! :-)
 
Join Date: Jan 2004
Location: Miami, FL
Posts: 7,559
Thanks: 15
Thanked 89 Times in 73 Posts
nixgeek has a spectacular aura aboutnixgeek has a spectacular aura aboutnixgeek has a spectacular aura about
Usually if the Mac app requires X11, it will automatically launch X11. However, sometimes this isn't the case, especially if you compiled the application yourself. In this case, when you launch X11 (which should be in Applications or Applications-->Utilities) you'll get an xterm window. You can then launch the application from within that xterm window or just launch it by clicking on the app that requires X11 if it lets you do that.
__________________
Apple iMac G5 17" (2 GHz G5) - Mac OS X 10.4.11
Apple Macintosh Quadra 650 (33 MHz MC68040) - Mac OS 8.1
Apple PowerBook Duo 230 (33 MHz MC68030) - System 7.1
"JHVH-1" (2 GHz AMD Athlon XP 2400+) - Slackware 12.1
"Kidbuntu" (2.8 GHz Celeron D 335) - Ubuntu 8.04
Reply With Quote
  #6  
Old August 17th, 2006, 11:00 AM
Sunnz's Avatar
Who wants a stylus?
 
Join Date: Nov 2005
Location: Canberra, Australia
Posts: 359
Thanks: 0
Thanked 0 Times in 0 Posts
Sunnz is on a distinguished road
Yea it wasn't working before when I click on Gaim but now it is... :S

So how do I add PATHs to the X11's xterm? I've added paths to Terminal by putting them into .profile file, but it X11 doesn't seem to pick that up?

Thanks.

P.S. Not sure if I should ask here... how do I change the Icons of an alias?
Reply With Quote
  #7  
Old August 17th, 2006, 12:07 PM
nixgeek's Avatar
Mac of the SubGenius! :-)
 
Join Date: Jan 2004
Location: Miami, FL
Posts: 7,559
Thanks: 15
Thanked 89 Times in 73 Posts
nixgeek has a spectacular aura aboutnixgeek has a spectacular aura aboutnixgeek has a spectacular aura about
Changing the icons of an alias is as simple as copying the image you want to use, selecting Get info on the alias, highlighting the icon image shown in Get Info, and then pasting over the original icon.

As for the paths, you might have to do it for xterm itself. How to do this, I'm not sure since I haven't attempted this before.
__________________
Apple iMac G5 17" (2 GHz G5) - Mac OS X 10.4.11
Apple Macintosh Quadra 650 (33 MHz MC68040) - Mac OS 8.1
Apple PowerBook Duo 230 (33 MHz MC68030) - System 7.1
"JHVH-1" (2 GHz AMD Athlon XP 2400+) - Slackware 12.1
"Kidbuntu" (2.8 GHz Celeron D 335) - Ubuntu 8.04
Reply With Quote
  #8  
Old August 17th, 2006, 09:25 PM
Sunnz's Avatar
Who wants a stylus?
 
Join Date: Nov 2005
Location: Canberra, Australia
Posts: 359
Thanks: 0
Thanked 0 Times in 0 Posts
Sunnz is on a distinguished road
Heh, I was actually clicking on the Icon in GetInfo, which just launches the app! Well, I guess I'd have to use alias... thanks.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -5. The time now is 01:53 AM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.