Processed: retitle 353321 to File conflict with system-tools-backends-dev/old gnome-system-tools

2006-02-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 353321 File conflict with system-tools-backends-dev/old 
> gnome-system-tools
Bug#353321: File conflict with system-tools-backends-dev/old
Changed Bug title.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Various

2006-02-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 353321 File conflict with system-tools-backends-dev/old
Bug#353321: knetworkconf: conflict with old gnome-system-tools
Changed Bug title.

> gnome-system-tools
Unknown command or malformed arguments to command.

> severity 353321 serious
Bug#353321: File conflict with system-tools-backends-dev/old
Severity set to `serious'.

> retitle 353319 File conflict with Sarge's akregator-i18n
Bug#353319: kde-i18n-fr: conflict with old akregator
Changed Bug title.

> severity 353319 serious
Bug#353319: File conflict with Sarge's akregator-i18n
Severity set to `serious'.

> found 353319 4:3.5.1-1
Bug#353319: File conflict with Sarge's akregator-i18n
Bug marked as found in version 4:3.5.1-1.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



playground

2006-02-17 Thread Peter Rockai
SVN commit 510738 by mornfall:

Merge from branch.

2006-02-12 14:02:43 +0100
 Finish the utf8/i18n fixes, missed a bunch of files last time due to make
 not picking them up :|.

2006-02-12 15:04:55 +0100
 Implement autostarting (and related dialog boxes) in adept notifier.

2006-02-12 16:01:12 +0100
 adept-updater -> adept_updater

2006-02-12 18:37:22 +0100
 Rework the layout of PackageDetails -- it now uses a toolbar for
 back/forward/show list actions. The bottom part is a tab widget, but
 only package relationships tab is implemented. Implemented actions
 on packages in PackageDetails (2 buttons).

2006-02-12 20:31:02 +0100
 Implement Installed Files tab. It uses KFileDetailView for extra coolness and
 asynchronous loading to avoid unnecessary blocking.

2006-02-12 20:38:43 +0100
 Un-hardcode data path for the desktop and icon files. Currently set to
 $(datadir)/adept_installer/{desktop,icons}.

2006-02-12 20:39:04 +0100
 Fix the .desktop file to point to right executable (adept_installer).

2006-02-12 21:16:33 +0100
 Implement about dialog.

2006-02-12 21:17:05 +0100
 Implement about application dialog box.

2006-02-12 21:17:32 +0100
 Update about data (version, year).

2006-02-13 15:53:09 +0100
 Reimplement back/forward navigation in terms of a pair of deques instead of
 a linked list with positioning voodoo. Use stable entities in it as well,
 so it survives a cache reload without massive breakage.

2006-02-13 15:56:10 +0100
 A bunch of stability fixes in PackageDetails and PackageInfo. Use stable 
entities
 and don't try to add empty entity to back/forward history either. Make the
 threading more reliable and less race-prone. Visual improvements to the
 PackageDetails presentation of long description.

2006-02-13 16:32:07 +0100
 Don't crash on reload when browser was not yet used (it has no package 
assigned).

2006-02-13 16:32:40 +0100
 Changelog for 1.89.

2006-02-15 10:23:37 +0100
 Redo the way threads work in libept. All non-gui threads are now serialized 
after
 each other. There is a global helper (Threads) that queues the threads. There 
is
 Threads::wait() to wait for all queued threads to finish. This calls 
processEvents()
 regularly on the GUI thread, locking a mutex provided with the thread. The 
thread
 implementation needs to lock the mutex when it wishes to do anything 
GUI-related.
 Threads::wait() is recursion-safe, that is, if it is called recursively from an
 event that was generated in processEvents(), it waits for all threads in the 
last
 recursion and then immediately returns in the parents.
 
 Some more safety measures. Things should not crash anymore (i got one memory
 corruption crash in testing, but i have no idea why or how... could not 
reproduce).

2006-02-15 10:38:21 +0100
 Remove the WaitForLister hack, disable buttons while refreshing for now. 
Eventually,
 a better mechanism should be used. Also fix disabling/enabling of actions 
depending
 on cache state.

