Bug#614805: ia32-libs: libgl1 searches in wrong dri directory

2011-10-15 Thread Larry Lade
Is this related to bug #543484?

I believe I was experiencing this on squeeze amd64, on a Radeon X1900
with free drivers. Getting segfaults launching FrozenByte, a 32-bit
OpenGL game.

I extracted the libGL.so.1.2 out of the
libgl1-mesa-glx_7.10.3-4~bpo60+1_i386.deb that's currently in
squeeze-backports, then manually copied it (YIKES) into /usr/lib32.
This fixed the problem.

-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ia32-libs depends on:
ii  dpkg1.15.8.11Debian package management system
ii  lib32asound21.0.23-2.1   shared library for ALSA applicatio
ii  lib32bz2-1.01.0.5-6  high-quality block-sorting file co
ii  lib32gcc1   1:4.4.5-8GCC support library (32 bit Versio
ii  lib32ncurses5   5.7+20100313-5   shared libraries for terminal hand
ii  lib32stdc++64.4.5-8  The GNU Standard C++ Library v3 (3
ii  lib32v4l-0  0.8.0-1  Collection of video4linux support
ii  lib32z1 1:1.2.3.4.dfsg-3 compression library - 32 bit runti
ii  libc6-i386  2.11.2-10Embedded GNU C Library: 32-bit sha

ia32-libs recommends no packages.

Versions of packages ia32-libs suggests:
ii  ia32-libs-gtk 20111001   GTK+ ia32 shared libraries

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#532042: ITP: monica -- A monitor calibration tool.

2010-05-23 Thread Larry Lade
Any progress on this? I'd like to see this included in Debian.

The upstream source seems to have disappeared.


Bug#467255: unicode glyph regression

2009-09-12 Thread Larry Lade
I think I'm seeing this, too. Seeing it on with kterm on sid (although
instead of the question mark symbols, kterm displays empty spaces),
also tried gnome-terminal from a remote Ubuntu jaunty machine, so I
don't think it's a quirk of my environment.

This may be an issue with upstream. I noticed on the changelog for the
public crawl server at crawl.akrasiac.org (
http://crawl.akrasiac.org/issues.html ) they had to fix a couple
Unicode-related bugs:

  For a long time Unicode didn't work. Thanks to some detective work
by Napkin and greensnark, it works now.
  When Unicode worked properly, IBMgraphics didn't work properly until
a patch came in lickety-split from greensnark. Thanks again!

Unicode displays correctly for me from this host. It may be worth
contacting them to figure out what they did to get it working.
Unfortunately, I couldn't determine how to get in touch with the
authors of this fix.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#425655: xkb-data: Media key symbols for Logitech UltraX keyboard

2007-05-22 Thread Larry Lade
Package: xkb-data
Version: 0.9-4
Severity: minor
Tags: patch

Current xkb definition for logiultrax simply includes generic Logitech media 
keyboard setup. This results in 1) the key labelled E-Mail to be 
non-functional, 2) the rather minor error of the key labelled WWW set to 
XF86HomePage instead of XF86WWW.

I have included a patch which sets up this keyboard correctly.

A couple things to note:
a) The E-Mail key on this keyboard variously reports keycodes 120 and 236. I 
am not yet clear what causes this change. I've mapped both codes to XF86Mail.
b) I'm not sure why, but it still seems necessary to include the Logitech 
defaults first to get these keys initialized.
b) It seems possible there are a number of keyboards floating around branded as 
Logitech Ultra-X. Mine is labelled:

Ultraflat Keyboard
Model Name: Y-SX49
P/N: 867327-0403

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-howard
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information
--- usr/share/X11/xkb/symbols/inet  2007-05-22 19:14:28.0 -0600
+++ home/lade/inet  2007-05-22 19:18:54.0 -0600
@@ -1470,13 +1470,22 @@
 key I1F  {   [ XF86AudioMute ]   };
 key I2B  {   [ XF86AudioLowerVolume  ]   };
 key I2D  {   [ XF86AudioRaiseVolume  ]   };
 };
 
