Question

I'm using ssh from my Mac terminal to login to a server at my university. I'm trying to launch cscope which uses X and get "Error initializing application (Tcl_AppInit?): no display name and no $DISPLAY environment variable". This is expected. I've tried adding the -X parameter when logging in but that doesn't work. I know this can work with putty and x-term but that's only with Windows machines. Is there any way to launch a gui just from my terminal through playing with $DISPLAY and X tunneling? Thanks!

Was it helpful?

Solution

Before you ask a question it's recommended that you try to do some research on your own. A little searching can go a long way.

Anyways

If you can't get it working, I suggest looking at the Super User Q&A forums. Super User is similar to Stack Overflow but it's more geared towards arcane terminal stuff and general computer questions whereas Stack Overflow is more geared towards programming specifically. You might be able to find more knowledgeable people there.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top