Bug#852398: chromium: option --enable-remote-extensions does work: extensions cannot be enabled nor be installed

2017-02-06 Thread Niels Elgaard Larsen
På Mon, 6 Feb 2017 21:09:16 +0100
Michael Franzl  skrev:
> On Mon, 6 Feb 2017 11:27:55 +0100 Simon Ruderich 
 CHROMIUM_FLAGS='--enable-remote-extensions' chromium  
> 
> I put this into ~/.profile:
> 
> CHROMIUM_FLAGS='--enable-remote-extensions'
> 
> Confirmed working as a workaround.

Yeah, I now have.
 CHROMIUM_FLAGS='--enable-remote-extensions --disable-print-preview'
 
> I understand the security aspect, 

Me too. Great if we can avoid the Google store. But then we need
another source/repositry of essential extensions. Debian packages, a
local directory, github, or something else.

> but this setting really should be
> added as a package configuration option, and the user explicitly
> queried IMO.
> 
> Michael
> 



Bug#823148: unison: Unison 2.48.3 crashes when syncing to a Ubuntu xenian host with same version if file>700 bytes

2016-07-01 Thread Niels Elgaard Larsen
On Sun, 01 May 2016 14:16:59 + Daniel Alder
<debbug16.10.hac...@antichef.net> wrote:
> Package: unison
> Version: 2.48.3-1
> Severity: important
> 
> Dear Maintainer,
> 
>* What led up to the situation?

unison marshalls data in datastructures dependent on the ocaml version
it was build with.

So even for the same version of unison you have to choose to be
compatible with e.g. Ubuntu, Debian stable, etc.

Right now if you just build unison from source on Sid it works with
Ubuntu Xenian.

But put it on hold when it works.


