[Bug 1035913] [NEW] FindPHP4.cmake does not find php5 headers

2012-08-12 Thread Robert Gerlach
Public bug reported:

In /usr/share/cmake-2.8/Modules/FindPHP4.cmake, search path for php
headers does not contain /usr/include/php5

** Affects: cmake (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1035913

Title:
  FindPHP4.cmake does not find php5 headers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/1035913/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 848050] Re: pam_ssh.so installed in wrong directory

2011-11-30 Thread Robert Gerlach
The Ubuntu fix is wrong. /usr/lib is used because /lib/security didn't
exists in the build environment (see aclocal.m4 line 63). Furthermore
configure must fail if ISADIR is enabled in pam. Specifying --with-pam-
libdir fixed it.


--- libpam-ssh-1.92/debian/rules2011-08-20 16:51:26.1 +0200
+++ libpam-ssh-1.92.fix/debian/rules2011-11-30 12:14:27.1 +0100
@@ -21,6 +21,7 @@
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--libexecdir=/usr/lib \
+   --with-pam-dir=/lib/$(DEB_BUILD_GNU_TYPE)/security \
--build $(DEB_BUILD_GNU_TYPE)
 ifneq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
config_flags += --host $(DEB_HOST_GNU_TYPE)
@@ -51,8 +52,8 @@
dh_testroot
dh_prep
$(MAKE) install DESTDIR=$(destdir)
-   libtool --quiet --finish /usr/lib/
-   rm -f $(destdir)/lib/security/pam_ssh.la
+   libtool --quiet --finish $(destdir)/lib/$(DEB_BUILD_GNU_TYPE)/security
+   rm -f $(destdir)/lib/$(DEB_BUILD_GNU_TYPE)/security/pam_ssh.la
install -D -m 644 debian/pam-auth-update.silent-ssh-single-sign-on \
 $(destdir)/usr/share/pam-configs/silent-ssh-single-sign-on
touch $@

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848050

Title:
  pam_ssh.so installed in wrong directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-ssh/+bug/848050/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 302245] Re: [needs-packaging] fscd / fsc_btns

2010-01-10 Thread Robert Gerlach
fscrotd dies with segv when the input device isn't found. So make sure
you have the kernel module (fsc_btns) loaded . If not, try to reinstall
fsc-btns-kernel-source and check the output for errors, please.

-- 
[needs-packaging] fscd / fsc_btns
https://bugs.launchpad.net/bugs/302245
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 462791] Re: Support Missing from Fujistu Stylistic ST50XX Wacom on Ubuntu 9.10

2009-11-04 Thread Robert Gerlach
I am not sure, but I had to install the setserial package to make the
wacom digitizer work.

-- 
Support Missing from Fujistu Stylistic ST50XX Wacom on Ubuntu 9.10
https://bugs.launchpad.net/bugs/462791
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 159358] Re: Lifebook U810 hotkeys tablet

2009-11-04 Thread Robert Gerlach
 No events for tablet mode lid switch. Or for the 'scroll' buttons in
tablet mode.

This should work with fjbtndrv [1]. Ubuntu packages are available in my
PPA [2].

[1] http://sourceforge.net/projects/fjbtndrv/
[2] http://launchpad.net/~khnz/+archive/ppa

-- 
Lifebook U810 hotkeys tablet
https://bugs.launchpad.net/bugs/159358
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 302245] Re: [needs-packaging] fscd / fsc_btns

2009-11-04 Thread Robert Gerlach
** Changed in: ubuntu
   Status: New = In Progress

-- 
[needs-packaging] fscd / fsc_btns
https://bugs.launchpad.net/bugs/302245
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 302245] Re: [needs-packaging] fscd / fsc_btns

2009-11-04 Thread Robert Gerlach
** Changed in: ubuntu
 Assignee: (unassigned) = Robert Gerlach (khnz)

-- 
[needs-packaging] fscd / fsc_btns
https://bugs.launchpad.net/bugs/302245
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 447947] Re: system hangs on startup

2009-10-10 Thread Robert Gerlach
Same issue here, SEGV in mountall.