2006-02-17 22:36:15 +0100
 Bunch of usability-related changes (i'd like to say improvements). Terminology
 changed to Request Foo for buttons and Requested: no change/install/remove/...
 for labels. Filter changed accordingly. The lister extender now puts the
 status/requested items in line with folded items and it is not present in the
 Foo: bar list of package properties. Reduces visual clutter and keeps better
 connection between the folded/unfolded item.

2006-02-17 22:38:52 +0100
 First go at the overall installer layout. Also implement word-wrappable 
descriptions,
 so we have more space on the right eventually for the detailed description. 
Hide
 the kjanuswidget's page title and separator as it clashes visually with rest 
of the UI.


 _M. (directory)  
 M  +15 -0 sysadmin/ept/debian/changelog  
 M  +2 -1  sysadmin/ept/installer/Makefile.am  
 M  +8 -8  sysadmin/ept/installer/app.cpp  
 M  +3 -2  sysadmin/ept/installer/app.h  
 M  +1 -1  sysadmin/ept/installer/main.cpp  
 M  +2 -1  sysadmin/ept/libept/Makefile.am  
 M  +9 -15 sysadmin/ept/libept/actor.h  
 M  +4 -3  sysadmin/ept/libept/application.cpp  
 M  +3 -2  sysadmin/ept/libept/commitprogress.cpp  
 M  +44 -18sysadmin/ept/libept/desktopentryui.ui  
 M  +28 -4 sysadmin/ept/libept/desktoplist.cpp  
 M  +10 -2 sysadmin/ept/libept/desktoplist.h  
 M  +15 -8 sysadmin/ept/libept/extendablelist.cpp  
 M  +1 -0  sysadmin/ept/libept/extendablelist.h  
 M  +13 -0 sysadmin/ept/libept/groupeddesktopselector.cpp  
 M  +49 -57sysadmin/ept/libept/lister.cpp  
 M  +2 -0  sysadmin/ept/libept/lister.h  
 M  +151 -85   sysadmin/ept/libept/listerextenderui.ui  
 M  +184 -8sysadmin/ept/libept/packagedetails.cpp  
 M  +21 -2 sysadmin/ept/libept/packagedetails.h  
 M  +218 -127  sysadmin/ept/libept/packagedetailsui.ui  
 M  +35 -14sysadmin/ept/libept/packageinfo.cpp  
 M  +4 -8  sysadmin/ept/libept/packageinfo.h  
 M  +49 -49sysadmin/ept/libept/packageinfoui.ui  
 M  +2 -1

Processed: won't fix

2006-02-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags #353344 + wontfix
Bug#353344: umbrello: please allow switch-to-arrow after object creation
There were no tags set.
Tags added: wontfix

> This has been discussed long ago in Umbrello's development and
Unknown command or malformed arguments to command.

> sticking with the current tool was chosen as the action of least
Unknown command or malformed arguments to command.

> surprise.
Unknown command or malformed arguments to command.

> Jonathan
Unknown command or malformed arguments to command.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#353321: knetworkconf: conflict with old gnome-system-tools

2006-02-17 Thread Steve Langasek
On Fri, Feb 17, 2006 at 03:11:32PM +0100, Marc Glisse wrote:
> Package: knetworkconf
> Version: 4:3.5.1-1
> Severity: grave
> Justification: renders package unusable

> Upgrading from sarge gives:

> Dépaquetage de knetworkconf (à partir de 
> .../knetworkconf_4%3a3.5.1-1_i386.deb) ...
> dpkg : erreur de traitement de 
> /var/cache/apt/archives/knetworkconf_4%3a3.5.1-1_i386.deb (--unpack) :
>  tentative de remplacement de 
> « /usr/lib/pkgconfig/system-tools-backends.pc », qui appartient aussi au 
> paquet gnome-system-tools

> I believe a conflict with old versions of gnome-system-tools might help.

The current version of system-tools-backends-dev *still* contains that file.
I'm thinking that this is a bug in knetworkconf, for a namespace collision
with an existing .pc file.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#353354: kdelibs-bin: Communication problem between kded and avahi

2006-02-17 Thread Valerio Passini
Package: kdelibs-bin
Version: 4:3.5.1-2
Severity: important

Hi,

it's no more possible to access zeroconf resources using konqueror
zeroconf:/

The message reported in the shell is:
kio_zeroconf: WARNING: Failed to create avahi client

Another strange message is:
ASSERT: "!icon.isEmpty()" in /home/sid-user/kdebase/kdebase-3.5.1/./
but it doesn't seem related to this bug.
Bye


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kdelibs-bin depends on:
ii  kdelibs4c2a4:3.5.1-2 core libraries for all KDE applica
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libaudio2  1.7-4 The Network Audio System (NAS). (s
ii  libbz2-1.0 1.0.3-2   high-quality block-sorting file co
ii  libc6  2.3.6-1   GNU C Library: Shared libraries an
ii  libcupsys2 1.1.99.b1.r4885-1 Common UNIX Printing System(tm) - 
ii  libfontconfig1 2.3.2-1.1 generic font configuration library
ii  libfreetype6   2.1.10-1  FreeType 2 font engine, shared lib
ii  libgcc11:4.0.2-9 GCC support library
ii  libice66.9.0.dfsg.1-4Inter-Client Exchange library
ii  libidn11   0.5.18-1  GNU libidn library, implementation
ii  libjpeg62  6b-11 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.8rel-5PNG library - runtime
ii  libqt3-mt  3:3.3.5-3 Qt GUI Library (Threaded runtime v
ii  libsm6 6.9.0.dfsg.1-4X Window System Session Management
ii  libstdc++6 4.0.2-9   The GNU Standard C++ Library v3
ii  libx11-6   6.9.0.dfsg.1-4X Window System protocol client li
ii  libxcursor11.1.3-1   X cursor management library
ii  libxext6   6.9.0.dfsg.1-4X Window System miscellaneous exte
ii  libxft22.1.8.2-3 FreeType-based font drawing librar
ii  libxi6 6.9.0.dfsg.1-4X Window System Input extension li
ii  libxinerama1   6.9.0.dfsg.1-4X Window System multi-head display
ii  libxml22.6.23.dfsg.1-0.1 GNOME XML library
ii  libxrandr2 6.9.0.dfsg.1-4X Window System Resize, Rotate and
ii  libxrender11:0.9.0.2-1   X Rendering Extension client libra
ii  libxslt1.1 1.1.15-2  XSLT processing library - runtime 
ii  libxt6 6.9.0.dfsg.1-4X Toolkit Intrinsics
ii  menu-xdg   0.2.2 freedesktop.org menu compliant win
ii  perl   5.8.8-2   Larry Wall's Practical Extraction 
ii  python 2.3.5-5   An interactive high-level object-o
ii  zlib1g 1:1.2.3-9 compression library - runtime

Versions of packages kdelibs-bin recommends:
ii  perl-suid 5.8.8-2Runs setuid Perl scripts

-- no debconf information


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



Bug#353352: umbrello: huge fork/join symbol

2006-02-17 Thread martin f krafft
Package: umbrello
Version: 4:3.5.1-1
Severity: normal

The fork/join symbol is *massive*, as shown by the screenshot
attached. I cannot change the size, but it's supposed to be just
a fat line, not a block.

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (700, 'stable'), (600, 'testing'), (98, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages umbrello depends on:
ii  kdelibs4c2a   4:3.5.1-2  core libraries for all KDE applica
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-8  GCC support library
ii  libqt3-mt 3:3.3.5-3  Qt GUI Library (Threaded runtime v
ii  libstdc++64.0.2-8The GNU Standard C++ Library v3

umbrello recommends no packages.

-- debconf-show failed

-- 
 .''`. martin f. krafft <[EMAIL PROTECTED]>
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
"and if the cloud bursts, thunder in your ear
 you shout and no one seems to hear
 and if the band you're in starts playing different tunes
 i'll see you on the dark side of the moon."
   -- pink floyd, 1972


umbrello-huge-join.png
Description: PNG image


signature.asc
Description: Digital signature (GPG/PGP)


Bug#353349: umbrello: please allow multiline labels

2006-02-17 Thread martin f krafft
Package: umbrello
Version: 4:3.5.1-1
Severity: wishlist
Tags: upstream

It would be great to be able to label objects and associations with
multi-line labels. Thanks,

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (700, 'stable'), (600, 'testing'), (98, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages umbrello depends on:
ii  kdelibs4c2a   4:3.5.1-2  core libraries for all KDE applica
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-8  GCC support library
ii  libqt3-mt 3:3.3.5-3  Qt GUI Library (Threaded runtime v
ii  libstdc++64.0.2-8The GNU Standard C++ Library v3

umbrello recommends no packages.

-- debconf-show failed

-- 
 .''`. martin f. krafft <[EMAIL PROTECTED]>
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 



signature.asc
Description: Digital signature (GPG/PGP)


Bug#353347: umbrello: crashes on delete

2006-02-17 Thread martin f krafft
Package: umbrello
Version: 4:3.5.1-1
Severity: normal

This is reproducible: select two or more objects, hit Delete, and
umbrello will just crash.

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (700, 'stable'), (600, 'testing'), (98, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages umbrello depends on:
ii  kdelibs4c2a   4:3.5.1-2  core libraries for all KDE applica
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-8  GCC support library
ii  libqt3-mt 3:3.3.5-3  Qt GUI Library (Threaded runtime v
ii  libstdc++64.0.2-8The GNU Standard C++ Library v3

umbrello recommends no packages.

-- debconf-show failed

-- 
 .''`. martin f. krafft <[EMAIL PROTECTED]>
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
"those are my principles, and if you don't like them...
 well, I have others."
 -- groucho marx


signature.asc
Description: Digital signature (GPG/PGP)


Processed: cannot reproduce in 3.5.1-1

2006-02-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> notfound 305905 3.5.1-1
Bug#305905: umbrello: Reproducible crash in activity diagram
Bug marked as not found in version 3.5.1-1.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#305905: cannot reproduce in 3.5.1-1

2006-02-17 Thread martin f krafft
notfound 305905 3.5.1-1
thanks

I can not reproduce this in 305905.

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (700, 'stable'), (600, 'testing'), (98, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages umbrello depends on:
ii  kdelibs4c2a   4:3.5.1-2  core libraries for all KDE applica
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-8  GCC support library
ii  libqt3-mt 3:3.3.5-3  Qt GUI Library (Threaded runtime v
ii  libstdc++64.0.2-8The GNU Standard C++ Library v3

umbrello recommends no packages.

-- debconf-show failed

-- 
 .''`. martin f. krafft <[EMAIL PROTECTED]>
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
"william blake, you're a dead man!"
   -- nobody


signature.asc
Description: Digital signature (GPG/PGP)


Bug#353344: umbrello: please allow switch-to-arrow after object creation

2006-02-17 Thread martin f krafft
Package: umbrello
Version: 4:3.5.1-1
Severity: wishlist

It would be nice if umbrello could add an option to switch to the
arrow tool after inserting of an object, the way e.g. dia supports
it.

Thanks,

-- 
 .''`. martin f. krafft <[EMAIL PROTECTED]>
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
"i like young girls. their stories are shorter."
-- tom mcguane


signature.asc
Description: Digital signature (GPG/PGP)


Bug#353321: knetworkconf: conflict with old gnome-system-tools

2006-02-17 Thread Marc Glisse
Package: knetworkconf
Version: 4:3.5.1-1
Severity: grave
Justification: renders package unusable

Upgrading from sarge gives:

Dépaquetage de knetworkconf (à partir de .../knetworkconf_4%3a3.5.1-1_i386.deb) 
...
dpkg : erreur de traitement de 
/var/cache/apt/archives/knetworkconf_4%3a3.5.1-1_i386.deb (--unpack) :
 tentative de remplacement de « /usr/lib/pkgconfig/system-tools-backends.pc », 
qui appartient aussi au paquet gnome-system-tools

I believe a conflict with old versions of gnome-system-tools might help.

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (500, 'stable'), (50, 'testing'), (10, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)

Versions of packages knetworkconf depends on:
pn  kdelibs4c2a(no description available)
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-8  GCC support library
ii  libstdc++64.0.2-8The GNU Standard C++ Library v3

knetworkconf recommends no packages.

-- no debconf information


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



Processed: Re: Bug#353270: ktip

2006-02-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 353270 ktip
Bug#353270: ktip
Warning: Unknown package '-'
Bug reassigned from package `kdebase - ktip' to `ktip'.

> --
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#353270: ktip

2006-02-17 Thread Martin
Package:  kdebase - ktip 
Version:  3.4.0 Level "b"


This (between ... and ... )  appears in a ktip box on kde 
startup:
...
You can add your own "Internet Keyword search provider" by selecting 
Settings->Configure Konqueror->Enhanced Browsing. Click "Add..." and complete 
the fields. 
Contributed by Michael Lachmann and Thomas Diehl  
..

Three questions about this ktip

1   What is this:  "Internet Keyword search provider" ?

2   Where is this:  Enhanced Browsing  ?

3   Do 1 and 2  refer to some previous version? 

One comment about your bug reporting system
The english language instructions are too narrowly technical.  They are 
using 
terminology comprehensible only to debian developers.  You are isolating 
yourselves from the users who don't understand 
debian-speak. 

Thank you for your efforts.  Please accept this as friendly comment.
Regards
Martin


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