Linked Questions
13 questions linked to/from What process created this X11 window?
4
votes
1
answer
3k
views
What process created this window with no PID associated? [duplicate]
Possible Duplicate:
What process created this X11 window?
I need to kill a process that spawned a window which seems to have no PID associated with it. At least that is what xdotool says:
~$ ...
3
votes
1
answer
395
views
Find creator of resource in X [duplicate]
Possible Duplicate:
What process created this X11 window?
Recently I've been bugged by a mysterious invisible window in X on my Ubuntu machine.
It takes the form of an always-top-most window with ...
0
votes
0
answers
14
views
Find the processes making a window [duplicate]
OS: Manjaro Linux x86_64,
Kernel: 5.10.84-1-MANJARO,
DE: Cinnamon 5.0.7
Everytime I start my computer and log in, there is a 1x1 unnamed window with a settings cog icon, at first I ignored it, but now ...
77
votes
8
answers
56k
views
Who's got the other end of this unix socketpair?
I want to determine which process has the other end of a UNIX socket.
Specifically, I'm asking about one that was created with socketpair(), though the problem is the same for any UNIX socket.
I ...
9
votes
4
answers
5k
views
list graphical processes from terminal
Do no confuse the question here with how to list processes graphically, that is not what I am asking.
In the Terminal, how can i see which processes have a GUI?
as in things like firefox, vlc, geany,...
7
votes
1
answer
9k
views
How to set custom property with xprop and open that program in one line?
I tried this:
xprop -id $(gedit & echo $!) -f MY_VAR1 8s -set MY_VAR1 MyCustomVar
Than i tried to xprop and click on the gedit window - MY_VAR1 was not present there.
So i thought maybe i should ...
3
votes
3
answers
5k
views
How do I exit the window manager on the current X display?
Let's say I have the window manager Blackbox running on two different X displays, e.g. :0.0 and :1.0 launched from tty1 and tty2 respectively. From a terminal (emulator), how do I exit (kill) the ...
11
votes
1
answer
1k
views
Is it possible to know the source (application) of the clipboard?
I've noticed that sometimes clipboard contents become unavailable if the source application (where the content was copied from) is closed.
This leads me to wonder if it's possible to know what the ...
8
votes
1
answer
688
views
Prioritise X applications with focus
Is there a way to prioritise X applications with focus, preferably both in terms of CPU and I/O?
Something like all X applications are niced and ioniced down in priority, but when they gain focus ...
1
vote
2
answers
524
views
How are window-ids given out by MATE window manager?
While trying to write a script involving wmctrl ( since MATE on LMDE 2 doesn't offer as many advanced features as other WM configurations involving Compiz, which I don't have on LMDE 2), I came across ...
1
vote
2
answers
986
views
name of binary vs. name in GUI
In icedove>preferences>attachments, for 'JEPG image' one can select 'Image Viewer' or 'Use other ...'. It turns out that 'Image Viewer' is actually '/usr/bin/eog' on my system. I only know that ...
5
votes
0
answers
594
views
"This computer has only 0 bytes disk remaining" message from Linux running on Virtual box
This is the setup. I started seeing this message today from Linux Manjaro installed on Virtual box under windows 10. The issue is that I have lots of disk space, both allocated for the Linux and also ...
1
vote
1
answer
312
views
Cinnamon: Which software project "owns" the "Display" configuration dialog?
Cinnamon 2.8.8 64-bit, Linux Mint 17.3 'Rosa'
Menu > Preferences > Display
The dialog allows to enable and disable (multiple) monitors, and position them relative to each other with drag and drop.
...