(gdb) bt
#0  strcmp () at ../sysdeps/i386/i686/strcmp.S:39
#1  0x00e7b608 in parse_mountinfo () at mountall.c:821
#2  0x00e824f2 in main (argc=1, argv=0xb7f4) at mountall.c:2852


** Attachment added: SEGV fix
   http://launchpadlibrarian.net/33402962/mountall-segv.diff

-- 
system hangs on startup
https://bugs.launchpad.net/bugs/447947
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448323] [NEW] SEGV in mountall

2009-10-10 Thread Robert Gerlach
Public bug reported:

Binary package hint: mountall

Mountall segfault after the last upgrade.

(gdb) bt
#0 strcmp () at ../sysdeps/i386/i686/strcmp.S:39
#1 0x00e7b608 in parse_mountinfo () at mountall.c:821
#2 0x00e824f2 in main (argc=1, argv=0xb7f4) at mountall.c:2852

(mountall 0.2.1, recompiled with -ggdb)

** Affects: mountall (Ubuntu)
 Importance: Undecided
 Status: New

-- 
SEGV in mountall
https://bugs.launchpad.net/bugs/448323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448323] Re: SEGV in mountall

2009-10-10 Thread Robert Gerlach

** Attachment added: quick fix
   http://launchpadlibrarian.net/33423630/mountall-segv.diff

-- 
SEGV in mountall
https://bugs.launchpad.net/bugs/448323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 294527] Re: Conflict between nvidia-glx and openafs-modules kernel module

2009-09-21 Thread Robert Gerlach
http://lists.openafs.org/pipermail/openafs-
info/2008-November/030361.html

** Changed in: openafs
   Status: New = Invalid

-- 
Conflict between nvidia-glx and openafs-modules kernel module
https://bugs.launchpad.net/bugs/294527
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 5918] Re: Doesn't provide development headers

2009-06-13 Thread Robert Gerlach
Debian closed the report with wontfix. I think we should do the same.

Please see:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443499#34
http://sourceforge.net/mailarchive/message.php?msg_id=200902170358.05808.khnz%40gmx.de

-- 
Doesn't provide development headers
https://bugs.launchpad.net/bugs/5918
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369875] Re: openafs-client does not recognize openafs-modules-dkms as satisfying dependency

2009-05-13 Thread Robert Gerlach
And openafs-modules-dkms should depend on dkms.

-- 
openafs-client does not recognize openafs-modules-dkms as satisfying dependency
https://bugs.launchpad.net/bugs/369875
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 267015] Re: tablet input not working on Fujitsu T2010

2009-03-31 Thread Robert Gerlach
Yes, khnz.de is mostly unmaintained.

-- 
tablet input not working on Fujitsu T2010
https://bugs.launchpad.net/bugs/267015
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 267015] Re: tablet input not working on Fujitsu T2010

2009-02-16 Thread Robert Gerlach
I had the same issue with Fujitsu Lifebook T4010, so I've written 2 fdi
files to make the pen work out of the box. Tested with latest jaunty.

I don't like this, but I haven't found a way to copy the device path to the 
parent device.
10-serial-tabletpc.fdi (information):
  device
match key=info.capabilities contains=serial
  match key=@serial.originating_device:info.capabilities 
contains=input.tablet.tabletPC
addset key=info.capabilities type=strlistinput/addset
addset key=info.capabilities type=strlistinput.tablet/addset
addset key=info.capabilities 
type=strlistinput.tablet.tabletPC/addset
merge key=input.device type=copy_propertyserial.device/merge

!-- without removing info.category this device will be handled as 
modem --
remove key=info.category/remove
  /match
/match
  /device

10-serial-wacom.fdi (policy)
  device
match key=info.capabilities contains=input.tablet.tabletPC
  match key=info.capabilities contains=serial
merge key=input.x11_driver type=stringwacom/merge
merge key=input.x11_options.Type type=stringstylus/merge
merge key=input.x11_options.ForceDevice type=stringISDV4/merge
  /match
/match
  /device


