Sponsored Content
Full Discussion: XWindows on Mac OSX
Top Forums UNIX for Dummies Questions & Answers XWindows on Mac OSX Post 4961 by Alpha_Harblo on Sunday 5th of August 2001 01:13:28 PM
Old 08-05-2001
Question XWindows on Mac OSX

Hello, I'm like most people who post here, I'm new in UNIX. Yesterday I installed Xwindows on my OSX box just to learn as much about UNIX as I can. I been messing around with my terminal and conf files that have to do with Apache and sendmail and didn't mess anything up so I thought I was ready to get more on the side of unix. I have a toturial that came in last month's issure of Mac Addict along with the files needed on a disk, but they didn't tell how to use it.

What I get when I log into Xwindows are three terminals; one that says login and two that say, well I can't remember right now. I was expecting it to look a little like the SUN system we have at work; a little like gnome. Or at least have icons and GUI windows and menus.

On a page closer the front, they have a review of an OSX verison of GIMP called Xtools, they have a box on the bottom left corner of that page that talkes a little about X Windows. I assumed that is what forms the windows, icons, and menus. So I went back and installed a file called Xnest, it says this is "a nested X Window server". When I rebooted Xwindows after installing this, nothing changed.

Is there a command that I need to enter, did I do something wrong, is there a file I need to install, or am I just missing something?

Thanks for your help
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Mac OSX vs. UNIX

To anyone that has the answer: What does UNIX have that Mac OSX doesn't. I am a programmer, and I am wondering if I could just get Mac OSX for my programming needs instead of UNIX. But my major question is what does UNIX have that Mac OSX doesn't. Thank you if you have the answer, and are willing... (2 Replies)
Discussion started by: REM
2 Replies

2. UNIX for Dummies Questions & Answers

Mac OSX question

Hi. Is it possible to execute a Cocoa (or Carbon or eaven a classic) program for mac OSX in the terminal window? OSX finder can sometimes be so busy that it wont respond for several minutes, ie if you are uploading a very big file/files to a afp server. Then it would have been nice to start... (7 Replies)
Discussion started by: nicke30
7 Replies

3. Cybersecurity

ssh and Mac OSX

Please help if you are familiar with Mac OSX. I downloaded OpenSSH for a newer version of SSH than what comes with OS 10.1. What a mistake! Now every time I try to make a connection to my remote server I get an message that ssh was built against version such and such and I have version such and... (2 Replies)
Discussion started by: glfisfn
2 Replies

4. UNIX Desktop Questions & Answers

Mac Osx.2

I finally broke down and decided to buy a new piece of hardware. I think I made the right decision when I chose an Apple iBook - OSX is incredible! I haven't used a Mac since System7.5, and 10.2 is just blowing me away! Best of all, it's easy to use for people who are not used to Mac, but if I... (5 Replies)
Discussion started by: LivinFree
5 Replies

5. UNIX for Dummies Questions & Answers

UNIX mode in Mac OSX - problems

I am a Macintosh using OS 10.2 which has Unix underpinnings. When entering console mode (the root system where unix takes over) I get the following message - bootstrap_look_up () failed (ipc/send) invalid destination port I always used to get a localhost# prompt (and then can use unix... (1 Reply)
Discussion started by: ngilman
1 Replies

6. Windows & DOS: Issues & Discussions

win-xp/mac-osx

I'm currently looking for an emulation program that would allow me to open and run osx app.s and programs on a windows xp based system. if not is there a unix/linux/lindows program that may do the same? (3 Replies)
Discussion started by: area51nstk
3 Replies

7. OS X (Apple)

Mac OSX kernel

is there anyway of looking at, and if possible, modifying it? (2 Replies)
Discussion started by: cleansing_flame
2 Replies

8. OS X (Apple)

Cron on Mac OSX

Hello, I was wondering about my Cron Script: HELL=/bin/tcsh PATH=/sbin:/bin:/usr/sbin:/usr/bin HOME=/var/log MAILTO=jwillis 25 1 * * * root /Users/jwillis/Fbcmd\Scripts/DailyBirthday.scrmy returned message is: Subject: Cron <jwillis@Macintosh-66> root ... (1 Reply)
Discussion started by: jwillis0720
1 Replies

9. OS X (Apple)

Does MAC OSX follow POSIX?

i mean if i coded an application for Linux using System Calls and no libs, and compiled it on MAC, will it work? thanks (6 Replies)
Discussion started by: JonhyM
6 Replies

10. UNIX for Advanced & Expert Users

UML on MAC OSX

Hey guyz, Is it possible to build user-mode linux kernel on MAC OSX? Please I need a reply asap as I have an assignment that I need to do. Thanks! Adel (1 Reply)
Discussion started by: aje02
1 Replies
ttk::sizegrip(3tk)						 Tk Themed Widget						ttk::sizegrip(3tk)

__________________________________________________________________________________________________________________________________________________

NAME
ttk::sizegrip - Bottom-right corner resize widget SYNOPSIS
ttk::sizegrip pathName ?options? _________________________________________________________________ DESCRIPTION
A ttk::sizegrip widget (also known as a grow box) allows the user to resize the containing toplevel window by pressing and dragging the grip. STANDARD OPTIONS
-class -cursor -state -style -takefocus See the ttk_widget manual entry for details on the standard options. WIDGET COMMAND
Sizegrip widgets support the standard cget, configure, identify, instate, and state methods. No other widget methods are used. PLATFORM-SPECIFIC NOTES On Mac OSX, toplevel windows automatically include a built-in size grip by default. Adding a ttk::sizegrip there is harmless, since the built-in grip will just mask the widget. EXAMPLES
Using pack: pack [ttk::frame $top.statusbar] -side bottom -fill x pack [ttk::sizegrip $top.statusbar.grip] -side right -anchor se Using grid: grid [ttk::sizegrip $top.statusbar.grip] -row $lastRow -column $lastColumn -sticky se # ... optional: add vertical scrollbar in $lastColumn, # ... optional: add horizontal scrollbar in $lastRow BUGS
If the containing toplevel's position was specified relative to the right or bottom of the screen (e.g., "wm geometry ... wxh-x-y" instead of "wm geometry ... wxh+x+y"), the sizegrip widget will not resize the window. ttk::sizegrip widgets only support "southeast" resizing. SEE ALSO
ttk::widget(3tk) KEYWORDS
widget, sizegrip, grow box Tk 8.5 ttk::sizegrip(3tk)
All times are GMT -4. The time now is 11:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy