Displaying 15 results from an estimated 15 matches similar to: "--replace for gtk-window-decorator"
2007 Mar 06
3
Strange issue with windows positioning
Hi, I just compiled and installed the latest compiz from git head and
I have a strange issue with windows positioning: all newly created
windows are placed at 0,0 (upper left corner) of the screen, so the
title bar (and menu bar too) is under my gnome panel. I attach a
screenshot to show the problem. I can't understand if this is a
problem of compiz configuration (plugin order or something
2006 Oct 27
2
Compiling under Fedora C6
Hi to all. I've just installed a Fedora Core 6 on a Desktop here,
adding the default distro compiz package. I've some problem when the
screen saver starts: when I try to enter my password to unlock the
system, the window has no textbox in which enter my password...I have
to kill from a console the gnome-screensaver to unlock the system.
I saw the version of compiz provided with the distro
2007 May 08
1
core.xml and compiz.xml
I think there's a naming error in the current git metadata:
metadata/compiz.schemas and metadata/compiz.xml should be named
metadata/core.schemas and metadata/core.xml.
In my installation all my core settings are ignored: renaming the file
/usr/share/compiz.xml in /usr/share/core.xml solved my problem.
regards,
Pierpaolo
--
Pierpaolo Follia
http://madchicken.altervista.org/tech
2006 Oct 19
1
Window title in bar doesn't change when application requests it
I'm running Compiz 0.3.1 (from gandalfn's repo), and when I change, say,
tabs in Firefox, the title in the titlebar doesn't change. It does in
the panel though, but that isn't the realm of Compiz. When running
Metacity, I don't have this problem.
2006 Nov 09
4
Show desktop not working correctly?
Hi,
is it a known bug that when using show desktop (pressing ctrl-d), showing
the windows again, all gnome-session processes appears as empty windows?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/compiz/attachments/20061109/bdc2c91e/attachment.html
2006 Dec 13
1
Drawing artefacts after suspend to ram
Hi,
I'm bitten by a bug that is also in the Debian BTS, so I'm not sure you
are aware of it. I couldn't find it in the fdo BTS. Anyway the problem is simple.
After a successful suspend and resume all window decorations (the
places where the shadow was supposed to be, but also the titlebars) are
much to colorful (meaning it has some random colors in it).
Moving the windows brings the
2007 Jul 17
2
Blur problems
I'm using compiz compiled for feisty by trevino, on a mobility radeon x1600
using fglrx 8.38.6 over Xgl 7.2.0.
I'm experiencing some problems with the blur: after a short time using
compiz the blur over
the windows (most noticeably the terminal) becomes a opaque gray. I really
don't know how to debug this problem... :(
I'll be happy to give any information you'll need
2008 Dec 12
2
Download and install compiz
Greetings:
I have a Desktop-32bits with Ubuntu -8.10 and a PortableAMD-64bits with
Fedora9 , and I am very interested in to use compiz in both PCs.
Please send me information about how to download and install , step by
step, compiz in my PCs.
Thanks in advance
Mario jaramillo
2009 Mar 05
4
Which effects are 3D and which are 2D?
AMD is dropping support for the R300-R500 cards in their official drivers:
http://www.phoronix.com/scan.php?page=article&item=amd_r500_legacy&num=1
As the current open source drivers do not support 3D, I'd like to know
which Compiz effects use 3D and which use 2D. Thanks.
--
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
2006 Sep 28
3
configuration tools
Hi,
I was looking around for configuration tools for compiz. I don't really need
anything special, but situation seems a bit problematic at the moment:
- gset-compiz: Used it in the past, website is dead.
- compiztools: Never seen it, but from what I read seems ok, but website
defaced and download dead
- csm: doesn't work with vanilla compiz
So: Is there any tool atm to set the compiz
2007 Apr 09
5
Python plugin (Python API for Compiz)
Here is my python loader plugin which loads plain python
scripts as full plugins.
There is not much documentation, but I have included a few
examples to get you going.
triangle - Just a basic plugin which shows a triangle on a button
press. This shows using ctypes to pass values from compiz to the
python opengl bindings.
basiczoom - Zooms in on the screen (basically)
inactive - This is a port
2009 May 08
3
Will radeon or radeonhd work with compiz?
Sam, Danny, J., all
I am working with the radeon and radeonhd drivers seeing if I can get them to
work with compiz 0.8.2.1 on my radeon x1200 laptop. My xorg .conf is:
Section "Device"
BoardName "RV350 NP"
# Driver "radeon"
Driver "radeonhd"
Identifier "Device[0]"
VendorName "ATI"
EndSection
I have tried
2007 Apr 29
2
Plugin Interface for Decoations
Hi,
this email is basically the result of a small discussion which made me
think what the real end-goal of my work on Emerald-2 would be. Since
Emerald has already a extensible system (Engines) I thought about
giving the engines wider access, so that they are more like plugins.
However the first thing needed is a nice plugin API. The base for that
is the new settings backend of Emerald-2.
2011 Nov 09
12
WARNING: at fs/btrfs/inode.c:2198 btrfs_orphan_commit_root+0xa8/0xc0
Hello,
I''m seeing a lot of warnings in dmesg with a BTRFS filesystem. I''m using
the 3.1 kernel, I found a patch for these warnings (
http://marc.info/?l=linux-btrfs&m=131547325515336&w=2)
<http://marc.info/?l=linux-btrfs&m=131547325515336&w=2>, but that patch
has already been included in 3.1. Are there any other patches I can try?
I''m using
2011 May 11
8
[PATCH 1/4] Btrfs: map the node block when looking for readahead targets
If we have particularly full nodes, we could call btrfs_node_blockptr up to 32
times, which is 32 pairs of kmap/kunmap, which _sucks_. So go ahead and map the
extent buffer while we look for readahead targets. Thanks,
Signed-off-by: Josef Bacik <josef@redhat.com>
---
fs/btrfs/ctree.c | 23 +++++++++++++++++++++--
1 files changed, 21 insertions(+), 2 deletions(-)
diff --git