Everett, I've fjbtndrv packages for intrepid and jaunty in my ppa 
(https://launchpad.net/~khnz/+archive/ppa).

-- 
tablet input not working on Fujitsu T2010
https://bugs.launchpad.net/bugs/267015
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 302245] Re: [needs-packaging] fscd / fsc_btns

2009-02-16 Thread Robert Gerlach
I have packages in my ppa. The driver is fairly simple, but the tools
(fscd and fscrotd) needs the development files for wacom-tools (see
#5918). So it's currently impossible to packaging this for ubuntu, I
think.

-- 
[needs-packaging] fscd / fsc_btns
https://bugs.launchpad.net/bugs/302245
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315241] Re: Mangles MAC in ethers lookup

2009-02-03 Thread Robert Gerlach
PADL Bug: #388

-- 
Mangles MAC in ethers lookup
https://bugs.launchpad.net/bugs/315241
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 315241] Re: Mangles MAC in ethers lookup

2009-02-03 Thread Robert Gerlach
PADL Bug: #388

-- 
Mangles MAC in ethers lookup
https://bugs.launchpad.net/bugs/315241
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 288743] Re: Use dkms for openafs-modules

2009-01-28 Thread Robert Gerlach
You are right, it's nearly impossible.

https://launchpad.net/~khnz/+archive

-- 
Use dkms for openafs-modules
https://bugs.launchpad.net/bugs/288743
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 288743] Re: Use dkms for openafs-modules

2009-01-25 Thread Robert Gerlach
Maybe some interest, I have well tested openafs packages (1.4.8 + dfsg)
with dkms support in my ppa. Work fine, but the compilation (so an
upgrade) needs some time. Maybe it's possible to build a static library
of some kernel version independent code and only build the glue-code
by dkms? Has someone already tried this?

-- 
Use dkms for openafs-modules
https://bugs.launchpad.net/bugs/288743
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 222090] Re: amarok doesn't perform format conversion for media devices

2008-09-25 Thread Robert Gerlach
http://www.kabatology.com/03/17/how-to-extend-amarok-music-player-to-an-
audio-file-converter/

-- 
amarok doesn't perform format conversion for media devices
https://bugs.launchpad.net/bugs/222090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 5918] Re: Doesn't provide development headers

2008-09-17 Thread Robert Gerlach
Bug still exists in Hardy and Intrepid. Debian Bug #443499.

-- 
Doesn't provide development headers
https://bugs.launchpad.net/bugs/5918
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 5918] Re: Doesn't provide development headers

2008-09-17 Thread Robert Gerlach
Bug still exists in Hardy and Intrepid. Debian Bug #443499.

-- 
Doesn't provide development headers
https://bugs.launchpad.net/bugs/5918
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 222090] Re: amarok doesn't perform format conversion for media devices

2008-07-25 Thread Robert Gerlach
You need a transcoding script, see extras - script manager. I've
uploaded my favorite (transkode) to my ppa
(https://launchpad.net/~khnz/+archive).

-- 
amarok doesn't perform format conversion for media devices
https://bugs.launchpad.net/bugs/222090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 181889] Re: special buttons on Fujitsu tablets doesn't work anymore

2008-03-12 Thread Robert Gerlach
works fine, thanks

-- 
special buttons on Fujitsu tablets doesn't work anymore
https://bugs.launchpad.net/bugs/181889
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 181889] Re: special buttons on Fujitsu tablets doesn't work anymore

2008-01-28 Thread Robert Gerlach
Removed in git l-u-m 8ce12b3a566ceeff3ec1000ed65952aa411ed71f. Why?

** Changed in: linux-ubuntu-modules-2.6.24 (Ubuntu)
 Assignee: (unassigned) = Tim Gardner (timg-tpi)

-- 
special buttons on Fujitsu tablets doesn't work anymore
https://bugs.launchpad.net/bugs/181889
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 181889] Re: special buttons on Fujitsu tablets doesn't work anymore

2008-01-16 Thread Robert Gerlach
Patch to update fsc_btns.c to 1.2

