Bug#253076: Translucency is broken

2004-06-11 Thread Bob Hauck
I also have this problem.  Where menus overlap they seem to invert the 
color and the rest of the menu is blue or green depending on who knows 
what.  Whatever it is doing is very ugly. I normally use the Plastik 
style but Keramik also exhibits the same problem.  Non-translucent 
menus are fine.

Selecting KControl->Style->Effects and setting the translucency type to 
XRender Blend instead of Software Blend or Software Tint makes the 
colors work right but then there seems to be some "ghosting" of the 
menus on my system when sliding across a menu bar with the mouse.

The preview in KControl->Style shows the same defects as the actual 
menus (except for the "ghosting").

I'm running an S3 Savage in an IBM Thinkpad T22.  OS is Sid last updated 
on 2004.06.10.  The problem seems to have started with that update but 
I didn't make a list of what was updated (didn't notice the problem 
right away).


-- 
 -| Bob Hauck
 -| To Whom You Are Speaking
 -| http://www.haucks.org/



Bug#198306: kicker: May freeze even longer...

2004-06-11 Thread Michal J. Gajda
Package: kicker
Version: 4:3.2.2-1
Severity: normal
Followup-For: Bug #198306

On my system it sometimes freezes randomly, sometimes even
indefinitely. Every other KDE component seems to be functional
at this time. Killing kicker doesn't help - it may induce session
crash on next login.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.6-1-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (ignored: LC_ALL set to pl_PL)