> I tried to sync using unison between an up-to-date Debian stretch and a 
> Ubuntu xenial host, both have the same unison version:
> 
> Debian:
> ii  unison 2.48.3-1 amd64file-synchronization tool for 
> Unix and Windows
> Ubuntu:
> ii  unison 2.48.3-1ubuntu1 amd64   
> file-synchronization tool for Unix and Windows
> 
> 
> I discovered that the Debian side crashes whenever a file with size 701 bytes 
> or
> bigger has to be transferred from debian to ubuntu.
> The error does NOT appear if the file on the other side doesn't exist yet.
> The error also doesn't appear if both systems are Ubuntu or if both are 
> Debian.
> 
> 
> == Here is a test matrix: ==
> 
>  debian file
>  =700 bytes  =701 bytes
> ubuntu file =700 bytes   d->u ok, u->d okd->u ok, u->d ok
> =701 bytes   d->u ok, u->d okd->u err, u->d ok
> 
> explanation: d->u means transfer from debian to ubuntu, no matter which side
> runs unison, only the final direction of the file transfer is relevant, see 
> logs
> below.
> 
> 
> == Error log when running on Debian side: ==
> 
> synctest@debian:~$ unison myfolder/ ssh://$remoteip/myfolder/
> Contacting server...
> Connected [//debian//home/synctest/myfolder -> 
> //ubuntu//home/synctest/myfolder]
> Looking for changes
>   Waiting for changes from server
> Reconciling changes
> 
> local  ubuntu 
> changed  > changedtestfile  [] >
> 
> Proceed with propagating updates? [] y
> Propagating updates
> 
> 
> UNISON 2.48.3 started propagating changes at 13:31:35.72 on 01 May 2016
> [BGN] Updating file testfile from /home/synctest/myfolder to 
> //ubuntu//home/synctest/myfolder
> Uncaught exception Failure("input_value: bad bigarray kind")
> Raised by primitive operation at file "/tmp/buildd/unison-2.48.3/remote.ml", 
> line 453, characters 18-45
> Called from file "/tmp/buildd/unison-2.48.3/remote.ml", line 459, characters 
> 23-61
> Called from file "/tmp/buildd/unison-2.48.3/lwt/lwt.ml", line 75, characters 
> 20-23
> Re-raised at file "/tmp/buildd/unison-2.48.3/lwt/lwt.ml", line 135, 
> characters 12-13
> Called from file "list.ml", line 73, characters 12-15
> Called from file "/tmp/buildd/unison-2.48.3/lwt/lwt.ml", line 31, characters 
> 2-37
> Called from file "/tmp/buildd/unison-2.48.3/lwt/lwt.ml", line 83, characters 
> 17-46

-- 
Niels Elgaard Larsen



Bug#802919: unison: synchronization incompatibility when built with Ocaml versions pre/post-4.02

2016-04-19 Thread Niels Elgaard Larsen
On Thu, 24 Mar 2016 14:14:21 +0100 Baptiste Jonglez 
 wrote:

As a side note, the current state of unison/ocaml on stretch is confusing:
ocaml 4.02.3 is in stretch, but the unison binary package still seems to
be built against ocaml 4.01.  This is non-obvious and I spent quite some
time wondering why unison from stretch did not interoperate with another
unison client built against ocaml 4.02.




So did I. When I figured out, I just had to build unison from source and 
everything worked again.


At least "unison -version" should tell which version of ocaml it uses.



Bug#660305: beancounter: update fails because age cannot be calculated

2012-02-17 Thread Niels Elgaard Larsen
Package: beancounter
Version: 0.8.10
Severity: grave
Tags: upstream patch
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
I tried to use beancounter. Nothing worked.
   * What exactly did you do (or not do) that was effective (or
 ineffective)?

In /usr/share/perl5/Finance/BeanCounter.pm:1746
==
my $age = Delta_Format(DateCalc($hash{$key}{date}, $Config{lastbizday},undef, 
2), approx, 0, %dt);
==

failed because of the undef argument that according to the releasenotes
was added in 0.8.9

I changed it to:
==
my $nerr;
my $age = Delta_Format(DateCalc($hash{$key}{date}, $Config{lastbizday},\$nerr, 
2), approx, 0, %dt);
==

   * What was the outcome of this action?

I could run beancounter update

   * What outcome did you expect instead?

*** End of the template - remove these lines ***


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages beancounter depends on:
ii  libdate-manip-perl   6.30-1
ii  libdbd-mysql-perl4.020-1+b1
ii  libdbd-pg-perl   2.18.1-1+b1
ii  libdbi-perl  1.616-1+b2
ii  libfinance-yahooquote-perl   0.24
ii  libstatistics-descriptive-perl   3.0300-1
ii  mysql-client-5.1 [mysql-client]  5.1.58-1
ii  perl 5.14.2-7
ii  sqlite   2.8.17-7
ii  sqlite3  3.7.10-1

beancounter recommends no packages.

beancounter suggests no packages.

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/perl5/Finance/BeanCounter.pm (from beancounter 
package)



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



Bug#590632: openjdk: Allows all signed applets to access Debian account

2010-07-27 Thread Niels Elgaard Larsen
Package: openjdk-6-jre
Version: 6b18-1.8-4
Severity: important
File: openjdk
Tags: upstream


First I believe it is relly wrong to grant any signed applet
AllPermission. It allows internet banks, tax authoritis, photo printing
operations, etc access to our computers.

Also I could not find a way to regain control over which applet get
control over my Debian accound.

using 
  permission java.lang.RuntimePermission usePolicy;
in ~/.java.policy does not work.

Check this to test java applet permission (this for selfsigned applet on
site with self-signed SSL certificate)
https://www.agol.dk/elgaard/sand/sand.html


Just because I use a netbank or det danish digital signature does not
men that I want to allow them to read or write any file on my user account.



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages openjdk-6-jre depends on:
ii  libaccess-bridge-java-j 1.26.2-5 Java Access Bridge for GNOME (jni 
ii  libasound2  1.0.23-1 shared library for ALSA applicatio
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libgif4 4.1.6-9  library for GIF images (library)
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libpulse0   0.9.21-3 PulseAudio client libraries
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxi6  2:1.3-4  X11 Input extension library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  libxtst62:1.1.0-3X11 Testing -- Record extension li
ii  openjdk-6-jre-headless  6b18-1.8-4   OpenJDK Java runtime, using Hotspo
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

openjdk-6-jre recommends no packages.

Versions of packages openjdk-6-jre suggests:
ii  icedtea6-plugin   6b18-1.8-4 web browser plugin based on OpenJD

-- 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#555622: catdoc: parses negative integers incorrectly on 64bit architecture.

2009-11-10 Thread Niels Elgaard Larsen
Package: catdoc
Version: 0.94.2-1
Severity: important
Tags: patch


On amd64 using xls2csv negative numbers are exported as huge positive numbers

I believe the real problem is in xls.parse.c:format_rk
which should be:

#include stdio.h

if ( *(rec)  0x02 )
{
  int32_t ival=getlong((unsigned char *)rec,0);
  value=(double)(ival2);
}

But there are many typecast issues, I tried to handle some of them:

Patch:

diff -w -Naur catdoc-0.94.2/src/analyze.c catdoc-0.94.2.mine/src/analyze.c
--- catdoc-0.94.2/src/analyze.c 2006-02-24 18:44:06.0 +0100
+++ catdoc-0.94.2.mine/src/analyze.c2009-11-03 14:42:35.0 +0100
@@ -39,18 +39,18 @@
}
catdoc_read(buffer,4,1,f);
buffer[4]=0;
-   if (strncmp(buffer,write_sign,2)==0) {
+   if (strncmp((char *) buffer,write_sign,2)==0) {
printf([Windows Write file. Some garbage expected]\n);
get_unicode_char=get_8bit_char;
return process_file(f,LONG_MAX);
-   } else if (strncmp(buffer,rtf_sign,4)==0) {
+   } else if (strncmp((char *) buffer,rtf_sign,4)==0) {
return parse_rtf(f);
-   } else if (strncmp(buffer,old_word_sign,2)==0) {
-  fread(buffer+4,1,124,f); 
+   } else if (strncmp((char *)buffer,old_word_sign,2)==0) {
+  fread((char *) buffer+4,1,124,f);
   return parse_word_header(buffer,f,128,0);
}   
fread(buffer+4,1,4,f);
-   if (strncmp(buffer,ole_sign,8)==0) {
+   if (strncmp((char *) buffer,ole_sign,8)==0) {
if ((new_file=ole_init(f, buffer, 8)) != NULL) {
set_ole_func();
while((ole_file=ole_readdir(new_file)) != NULL) {
@@ -71,7 +71,7 @@
}   
} else {
set_std_func();
-   copy_out(f,buffer);
+   copy_out(f,(char *) buffer);
return 0;
}

diff -w -Naur catdoc-0.94.2/src/numutils.c catdoc-0.94.2.mine/src/numutils.c
--- catdoc-0.94.2/src/numutils.c2006-02-24 18:44:06.0 +0100
+++ catdoc-0.94.2.mine/src/numutils.c   2009-11-03 14:42:35.0 +0100
@@ -5,25 +5,32 @@
 /* This file is part of catdoc project   */
 /* (c) Victor Wagner 1996-2003, (c) Alex Ott 2003   */
 /*/
+#include stdint.h
+#include stdio.h
 
 
 //
 /* Reads 2-byte LSB  int from buffer at given offset platfom-indepent
  * way
  */ 
-unsigned int getshort(unsigned char *buffer,int offset) {
-   return (unsigned short int)buffer[offset]|((unsigned short 
int)buffer[offset+1]8);
+uint32_t getshort(unsigned char *buffer,int offset) {
+  //  fprintf(stderr, GS %d: 
%d,%d=%d\n,offset,(uint16_t)buffer[offset],(uint16_t)buffer[offset+1]8,(uint16_t)buffer[offset]|((uint16_t)buffer[offset+1]8));
+   return (uint16_t)buffer[offset]|((uint16_t)buffer[offset+1]8);
 }  
+
 //
 /* Reads 4-byte LSB  int from buffer at given offset almost platfom-indepent
  * way
  */ 
-long int getlong(unsigned char *buffer,int offset) {
-   return (long)buffer[offset]|((long)buffer[offset+1]8L)
-   |((long)buffer[offset+2]16L)|((long)buffer[offset+3]24L);
+int32_t getlong(unsigned char *buffer,int offset) {
+  int32_t res = ((long)buffer[offset])|((long)buffer[offset+1]8L) 
|((long)buffer[offset+2]16L)|((long)buffer[offset+3]24L);
+  fprintf(stderr, LL %d: %d,%d,%d,%d=%d 
res=%d\n,offset,(long)buffer[offset],((long)buffer[offset+1]8L),((long)buffer[offset+2]16L),(long)buffer[offset+3]24L,
+  
((long)buffer[offset])|((long)buffer[offset+1]8L)|((long)buffer[offset+2]16L)|(long)buffer[offset+3]24L,res
 );
+   return (res);
 }  
 
-unsigned long int getulong(unsigned char *buffer,int offset) {
-   return (unsigned long)buffer[offset]|((unsigned 
long)buffer[offset+1]8L)
+uint32_t getulong(unsigned char *buffer,int offset) {
+  uint32_t res = ((unsigned long)buffer[offset])|((unsigned 
long)buffer[offset+1]8L)
|((unsigned long)buffer[offset+2]16L)|((unsigned 
long)buffer[offset+3]24L);
+  return res;
 }  
diff -w -Naur catdoc-0.94.2/src/ole.c catdoc-0.94.2.mine/src/ole.c
--- catdoc-0.94.2/src/ole.c 2006-02-25 16:28:14.0 +0100
+++ catdoc-0.94.2.mine/src/ole.c2009-11-03 14:42:35.0 +0100
@@ -97,7 +97,7 @@
if ( ret != BBD_BLOCK_SIZE ) {
return NULL;
}
-   if (strncmp(oleBuf,ole_sign,8) != 0) {
+   if (strncmp((char *)oleBuf,(char *) ole_sign,8) != 0) {
return NULL;
}
sectorSize = 1getshort(oleBuf,0x1e);
diff -w -Naur 

Bug#428143: kdeprint: printing to IPP printer with password does not work

2007-06-09 Thread Niels Elgaard Larsen
Package: kdeprint
Version: 4:3.5.7-1
Severity: important



The Printer is a Samsun N2571 network printer.
Printing works fine with ipp  http://192.168.1.10:631

But now the printer is visible from outside so I added a password:

I now set the URL to http://foo:[EMAIL PROTECTED]:631

I was able to print the test page, but printing something with e.g. kprinter
does not work. No errror. The job completes but nothing is printed.

Is tried using a Kubuntu 7.04 computer. Same problem. However printing from
firefox worked. I.e. I set up the printer in KDE, printing from KDE did not
work. Printing from non-kde programs worked.


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

Kernel: Linux 2.6.21niels (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kdeprint depends on:
ii  enscript1.6.4-11 Converts ASCII text to Postscript,
ii  kdelibs4c2a 4:3.5.7.dfsg.1-1 core libraries and binaries for al
ii  libc6   2.5-10   GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libqt3-mt   3:3.3.7-4+b1 Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3
ii  poster  1:19990428-8 Create large posters out of PostSc
ii  psutils 1.17-24  A collection of PostScript documen

Versions of packages kdeprint recommends:
ii  gs-esp [postscript-viewe 8.15.3.dfsg.1-1 The Ghostscript PostScript interpr
ii  gs-gpl [postscript-viewe 8.56.dfsg.1-1   The GPL Ghostscript PostScript int
ii  gv [postscript-viewer]   1:3.6.2-4   PostScript and PDF viewer for X
ii  kghostview [postscript-v 4:3.5.7-2   PostScript viewer for KDE

-- no debconf information


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



Bug#377738: Another card

2007-01-17 Thread Niels Elgaard Larsen

# pccardctl info
PRODID_1=
PRODID_2=
PRODID_3=
PRODID_4=
MANFID=,
FUNCID=255
PRODID_1=Linksys
PRODID_2=Wireless CompactFlash Card
PRODID_3=
PRODID_4=
MANFID=028a,0673
FUNCID=6


Linux edge 2.6.19.2 #4 PREEMPT Tue Jan 16 22:29:30 CET 2007 i686 GNU/Linux

# lsmod
Module  Size  Used by
orinoco_cs 13444  1
orinoco37044  1 orinoco_cs
hermes  5760  2 orinoco_cs,orinoco

wlassistand do:

iwconfig_set: /sbin/iwconfig wlan3 mode managed channel 8 key open 1234567890 
essid AGOLW
==stderr: Error for wireless request Set Frequency (8B04) :
SET failed on device wlan3 ; Device or resource busy.
iwconfig_ap: /sbin/iwconfig wlan3 ap 00:90:96:2A:12:34
==stderr: Error for wireless request Set AP Address (8B14) :
SET failed on device wlan3 ; Operation not supported.


But executing:
iwconfig wlan3 essid AGOLW key 1234567890
from  command line works

--
Niels


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



Bug#377738: wlassistant: use requests that does not work on some cards/drivers

2006-07-10 Thread Niels Elgaard Larsen
Package: wlassistant
Version: 0.5.5-1
Severity: important

wlassistand does not configure my card:

It tries
==
(#)/sbin/iwconfig eth1 ap 00:77:88:99:00:AA
Error for wireless request Set AP Address (8B14) :
==

manually running
iwconfig eth1 essid FOOBAR 
works fine.

cardctl info
PRODID_1=SMC
PRODID_2=SMC2632W
PRODID_3=Version 01.02
PRODID_4=
MANFID=0156,0002
FUNCID=6

driver: orinoco_cs


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

Versions of packages wlassistant depends on:
ii  kdelibs4c2a [kdelibs-bin] 4:3.5.3-1  core libraries and binaries for al
ii  kicker4:3.5.3-2  desktop panel for KDE
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-7  GCC support library
ii  libqt3-mt 3:3.3.6-2  Qt GUI Library (Threaded runtime v
ii  libstdc++64.1.1-7The GNU Standard C++ Library v3
ii  menu  2.1.29 generates programs menu for all me
ii  net-tools 1.60-17The NET-3 networking toolkit
ii  wireless-tools28-1   Tools for manipulating Linux Wirel

Versions of packages wlassistant recommends:
ii  dhcp-client  2.0pl5-19.4 DHCP Client

-- no debconf information


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



Bug#317098: kmail: happens for me too

2005-07-11 Thread Niels Elgaard Larsen
Package: kmail
Version: 4:3.3.2-3
Followup-For: Bug #317098




-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=da_DK.iso88591, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL 
set to da_DK.iso88591)

Versions of packages kmail depends on:
ii  kdelibs4 4:3.3.2-7   KDE core libraries
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libgcc1  1:4.0.1-1   GCC support library
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libkcal2a4:3.3.2-3   KDE calendaring library
ii  libkdenetwork2   4:3.3.2-3   KDE Network library
ii  libkdepim1   4:3.3.2-3   KDE PIM library
ii  libkleopatra0a   4:3.3.2-3   KDE GnuPG interface libraries
ii  libkpimidentities1   4:3.3.2-3   KDE PIM user identity information 
ii  libksieve0   4:3.3.2-3   KDE mail/news message filtering li
ii  libmimelib1a 4:3.3.2-3   KDE mime library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.4-3   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libstdc++5   1:3.3.6-7   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  perl 5.8.7-4 Larry Wall's Practical Extraction 
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-8   compression library - runtime

Versions of packages kmail recommends:
ii  kdebase-kio-plugins   4:3.3.2-1  KDE I/O Slaves
ii  kdepim-kio-plugins4:3.3.2-3  KDE pim I/O Slaves
ii  procmail  3.22-11Versatile e-mail processor

-- no debconf information


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



Bug#293820: debconf: Does not install

2005-02-05 Thread Niels Elgaard Larsen
Package: debconf
Version: 1.4.45
Severity: important


Sætter debconf (1.4.45) op...
Compiling /usr/lib/python2.3/site-packages/shtoom/test/py24tests.py ...
  File /usr/lib/python2.3/site-packages/shtoom/test/py24tests.py, line 7
@arguments(IBar)
^
SyntaxError: invalid syntax

Guess it could be  python problem

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1)

Versions of packages debconf depends on:
ii  debconf-i18n  1.4.45 full internationalization support 
ii  perl-base 5.8.4-6The Pathologically Eclectic Rubbis

-- debconf information:
* debconf/priority: medium
* debconf/frontend: Dialog


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



Bug#292203: kicker: timezone not stored for multiple clock applets

2005-01-25 Thread Niels Elgaard Larsen
Package: kicker
Version: 4:3.3.2-1
Severity: normal


I have two clock applets in the panel. I set them to different time zones.
But next time I start KDE, both clocks are set to the same time zone..

$ ll ~/.kde/share/config/clock*
-rw---  1 elgaard elgaard 1004 2005-01-25 11:17
/home/elgaard/.kde/share/config/clockappletrc
-rw---  1 elgaard elgaard  235 2005-01-25 11:17
/home/elgaard/.kde/share/config/clock_panelapplet_20jk8qi21f3ey2nofc0n_rc


$ cat clock_panelapplet_20jk8qi21f3ey2nofc0n_rc
[Digital]
Background_Color=238,52,46
Blink=true
Shadow_Color=238,52,46

[General]
Initial_TZ=1
RemoteZones=America/Indianapolis,America/Los_Angeles,America/New_York,Asia/Tokyo,Australia/Sydney,Europe/Berlin,Europe/London,Europe/Moscow


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1)

Versions of packages kicker depends on:
ii  kdebase-data 4:3.3.2-1   KDE Base (shared data)
ii  kdelibs4 4:3.3.2-1   KDE core libraries
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfam0c102  2.7.0-6 client library to control the FAM 
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libidn11 0.5.2-3 GNU libidn library, implementation
ii  libkonq4 4:3.3.2-1   Core libraries for KDE's file mana
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.3-8   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5   1:3.3.5-6   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxtst6 4.3.0.dfsg.1-10 X Window System event recording an
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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