** Attachment added: against l-u-m git
   http://launchpadlibrarian.net/11397874/fsc_btns-0_43-1_2.diff

-- 
special buttons on Fujitsu tablets doesn't work anymore
https://bugs.launchpad.net/bugs/181889
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 181889] special buttons on Fujitsu tablets doesn't work anymore

2008-01-10 Thread Robert Gerlach
Public bug reported:

Please replace fsc_btns.c with the latest version (1.2) from sourceforge:
http://fjbtndrv.svn.sourceforge.net/svnroot/fjbtndrv/tags/fsc_btns-1.2/fsc_btns.c

** Affects: linux-ubuntu-modules-2.6.24 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
special buttons on Fujitsu tablets doesn't work anymore
https://bugs.launchpad.net/bugs/181889
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-10-12 Thread Robert Gerlach
Please upgrade to release 0.43. This release works for Stylistic ST
tablets now.

changelog:
 - Stylistic ST5xxx support added
 - DMI based machine detection

Thanks

** Attachment added: fscbtns_40_43.diff
   http://launchpadlibrarian.net/9949621/fscbtns_40_43.diff

-- 
Support for special buttons on Fujitsu P1510D
https://bugs.launchpad.net/bugs/121962
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 41407] Re: Kubuntu's Ksplash icons are too close to each other

2007-10-01 Thread Robert Gerlach
Both patches (mine and Davids) works fine with my configs (tested with 2
Monitors, Xinerama and TwinView, each with LeftOf and RightOf).

-- 
Kubuntu's Ksplash icons are too close to each other
https://bugs.launchpad.net/bugs/41407
You received this bug notification because you are a member of Kubuntu
Team, which is a direct subscriber.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 128529] Re: xserver wrong (rotated) screen size in RRScreenChangeNotify

2007-09-29 Thread Robert Gerlach
Please see https://bugs.gentoo.org/show_bug.cgi?id=183721

** Changed in: xorg-server (Ubuntu)
   Status: New = Confirmed

-- 
xserver wrong (rotated) screen size in RRScreenChangeNotify
https://bugs.launchpad.net/bugs/128529
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-09-07 Thread Robert Gerlach
bullethead67, fjbtndrv driver is outdated, please try fsc_btns 0.40 from
the sourceforge project and report problems there.

ALT and FN should report keycodes, but Xorg can't handle this yet (code
255).

-- 
Support for special buttons on Fujitsu P1510D
https://bugs.launchpad.net/bugs/121962
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-09-05 Thread Robert Gerlach
Hi,

Am Freitag 31 August 2007 16:59:14 schrieb Ben Collins:
 Robert, in the future, do not add changelog entries in patches for
 linux-source and linux-ubuntu-modules. These changelogs are created
 automatically add upload time based on the git-log.

Thanks, will do.
Could you please point me towards some documentation for ubuntu kernel related 
stuff, haven't found one yet (but some open questions).

Regards,
  Robert Gerlach

-- 
Support for special buttons on Fujitsu P1510D
https://bugs.launchpad.net/bugs/121962
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 41407] Re: Kubuntu's Ksplash icons are too close to each other

2007-09-05 Thread Robert Gerlach
Has someone tried the new patch? Does it works?

-- 
Kubuntu's Ksplash icons are too close to each other
https://bugs.launchpad.net/bugs/41407
You received this bug notification because you are a member of Kubuntu
Team, which is a direct subscriber.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-29 Thread Robert Gerlach
The real driver is only a kernel module, not more 
(http://downloads.sourceforge.net/fjbtndrv/fsc_btns-0.40.tar.gz).
Currently, there is no official kernel diff for lack of feedback from users, so 
i don't know if this driver works on all target systems (have reports for 
P1510/P1610 and T4010). If it's helpful I can create a patch against 
ubuntu-gutsy.git.

-- 
Support for special buttons on Fujitsu P1510D
https://bugs.launchpad.net/bugs/121962
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-29 Thread Robert Gerlach
Tim, right. There is the patch (unchanged 0.40 release, i386 only).

