Bug#602088: konqueror: kfmclient debug messages cause havoc in 3rd party calls

2010-11-01 Thread Jari Aalto
Package: konqueror
Version: 4:4.4.5-1
Severity: important


SUMMARY

Linux is known of programs working in standard manner:

  - Normal message to stdoout
  - Error messages to stdout

The debug messages are not displayed, unless specifically enabled via:

- Command line options (-d, --debug or similar)
- Environment variables (PROGRAM_DEBUG=1, or similar)
- UI (Menu - Debug, or similar)

By always sending output to the screen causes multiple problems:

- Programm differes from the rest of the 99.99% utilities in Linux.
- It gaves wrong impression: does this program have problems?
- It's makes it harder to tell good messages from bad
- It causes havoc on 3rd party programs (see below)
- It requires doing extra hoops
  * In scripts
  * In command line

Please suppress debug messages by default, enable only when requested.

DESCRIPTION

For some reason kfmclient sends debug messages in normal use. An
example

  konqueror 
  kfmclient newTab /usr/local

kfmclient(17331) ClientApp::doIt: Creating ClientApp
Qt: Session management error: None of the authentication protocols 
specified are supported
kfmclient(17331) ClientApp::createNewWindow: KUrl(file:///usr/local) 
mimetype= 

This may not look a problem, but it causes wrecking the UI in 3rd
party applications. Am example:

1. Configure Emacs, Gnus and connect to group gmane.linux.debian.devel.*
2. Configure Emacs to browse URLs in konqueror
3. In Gnus news reader interface reading artile, click on URL at
   *Article* buffer

= The article content (or any buffer in that matter) is wrecked by
inserting the response from the kfmclient

This is how the output was inserted into an artile. See lined marked
with * to the left. The problem is even worse in *Summary* buffer
where the whole threading of messages goes beserk due to these
messages.

-
From: Pietro Battiston m...@pietrobattiston.it
Subject: Re: Uploading during freeze time
Newsgroups: gmane.linux.debian.devel.mentors
To: Jordi Gutiérrez Hermoso jord...@gmail.com
Cc: debian-ment...@lists.debian.org
Date: 2 weeks, 5 days, 21 hours -- 2010-10-12 19:15 EEST
Message-ID: 1286900149.14125.1178.ca...@voubian.casa
References: aanlktimbzn8d2mekpxx6q1sa0hong21two0rhfkop...@mail.gmail.com
 201010111211.16187@iguanasuicide.net
  aanlktikwokffmtyfhi-yy7j=_fx8_44wbcbu3vcc6...@mail.gmail.com
   87wrpovcb9@windlord.stanford.edu

aanlktim2zczty0q1xuc+aocrl0lfyz4q6j1ieqf9w...@mail.gmail.com
 87r5fws57m@windlord.stanford.edu
  
aanlkti=b2g8e8vg5h87buppwc-4-oh0zcqzujswcn...@mail.gmail.com
   877hhos2fs@windlord.stanford.edu

aanlktimhgbzqoaxhq3oqq3ulmxrqb=j_pbclssou9...@mail.gmail.com
X-Trace: dough.gmane.org 1286900577 8789 80.91.229.12 (12 Oct 2010 16:22:57 
GMT)
X-Mailer: Evolution 2.30.2 
Archived-At: 
http://permalink.gmane.org/gmane.linux.debian.devel.mentors/45296

Il giorno mar, 12/10/2010 alle 08.55 -0500, Jordi Gutiérrez Hermoso ha
scritto:

[+]
 On 11 October 2010 19:02, Russ Allbery r...@debian.org wrote:
  Jordi Gutiérrez Hermoso jord...@gmail.com writes:
 
 
  The *real* problem is that labelling Firefox 3.6 as experimental is
  downright silly.
 
  Hm, okay.  I guess I'm not feeling particularly inspired to do any work
  based on that reaction.
 
 Sorry if I'm frustrated, but there's a real issue that you seem to
 insist as dismissing as a non-issue. Perhaps you're happy mixing three
 different distribution lines in your sources.list, but I'm not.


Jordi, I can't speak for Russ, but not only I do understand you: I can
grant you lot of people, including some DDs, do.*

But before this conversation goes on forever - which is tipically what
happens when people think they are debating on methods and techniques
while instead they diverge on motivations - does the following satisfy
you:

*   kfmclient(17124) ClientApp::doIt: Creating ClientApp
*   kfmclient(17124) ClientApp::createNewWindow: 
KUrl(http://lwn.net/Articles/406301/;) mimetype= 
http://lwn.net/Articles/406301/
http://cut.debian.net/
---


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

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

Versions of packages konqueror depends on:
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 
ii  kdebase-bin  

Bug#586024: kde mount problems

2010-11-01 Thread James Zuelow
Original Message
From: Martin Koegler [mailto:mkoeg...@auto.tuwien.ac.at]
Sent: Sunday, October 31, 2010 10:49 AM
To: 586...@bugs.debian.org
Cc: LaMont Jones; James Zuelow
Subject: kde mount problems


 
 Workaround:
 Delete (with a text editor) the mount point setting from the shortcut
 file. 
 
 Regards,
 Martin Kögler

Martin,

Thank you for investigating, and especially that workaround!  Now mount via 
click works.

Cheers,

James


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/4a09477d575c2c4b86497161427dd94c15b0d1f...@city-exchange07



Bug#602140: konqueror: Cookie policy editor's Delete button wipes out most of the policy entries

2010-11-01 Thread Michael Deegan
Package: konqueror
Version: 4:4.4.5-1
Severity: normal

Clicking the Delete button on the site policy editor doesn't just delete
one entry. All-but-one is more likely.

Steps to reproduce:
- Default policy: ask for confirmation
- visit lots of sites
- notice that the list contains lots of entries
- type something in the site policy config's handy Search field
- delete just one of the results
- OK
- go back to cookie site policy settings
- wonder where most of the site policy entries went

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages konqueror depends on:
ii  install-info   4.13a.dfsg.1-6Manage installed documentation in 
ii  kdebase-bin4:4.4.5-1 core binaries for the KDE base app
ii  kdebase-data   4:4.4.5-1 shared data files for the KDE base
ii  kdebase-runtime4:4.4.5-1 runtime components from the offici
ii  libc6  2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib
ii  libkde3support44:4.4.5-1 the KDE 3 Support Library for the 
ii  libkdecore54:4.4.5-1 the KDE Platform Core Library
ii  libkdesu5  4:4.4.5-1 the Console-mode Authentication Li
ii  libkdeui5  4:4.4.5-1 the KDE Platform User Interface Li
ii  libkhtml5  4:4.4.5-1 the KHTML Web Content Rendering En
ii  libkio54:4.4.5-1 the Network-enabled File Managemen
ii  libkonq5   4:4.4.5-1 core libraries for Konqueror
ii  libkonqsidebarplugin4a 4:4.4.5-1 konqueror sidebar plugin library
ii  libkparts4 4:4.4.5-1 the Framework for the KDE Platform
ii  libkutils4 4:4.4.5-1 various utility classes for the KD
ii  libqt4-dbus4:4.6.3-4 Qt 4 D-Bus module
ii  libqt4-qt3support  4:4.6.3-4 Qt 3 compatibility library for Qt 
ii  libqt4-xml 4:4.6.3-4 Qt 4 XML module
ii  libqtcore4 4:4.6.3-4 Qt 4 core module
ii  libqtgui4  4:4.6.3-4 Qt 4 GUI module
ii  libstdc++6 4.4.5-4   The GNU Standard C++ Library v3
ii  libx11-6   2:1.3.3-3 X11 client-side library

Versions of packages konqueror recommends:
ii  dolphin   4:4.4.5-1  file manager
pn  konqueror-nsplugins   none (no description available)

Versions of packages konqueror suggests:
ii  konq-plugins  4:4.4.0-2  plugins for Konqueror, the KDE fil

-- no debconf information

-MD

-- 
---
Michael DeeganHugaholichttp://www.deegan.id.au/
- Guvax bs vg nf ribyhgvba va npgvba. -



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101101232657.ga11...@deegan.id.au



Bug#602142: plasma-desktop: Kickoff menu and panel configuration behave poorly in the face of focus-follows-mouse

2010-11-01 Thread Michael Deegan
Package: plasma-desktop
Version: 4:4.4.5-3
Severity: normal

The panel configuration panel, and the new kickoff menu (but not the old
classic menu) go away as soon as the mouse pointer moves outside them,
presumably because they don't like losing focus. This is kind of annoying.

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages plasma-desktop depends on:
ii  kdebase-runtime4:4.4.5-1 runtime components from the offici
ii  libc6  2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib
ii  libkdecore54:4.4.5-1 the KDE Platform Core Library
ii  libkdeui5  4:4.4.5-1 the KDE Platform User Interface Li
ii  libkephal4 4:4.4.5-3 API for easier handling of multihe
ii  libkfile4  4:4.4.5-1 the File Selection Dialog Library 
ii  libkio54:4.4.5-1 the Network-enabled File Managemen
ii  libktexteditor44:4.4.5-1 the KTextEditor interfaces for the
ii  libkutils4 4:4.4.5-1 various utility classes for the KD
ii  libkworkspace4 4:4.4.5-3 library for the kdebase workspace
ii  libplasma3 4:4.4.5-1 the Plasma Library for the KDE Pla
ii  libplasmagenericshell4 4:4.4.5-3 shared elements for all the plasma
ii  libqt4-dbus4:4.6.3-4 Qt 4 D-Bus module
ii  libqt4-script  4:4.6.3-4 Qt 4 script module
ii  libqt4-xml 4:4.6.3-4 Qt 4 XML module
ii  libqtcore4 4:4.6.3-4 Qt 4 core module
ii  libqtgui4  4:4.6.3-4 Qt 4 GUI module
ii  libsolid4  4:4.4.5-1 Solid Library for KDE Platform
ii  libsolidcontrol4   4:4.4.5-3 library for Solid based network ma
ii  libstdc++6 4.4.5-4   The GNU Standard C++ Library v3
ii  libtaskmanager4a   4:4.4.5-3 library which provides task manage
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  plasma-widgets-workspa 4:4.4.5-3 plasma widgets and containments fo

Versions of packages plasma-desktop recommends:
ii  kdebase-workspace 4:4.4.5-3  KDE Plasma Workspace components

plasma-desktop suggests no packages.

-- no debconf information

-MD

-- 
---
Michael DeeganHugaholichttp://www.deegan.id.au/
- Guvax bs vg nf ribyhgvba va npgvba. -



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101101233920.ga12...@deegan.id.au



Bug#535100: Actions aren't disable for konqueror when they are supposed to be

2010-11-01 Thread Michael Deegan
Package: plasma-desktop
Version: 4:4.4.5-3
Severity: normal

I suspect this is because Konqueror is being invoked as /usr/bin/x-www-browser,
and klipper hasn't been told to ignore that.

(I noticed similar behaviour with xfce)

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages plasma-desktop depends on:
ii  kdebase-runtime4:4.4.5-1 runtime components from the offici
ii  libc6  2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib
ii  libkdecore54:4.4.5-1 the KDE Platform Core Library
ii  libkdeui5  4:4.4.5-1 the KDE Platform User Interface Li
ii  libkephal4 4:4.4.5-3 API for easier handling of multihe
ii  libkfile4  4:4.4.5-1 the File Selection Dialog Library 
ii  libkio54:4.4.5-1 the Network-enabled File Managemen
ii  libktexteditor44:4.4.5-1 the KTextEditor interfaces for the
ii  libkutils4 4:4.4.5-1 various utility classes for the KD
ii  libkworkspace4 4:4.4.5-3 library for the kdebase workspace
ii  libplasma3 4:4.4.5-1 the Plasma Library for the KDE Pla
ii  libplasmagenericshell4 4:4.4.5-3 shared elements for all the plasma
ii  libqt4-dbus4:4.6.3-4 Qt 4 D-Bus module
ii  libqt4-script  4:4.6.3-4 Qt 4 script module
ii  libqt4-xml 4:4.6.3-4 Qt 4 XML module
ii  libqtcore4 4:4.6.3-4 Qt 4 core module
ii  libqtgui4  4:4.6.3-4 Qt 4 GUI module
ii  libsolid4  4:4.4.5-1 Solid Library for KDE Platform
ii  libsolidcontrol4   4:4.4.5-3 library for Solid based network ma
ii  libstdc++6 4.4.5-4   The GNU Standard C++ Library v3
ii  libtaskmanager4a   4:4.4.5-3 library which provides task manage
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  plasma-widgets-workspa 4:4.4.5-3 plasma widgets and containments fo

Versions of packages plasma-desktop recommends:
ii  kdebase-workspace 4:4.4.5-3  KDE Plasma Workspace components

plasma-desktop suggests no packages.

-- no debconf information

-MD

-- 
---
Michael DeeganHugaholichttp://www.deegan.id.au/
- Guvax bs vg nf ribyhgvba va npgvba. -



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101101233352.ga11...@deegan.id.au