+// Logitech UltraX ( Y-SX49)
 partial alphanumeric_keys
 xkb_symbols logiultrax {
+
 include inet(logitech_base)
+key I20  {   [ XF86AudioMute ]   };
+key I22  {   [ XF86AudioPlay, XF86AudioPause ] };
+key I32  {   [ XF86WWW   ]   };
+key I66  {   [ XF86Favorites ]   };
+key I6C  {   [ XF86Mail  ]   };
+key I6D  {   [ XF86AudioMedia]   };
+key FK15 {   [ XF86Mail  ]   };
 };
 
 partial alphanumeric_keys 
 xkb_symbols dinovo {
 


Bug#420002: bootsplash: initramfs-tools hook

2007-04-20 Thread Larry Lade

Actually, I think it makes more sense to use the SPLASH_BIN variable
set by this script.
--- bootsplash-3.3/debian/patches/initramfs.dpatch	2007-04-20 08:18:23.0 -0600
+++ bootsplash-3.3-new/debian/patches/initramfs.dpatch	2007-04-20 08:19:09.0 -0600
@@ -59,4 +59,4 @@
 +	exit 0
 +fi
 +
-+splash -s -f $SPLASH_FILE  $DESTDIR/bootsplash
++$SPLASH_BIN -s -f $SPLASH_FILE  $DESTDIR/bootsplash


Bug#418108: python-central bug

2007-04-06 Thread Larry Lade

The byte-compile takes a small eternity, but Ilguiz's fix solves the problem
on my system. All failing packages now install properly.


Bug#413107: RFP: ksshagent -- SSH key manager for KDE

2007-03-02 Thread Larry Lade
Package: wnpp
Severity: wishlist


* Package name: ksshagent
  Version : 0.6
  Upstream Author : HaNZ [EMAIL PROTECTED]
* URL : http://hanz.nl/p/program
* License : GPL
  Programming Lang: C++
  Description : SSH key manager for KDE

Ksshagent is a front-end to ssh-agent which allow you to graphically add, list 
and remove the keys from your agent.

Features:

* List, add and remove the keys in your agent
* Load keys on startup
* Kwallet integration using ksshaskpass
* System tray icon

[Should Recommend ksshaskpass package.]

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-howard
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#413109: RFP: ksshaskpass -- KDE implementation of ssh-askpass with Kwallet integration

2007-03-02 Thread Larry Lade
Package: wnpp
Severity: wishlist


* Package name: ksshaskpass
  Version : 0.3
  Upstream Author : Hans van Leeuwen [EMAIL PROTECTED]
* URL : http://hanz.nl/p/program
* License : GPL
  Programming Lang: C++
  Description : KDE implementation of ssh-askpass with Kwallet integration

This provides a KDE-based GUI prompt to get a passphrase for an ssh key. It can 
be called from ksshagent.

[Should Recommend ksshagent.]

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-howard
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#406467: libgimp-perl: glowing steel fails -- too many parameters

2007-01-12 Thread Larry Lade

According to the built-in help for the Motion Blur plug-in, the current
parameters should be in the order of (run_mode, image, drawable, type,
length, angle, center_x, center_y). I was thus able to make this script work
by shuffling the order of the arguments.
--- usr/lib/gimp/2.0/plug-ins/glowing_steel	2005-12-21 20:34:12.0 -0700
+++ home/lade/.gimp-2.2/plug-ins/glowing_steel	2007-01-12 01:45:01.0 -0700
@@ -203,7 +203,7 @@
 
   gimp_brightness_contrast($templ, 50, 0);
   plug_in_noisify($image, $templ, 0, 0.3, 0.3, 0.3, 0);
-  plug_in_mblur($image, $templ, 0, $length, $angle, 0.0, 0.0, 1);
+  plug_in_mblur(1, $image, $templ, 0, $length, $angle, 0.0, 0.0);
 
   # Now put it into the target layer
   gimp_selection_load($target_select);


Bug#406467: libgimp-perl: glowing steel fails -- too many parameters

2007-01-11 Thread Larry Lade
Package: libgimp-perl
Version: 2.0.dfsg+2.2pre1.dfsg-1
Severity: normal

Running Filters-Render-Pattern-Brushed Steel results in error message:

glowing_steel: too many arguments for function 'plug_in_mblur' at 
/usr/lib/gimp/2.0/plug-ins/glowing_steel line 206 (ERROR)

This appears to be related to bugs #340217 and #301265 .


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-howard
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libgimp-perl depends on:
ii  gimp2.2.13-1 The GNU Image Manipulation Program
ii  libatk1.0-0 1.12.4-1 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1  generic font configuration library
ii  libgimp2.0  2.2.13-1 Libraries necessary to Run the GIM
ii  libglib2.0-02.12.6-2 The GLib library of C routines
ii  libgtk2-perl1:1.140-1Perl interface to the 2.x series o
ii  libgtk2.0-0 2.8.20-3 The GTK+ graphical user interface 
ii  libpango1.0-0   1.14.8-4 Layout and rendering of internatio
ii  libx11-62:1.0.3-4X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  pdl 1:2.4.3-3perl data language: Perl extension
ii  perl5.8.8-7  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.7]   5.8.8-7  The Pathologically Eclectic Rubbis

