Displaying 20 results from an estimated 400 matches similar to: "Invisible window problem"
2008 May 26
2
windows opening off screen
Hi,
I'm having problems with windows which open off-screen and are thus inaccessible. Until recently, I ran my laptop with an external monitor in a dual-screen configuration. Now, I'm back to a single screen, but some wine apps appear to be trying to start up elsewhere.
So, I can verify that the program is running using ps and xwininfo:
wtipton 6652 26.5 2.3 2662984 36500 ?
2019 Aug 06
2
unstable refresh rate
I think I may have updated the tv firmware between when it worked and
when it didn't.
I wonder it it has to do with bit depth.
I use lubuntu and it doesn't let me pick the bit depth so I don't know
what it using.
2007 Mar 01
3
A couple of bugs...
Hello together!
I've found a couple of bugs with current compiz git,
most of them related to the use of KDE and wanted to
let you know.
1. kde-window-decorator crashes every now and then.
This seems to be especially often when starting
kaffeine media player, but not exclusively. I've
attached a backtrace, though I don't know if it is
useful in this form...
2. Resizing a
2006 Oct 09
1
[PATCH] dbus terminate action
I was always annoyed that you couldn't terminate an action with dbus so
I have
written this patch which fixes that. Hopefully this can be included.
I wrote the patch trying to repeat as little code as possible so I just
added a boolean
parameter to the dbusHandleActivateMessage and changed the name to
dbusHandleActivateDeactivateMessage. You could probably change the
deactivate
parameter
2018 Mar 10
0
[ANNOUNCE] xwininfo 1.1.4
Alan Coopersmith (5):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Print which option was in error along with usage message
Add -version option to print program version
xwininfo 1.1.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Olivier Fourdan (1):
xwininfo: do
2019 Jul 14
0
[ANNOUNCE] xwininfo 1.1.5
xwininfo prints information about windows on an X server.
Alan Coopersmith (4):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Clear -Wsign-compare warnings from gcc 7.3
xwininfo 1.1.5
David Hill (1):
In Find_Client, if (win == XCB_WINDOW_NONE), roots should be freed.
Stéphane Aulery (1):
Improve manpage and -h option
git
2023 Apr 09
0
[ANNOUNCE] xwininfo 1.1.6
xwininfo prints information about windows on an X server.
Various information is displayed depending on which options are selected.
This release adds an option, disabled by default, to use libxcb-errors to
improve the reporting of any X protocol error messages that may occur.
To enable it, pass --with-xcb-errors to configure.
Alan Coopersmith (8):
gitlab CI: add a basic build test
2007 Aug 27
0
[ANNOUNCE] xwininfo 1.0.3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Alan Coopersmith:
X.Org bug #10616: Add all the X info commands to See Also in man page
renamed: .cvsignore -> .gitignore
Man page formatting: make -geometry bold like other options
Rename xwininfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Purge unused code from dsimple.c
dsimple.c: ANSIfy function
2007 Nov 26
1
[PATCH] Don't draw shaded windows about to be destroyed
---
src/paint.c | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/src/paint.c b/src/paint.c
index 00cbf73..4ddd332 100644
--- a/src/paint.c
+++ b/src/paint.c
@@ -193,7 +193,12 @@ paintOutputRegion (CompScreen *screen,
if (w->destroyed)
continue;
- if (!w->shaded)
+ if (w->shaded)
+ {
+ if (w->id < 2)
+ continue;
+ }
+ else
2010 Mar 08
1
¿Can I detect tray icon position of a Wine app?
Hi
Many Windows apps uses a tray icon. ?There are a command or method to determine x and y corrds of that icon?. I want this to develop a notifier that shows a balloon "growing" from tray icon.
Thanks in adavance :)
2008 Oct 31
0
Desktop-operations in Metacity and Compiz.
Hello,
I'm developing a fancy screenshot application for the GNOME-desktop
using GTK and GDK libraries (and some Xlib stuff too).
When taking a screenshot of a window, my code first finds out in which
desktop the window lies (resides) and then moves to that desktop and
takes a screenshot. This is quite easy to do under the Metacity window
manager, but I cannot make this work right in Compiz
2006 Nov 12
4
Include option type in gconf schema
I am writing a configuration front end for the compiz gconf plugin at the
moment, but it's proving harder than it should be because gconf does not
record what type of compiz option the key is. For example, say i want a
color picker for each color option the only way I can tell with gconf if it
is color is if it has a # at the beginning, but there could be string
option which also have a # at
2001 May 29
4
any way to set X11() device geometry (screen offsets)?
I am writing an R program to plot data as part of a real time display in a
network
operations center (NOC). Is there any way, when starting an X11 device in
R, to
control the location of the plotting window on the screen?
I want to put up nine x11 plot windows at different places on the display,
and I want
the operators to be able to rearrange the window as they see fit by mousing
around
2008 Mar 20
0
Having trouble with a remote-crop-then-resize using attachment fu =(
Basically, I''m trying to crop multiple images out of a remote/original
scene.. Think flickr ''tagging'', only, the pixs in the tagged boxes
become their own unique images.. by way of simulating an upload from
the controller using attachment fu.. can''t quite figure out the
specific method in fu that would allow me to do this.. I''m so near the
edge right
2010 Nov 12
2
X11R7.6 Release Candidate 1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
It's a bit after 11pm, on the 11th day of the 11th month of the year,
so what better time for a new release of X11!
Release Candidate 1 of X11R7.6 has been posted at:
http://www.x.org/releases/X11R7.6-RC1/
This includes all the source tar files for the versions of the modules
currently considered part of the core release set (aka the
2006 Nov 12
1
[PATCH] Annotate shapes, text and dbus support
Here are my patches to add extra shapes to the annotate
plugin. I have also added dbus support and made a few things
configurable.
The new tools available are Line, Rectangle and Circle, the
original is called Brush. There is no selection line at the
moment because I do not understand OpenGL yet. Hopefully
these patches can be added and something added later.
There is an extra action called
2007 Jul 14
0
DBus question
Hi,
I'm working on a mouse gesture application which among other things can
trigger compiz actions over dbus and it's a little inconvenient to have
to append the root xid to every 'activate' method call.
Is there a reason why the 'root' argument can't be handled internally by
the dbus plugin? The only thing I can think of is a setup with more than
1 screen, which
2004 Aug 11
0
Re Re: R 1.9.1 (PR#7158)
paul murrell writes:
> Hi
>
>
> > Hi
> >
> > I am not to familier with R
> >
> > The following problem are observed on 1.9.1 but not on 1.9.0.
> > Both R distribution installed from source code.
> >
> > System:
> >
> > Mac os X 10.3
> > Xdarwin 4.4 (xfree)
> >
> >
> > Problem:
>
2004 Mar 19
2
X forwarding and BadWindow error
Has anybody else experienced weird X11 forwarding problems such
as the one below:
andreas at teste10:~> x3270
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 3 (X_GetWindowAttributes)
Resource id in failed request: 0x404372
Serial number of failed request: 833
Current serial number in output stream: 834
or
andreas at teste10:~>
2002 Mar 16
0
X11(colortype="true") does not give a truecolor visual(PR#1387)
ripley@stats.ox.ac.uk wrote:
>
> On Sat, 16 Mar 2002 Edwin@balpol.tudelft.nl wrote:
>
> > Full_Name: Edwin
> > Version: 1.4.1
> > OS: SunOS/Solaris
> > Submission from: (NULL) (130.161.1.115)
> >
> >
> > When selecting an X11 visual on Solaris 2.7 with
> >
> > X11(colortype="true")
> >
> > a PseudoColor visual