** Attachment added: add_fscbtns.diff
   http://launchpadlibrarian.net/9050380/add_fscbtns.diff

-- 
Support for special buttons on Fujitsu P1510D
https://bugs.launchpad.net/bugs/121962
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-27 Thread Robert Gerlach
fsc_btns it the real driver (kernel module).
fscd is only a helper, listen to the input event device and generate 
corresponding X events (button events, brightness adjustment and screen 
rotation). It is a workaround until the xorg evdev driver understand the kernel 
events correctly, the desktop environments interpret this events and wacom 
rotates by screen rotation. I have no idea if fscd should be in the 
distribution.

-- 
Support for special buttons on Fujitsu P1510D
https://bugs.launchpad.net/bugs/121962
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-02 Thread Robert Gerlach
I have written a driver for this device, but no deb yet.
http://sourceforge.net/projects/fjbtndrv/

-- 
Support for special buttons on Fujitsu P1510D
https://bugs.launchpad.net/bugs/121962
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 121342] Re: kdesktop doesn't resize after rotation with xrandr

2007-07-26 Thread Robert Gerlach
** Changed in: qt-x11-free (Ubuntu)
   Status: Fix Committed = In Progress

-- 
kdesktop doesn't resize after rotation with xrandr
https://bugs.launchpad.net/bugs/121342
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 128529] xserver wrong (rotated) screen size in RRScreenChangeNotify

2007-07-26 Thread Robert Gerlach
Public bug reported:

Binary package hint: xserver-xorg-core

RRScreenChangeNotify contains wrong screen size (rotated size).
Already fixed in git (c10df5b967d4da4e11786520317e2917de5541fa), please apply.

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: New

-- 
xserver wrong (rotated) screen size in RRScreenChangeNotify
https://bugs.launchpad.net/bugs/128529
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 128529] Re: xserver wrong (rotated) screen size in RRScreenChangeNotify

2007-07-26 Thread Robert Gerlach
git patch added

** Attachment added: fix-randr-event.debdiff
   http://launchpadlibrarian.net/8575627/fix-randr-event.debdiff

-- 
xserver wrong (rotated) screen size in RRScreenChangeNotify
https://bugs.launchpad.net/bugs/128529
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 121342] Re: kdesktop doesn't resize after rotation with xrandr

2007-07-26 Thread Robert Gerlach
wrong behavior of xserver 1.3, fixed in git

** Changed in: qt-x11-free (Ubuntu)
   Status: In Progress = Invalid

-- 
kdesktop doesn't resize after rotation with xrandr
https://bugs.launchpad.net/bugs/121342
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 41407] Re: Kubuntu's Ksplash icons are too close to each other

2007-07-19 Thread Robert Gerlach
This changed kubuntu patch fixed it for me.

** Attachment added: changed kubuntu patch
   http://launchpadlibrarian.net/8528730/kubuntu_02_our_theme.diff

-- 
Kubuntu's Ksplash icons are too close to each other
https://bugs.launchpad.net/bugs/41407
You received this bug notification because you are a member of Kubuntu
Team, which is a direct subscriber.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 43444] Re: Icons in KDE splash mashed together

2007-07-19 Thread Robert Gerlach
*** This bug is a duplicate of bug 41407 ***
https://bugs.launchpad.net/bugs/41407

New kubuntu_02_our_theme.diff uploaded to
https://launchpad.net/distros/ubuntu/+source/kubuntu-default-settings/+bug/41407


** Changed in: kubuntu-default-settings (Ubuntu)
   Status: Confirmed = Fix Committed

** Changed in: kubuntu-default-settings (Ubuntu)
   Status: Fix Committed = Confirmed

-- 
Icons in KDE splash mashed together
https://bugs.launchpad.net/bugs/43444
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 121342] Re: kdesktop doesn't resize after rotation with xrandr

2007-07-18 Thread Robert Gerlach
upstream report + fix
https://bugs.kde.org/show_bug.cgi?id=112294

** Changed in: qt-x11-free (Ubuntu)
   Status: New = In Progress

** Changed in: qt-x11-free (Ubuntu)
   Status: In Progress = Fix Committed