Versions of packages kicker depends on:
ii  kdebase-data  4:3.2.2-1  KDE Base (shared data)
ii  kdelibs4  4:3.2.3-1  KDE core libraries
ii  libart-2.0-2  2.3.16-5   Library of functions for 2D graphi
ii  libc6 2.3.2.ds1-12   GNU C Library: Shared libraries an
ii  libfam0c102   2.7.0-5client library to control the FAM 
ii  libgcc1   1:3.3.3-9  GCC support library
ii  libice6   4.3.0.dfsg.1-1 Inter-Client Exchange library
ii  libkonq4  4:3.2.2-1  Core libraries for KDE's file mana
ii  libpng12-01.2.5.0-6  PNG library - runtime
ii  libqt3c102-mt 3:3.2.3-2  Qt GUI Library (Threaded runtime v
ii  libsm64.3.0.dfsg.1-1 X Window System Session Management
ii  libstdc++51:3.3.3-9  The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-1 X Window System protocol client li
ii  libxext6  4.3.0.dfsg.1-1 X Window System miscellaneous exte
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  libxtst6  4.3.0.dfsg.1-1 X Window System event recording an
ii  xlibs 4.3.0.dfsg.1-1 X Window System client libraries m
ii  zlib1g1:1.2.1.1-3compression library - runtime

-- no debconf information



Bug#253934: ksmserver: May not start after crash...

2004-06-11 Thread Michal J. Gajda
Package: ksmserver
Version: 4:3.2.2-1
Severity: normal

After crashing KDE session does not start.
It stops on "Starting system services" (2nd icon)
and waits indefinitely.

Removing all files in /tmp AND rebooting system was enough.
Just cleaning /tmp and killing all user's processes was not.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.6-1-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (ignored: LC_ALL set to pl_PL)

Versions of packages ksmserver depends on:
ii  kdelibs4  4:3.2.3-1  KDE core libraries
ii  libart-2.0-2  2.3.16-5   Library of functions for 2D graphi
ii  libc6 2.3.2.ds1-12   GNU C Library: Shared libraries an
ii  libgcc1   1:3.3.3-9  GCC support library
ii  libice6   4.3.0.dfsg.1-1 Inter-Client Exchange library
ii  libpng12-01.2.5.0-6  PNG library - runtime
ii  libqt3c102-mt 3:3.2.3-2  Qt GUI Library (Threaded runtime v
ii  libsm64.3.0.dfsg.1-1 X Window System Session Management
ii  libstdc++51:3.3.3-9  The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-1 X Window System protocol client li
ii  libxext6  4.3.0.dfsg.1-1 X Window System miscellaneous exte
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  xlibs 4.3.0.dfsg.1-1 X Window System client libraries m
ii  zlib1g1:1.2.1.1-3compression library - runtime

-- no debconf information



Bug#253901: Wish: Bitrate info in tabs/columns

2004-06-11 Thread james mcguire
Package: juk
Version: 4:3.2.2-1
Severity: wishlist

*** Please type your report below this line ***
I would like to be able to view the quality/bitrate of my files in a 
column(tab) in juk (just like artist, album, etc.).  This wish was already 
requested on KDE.org, and they already have the wish completed (bug report 
page is here: http://bugs.kde.org/show_bug.cgi?id=78882).  
Thanks!
Here is the patch:

CVS commit by wheeler: 
 
 Add a bitrate column (hidden by default). 
 
 CCMAIL:[EMAIL PROTECTED] 
 
 
   M +2 -0  playlist.cpp   1.182 
   M +17 -5 playlistitem.cpp   1.83 
   M +3 -2  playlistitem.h   1.54 
 
 
 --- kdemultimedia/juk/playlist.cpp  #1.181:1.182 
 @@ -170,4 +170,5 @@ Playlist::SharedSettings::SharedSettings 
  for(int i = 0; i <= PlaylistItem::lastColumn(); i++) { 
  switch(i) { 
 +case PlaylistItem::BitrateColumn: 
  case PlaylistItem::CommentColumn: 
  case PlaylistItem::FileNameColumn: 
 @@ -868,4 +869,5 @@ void Playlist::polish() 
  addColumn(i18n("Year")); 
  addColumn(i18n("Length")); 
 +addColumn(i18n("Bitrate")); 
  addColumn(i18n("Comment")); 
  addColumn(i18n("File Name")); 
 
 --- kdemultimedia/juk/playlistitem.cpp  #1.82:1.83 
 @@ -78,4 +78,6 @@ QString PlaylistItem::text(int column) c 
  case LengthColumn: 
  return d->fileHandle.tag()->lengthString(); 
 +case BitrateColumn: 
 +return QString::number(d->fileHandle.tag()->bitrate()); 
  case CommentColumn: 
  return d->fileHandle.tag()->comment(); 
 @@ -260,5 +262,6 @@ int PlaylistItem::compare(const Playlist 
  } 
   
 -if(column == TrackNumberColumn + offset) { 
 +switch(column - offset) { 
 +case TrackNumberColumn: 
  if(firstItem->d->fileHandle.tag()->track() > 
 secondItem->d->fileHandle.tag()->track()) 
  return 1; 
 @@ -267,6 +270,6 @@ int PlaylistItem::compare(const Playlist 
  else 
  return 0; 
 -} 
 -else if(column == LengthColumn + offset) { 
 +break; 
 +case LengthColumn: 
  if(firstItem->d->fileHandle.tag()->seconds() > 
 secondItem->d->fileHandle.tag()->seconds()) 
  return 1; 
 @@ -275,8 +278,17 @@ int PlaylistItem::compare(const Playlist 
  else 
  return 0; 
 -} 
 +break; 
 +case BitrateColumn: 
 +if(firstItem->d->fileHandle.tag()->bitrate() > 
 secondItem->d->fileHandle.tag()->bitrate()) 
 +return 1; 
 +else if(firstItem->d->fileHandle.tag()->bitrate() < 
 secondItem->d->fileHandle.tag()->bitrate()) 
 +return -1; 
  else 
 +return 0; 
 +break; 
 +default: 
  return strcoll(firstItem->d->local8Bit[column - offset], 
 secondItem->d->local8Bit[column - offset]); 
 +} 
  } 
   
 
 --- kdemultimedia/juk/playlistitem.h  #1.53:1.54 
 @@ -58,6 +58,7 @@ public: 
YearColumn= 5, 
LengthColumn  = 6, 
 -  CommentColumn = 7, 
 -  FileNameColumn= 8 }; 
 +  BitrateColumn = 7, 
 +  CommentColumn = 8, 
 +  FileNameColumn= 9 }; 
   
  static int lastColumn() { return FileNameColumn; } 
 


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.26extra2
Locale: LANG=C, LC_CTYPE=C

Versions of packages juk depends on:
ii  kdelibs4  4:3.2.3-1  KDE core libraries
ii  libart-2.0-2  2.3.16-5   Library of functions for
 2D graphi
ii  libarts1  1.2.3-1aRts Sound system
ii  libasound21.0.5-1Advanced Linux Sound Arc
hitecture



Bug#253882: konqueror segfaults on the following URL at usinsk.ru

2004-06-11 Thread Vassilii Khachaturov
Package: konqueror
Version: 4:3.2.2-1
Severity: normal

Konqueror crashes when I am pointing it to the following URL,
seemingly after the text is finished loading but some
dependent elements are not fully loaded yet.

http://www.usinsk.ru/cgi-bin/forum/ultimatebb.cgi?ubb=get_topic;f=3;t=53


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.25-1-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R

Versions of packages konqueror depends on:
ii  kcontrol  4:3.2.2-1  KDE Control Center
ii  kdebase-kio-plugins   4:3.2.2-1  KDE I/O Slaves
ii  kdelibs4  4:3.2.2-2  KDE core libraries
ii  kdesktop  4:3.2.2-1  KDE Desktop
ii  kfind 4:3.2.2-1  KDE File Find Utility
ii  libart-2.0-2  2.3.16-5   Library of functions for 2D graphi
ii  libc6 2.3.2.ds1-12   GNU C Library: Shared libraries an
ii  libfam0c102   2.7.0-5client library to control the FAM 
ii  libgcc1   1:3.3.3-9  GCC support library
ii  libice6   4.3.0.dfsg.1-1 Inter-Client Exchange library
ii  libjpeg62 6b-9   The Independent JPEG Group's JPEG 
ii  libkonq4  4:3.2.2-1  Core libraries for KDE's file mana
ii  libpcre3  4.5-1.1Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.5.0-6  PNG library - runtime
ii  libqt3c102-mt 3:3.2.3-2  Qt GUI Library (Threaded runtime v
ii  libsm64.3.0.dfsg.1-1 X Window System Session Management
ii  libstdc++51:3.3.3-9  The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-1 X Window System protocol client li
ii  libxext6  4.3.0.dfsg.1-1 X Window System miscellaneous exte
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  xlibs 4.3.0.dfsg.1-1 X Window System client libraries m
ii  zlib1g1:1.2.1.1-3compression library - runtime

-- no debconf information



Bug#251602: oops! "fix" introduces a worse bug

2004-06-11 Thread Peter Moulder
Apparently changing "exec" to "." is not the right thing: it makes all
session types execute .xsession (or rather whatever the default behaviour).

Acting on my previous suggestion, it appears that things exit in
/etc/X11/Xsession.d/20xfree86-common_process-args (as sourced by
/etc/X11/Xsession) when the "which $1" (i.e. "which custom") command
fails (due to `set -e' at the beginning of /etc/X11/Xsession).  This
appears not the intent of the script (it appears that the programmer
wanted something like

  STARTUP_FULL_PATH=$(which $1 || true)

).

That aside, it now looks to me that the proposal of removing Custom from
the session menu is the best thing.

pjrm.



Bug#253842: workaround hack for other frustrated users

2004-06-11 Thread Vassilii Khachaturov
Close kmail,
and open ~/.kde/share/config/kmailrc in your favorite editor.

Replace true to false in every line
checkmail=true
for each IMAP folder you don't want to poll
- this was much quicker than the GUI in my case.



Bug#253842: kmail: please provide a central (not per-folder) way to manage IMAP folders to check

2004-06-11 Thread Vassilii Khachaturov
Package: kmail
Version: 4:3.2.2-2
Severity: wishlist

The current UI makes it a default that all the IMAP folders are checked
for new mail (if the account is checked for the new mail). To disable
it, one has to select each folder separately in the folder list, and
disable the checking for it. In my case (tens of folders with only 5
different ones that I want to poll) it is a really boring task;
any time I re-create the profile it has to be repeated.

Vassilii

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.25-1-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R

Versions of packages kmail depends on:
ii  kdebase-kio-plugins   4:3.2.2-1  KDE I/O Slaves
ii  kdelibs4  4:3.2.2-2  KDE core libraries
ii  ktnef 4:3.2.2-2  KDE TNEF viewer
ii  libart-2.0-2  2.3.16-5   Library of functions for 2D graphi
ii  libc6 2.3.2.ds1-12   GNU C Library: Shared libraries an
ii  libfam0c102   2.7.0-5client library to control the FAM 
ii  libgcc1   1:3.3.3-9  GCC support library
ii  libice6   4.3.0.dfsg.1-1 Inter-Client Exchange library
ii  libjpeg62 6b-9   The Independent JPEG Group's JPEG 
ii  libkcal2  4:3.2.2-2  KDE calendaring library
ii  libkdenetwork24:3.2.2-2  KDE Network library
ii  libkdepim14:3.2.2-2  KDE PIM library
ii  libksieve04:3.2.2-2  KDE mail/news message filtering li
ii  libmimelib1   4:3.2.2-2  KDE mime library
ii  libpcre3  4.5-1.1Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.5.0-6  PNG library - runtime
ii  libqt3c102-mt 3:3.2.3-2  Qt GUI Library (Threaded runtime v
ii  libsm64.3.0.dfsg.1-1 X Window System Session Management
ii  libstdc++51:3.3.3-9  The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-1 X Window System protocol client li
ii  libxext6  4.3.0.dfsg.1-1 X Window System miscellaneous exte
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  xlibs 4.3.0.dfsg.1-1 X Window System client libraries m
ii  zlib1g1:1.2.1.1-3compression library - runtime

-- no debconf information



kdenonbeta/kdedebian/kapture

2004-06-11 Thread Peter Rockai
CVS commit by mornfall: 

- ditch stashing stuff; was surprizingly easy; rebuild the tree from
  scratch, like before; conflicted with groupers generating new nodes
- this makes all the nice TreeDepNode and Pkg2DepGrouper stuff work
- introduce concept of node paths: it is about the best way to remember
  user data/status for a given node; like open status for example
- make open/close branch state remembering (across refresh) work again


  M +1 -1  libcapture/filters.cpp   1.14
  M +0 -9  libcapture/grouper.h   1.17
  M +15 -73libcapture/tree.cpp   1.17
  M +0 -4  libcapture/tree.h   1.12
  M +2 -2  libcapture/treedepnode.cpp   1.3
  M +3 -1  libcapture/treedepnode.h   1.3
  M +11 -0 libcapture/treenode.cpp   1.6
  M +2 -0  libcapture/treenode.h   1.8
  M +1 -0  libcapture/treepkgnode.h   1.6
  M +1 -0  libcapture/treevernode.h   1.2
  M +48 -13libkapture/listtreewidget.cpp   1.19
  M +6 -1  libkapture/listtreewidget.h   1.11
  M +4 -4  libkapture/pkgnodeview.cpp   1.23





Bug#253832: kghostview: fails to open some ps files, perhaps in combination with new gs

2004-06-11 Thread Ralf Dragon
Package: kghostview
Version: 4:3.2.2-1
Severity: normal

Kghostview fails on multiple computers and different accounts (all also 
testing) opening some ps files. It just displays blank pages (preview is also 
blank). GS reports an error (see below).
Because gs and gv do work on the same file I think its a kghostview-related 
problem.
Additionally KGhostview displays gs V7.07 wheras it is 8.01.


-- Example ps
ftp://ftp.tnt.uni-hannover.de/pub/edu/Bildverarb/postscript/BVKap1_www.ps.bz2


-- Output of GS
Error: /invalidaccess
 in --put--

Operand stack:F1Subr   --nostringval--   --dict:3/27(G)--   --dict:3/27
(G)--
PermitFileWriting   --nostringval--
Executio
n stack:
%interp_exit   .runexec2   --nostringval--   --nostringval--
%--nostringval--   2   %stopped_push   --nostringval--
--nostringval--   --nostringval--   false   1   %stopped_push
1   3   %oparray_pop   1   3   %oparray_pop   1   3   %oparra
y_pop   1   3   %oparray_pop   .runexec2   --nostringval--
--nostringval--   --nostringval--   2   %stopped_push
--nostringv
al--   2   4   %oparray_pop   --nostringval--   2   4
%oparray_pop   --nostringval--   --dict:27/27(ro)(L)--
%--nostringval--
28   %dict_continue   --nostringval--   --nostringval--
--nostringval--
Dictionary stack:
--dict:1055/1123(ro)(G)--   --
dict:0/20(G)--   --dict:71/200(L)--   --dict:1/6(G)--
Current allocation mode is global
GPL Ghostscript 
8.01
: 
Unrecoverable error, exit code 1


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.24
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (ignored: LC_ALL set to 
[EMAIL PROTECTED])

Versions of packages kghostview depends on:
ii  gs8.01-4 Transitional package
ii  gs-gpl [gs]   8.01-4 The GPL Ghostscript PostScript 
int
ii  kdelibs4  4:3.2.2-2  KDE core libraries
ii  libart-2.0-2  2.3.16-5   Library of functions for 2D 
graphi
ii  libc6 2.3.2.ds1-12   GNU C Library: Shared libraries 
an
ii  libfam0c102   2.7.0-5client library to control the FAM 
ii  libgcc1   1:3.3.3-9  GCC support library
ii  libice6   4.3.0.dfsg.1-1 Inter-Client Exchange library
ii  libpng12-01.2.5.0-6  PNG library - runtime
ii  libqt3c102-mt 3:3.2.3-2  Qt GUI Library (Threaded runtime 
v
ii  libsm64.3.0.dfsg.1-1 X Window System Session 
Management
ii  libstdc++51:3.3.3-9  The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-1 X Window System protocol client 
li
ii  libxext6  4.3.0.dfsg.1-1 X Window System miscellaneous 
exte
ii  libxrender1   0.8.3-7X Rendering Extension client 
libra
ii  xlibs 4.3.0.dfsg.1-1 X Window System client libraries 
m
ii  zlib1g1:1.2.1.1-3compression library - runtime

-- no debconf information



Bug#252366: konsole: fds not closed before execing shell

2004-06-11 Thread Achim Bohnet
On Thursday 03 June 2004 00:47, Cesar Eduardo Barros wrote:
> Package: konsole
> Version: 4:3.2.2-1
> Severity: normal
> 
> [EMAIL PROTECTED]:~[0]$ ls -l /proc/self/fd
> total 5
> lrwx--1 cesarb   cesarb 64 Jun  2 19:38 0 -> /dev/pts/70
> lrwx--1 cesarb   cesarb 64 Jun  2 19:38 1 -> /dev/pts/70
> lrwx--1 cesarb   cesarb 64 Jun  2 19:38 2 -> /dev/pts/70
> lr-x--1 cesarb   cesarb 64 Jun  2 19:38 3 -> /proc/12024/fd
> lrwx--1 cesarb   cesarb 64 Jun  2 19:38 4 -> /dev/dri/card0
> 
> This happens within konsole. Looks like it forgot to close all file
> descriptors before execing the shell (/dev/dri/card0 should not be
> open on the shell).

Hi Cesar,

that's interesting and made me curious ;)  When one starts from
konsole and tries  ls -l /proc/$$/fd:

xterm   --> card0 still open
xterm -ls   --> card0 closed
konsole -ls --> card0 closed
konsole --> card0 open on fd 4 and(!) 5

I'm using testing with xfree and arts from unstable.
Achim

> 
> -- System Information:
> Debian Release: testing/unstable
>   APT prefers testing
>   APT policy: (990, 'testing'), (500, 'unstable')
> Architecture: i386 (i686)
> Kernel: Linux 2.6.6-flower
> Locale: LANG=C, LC_CTYPE=en_US.UTF-8
> 
> Versions of packages konsole depends on:
> ii  kdelibs4  4:3.2.2-2  KDE core libraries
> ii  libart-2.0-2  2.3.16-5   Library of functions for 2D 
> graphi
> ii  libc6 2.3.2.ds1-12   GNU C Library: Shared libraries 
> an
> ii  libfam0c102   2.7.0-5client library to control the 
> FAM 
> ii  libgcc1   1:3.3.3-9  GCC support library
> ii  libice6   4.3.0.dfsg.1-1 Inter-Client Exchange library
> ii  libpng12-01.2.5.0-6  PNG library - runtime
> ii  libqt3c102-mt 3:3.2.3-2  Qt GUI Library (Threaded runtime 
> v
> ii  libsm64.3.0.dfsg.1-1 X Window System Session 
> Management
> ii  libstdc++51:3.3.3-9  The GNU Standard C++ Library v3
> ii  libx11-6  4.3.0.dfsg.1-1 X Window System protocol client 
> li
> ii  libxext6  4.3.0.dfsg.1-1 X Window System miscellaneous 
> exte
> ii  libxrender1   0.8.3-7X Rendering Extension client 
> libra
> ii  libxtst6  4.3.0.dfsg.1-1 X Window System event recording 
> an
> ii  xlibs 4.3.0.dfsg.1-1 X Window System client libraries 
> m
> ii  zlib1g1:1.2.1.1-3compression library - runtime
> 
> -- no debconf information
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 
> 

-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
  -- [EMAIL PROTECTED]



kdenonbeta/kdedebian/kapture

2004-06-11 Thread Peter Rockai
CVS commit by mornfall: 

Macroify groupers. Sorry guys, call me evil, but i'm not going to type
zillions of redundant lines to please someone's perverted aesthetics :P.
Also start the work on persistent grouper data. Should figure out more
on this and how will it interact with tree optimization. (Which should
be prolly turned into a visitor, as i think of it ;)).


  M +21 -19libcapture/depgroupers.cpp   1.11
  M +9 -6  libcapture/depgroupers.h   1.8
  M +28 -31libcapture/filters.cpp   1.13
  M +9 -52 libcapture/filters.h   1.9
  M +17 -10libcapture/grouper.cpp   1.22
  M +39 -36libcapture/grouper.h   1.16
  M +3 -2  libcapture/pkggroup.cpp   1.8
  M +1 -1  libcapture/pkggroup.h   1.8
  M +4 -2  libcapture/tree.cpp   1.16
  M +1 -1  libcapture/tree.h   1.11
  M +9 -0  libcapture/treenode.cpp   1.5
  M +6 -1  libcapture/treenode.h   1.7
  M +12 -12libkapture/listtreewidget.cpp   1.18