Re: git bash_completion does not work - solved (?)

2012-07-21 Thread Barrie Stott
On 20 Jul 2012, at 16:08, Clemens Lang wrote: On Fri, Jul 20, 2012 at 09:56:24AM -0500, Ryan Schmidt wrote: I am still not sure what to change or how to verify it was successful. In Lion's Terminal.app, I have opened Preferences - Settings - Shell, checked the Run command box, and filled in

Re: git bash_completion does not work - solved (?)

2012-07-21 Thread Ryan Schmidt
On Jul 21, 2012, at 04:53, Barrie Stott wrote: On 20 Jul 2012, at 16:08, Clemens Lang wrote: On Fri, Jul 20, 2012 at 09:56:24AM -0500, Ryan Schmidt wrote: I am still not sure what to change or how to verify it was successful. In Lion's Terminal.app, I have opened Preferences - Settings -

Re: git bash_completion does not work - solved (?)

2012-07-21 Thread Barrie Stott
On 21 Jul 2012, at 11:07, Ryan Schmidt wrote: On Jul 21, 2012, at 04:53, Barrie Stott wrote: On 20 Jul 2012, at 16:08, Clemens Lang wrote: On Fri, Jul 20, 2012 at 09:56:24AM -0500, Ryan Schmidt wrote: I am still not sure what to change or how to verify it was successful. In Lion's

Re: git bash_completion does not work - solved (?)

2012-07-21 Thread Clemens Lang
I have now edited /etc/shells with MacVim to add /opt/local/bin/bash as the first in the list. I then ran 'chsh -s /opt/local/bin/bash'. I have done this on my system, too, and it works fine for me. I had already done what you suggested in Terminal's Preferences - Settings - Shell. I

Re: git bash_completion does not work - solved (?)

2012-07-21 Thread Barrie Stott
On 21 Jul 2012, at 12:01, Clemens Lang wrote: I have now edited /etc/shells with MacVim to add /opt/local/bin/bash as the first in the list. I then ran 'chsh -s /opt/local/bin/bash'. I have done this on my system, too, and it works fine for me. I had already done what you suggested in

Re: git bash_completion does not work - solved (?)

2012-07-21 Thread Damon McDougall
On Sat, Jul 21, 2012 at 12:51:04PM +0100, Barrie Stott wrote: On 21 Jul 2012, at 12:01, Clemens Lang wrote: I have now edited /etc/shells with MacVim to add /opt/local/bin/bash as the first in the list. I then ran 'chsh -s /opt/local/bin/bash'. I have done this on my system, too, and

Re: git bash_completion does not work - solved (?)

2012-07-21 Thread Barrie Stott
On 21 Jul 2012, at 13:19, Damon McDougall wrote: On Sat, Jul 21, 2012 at 12:51:04PM +0100, Barrie Stott wrote: On 21 Jul 2012, at 12:01, Clemens Lang wrote: I have now edited /etc/shells with MacVim to add /opt/local/bin/bash as the first in the list. I then ran 'chsh -s

None example in macport/share/qt4 folder

2012-07-21 Thread Michael Parchet
Hello, I have installed the qt4-mac and qt4-creator-mac package but I can't find the doc and example in the macport(/opt/local)/share/qt4 folder. Why Qt4 and qt4-creator has not been installed ? A package isn't completed ? Tanks for your answer. Best regards mparchet

Re: None example in macport/share/qt4 folder

2012-07-21 Thread Michael Dickens
Hi Michael - Well, qt4-mac's doc and examples are in, respectively: ${prefix}/share/doc/qt4 and ${prefix}/share/qt4/examples I don't know about qt4-creator-mac's; why not view the installed files for this port and see what's in ${prefix}/share/... ? - MLD On Jul 21, 2012, at 9:21 AM, Michael

Re: None example in macport/share/qt4 folder

2012-07-21 Thread Ryan Schmidt
Please pick just one mailing list to send your question to. Since you're not asking about how to write a Portfile or about modifying MacPorts base code, let's make it the Users list. Please remove the Dev list from any replies. On Jul 21, 2012, at 08:21, Michael Parchet wrote: I have

Re: git bash_completion does not work - solved (?)

2012-07-21 Thread Barrie Stott
On 21 Jul 2012, at 11:07, Ryan Schmidt wrote: On Jul 21, 2012, at 04:53, Barrie Stott wrote: On 20 Jul 2012, at 16:08, Clemens Lang wrote: On Fri, Jul 20, 2012 at 09:56:24AM -0500, Ryan Schmidt wrote: I am still not sure what to change or how to verify it was successful. In Lion's

Re: git bash_completion does not work - solved (?)

2012-07-21 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barrie Stott wrote: On 21 Jul 2012, at 11:07, Ryan Schmidt wrote: On Jul 21, 2012, at 04:53, Barrie Stott wrote: On 20 Jul 2012, at 16:08, Clemens Lang wrote: [snip] Thank you for this and your Terminal Preferences change. Everything would

Re: None example in macport/share/qt4 folder

2012-07-21 Thread Michael Parchet
Le 21.07.12 15:30, Ryan Schmidt a écrit : Please pick just one mailing list to send your question to. Since you're not asking about how to write a Portfile or about modifying MacPorts base code, let's make it the Users list. Please remove the Dev list from any replies. On Jul 21, 2012, at

Re: wine fails to load

2012-07-21 Thread Tim Sansom
hi there guys first of all i know this is possibly nothing you guys may be able to help me with, but if you don't ask you dont get as my mother used to say lol, right then i am trying to install a win 32 called cisco packet tracer app using wine i have managed to install xcode and macports and

Re: wine fails to load

2012-07-21 Thread Brandon Allbery
On Sat, Jul 21, 2012 at 3:41 PM, Tim Sansom timski.san...@gmail.com wrote: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! sudo port install dbus; launchctl load -w

git bash_completion does not work - solved (?)

2012-07-21 Thread Rodolfo Aramayo
Hi, I have taken the freedom of summarizing the proper way of configuring Bash as per this discussion ## Proper setting of BASH: $ port install bash Testing current configuration: $ which bash /opt/local/bin/bash $ bash

Re: git bash_completion does not work - solved (?)

2012-07-21 Thread Rainer Müller
On 2012-07-16 03:10, Ryan Schmidt wrote: On Jul 15, 2012, at 15:26, Clemens Lang wrote: On Sun, Jul 15, 2012 at 10:13:13PM +0200, Stefan Scheidt wrote: Question: Is this the right way to use MacPorts bash as login shell? Although `port notes bash-completion` suggests changing your terminal

Re: git bash_completion does not work - solved (?)

2012-07-21 Thread Rainer Müller
Hello, On 2012-07-21 22:57, Rodolfo Aramayo wrote: I have taken the freedom of summarizing the proper way of configuring Bash as per this discussion You are right that there are two possibilities of adjusting your environment to use /opt/local/bin/bash in your terminal instead of the bash

Re: git bash_completion does not work - solved (?)

2012-07-21 Thread Brandon Allbery
On Sat, Jul 21, 2012 at 5:29 PM, Rainer Müller rai...@macports.org wrote: Note that changing the login shell is more invasive as it requires changing system files. Also, in case bash from MacPorts ever becomes unusable, it's easier to recover if you still have a working login shell (recovery