Tagged Questions
0
votes
1answer
40 views
Running GUI application from Console Login
What I'm trying to do is after logging into the >console on my mac mini run safari. Its on
10.6.8 if that matters, I've tried a 10.8.3 machine. Once logged in, I login as root. From here is it ...
1
vote
0answers
91 views
How to 'startx' from Single User Mode?
I usually run dwm inside Xquartz on OS X Mountain Lion 10.8. But is there a way to boot into Safe Mode (or a console), then startx or xinit, skipping Aqua? I'd like to boot directly into X11.
0
votes
0answers
82 views
X11 periodically losing focus
I have a very annoying issue with the X11 app on OS X when using it to run things remotely over SSH. Every now and then (it's pretty regular, I'd say about each 1-2 minutes), the app I'm in loses ...
4
votes
1answer
386 views
Install X11 version of Firefox on OSX 10.8.2
I'm trying to install a x11-enabled version of Firefox on my OSX 10.8.2, so it can integrate nicely with xmonad.
My problem: Firefox in macports is extremely old (7.x) and building 17.x from source ...
0
votes
0answers
311 views
Cabal won't configure X11 in Mountain Lion
I need to run cabal install X11 >=1.5.0.0 && <1.6
But it fails when configuring:
Resolving dependencies...
Configuring X11-1.5.0.1...
configure: WARNING: unrecognized options: ...
5
votes
3answers
1k views
Xquartz crash infinite loop in Mountain Lion?
I'm trying to get Xquartz to work in Mountain Lion, but when I click it, it starts up, then crash, then starts up again etc. It loops like this until I reboot or logout.
My console says this for ...
0
votes
1answer
228 views
Allow the Terminal.app to pass command key based keystrokes to terminal programs
I want to allow programs running in the terminal the ability to interpret the keyboard short cut Cmd + S
I have already Remapped the Terminals' default binding of Cmd + S to Ctrl + S via the ...
2
votes
1answer
161 views
Is there software that allows multiple users to simultaneously and independently share a personal computer running Mac Os?
Like BeTwin. For example, I have Macbook Pro with one Mini DisplayPort (for additional monitor) and two USB port (for additional mouse and keyboard).
How can i implement it on Mac OS Snow Leopard?
1
vote
1answer
101 views
X takes a long time to load under Lion
I recently upgraded to Lion. X now takes a couple of minutes to load. Anybody know what to change to make this go faster?
2
votes
1answer
599 views
View desktop of *very remote* Ubuntu box from my MacBook Pro
So, I’ve searched for literally hours on this subject. Seen various solutions. But practically all of them are for people who want to see their Ubuntu desktop on their Mac, with both machines on the ...
0
votes
1answer
145 views
X11 application from 'administrator' account
Call me paranoid but my everyday account has no privileges.
I have a 'administrator' account who is in wheel. When I want to perform administrative tasks, I open a terminal and do
su - administrator
...
4
votes
2answers
3k views
Is X11 installed by default on Mac OS X?
I'm asking this because I'm considering distributing a commercial Windows application to mac users. The application would run in WINE, but WINE depends on X11.
I've read that X11 is installed by ...
2
votes
1answer
296 views
How can I get the Alt key to work in an X11 application?
I'm using an editor that requires X11 and for the most part it works well. I have many commands that use the Alt key and I like to navigate the menus this way as well, but the Alt key doesn't work ...
3
votes
2answers
1k views
Why is Wine X11 not creating a window on my Mac?
I have the wine software on my mac and I have a little problem here:
I try running my windows executable and I get this error in the console:
Application tried to create a window, but no driver ...
2
votes
4answers
1k views
How to run Wireshark in the background without the GUI?
I am trying to run Wireshark on Mac OS X in the background. I installed the command line utilities, and so I am able to start Wireshark and capture packets using the command line.
The only thing I ...