Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
344 views

How can I launch an x-window from emacs ess when running R on a server?

I am using emacs-snapshot with the ssh.el package, following the instructions from the ess manual. There are a few ways to open an R session, but this is how I do it: open emacs C-x C-f ...
4
votes
1answer
492 views

will linux emit event when monitor connect with D-sub connector?

I want to write a software, when monitor connect with D-sub connector, this software will pop-up, and ask user to mirror monitor or extend monitor. but i doesn't find any event emit when d-sub ...
3
votes
2answers
261 views

Capture change in active window (for linux)

Is there a way to know when a (linux x windows) user changes the active window through alt-tab or click. I want to write a script that listens for this event (if such an event occurs, the script then ...
3
votes
1answer
995 views

Is there a linux command to determine the window IDs associated with a given process ID?

Given a process iD of XX, I'd like to have a list of any window id's where _NET_WM_PID = XX. Even better would be the oldest still active window id if possible. I'm very new to linux, but what I'm ...
2
votes
0answers
37 views

How do I read the pressure value from a graphics tablet stylus in Linux?

I am trying to add pressure sensitivity support to Synergy on Linux. I believe the first step should be to detect the pressure value on the server side. The stylus movement comes in as a MotionNotify ...
2
votes
1answer
86 views

how to quit the blocking of xlib's XNextEvent

Under windows, the GUI thread usually call GetMessage to waiting for message, when another thread use PoseMessage put a message into the queue, then the GUI thread will return GetMessage (quit ...
2
votes
1answer
62 views

Run script on Fedora screen lock

I'm looking for a way to run a program when locking the screen in Fedora 15 linux. Basically I want to start running a motion detection program when the screen locks, or I manually hit Ctrl+Alt+L, but ...
2
votes
0answers
69 views

XCreateGC function performance

I've a problem with XCreateGC function performance. It seems that works normal(fast) in several cases, and very slow in other cases:). For more details, please look on this code: void ...
2
votes
1answer
121 views

X11. How to know the full size of a window (with the size of its decorations)

I would like to retrieve the complete size of any windows in X11 in order to automatically resize it. So far I have used wmctrl but the size seems to be incomplete. for instance >$ wmctrl -lG ...
2
votes
2answers
150 views

Python: tell X to reserve screen space for application

I am trying to solve the issue of reserving space on the screen for an application with X Window Manager (i.e. Linux platforms). I have seen this issue addressed and solved for Gtk and I asked the ...
2
votes
2answers
188 views

X Windows-esque JS UI Client

All, I've had an idea kicking around for a while now: Is there a standard graphics library/protocol like X Windows for HTML+JS? I'm primarily a desktop developer with experience in technologies like ...
2
votes
2answers
174 views

Old-school C stumper - most keyboard input ignored by ancient XWindows/Motif app

If you haven't been programming for at least 10 years, or you have never written C code on Linux/Unix, you probably have no business reading this. I'm reviving a source build of an old Xt/Motif ...
2
votes
1answer
193 views

Convert MFC Doc/View to?

My question will be hard to form, but to start: I have an MFC SDI app that I have worked on for an embarrassingly long time, that never seemed to fit the Doc/View architecture. I.e. there isn't ...
2
votes
2answers
311 views

BadAlloc and crash in wxWidgets program. How to find the error?

We have a fairly large cross-platform C++ program running on wxWidgets. Recently a big chunk of code was ported over from windows to linux, and since then the program crashes upon the display of a ...
2
votes
1answer
393 views

Why does my simple GLX app leak memory?

The code below shows a small 48 byte leak in valgrind. #include <X11/Xlib.h> #include <GL/glx.h> #include <unistd.h> int main( int argc, char* argv[] ) { Display* _display; ...
2
votes
4answers
481 views

Self contained GTK application when there is no X windows environment

I am using a very stripped down version of Linux, I want to create a self contained GTK application on a system that has no X window environment installed. I want to use GTK GUI classes and widgets ...
1
vote
0answers
70 views

What remote desktop solutions are viable in Ubuntu beyond the desktop upheaval?

Is there any obvious combination of client/server remote desktop technology that we can expect to rely upon in the near-term future? I have been happily using Nomachine NX Client to connect to NX ...
1
vote
0answers
304 views

exceed vs xming

If we compare excedd and xming, which is better? What are advantages or disadvantages of both? How to convince somebody to use the one of them instead of the other?
1
vote
3answers
630 views

What are the alternatives to wmctrl?

Do you know of any alternatives to wmctrl? A program that lets you manipulate windows and window management from the command line. One drawback with wmctrl is that whilst you can manipulate the ...
1
vote
2answers
82 views

X Windows Documentation

I am planning to develop a couple of small applications using X on Ubuntu 10.4. Does anyone know where I might find any documentation on the subject, including the widget set Ubuntu uses (I'm used to ...
1
vote
2answers
541 views

What file explorer can I use in Cygwin with UNIX like paths?

I'm fed up with using Windows Explorer as my file browser as I use Cygwin bash as my primary command line environment. Windows Explorer shows the full path in the address bar. Usually, I copy that, ...
1
vote
1answer
99 views

How to get the inside dimensions of a decorated window in XWindows?

If I create a full screen window where m_winw and m_winh is the full screen size, it seems to create a window for me where the outside dimension is the full screen and the inside is smaller based on ...
0
votes
0answers
27 views

xwindows start problems

I want to test a xwindow c++ program - I compiled it with g++ xwindows_test.cpp -o xwindows_test.x -L/usr/X11R6/lib64 -lX11 After starting the program the window pops quickly up and ...
0
votes
1answer
40 views

How to find the X geometry of the root window that excludes any GNOME panels or other GNOME “things”?

I need to find a way to obtain the geometry suitable to pass to some X window command's -geometry option so that it is guaranteed to cover all of the X root window that does not overlap with anything ...
0
votes
0answers
36 views

Resize with _NET_WM_MOVERESIZE

I am writing my own window manager using Xlib and Qt 4.7. I catch "ClientMessage" event and when I receive _NET_WM_MOVERESIZE atom, start a resizing/moving of window(depends on data inside of atom). I ...
0
votes
2answers
58 views

QApplication and handling X server shutdown

I have a Qt application that runs on a linux machine that displays UI windows on a Windows machine running an X server. There's a strong possibility that the users of my application will logout of ...
0
votes
1answer
76 views

Window manager. Internal content of X windows in separate window?

I am writing my own Window Manager using Xlib and Qt 4.7. So in my application I catch all events from XServer. The problem is next. When I show window on "MapRequest" event, sometimes its internal ...
0
votes
0answers
28 views

Running xwindow application from command line [closed]

I have a remote server that is being used to build a graphical application, as part of testing I would like it to be invoked programmatically (either via a Jenkins job or a SSH session). Now because ...
0
votes
1answer
62 views

Why does only one child window show?(x11)

I have a small piece of code where I create 4 non overlapping sets(Top/Bottom Left/Right) of 3 windows(1 parent window 1 child window almost as large as the parent window and 1 small button window). ...
0
votes
2answers
48 views

x server and application clients

I need some clarifications about the X Server and the applications. As described in the wiki: X Window System protocols and architecture, "X server is go-between for the user and the client programs, ...
0
votes
2answers
57 views

Showing mac window on remote xserver(mac is not honoring DISPLAY variable)

I have a mac (snow leopard) and a windows7 desktop at work. The windows desktop is my primary machine. Is it possible to get individual mac windows like xterm/finder to show up on windows desktop? ...
0
votes
2answers
45 views

What is the right way of building a long scroll list of button widgets in Motif?

I'm dealing with an old Motif application that needs to load and display a long list of entries (around 1500). It creates and manages an instance of xmFormWidgetClass via XtVaCreateManagedWidget() and ...
0
votes
2answers
178 views

using cygwin sshd and xwin to launch window application from remote client

Could be a flaming thread but hope you dont mind a question from a curious Joe here. I have Desktop computer running downstairs running with winxp pro,cygwin,sshd,xwin. Whilst that, I am working ...
0
votes
1answer
134 views

Bug with LWJGL on 64-bit Ubuntu (ATI graphics card); Conflict with X Windowing System?

So, on 64-bit Ubuntu I'm developing with LWJGL, but code that worked perfectly well on Windows (and Mac, though I've tested that much less) is having issues on my new machine. Basically, if I attempt ...
0
votes
1answer
171 views

XCreateWindow fails on CentOS 5.6 with error: BadValue

I'm using the following code to create a fake window for some integration tests: class CXWindowsClipboardTests { protected: virtual void SetUp() { m_display = XOpenDisplay(NULL); ...
0
votes
0answers
99 views

X server: embedding one window inside another

I have an application which is closed source. I wish to embed it's windows' inside my own application window - make them part of my window. I know that it is possible by some way to disable externally ...
0
votes
2answers
68 views

Floating/Always above dialog

I've noticed in GIMP that when a dialog is opened it does not disable the parent window. The parent window can still be used, while the child window floats in front of it. I want to do the same thing, ...
0
votes
1answer
252 views

Is Visual WebGui like an X-Server written in JavaScript?

I am trying to understand Visual WebGui, am I right to think of it as being like a X-Server (X-Windows) but with the UI server written in JavaScript? Are there any other products like it?
0
votes
1answer
19 views

Is it possible to embedd an X window inside a web frame?

we have different kinds of monitoring software, each one has its own pourpose and none of the can do all the monitoring by itself. I was trying to centralize all four platforms on a single web site, ...
0
votes
1answer
117 views

how to use X-Win32 connect Mac OS in remote?

Senario is: One windows computer with X-Win32 application. One mac os MBP remotely. How can I connect mac by using X-win32 in windows? Thank you!
0
votes
1answer
265 views

Segmentation Fault In My Xlib Wrapper Class (C++)

I am attempting to create a wrapper class to the Xlib library, but I get a segmentation fault! I am new to C++ and this is probably out of my depth and maybe have my goals set to high, other than that ...
0
votes
1answer
77 views

Programmatic interaction with GUI applications in Ubuntu

I would like to manipulate GUI applications under Ubuntu. I think it can be done in Windows using UI Automation. At a basic level I would like to simulate clicking the done or "yes" button when faced ...
0
votes
1answer
115 views

Porting IRIS GL to Open GL?

Hi I'm really new to IRIX, IRIS GL, and Motif. I must compile more than 30 C codes written in 1997. Because these sources require header files such as XmAll.h, Xlib.h, and so on, I thought I just ...
0
votes
1answer
128 views

How to define a logout script for the Cygwin/X X Server

Is there a way to define a logout script for the Cygwin/X X Server? I'm looking for something like .bash_logout, but only run when the Cygwin/X X Server shuts down. I'm using .startxwinrc to start ...
0
votes
1answer
101 views

BadAlloc X Error

Im having some problems with a GTK program im trying to build. When i compile it i keep getting this error: This probably reflects a bug in the program. The error was 'BadAlloc (insufficient ...
0
votes
1answer
552 views

How do I catch keyboard events in X11?

I'm writing an LCD controller, and one feature I want to add is the ability to catch keyboard strokes so that you can do stuff like instant messaging over the LCD. I found xsnoop.c but it's outdated. ...
0
votes
2answers
470 views

Paste text to active window linux

I want to write application which paste some text to active window on some keystroke. How can i do this with Python or C++ ? Update: Sorry people. I think i don't describe problem clearly. I want to ...
-1
votes
1answer
357 views

Ubuntu 11.10 - How to get into console without X [closed]

I need to install nvidia driver on Ubuntu manually. One problem is that I have to install it without X running. I tried press --, it bring me to a tty buy the X is still running. I was also ...
-1
votes
1answer
33 views

Some weird output while reading from a console of my X-win window

My following code is acting really weird, I am trying to read from a console through one of threads in my application, and main thread has some printf statements, which I am using for debugging and ...