-- 
kdesktop doesn't resize after rotation with xrandr
https://bugs.launchpad.net/bugs/121342
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 121342] Re: kdesktop doesn't resize after rotation with xrandr

2007-07-18 Thread Robert Gerlach

** Attachment added: qt-x11-free_3.3.8really3.3.7-0ubuntu8.debdiff.gz
   
http://launchpadlibrarian.net/8521018/qt-x11-free_3.3.8really3.3.7-0ubuntu8.debdiff.gz

-- 
kdesktop doesn't resize after rotation with xrandr
https://bugs.launchpad.net/bugs/121342
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 121342] kdesktop doesn't resize after rotation with xrandr

2007-06-20 Thread Robert Gerlach
Public bug reported:

Binary package hint: libqt3-mt

kdesktop isn't resized after calling xrandr -o right, but after xrandr -o 
normal.
It seems qt doesn't received the needed randr xevent if i rotate right, but for 
rotate back (right-normal).

** Affects: qt-x11-free (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
kdesktop doesn't resize after rotation with xrandr
https://bugs.launchpad.net/bugs/121342
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 104794] Re: guidance-power-manager shows dischanging if battery full

2007-04-10 Thread Robert Gerlach
Stijn, what notebook type are you using? Can you send a lshal output for your 
battery in powered and battery mode.
Thanks

-- 
guidance-power-manager shows dischanging if battery full
https://bugs.launchpad.net/bugs/104794
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kde-guidance in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 104794] Re: guidance-power-manager shows dischanging if battery full

2007-04-10 Thread Robert Gerlach
possible fix:
change if rate: to if self.onBattery():

-- 
guidance-power-manager shows dischanging if battery full
https://bugs.launchpad.net/bugs/104794
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kde-guidance in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 104794] Re: guidance-power-manager shows dischanging if battery full

2007-04-10 Thread Robert Gerlach
My patch is completely wrong, rate is uninitialized there. Instead of rate we 
can check for ac powered.
Sorry

--- powermanage.py  2007-04-10 19:28:13.0 +0200
+++ /usr/share/python-support/kde-guidance/powermanage.py   2007-04-10 
19:28:30.0 +0200
@@ -184,7 +184,7 @@
 if properties[battery.rechargeable.is_charging]:
 state = charging
 elif properties[battery.rechargeable.is_discharging]:
-if rate:
+if self.onBattery():
 state = discharging
 else:
 state = charged

-- 
guidance-power-manager shows dischanging if battery full
https://bugs.launchpad.net/bugs/104794
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kde-guidance in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 104794] guidance-power-manager shows dischanging if battery full

2007-04-09 Thread Robert Gerlach
Public bug reported:

Binary package hint: kde-guidance

If battery fully changed, guidance-power-manager switch to dischanging
(battery powered) on my Notebook. ACPI state switch to dischanging with
rate 0 while ac powered.

--- kde-guidance-0.8.0/powermanager/powermanage.py  2007-04-09 
14:57:13.0 +0200
+++ kde-guidance-0.8.0/powermanager/powermanage.py  2007-04-09 
15:27:21.0 +0200
@@ -184,7 +184,10 @@
 if properties[battery.rechargeable.is_charging]:
 state = charging
 elif properties[battery.rechargeable.is_discharging]:
-state = discharging
+if rate:
+state = discharging
+else:
+state = charged
 elif not properties[battery.rechargeable.is_discharging] \
  and not properties[battery.rechargeable.is_charging]:
 if current == 0:

** Affects: kde-guidance (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
guidance-power-manager shows dischanging if battery full
https://bugs.launchpad.net/bugs/104794
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kde-guidance in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 50789] Re: cfengine2 does not define ubuntu or release specific classes

2007-01-30 Thread Robert Gerlach
fixed in upsteam trunk (svn #325)

** Attachment added: svn diff, fixed for debian/patches
   http://librarian.launchpad.net/5988214/lsb.diff

-- 
cfengine2 does not define ubuntu or release specific classes
https://launchpad.net/bugs/50789

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs