Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Fink? X11? ???
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="cradom" data-source="post: 33187" data-attributes="member: 305283"><p>Ok, you need to do this:</p><p>Put this in .bashrc (should already be there)</p><p></p><p>. /sw/bin/init.sh</p><p></p><p>Now, if running a window manager other than quartz, put this in .xinitrc:</p><p></p><p>source /sw/bin/init.sh</p><p></p><p>If you're running quartzwm (in other words the way is when you install and run x11 from the finder), pull down the applications menu and select configure. Add a new line and when you enter the command type the whole path to the app like this:</p><p></p><p>Mozilla /sw/bin/mozilla</p><p></p><p>If you don't have an .xinitrc file in your home folder, Apple's X11 uses an internal init file which doesn't know anything about Fink. That's why you have to put the complete path in the menu config.</p></blockquote><p></p>
[QUOTE="cradom, post: 33187, member: 305283"] Ok, you need to do this: Put this in .bashrc (should already be there) . /sw/bin/init.sh Now, if running a window manager other than quartz, put this in .xinitrc: source /sw/bin/init.sh If you're running quartzwm (in other words the way is when you install and run x11 from the finder), pull down the applications menu and select configure. Add a new line and when you enter the command type the whole path to the app like this: Mozilla /sw/bin/mozilla If you don't have an .xinitrc file in your home folder, Apple's X11 uses an internal init file which doesn't know anything about Fink. That's why you have to put the complete path in the menu config. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Fink? X11? ???
Top