libgimp-perl recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#405880: kdelibs4c2a: KDE User Mgmt tool breaks login permissions

2007-01-06 Thread Larry Lade
Package: kdelibs4c2a
Version: 4:3.5.5a.dfsg.1-5
Severity: critical
Justification: breaks unrelated software

I create a new user using the User Management Control Center application 
(kcmshell), in su/Administrator mode. After this, I am unable to log into X, 
numerous services will not start, and I get I have no name with console 
logins.

The problem turns out to be that the permissions on /etc/passwd and /etc/group 
are changed by this tool to 600 instead of 644. Manually resetting the 
permissions fixes everything.



-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-howard
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kdelibs4c2a depends on:
ii  kdelibs- 4:3.5.5a.dfsg.1-5   core shared data for all KDE appli
ii  libacl1  2.2.42-1Access control list shared library
ii  libart-2 2.3.17-1Library of functions for 2D graphi
ii  libarts1 1.5.5-1 aRts sound system core components
ii  libasoun 1.0.13-1ALSA library
ii  libaspel 0.60.4-4GNU Aspell spell-checker runtime l
ii  libattr1 1:2.4.32-1.1Extended attribute shared library
ii  libaudio 1.8-2   The Network Audio System (NAS). (s
ii  libavahi 0.6.16-1Avahi client library
ii  libavahi 0.6.16-1Avahi common library
ii  libavahi 0.6.16-1Avahi Qt3 integration library
ii  libbz2-1 1.0.3-6 high-quality block-sorting file co
ii  libc62.3.6.ds1-9 GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-1 common error description library
ii  libcupsy 1.2.7-2 Common UNIX Printing System(tm) - 
ii  libfontc 2.4.2-1 generic font configuration library
ii  libfreet 2.2.1-howard.2  FreeType 2 font engine, shared lib
ii  libgamin 0.1.8-1 Client library for the gamin file 
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libgnutl 1.4.4-3 the GNU TLS library - runtime libr
ii  libice6  1:1.0.1-2   X11 Inter-Client Exchange library
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libjaspe 1.701.0-2   The JasPer JPEG-2000 runtime libra
ii  libjpeg6 6b-13   The Independent JPEG Group's JPEG 
ii  libkrb53 1.4.4-5 MIT Kerberos runtime libraries
ii  liblua50 5.0.3-2 Main interpreter library for the L
ii  libluali 5.0.3-2 Extension library for the Lua 5.0 
ii  libopene 1.2.2-4.3   runtime files for the OpenEXR imag
ii  libpcre3 6.7-1   Perl 5 Compatible Regular Expressi
ii  libpng12 1.2.15~beta5-1  PNG library - runtime
ii  libqt3-m 3:3.3.7-2   Qt GUI Library (Threaded runtime v
ii  libsm6   1:1.0.1-3   X11 Session Management library
ii  libstdc+ 4.1.1-21The GNU Standard C++ Library v3
ii  libtiff4 3.8.2-7 Tag Image File Format (TIFF) libra
ii  libx11-6 2:1.0.3-4   X11 client-side library
ii  libxcurs 1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxft2  2.1.8.2-8   FreeType-based font drawing librar
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxiner 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxml2  2.6.27.dfsg-1   GNOME XML library
ii  libxrand 2:1.1.0.2-5 X11 RandR extension library
ii  libxrend 1:0.9.1-3   X Rendering Extension client libra
ii  libxslt1 1.1.19-1XSLT processing library - runtime 
ii  libxt6   1:1.0.2-2   X11 toolkit intrinsics library
ii  menu-xdg 0.2.3   freedesktop.org menu compliant win
ii  perl 5.8.8-7 Larry Wall's Practical Extraction 
ii  xbase-cl 1:7.1.ds-3  miscellaneous X clients
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages kdelibs4c2a recommends:
ii  perl-suid 5.8.8-7Runs setuid Perl scripts

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#405880: kdelibs4c2a: KDE User Mgmt tool breaks login permissions

2007-01-06 Thread Larry Lade

I'm just using the Control Center GUI. KDE su claims it is invoking

kcmshell System/userconfig --embed 52430481 --lang en_US

when the Administrator Mode button is clicked.


Bug#402670: RFP: qcamvc -- QuickCam VC Linux driver

2006-12-11 Thread Larry Lade
Package: wnpp
Severity: wishlist

* Package name: qcamvc
  Version : 1.0.9
  Upstream Author : De Marchi Daniele [EMAIL PROTECTED]
* URL : 
http://digilander.libero.it/demarchidaniele/qcamvc/quickcam-vc.html
* License : GPL
  Programming Lang: C
  Description : QuickCam VC Linux driver

Kernel module driver for the Connectix (now Logitech) QuickCam VC webcam, both 
USB and parallel port versions.

I needed to make a one-line fix to get this to build on kernel 2.6.18, see 
http://sourceforge.net/forum/forum.php?thread_id=1578922forum_id=61809


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-howard
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#399024: vim: Upgrade fails because of missing man page directory

2006-11-18 Thread Larry Lade

According to dpkg.log packages vim, vim-common, vim-runtime, vim-tiny,
vim-gtk, vim-gnome, vim-gui-common  from 1:7.0-094+1 to 1:7.0-122+1, to 1:
7.0-152+1, to 1:7.0-158+1, to 1:7.0-164+1. The error messages about the
Russian manpage do not appear in that log. I can attach the log if you think
it would be useful.

Synaptic's History tool oddly records no activity on these packages since 26
October (122 - 152 upgrade).

I'm starting to suspect this is cruft introduced by some other package some
time ago. I'm still perplexed where /usr/share/man/ru.UTF-8/ is coming
from, since I don't even have such a directory on my filesystem.

Hmm... a quick Google search indicates this path appearing in reports for
Vim 7.0 on other bug tracking systems.


Bug#399024: vim: Upgrade fails because of missing man page directory

2006-11-17 Thread Larry Lade
Package: vim
Version: 1:7.0-164+1
Followup-For: Bug #399024


Confirmed.

This bug appears in packages vim, vim-gnome, and vim-gtk.

Note this bug also occurs when trying to REMOVE the packages in question. 

--Begin output--

Setting up vim (7.0-164+1) ...
update-alternatives: unable to make 
/usr/share/man/ru.UTF-8/man1/editor.1.gz.dpkg-tmp a symlink to 
/etc/alternatives/editor.ru.UTF-8.1.gz: No such file or directory
dpkg: error processing vim (--configure):
 subprocess post-installation script returned error exit status 2
Setting up vim-gnome (7.0-164+1) ...
update-alternatives: unable to make 
/usr/share/man/ru.UTF-8/man1/editor.1.gz.dpkg-tmp a symlink to 
/etc/alternatives/editor.ru.UTF-8.1.gz: No such file or directory
dpkg: error processing vim-gnome (--configure):
 subprocess post-installation script returned error exit status 2
Setting up vim-gtk (7.0-164+1) ...
update-alternatives: unable to make 
/usr/share/man/ru.UTF-8/man1/editor.1.gz.dpkg-tmp a symlink to 
/etc/alternatives/editor.ru.UTF-8.1.gz: No such file or directory
dpkg: error processing vim-gtk (--configure):
 subprocess post-installation script returned error exit status 2

--End output--

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-howard
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages vim depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgpmg1 1.19.6-23   General Purpose Mouse - shared lib
ii  libncurses5  5.5-5   Shared libraries for terminal hand
ii  vim-common   1:7.0-164+1 Vi IMproved - Common files
ii  vim-runtime  1:7.0-164+1 Vi IMproved - Runtime files

vim recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#399024: vim: Upgrade fails because of missing man page directory

2006-11-17 Thread Larry Lade

I did a _re-install_ (remove failed with same error) of package vim-tiny.
This bug appears to have disappeared on all packages since. Very strange...
Perhaps this will provide a workaround for the time being.


Bug#367612: evince-thumbnailer generates RGBA thumbnails

2006-05-17 Thread Larry Lade
Package: evince
Version: 0.4.0-1+b1
Severity: minor


/usr/bin/evince-thumbnailer, called by nautilus to generate thumbnails of
evince-supported documents, generates PNGs with RGBA channels. However,
new nautilus behavior does not put frames (border  dropshadow) on
thumbnails with alpha channels. This seems to be intended so that icons
and other pics which look nice on any background will look nicer. The
types of documents supported by evince, however, usually do not look
good on any background, specifically white pages on white background.

What happens:
Thumbnails of PDFs, etc. appear in Nautilus as tiny text floating in the
middle of nothing. There is no border to suggest the edge of a page.

What should happen:
evince-thumbnailer should generate only RGB PNG thumbnails.

Test/workaround:
It's possible to go into ~/.thumbnails, open the thumbnail in question
in GIMP, apply a Flatten Image to convert RGBA to RGB, and Save. The
thumbnail now renders correctly (with frame) in Nautilus.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-howard
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages evince depends on:
ii  gconf2 2.14.0-1  GNOME configuration database syste
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.10-1  Avahi client library
ii  libavahi-common3   0.6.10-1  Avahi common library
ii  libavahi-glib1 0.6.10-1  Avahi glib integration library
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-2  The Bonobo UI library
ii  libc6  2.3.6-7   GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libdbus-1-20.61-5simple interprocess messaging syst
ii  libdjvulibre15 3.5.16-2  Runtime support for the DjVu image
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1 2.3.2-5.1 generic font configuration library
ii  libfreetype6   2.2.1-1   FreeType 2 font engine, shared lib
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libgcrypt111.2.2-1   LGPL Crypto library - runtime libr
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.2-2  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-3  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-3  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.1-2  GNOME virtual file-system (runtime
ii  libgnutls131.3.5-1.1 the GNU TLS library - runtime libr
ii  libgpg-error0  1.2-1 library for common error values an
ii  libgtk2.0-02.8.17-2  The GTK+ graphical user interface 
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libkpathsea4   3.0-16path search library for teTeX (run
ii  libnautilus-extension1 2.14.1-2  libraries for nautilus components 
ii  liborbit2  1:2.14.0-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.1-3  Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5.1  PNG library - runtime
ii  libpoppler0c2  0.4.5-4   PDF rendering library
ii  libpoppler0c2-glib 0.4.5-4   PDF rendering library (GLib-based 
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libstdc++6 4.1.0-4   The GNU Standard C++ Library v3
ii  libtasn1-2 1:0.2.17-2Manage ASN.1 structures (runtime)
ii  libtiff4   3.8.2-2   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.0.0-6 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  

Bug#351296: #351296 - hald doesn't fork

2006-02-08 Thread Larry Lade
# hald --verbose=yes --daemon=no 2 hald.err


hald.err.gz
Description: GNU Zip compressed data


Bug#351296: #351296 - hald doesn't fork

2006-02-07 Thread Larry Lade
I have also been experiencing this problem. Lo and behold, --verbose
indicates that I am also hanging at the line:

23:27:00.881 [I] hald.c:82: Added device to GDL;
udi=/org/freedesktop/Hal/devices/storage_model_IOMEGA_ZIP_100_ATAPI_Floppy

I got an ltrace, but it's 113MB uncompressed, (3.4M gzipped) which
leads me to think I'm doing something wrong. If this and an strace
would be useful, I'll send them along.


Bug#341538: splashimage duplicates

2005-12-17 Thread Larry Lade
I had been experiencing this bug also, with the splashimage= parameter
immediately after the (commented out) color parameter. Interestingly,
placing it inside the Default Options section gets it moved to just
below that section after running update-grub.

This issue has not occurred for me under stable, using the same syntax.

If my understanding of grub usage is correct, the user is not supposed
to directly edit the lines between
## ## End Default Options ##
and
### END DEBIAN AUTOMAGIC KERNELS LIST

This would suggest that the splashimage should be defined (and left
alone) somewhere before the End Default Options line, no?

/boot/grub/menu.lst (now)

# menu.lst - See: grub(8), info grub, update-grub(8)
#grub-install(8), grub-floppy(8),
#grub-md5-crypt, /usr/share/doc/grub
#and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
default0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout5

# Pretty colours
#color cyan/blue white/blue

# Set colors for foreground and background:
# (RRGGBB, in hex)
#
# These are optional it will still work without them
#
foreground  = ff
background  = 00

# The splash image location (doesn't need to be the root partition, BTW,
# since grub can read your filesystem):
#
#splashimage=(hd0,0)/boot/grub/splash.xpm.gz

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#  password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# titleWindows 95/98/NT/2000
# root(hd0,0)
# makeactive
# chainloader+1
#
# titleLinux
# root(hd0,1)
# kernel/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##  kopt_2_6_8=root=/dev/hdc1 ro
##  kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/hda1 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##  alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##  lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=lapic

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##  altoptions=(recovery mode) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##  howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##  memtest86=false
# memtest86=false

## ## End Default Options ##

splashimage=(hd0,0)/boot/grub/splash.xpm.gz

titleDebian GNU/Linux, kernel 2.6.14-howard
root(hd0,0)
kernel/boot/vmlinuz-2.6.14-howard root=/dev/hda1 ro lapic
initrd/boot/initrd.img-2.6.14-howard
savedefault
boot

titleDebian GNU/Linux, kernel 2.6.14-howard (recovery mode)
root(hd0,0)
kernel/boot/vmlinuz-2.6.14-howard root=/dev/hda1 ro single
initrd/boot/initrd.img-2.6.14-howard
savedefault
boot

titleDebian GNU/Linux, kernel 2.6.14-2-686
root(hd0,0)
kernel/boot/vmlinuz-2.6.14-2-686 root=/dev/hda1 ro lapic
initrd/boot/initrd.img-2.6.14-2-686
savedefault
boot

titleDebian GNU/Linux, kernel 2.6.14-2-686 (recovery mode)
root(hd0,0)
kernel/boot/vmlinuz-2.6.14-2-686 root=/dev/hda1 ro single
initrd/boot/initrd.img-2.6.14-2-686
savedefault
boot

### END DEBIAN AUTOMAGIC KERNELS LIST



Bug#338964: gweather: Minneapolis airport ambiguity

2005-11-13 Thread Larry Lade
Package: gnome-applets-data
Version: 2.10.1-5
Severity: minor

Weather station KMSP is identified as St.Paul International Airport.
This creates some confusion. The correct name for this station,
according to the National Weather Service, is Minneapolis-St. Paul
International Airport. St. Paul Airport usually refers to a
different, minor airport.

If the full thing is too long for the application, MSP International
Airport is also acceptable.

To clarify: The station data in
/usr/share/gnome-applets/gweather/Locations.xml is correct and
functional, merely labelled incorrectly.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-howard
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gnome-applets-data depends on:
ii  gconf22.10.1-6   GNOME configuration database syste
ii  gnome-applets 2.10.1-5   Various applets for GNOME 2 panel
ii  scrollkeeper  0.3.14-10  A free electronic cataloging syste

gnome-applets-data recommends no packages.

-- no debconf information