similar to: workspaces/desktops/viewports on top/bottom of cube?

Displaying 20 results from an estimated 2000 matches similar to: "workspaces/desktops/viewports on top/bottom of cube?"

2007 May 27
2
[PATCH] add 'sticky' mode to cube to allow sticky+not-on-bottom windows to stick to the screen when the screen is transformed
I've attached the patch since I don't yet have an easy way to make git format-patch and kmail play nice together. The basic idea is during a rotate/other cube transform, 'sticky' windows stick to the screen instead of being redrawn once per face (its an option, the default is the old behaviour) Consider this, please, essentially an RFC - this particular behaviour was
2007 Apr 12
1
[PATCH] Transparent cube
Hi, Recently i have worked on re-writing beryl's transparent cube, and ported 3d plugin to compiz. I'm attaching a patchset here that includes the transparent cube patches (i'll post the 3d plugin when i fix some problems that didn't happen in beryl). Patching order: btf-ftb.patch, clip-planes.patch, plugin-events.patch, cube-paint-order.patch, transparent-cube.patch. Special
2007 May 07
3
extra plugins for 0.5.0?
Hi, is anybody already working on porting the extra plugins (those ported over from beryl) to compiz 0.5.0? I'm especially thinking about the animation plugin. Or is this something to be addressed post-unification? CU all Matthias -- Matthias Hopf <mhopf@suse.de> __ __ __ Maxfeldstr. 5 / 90409 Nuernberg (_ | | (_ |__ mat@mshopf.de Phone
2006 Nov 11
3
Gnome switcher and gnome windows list
Hello, am I the only one experiencing some bugs with the latest git checkout in the gnome switcher and gnome window list ? When I click on one of the workspaces on gnome's switcher the cube doesn't rotate, but the windows disappear. I don't know how to describe it well, but it seems like the 4 faces of the cube in compiz and my 4 workspaces on gnome-switcher are now totally unrelated
2006 Dec 21
2
Time to Vote for a Logo
Our discussion and editing period has come to and end and it's time to vote! You can find the poll here: http://forum.go-compiz.org/viewtopic.php?t=286 Please read the whole post as the selection procedure is outlined below the poll. May the best graphic win!
2006 Dec 30
2
Compiz ignoring changes in gconf in Opensuse 10.2
Hi, I have recently upgraded to Opensuse 10.2 from 10.1 and all the changes that I am making in gconf have no effect on compiz. I am running compiz as a window manager in kde and I have followed the instructions for running compiz in Opensuse 10.2. However if I change in session manager the preferred window manager to kwin and then put compiz.desktop in Autostart directory all the changes in
2007 Jan 25
2
New configuration system
I see many people hate Compiz (and use Beryl) just because it needs gconf + many other GNOME deps. I think this is the biggest advantage of Beryl over Compiz. Yes, users don't have to compile compiz with gconf, but how will they configure things? They'll modify the sources? Compiz needs a new configuration plugin. A text-based one, independent of tons of libraries would be great.
2006 Aug 10
2
Better keybindings for move and resize
Hi, I'm attaching a patch that improves the keybindings for keyboard resize and move. In both cases, the action can now be cancelled by Esc, moving the window back to the position and size it had before the action was initiated. Furthermore, for the resize case, the keybindings now work more like metacity, in that when initiated, it starts with the cursor in the middle of the window. The
2006 Jul 13
1
Re: Water plugin don't run error message: GL_ARB_fragment_program is missing
> Out of curiosity, what hardware/drivers do? (It also failed with my > radeon(4) card.) I have a geffo 4 ti 4200 AGP 4x OpenGL 1.3 hardaware support, GL_ARB_fragment must be an extension of OpenGL 2, also Windows nvidia driver lack of this extension. Looking at the source code written by David Reveman the GL_ARB_fragment_program it's used when loading the bump mapping effects. I've
2008 Aug 17
1
Making use of names of viewports (grid)
The following code, though not brilliant, works on an A4 page. It might look odd on other devices of a very different size. =============X8------- cut here ---------------------------- require(grid) wide <- 15 vps <- grid.layout(nrow = 3, ncol = 4, widths = unit(rep(1, 4), rep("null", 4)), heights = unit(c(99, 1, 99),
2006 Jul 19
2
Re: Water plugin don't run error message: GL_ARB_fragment, program is missing
>> On Mon, 2006-07-17 at 23:09 +0200, reggaemanu wrote: >> >>> Hi David, >>> >>> In fact, for a Geforce TI 4200 card, and surely some others >>> card... the problem is than GL_ARB_fragment program is >>> available in a regular xorg server (so with nvidia drivers) , >>> and with xgl/compiz it is no longer available. So it is a
2006 May 29
2
Feature Request: Viewport Switching Plugin
Hi, First of all, great job! :) I really like to organise my work on, former known "workspaces", now "viewports". I use currently use 9 so I have 3 for work, 3 for private applications and 3 for other projects. Using the viewports like this it happens to have 3 browser windows, 6 Document Viewers, 9 Terminals, 1 Evolution, 2 IDEs and >3 Gimp The number of Windows and
2020 Mar 01
1
Gnome kind of freezes when I drag windows between workspaces
Hi there. Just wanted to ask if anyone faces a similar problem with me. When i drag windows between workspaces sometimes my desktop kind of freezes. I can move the cursor and if i play any video it keeps playing but my desktop doesnt respond. Anyone has similar problem? ps.Im asking in the list instead of filing a bug report because since this is happening on a basic package of Centos i
2012 Jul 09
3
puppetdb = rise in exection expired notices?
I''m getting more and more "execution expired" as systems checking and hit puppetdb for the first time (switching from a mysql instance). The command queue isn''t long (1-5, if anything, all the time), and ym master itself seems to be dealing well enough. I have seen the collection time growing higher and higher though. This is a ~2K node deployment, and one of the few
2006 Aug 01
1
Cube rotation
Hi, First of all I would like to say that I love the work you are doing. Xgl/compiz is a great project! I really appreciate what you are doing :) However, there is one feature that I'm missing, or rather the possibility to disable another feature. I would like to be able to use multiple viewports, but I don't want the rotation animation. Sure, rotating the desktop to switch viewport is
2006 May 26
9
What syntax is this? belongs_to :Person
so when I''m reading the pick axe book second edition I don''t see anything like the syntax you see people using in rails code. Specifically when you see. belongs_to :Person has_many :Phones etc these are methods on ActiveRecord right? Why is this invocation syntax never described in the Pick Axe book? I do see things like attr_reader :some_attribute etc but you
2007 Jun 26
3
[PATCH] Always use mipmaps in cube plugin
Currently, the cube plugin uses mipmapping only when cube is unfolded. When the cube is rotated, mipmaps are not used, which leads to ugly look of textures. The attached patch fixes this. This leads to another kind of artifacts, which are fixable with anisotropic filtering. http://team.pld-linux.org/~wolf/aniso.png The leftmost image is the current state of cube plugin. The center image is with
2011 Jan 18
3
AST-2011-001: Stack buffer overflow in SIP channel driver
Asterisk Project Security Advisory - AST-2011-001 Product Asterisk Summary Stack buffer overflow in SIP channel driver Nature of Advisory Exploitable Stack Buffer Overflow Susceptibility Remote Authenticated Sessions Severity Moderate
2017 Jan 04
1
7.3: Gnome workspaces mirrored
An user is using 2 displays and configured Gnome to "Static Workspaces only on primary display on" using gnome-tweak-tool Till 7.2 it was working as expected. After upgrading to 7.3 the content on the primary screen gets mirrored to all workspaces. When switching to "Static Workspaces only on primary display off" everything is working as expected on 7.3, too. Any ideas?
2017 Jun 07
1
Unable to map more than 4 workspaces to keyboard shortcuts on C7.
Hi, I have a new install of c7 with the gnome desktop. I run it with 12 workspaces. Normally I create the shortcuts so that ctrl+f1 maps to workspace 1 ctrl+f2 maps to f2, etc. When I goto applications -> settings -> keyboard -> shortcuts -> navigation, I only have the ability to define "Switch to workspace" 1 through 4. There does not appear to be a way to map keyboard