similar to: Misc WM buglets

Displaying 20 results from an estimated 2000 matches similar to: "Misc WM buglets"

2005 Jul 26
1
docu buglets for ar and friends
This is R2.1.1 The documantation opened by ?ar, section for returned value, does not document all the components of the returned list. In addition to the 13 components documented, it also contains the component $frequency This also applies to the help page opened by ?ar.ols -- Kjetil Halvorsen. Peace is the most effective weapon of mass construction. -- Mahdi Elmandjra
2011 Nov 29
0
a couple Sweave buglets
Just a couple of small bug-lets/stuffs in Sweave: - It stripes off the two lines starting with @ (this is a verbatim section showing plink's start-up message): ======================================= @----------------------------------------------------------@ | PLINK! | v0.99p | 17/Dec/2006 | |----------------------------------------------------------| | (C)
2010 Aug 20
3
Date Inconsistencies? Buglets?
The treatment of dates seems to be a little inconsistent in R 2.11.1 (2010-05-31): [1] The choice of origins? > as.integer(as.Date("1970-01-01")) works and assumes as origin 1970-01-01. However, > as.Date(1) does not work. It requires an origin (as.Date(1, origin="1970-01-01")). If we set a default origin in the former, it should probably work when the input
1997 Dec 03
1
R-alpha: Two buglets and a difference
I have come across three problems in the past few days, in spell of heavy R ( version R0.50-a4/Sun Solaris2.5.1 ) use. 1. I was using lwd=2 to get thicker lines on plots for printing, but although the 'lwd' parameter works fine with x11(), the thickened lines do not print with print.plot, or by using postscript() directly. 2. Try the following, plot(1:10, -(1:10))
2010 Nov 02
2
e-sword under a tiling WM
I've been using pytyle, but it seems this condition is common to most tiling wms. Basically, some wine apps get handled (opensong and 'i wanna be the guy' are the ones that do on my system), but some don't, e-sword being one that doesn't. pytyle does automatic tiling, fitting the windows in a defined pattern on the screen. It just does not see e-sword, somehow, but has no
2011 Jan 31
1
Re: e-sword under a tiling WM
ngoonee wrote: > > vitamin wrote: > > > > ngoonee wrote: > > > Well, why does my WM know about other wine apps but not e-sword? > > > > Popup, tooltip, and like windows (most windows without caption) are created as unmanaged. It all depends on what kind of windows program is using. > > > I don't think e-sword is an unmanaged window. It has a
2011 Jan 31
1
Re: e-sword under a tiling WM
James McKenzie wrote: > On 1/30/11 8:43 PM, ngoonee wrote: > > > ngoonee wrote: > > > > > vitamin wrote: > > > > > > > ngoonee wrote: > > > > > > > > > Well, why does my WM know about other wine apps but not e-sword? > > > > > > > > > Popup, tooltip, and like windows (most windows without
2011 Aug 26
0
Lightdm for DE/WM other than gnome
I want to say abut what I see. The Display manager should be desktop DE and WM independent also the same goes for linux distro. as you surly agree, for instance Openbox is fully appropriated among linux users and at this moment there is growing interest in matter of tilling Windows managers. So if lightdm wants to become the replacement of GDM , it is surly agreeable to add support for such. I
2017 Mar 28
0
Using i3 wm under CentOS7
Hi all, Anyone has installed i3 wm under CentOS7? Any samples? I have some doubts about to how to manage battery power, notifications, etc. Thanks -- Greetings, C. L. Martinez
2004 Oct 05
0
real/wm/etc audio stream -> zap extension
All, I'll admit that I haven't looked very hard for this info, but nothing jumps out at me from the searching that I have done. Any thoughts on taking a network audio stream (real, windowsmedia, etc), decoding it, and then passing it to a zap extension? My desire is to be able to call into my via an analog phone, dial an extension, have it connect across the 'net to a preselected
2009 Jun 02
1
[PATCH] ocfs2: Adjust rightmost path in ocfs2_add_branch.
In ocfs2_add_branch, we use the rightmost rec of the leaf extent block to generate the e_cpos for the new added branch. In the most case, it is OK but if there is a gap between the the root(or branch) 's rightmost rec and the leaf, it will cause kernel panic if we insert some clusters in it. The message is something like: (7445,1):ocfs2_insert_at_leaf:3775 ERROR: bug expression:
2004 Aug 15
3
Stacking Vectors/Dataframes
Hello, Is there a simple way of stacking/merging two dataframes in R? I want to stack them piece-wise, not simply add one whole dataframe to the bottom of the other. I want to create as follows: x.frame: aX1 bX1 cX1 ... zX1 aX2 bX2 cX2 ... zX2 ... ... ... ... ... aX99 bX99 cX99 ... zX99 y.frame: aY1 bY1 cY1 ... zY1 aY2 bY2 cY2 ... zY2 ... ... ... ... ... aY99 bY99 cY99 ...
2006 Sep 15
1
Discussion about Compiz and working togeher
I would like to get a better understanding as to why Quinn's patches have not been accepted into the compiz git tree. I feel Quinn's patches could greatly improve compiz. She has made quite a lot of progress wrt to enhancing compiz with her cgwd window decorator which allows users to write their own themes for window decorations. Also, many of the plugins that are in compiz.net are MIT
2006 Jul 18
1
roll wheel on desktop to switch viewport
Hi. After some time using Quinn's Compiz I returned to Vanilla, which is more stable to me. There's a feature I do miss from Quinn's package, though, and it's the ability to change viewports by rolling the mouse wheel over the desktop. Would it be possible to mimic that behavior in Vanilla? Thanks in advance.
2003 Oct 20
2
"aliases" for R constructs?
Hi Folks, My recent response to Laura Quinn's query about matrix subsetting reminded of a question. I wrote: iDir <- ((Winds[,20]<45)|(Winds[,20]>315))&(!is.na(Winds[,20])) Now, I find "!is.na" a bit awkward to type, so I might prefer to type it as "nis.na". While it is possible to define nis.na <- function(x){ !is.na(x) } this involves a slight
2002 Jul 23
3
calling Matlab
Is there a way to call Matlab and Gauss code in R? I see functions that work for C/FORTRAN, but not for other languages. Brian -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !)
2007 Nov 21
0
window stacking bug #3
While I was posting the previous two window stacking bug reports, I noticed another, similar problem: (All this is about the latest Compiz from GIT, with "redirect full-screen" _disabled_.) Open two windows that you can easily tell apart. (It works with two terminals, as long as they have different text on them.) Make them both full-screen; you'll need the Extra WM Actions plugin.
2007 Nov 21
0
window stacking bug #2
Hello! I noticed several problems in how Compiz handles full-screen windows*, and I hacked a bit around the source to try to find their source. (*: I use this pretty much as a replacement for full-screen, all the time.) I already mentioned two, here's another bigger one. In all descriptions below, full-screen windows are NOT un-redirected. * Problem: If the topmost window is a full-screen
2006 Apr 01
2
[PATCH] Implement window zoomin/zoomout on create/unmap
This patch makes windows zoom in and out of a zero point on create/unmap. I've cleaned up the formatting/style to be consistent with the rest of compiz (eg adding spaces around operators, tabifying, using C style comments). This patch could use some more work. It should only apply to decorated toplevels, but right now it also affects XUL menus (I guess because they are not unmanaged like
2007 Apr 04
1
First attempt to submit a patch...
I'm a bit new to git and having trouble figuring out just how to get the git format-patch into kmail properly, so I'm going to attach the text to this message. If there is a better way, please let me know. -------------- next part --------------