similar to: gtk-window-decorator - unneeded MAX ()

Displaying 20 results from an estimated 600 matches similar to: "gtk-window-decorator - unneeded MAX ()"

2008 Jan 25
3
Finding difficulty in installing Asterisk
Hi all, Please help me in installing Asterisk. I am getting the following error when trying to install Libpri [treepr at CDC5S3FB-174202 Asterisk]$ cd libpri-1.4.2 [treepr at CDC5S3FB-174202 libpri-1.4.2]$ make clean rm -f *.o *.so *.lo *.so.1 *.so.1.0 rm -f testprilib libpri.a libpri.so.1.0 rm -f pritest pridump rm -f .depend [treepr at CDC5S3FB-174202 libpri-1.4.2]$ make install gcc -Wall
2007 Apr 02
0
[PATCH] button_layout support for gtk-window-decorator
I noticed there have been some older posts about a work in progress patch which never made it to the ML due to some issues. I am attaching three patches here in an effort to bring the button_layout support into gtk-window-decorator which allows you to define the titlebar button placements with a string (e.g. "menu:minimize,maximize,close") in /apps/metacity/general/button_layout. #
2004 Jun 30
0
problem loading initrd
Hi, I am trying to load kernel 2.6.6 on a Soekris net4521 from the network using PXE. I built my initrd with mkinitrd. RedHat nash (while running linuxrc) hangs after mounting /proc and says "Creating block devices". I am using the pxelinux.0 from the syslinux-2.10 distribution and the kernel and initrd were built on redhat 9.0. I built my kernel with BLK_DEV_RAM, RAMFS, TMPFS,
2010 Sep 09
1
406 Not Acceptable with swfupload
---------flash_session_cookie_middleware.rb require ''rack/utils'' class FlashSessionCookieMiddleware def initialize(app, session_key = ''_session_id'') @app = app @session_key = session_key end def call(env) if env[''HTTP_USER_AGENT''] =~ /^(Adobe|Shockwave) Flash/ req = Rack::Request.new(env) params =
2011 Sep 06
17
ext4 BUG in dom0 Kernel 2.6.32.36
Hi: I''ve met an ext4 Bug in dom0 kernel 2.6.32.36. (See kernel stack below) 32.36 kernel commit: http://git.kernel.org/?p=linux/kernel/git/jeremy/xen.git;a=commit;h=ae333e97552c81ab10395ad1ffc6d6daaadb144a The bug only show up in our cluster environments which includes 300 physical machines, one server will run into this bug per day. Running ontop of every server, there are about 30
2016 Dec 31
2
Baffling regress/forwarding.sh failure, new in 7.4p1
I have the OpenSSH regression tests hooked up to run in Debian and Ubuntu's "autopkgtest" system, so that they're automatically run on uploads of OpenSSH itself or any of its dependencies. This is especially good for enforcing interoperability between it and other SSH implementations, but it's also pretty good for throwing up occasional extremely-hard-to-debug failures since
2020 May 04
3
Access Denied to Netlogon Share on secondary DC
Hello $list, i can't access the netlogon share on the second dc. I got this error: Mai 04 22:13:53 dc02 smbd[3321]: [2020/05/04 22:13:53.035964, 0] ../../source3/smbd/uid.c:448(change_to_user_internal) Mai 04 22:13:53 dc02 smbd[3321]: change_to_user_internal: chdir_current_service() failed! Mai 04 22:13:53 dc02 smbd[3321]: [2020/05/04 22:13:53.037230, 0]
2006 Sep 22
1
gnome-window-decorator -> gtk-window-decorator and some restructuring
The current name of gnome-window-decorator is wrong. There's nothing gnome specific in that code. I'll go a head and change the name to gtk-window-decorator later today. I'm also going to split the gnome configure option into a gtk and a gnome option as the only gnome specific code that exist in the tree is the compiz-window-manager module which is used to integrate with the gnome
2024 Nov 26
2
Random EINVAL when opening files with SMB3 POSIX extensions enabled
Hello! I recently tried enabling SMB3 POSIX extensions as I'm only using Linux clients and would like to make use of the standard unix permission bits. However, I'm running into an issue where a simple `cat` fails with -EINVAL when opening the file: openat(AT_FDCWD, "Shells.txt", O_RDONLY) = -1 EINVAL (Invalid argument) The weird thing is that it's intermittent.
2010 Jul 07
0
[git pull v2] x86_32, sh4, getrusage()
hello hpa, here my birthday submission :) please pull: git pull git://git.debian.org/users/maks/klibc.git maks Sam fixed a longstanding x86_32 build bug, thus it seems a good time to flush the queue of the piled up patches, the shortlog tells it: Aurelien Jarno (1): [klibc] sh4: syscalls fixes Benjamin Cama (1): [klibc] fstype: btrfs size endianness fix Mike Waychison (2):
2006 Jan 14
0
Samba very slow on one PC and very fast on another.
---------------------------------------------------- Server : Athlon 64 3000+ ; 512MB Ram ; lots of disks ; nforce3 chipset ; integrated nvidia gigabit NIC. Gentoo 2.6.15 linux 64-bits ; Samba 3.0.14a-r2 ---------------------------------------------------- Clients : Laptop with Centrino Pentium-M, 100 Mbps NIC, running Windows XP Family Desktop with Athlon 64 3200+ ; 1G DDR Dual Channel
2007 Apr 02
2
Changed: Was: Re: Beta question - initial install of packages Now: Turn off unneeded services after installation
>Date: Sun, 01 Apr 2007 05:38:20 -0500 >From: Johnny Hughes <mailing-lists at hughesjr.com> >Subject: Re: [CentOS] Beta question - initial install of packages >To: CentOS mailing list <centos at centos.org> >Message-ID: <1175423900.13599.88.camel at myth.home.local> >Content-Type: text/plain; charset="us-ascii" <snip> <Even with the mostly
2007 Apr 05
0
Changed: Was: Re: Beta question - initial install of packages Now: Turn off unneeded services after installation
>Message: 13 >Date: Mon, 2 Apr 2007 16:14:35 -0700 >From: "Mark Hull-Richter" <mhullrich at gmail.com> >Subject: Re: Changed: Was: Re: [CentOS] Beta question - initial >install of packages Now: Turn off unneeded services after installation >To: "CentOS mailing list" <centos at centos.org> >Message-ID:
2004 Mar 07
0
How to use smbclient to tar files that dont include the unneeded path?
Hi All, I wantto use smbclient to tar files in a deep directory. but don't want the tar file include the unneeded path. How to do? For example. If the files are in /home/user1/ , I want to tar files and directorys in this directory. When use 'smbclient //server/share -N -D /home/user1/ -Tc aa.tar' , and the files in aa.tar contain the unneeded path of /home/user1/, which I don't
2011 Jun 10
0
[PATCH] btrfs: remove unneeded includes from scrub.c
Signed-off-by: Arne Jansen <sensille@gmx.net> --- fs/btrfs/scrub.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/fs/btrfs/scrub.c b/fs/btrfs/scrub.c index 92cac19..a8d03d5 100644 --- a/fs/btrfs/scrub.c +++ b/fs/btrfs/scrub.c @@ -16,13 +16,7 @@ * Boston, MA 021110-1307, USA. */ -#include <linux/sched.h> -#include <linux/pagemap.h> -#include
2014 Jun 13
0
[PATCH 2/2] drm/nouveau: Remove an unneeded write while initialising PGRAPH
The blob does not seem to write at that place for my NVAC, though it does for my NV96, agreeing with what is done in the if/else structure below. I guess someone forgot to remove the line when the if/else was put in place. Signed-off-by: Pierre Moreau <pierre.morrow at free.fr> --- drivers/gpu/drm/nouveau/core/engine/graph/nv50.c | 1 - 1 file changed, 1 deletion(-) diff --git
2009 Mar 06
0
[PATCH 1/2] COM32/opendir: remove unneeded zeroing
From: Gene Cumm <gene.cumm at gmail.com> COM32/opendir: remove unneeded zeroing; a member of DIR and errno were zeroed unnecessarily Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- DIR is allocated with calloc() and errno shouldn't be zeroed unless I set it and know I need to ignore it. Depends on the string of patches I've submitted this week diff --git
2013 Sep 17
0
[PATCH 1/2] com32/lib/: Avoid unneeded allocation.
On Fri, 06 Sep, at 01:00:55AM, Raphael S.Carvalho wrote: > eparam will only be used if EBIOS is available on the underlying disk. > If not so, then there is no reason to allocate eparam. > --- > com32/lib/syslinux/disk.c | 13 +++++++------ > 1 files changed, 7 insertions(+), 6 deletions(-) > > diff --git a/com32/lib/syslinux/disk.c b/com32/lib/syslinux/disk.c > index
2013 Sep 30
0
[PATCH 1/4 v2] com32/lib/: Avoid unneeded allocation.
On Tue, 17 Sep, at 04:42:24PM, Raphael S.Carvalho wrote: > eparam would only be used if EBIOS is available. > If it is not, then there is no reason to allocate eparam. > > Signed-off-by: Raphael S.Carvalho <raphael.scarv at gmail.com> > --- > com32/lib/syslinux/disk.c | 10 +++++----- > 1 files changed, 5 insertions(+), 5 deletions(-) > > diff --git
2013 Apr 13
2
[LLVMdev] pass to eliminate unneeded "br" statements
I've been added various optimizer passes and I end up with code which looks like this: define i32 @main() uwtable { entry: store i32 ()* @_main_1, i32 ()** @_main, align 8 br label %end end: ; preds = %entry ret i32 0 } Is there another pass to get rid of that "br" instruction and just inline the "end" block? -- edA-qa