similar to: strange looking buttons and graphical glitches

Displaying 20 results from an estimated 1000 matches similar to: "strange looking buttons and graphical glitches"

2004 Sep 07
0
Please review openssh patch for selinux
As posted, here is an updated patch which allows openssh to be built with non-selinux config. (Hi openssh guys, forwarding this to you incase you interested including it into the devel version of openssh. Please let us know if you have any suggestions or changes that need to be made) Regards Nigel Kukard On Thu, Sep 02, 2004 at 04:11:54PM -0400, Daniel J Walsh wrote: > New SSH patch. >
2006 Aug 29
0
Theming slow wine down a lot. Can I just change colors?
I've tried theming, but it makes parts of the GUI very sluggish (especially menus) and there are glitches. Is there a way to change the colors used by unthemed wine? -Sterling Christensen PS: I think 9x colors are no longer the best default for wine. With no theme, people have actually pointed at wine apps running on my desktop and said "yuck". It gives wine an old/obsolete look
2007 Mar 19
1
abode acrobat professional 7.0 installation problem
Hi all, When I try to install acrobat pro 7.0, I get the following error and execution stops: "fixme:msi:MsiInstallProductW L"Z:\\home\\emre\\tmp\\Acrobat Professional 7.0\\Adobe Acrobat 7.0 Professional\\AcroPro.msi" L" SETUPEXEDIR=\"Z:\\home\\emre\\tmp\\Acrobat Professional 7.0\\Adobe Acrobat 7.0 Professional\"" err:msi:ITERATE_Actions Execution halted,
2011 Jan 20
1
[PATCH] change acquire/release_console_sem() to console_lock/unlock()
the -rt patches change the console_semaphore to console_mutex. so a quite large chunk of the patches changes all acquire/release_console_sem() to acquire/release_console_mutex() this commit makes things use more neutral function names which dont make implications about the underlying lock. the only real change is the return value of console_trylock which is inverted from
2011 Jan 20
1
[PATCH] change acquire/release_console_sem() to console_lock/unlock()
the -rt patches change the console_semaphore to console_mutex. so a quite large chunk of the patches changes all acquire/release_console_sem() to acquire/release_console_mutex() this commit makes things use more neutral function names which dont make implications about the underlying lock. the only real change is the return value of console_trylock which is inverted from
2011 Jan 20
1
[PATCH] change acquire/release_console_sem() to console_lock/unlock()
the -rt patches change the console_semaphore to console_mutex. so a quite large chunk of the patches changes all acquire/release_console_sem() to acquire/release_console_mutex() this commit makes things use more neutral function names which dont make implications about the underlying lock. the only real change is the return value of console_trylock which is inverted from
2001 May 02
3
Weird graphical glitches while running notes.
My system is a debian/unstable box. I'm running daily cvs snapshots of wine and Lotus Notes R5.07. The problem is that it seems like wine isn't getting the redraw messages from the application or wine isn't sending the redraw messages to the application. So I get large areas of the program blank/black/see through to old gfx. It especially occurs with frames/framsets in notes. For
2014 Nov 16
5
[Bug 86356] New: [nv50] Graphical glitches in dota2
https://bugs.freedesktop.org/show_bug.cgi?id=86356 Bug ID: 86356 Summary: [nv50] Graphical glitches in dota2 Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee:
2005 Jul 28
0
wine-20050725 feedback : lots of graphical glitches
Hello wine-users, I built and installed (with wineinstall) wine-20050725 [see system info at end of mail]. While it works OK for most of the applications that I use (I still have some crashes, I will investigate them), I have lots of graphical glitches, some of which greatly reduce the usability of the applications : Firefox : ---------- + Installation problems, esp. with respect to icons and
2005 Jul 29
1
[Fwd: Re: wine-20050725 feedback : lots of graphical glitches]
Ths list was forgotten. Forwarding. Vincent -------- Original Message -------- Subject: Re: [Wine]wine-20050725 feedback : lots of graphical glitches Date: Thu, 28 Jul 2005 17:45:44 -0700 From: George Lober <glober@telus.net> To: Vincent Rubiolo <vincent.rubiolo@free.fr> References: <42E8D1CC.5010006@free.fr> Vincent Rubiolo wrote: > Hello wine-users, > > I built and
2013 Mar 14
1
error: object of type 'closure' is not subsettable
Hi all, when i run this script: >read.table("Angelika.txt",header=T,sep="\t") >mytable=read.table("Angelika.txt",header=T,sep="\t") >for ( dye in c("A","B","C","F","G","K","L","M")) + { + for (cond in 1:8) + { + measurement =
2012 Feb 17
4
Gemfile location
When i am create new project "rails new newProject", ruby create rails files and next automaticly launch bundle install and setup standart gems: C:\Sites>rails new demo create README.rdoc . . . create vendor/plugins/.git run bundle install . . . Where is standart gemfile location? Or how change standart set of gems? --
2025 Jan 08
0
Icon Standart and Iconthemes for check it out, best
dobey.pwns at gmail.com Hi Rodney, (his mailadress exist no more why i have now sent it to the Mailinglist freedesktop at lists.freedesktop.org <mailto:freedesktop at lists.freedesktop.org> Hi Peoples, could you check out my Iconthemes, specially in /devices/ and in /places/ i have make extra icons for drives, drives-network and folder-network and so on, you see it if you analysing it,
2010 Mar 30
2
library(): load library from a specified location
Dear list memmbers, I would like to load a R library from a specified folder with library() and need help on how to call the command. The reason is that I am loading this library on a remote machine where I have no admin rights. Furthermore a library with the same name is already installed on that machine. I have modified this library slightly by modifying the source code and created a
2010 Mar 30
2
library(): load library from a specified location
Dear list memmbers, I would like to load a R library from a specified folder with library() and need help on how to call the command. The reason is that I am loading this library on a remote machine where I have no admin rights. Furthermore a library with the same name is already installed on that machine. I have modified this library slightly by modifying the source code and created a
2009 Jan 27
2
dovecot 1.2 virtual folders question
Hi Timo is this possible a possible setup ? for downloading imap folders ( including inbox ) with pop3 controlled by a a dovecot-virtual file in usr/local/virtual/%d/%u/ with content something like that * -Trash -Trash/* -Sent -Sent/* -Drafts -Drafts/* all namespace private { separator = / prefix = ""
2005 Apr 14
2
Overload standart function
Hi all, I try to develop my own R package. I have a couple of standart functions like dim() and length() overloaded. #Example dim.Model <- function(this) { length(unique(this$.variables)); } I built my package, but when I try to load it... This message appears: Attaching package 'mudim': The following object(s) are masked _by_ .GlobalEnv : dim.Model,...(etc.) Any
2012 Jun 11
1
director: non standart ports at backends
hello, I'm trying to figure out how to proxy pop3 and pop3s that listens on non-standart ports at backends. For example, pop3 is at 1110 and pop3s at 1995 (on backend side). is it possible? how should I separate this ports in director's config? it's easy for one port: for example lmtp - you just use passdb in protocol lmtp {}
2004 Dec 08
1
Non standart mbox path
Hi! I need set to dovecot non standart mbox path. For example, /var/service/mail/%u. How I can do it? I see default_mail_env parameter, but I don't undestend how it used. Thanks!
2006 Oct 09
1
Discussion starter for package level Connection API
Thought I'd try and start a discussion. Feel free to jump in. I guess R needs to strike the right balance between opening up the internals to package writers and not allowing them to do bad things. My first attempt at cracking this nut is to just memcpy() the Rconnection and not allow access to the private stuff: /* Alternative to allowing C code access to connection API. */ Rconnection