Bug#816250: qt4-x11: Build Qt4 Multimedia module (QtMobility not in Debian anymore)

2016-02-29 Thread Hendrik Sattler
Hi, 

you obviously misunderstood the intention of the bug report. It's not about 
reintroducing QtMobility but compiling Qt4 with the modules it provides instead 
of crippling it on purpose.


Am 29. Februar 2016 12:59:11 MEZ, schrieb "Lisandro Damián Nicanor Pérez Meyer" 
<perezme...@gmail.com>:
>severity 816250 wishlist
>tag 816250 wontfix
>thanks
>
>On Monday 29 February 2016 07:51:35 Hendrik Sattler wrote:
>[snip] 
>> Although not very welcome in the past, it was at least possibly to
>use
>> classes from Qt4 Multimedia module in Debian when using QtMobility
>> MultmediaKit. The latter was removed from Debian and the former was
>not
>> built because the latter was in Debian. This obviously changed, so
>the
>> reasoning for not building Qt4 Multimedia module is not valid
>anymore.
>
>
>The mobility stack was removed because it was buggy and had a handful
>of 
>rdeps, which we've got to remove. If it had just a few rdeps then it's
>not 
>that needed, and the same could be said for the multimedia stack.

Etra dependencies are libasound. Wow. Unresolvable. Either you did not even try 
or you must be joking.

>Qt4 is dead upstream in all senses. So a non upstream-supported stack
>is 
>indeed a very good reason to avoid reintroducing it to the archive.

Qt4.8 is still maintained until 5.6 is really released although only minimal. 
And it does not get immediately obsolete even then.

>> And no, not everyone ported to Qt5, yet. :-)
>
>This sounds like a good reason to start with the porting :)

Haha. Is that really the policy of Debian to cripple libraries to enforce extra 
work?

>Sorry, but if you really need the multimedia bits you should really
>consider 
>using Qt5.

Please uncripple Qt4 in Debian! And please read the Qt4 Debian changlog on the 
initial nonsense that lead to this bug report.

HS



Bug#816250: qt4-x11: Build Qt4 Multimedia module (QtMobility not in Debian anymore)

2016-02-28 Thread Hendrik Sattler

Source: qt4-x11
Severity: important

Dear Maintainer,

Although not very welcome in the past, it was at least possibly to use classes
from Qt4 Multimedia module in Debian when using QtMobility MultmediaKit.
The latter was removed from Debian and the former was not built because the
latter was in Debian. This obviously changed, so the reasoning for not  
building

Qt4 Multimedia module is not valid anymore.

And no, not everyone ported to Qt5, yet. :-)

Regards,

Hendrik Sattler

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

Kernel: Linux 4.2.0-1-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#563352: Upstream won't change

2011-11-03 Thread Hendrik Sattler

Hi,

I also don't think that Konsole should be patched. Instead clarify in 
the policy what a command actually is. Saying everything that works 
with xterm is too broad (and too broken).


Let's look at the one from the KDE bug report:
konsole -e cd src  make

This is not a command, it's a line to be interpreted e.g. by a shell. 
That's not the same but often confused: cd is a command and make is 
another but the above is not. The suggestion in the KDE bug report is 
indeed the solution:

konsole -e /bin/sh -c cd src  make

as that fits any definition of command (/bin/sh) and arguments (the 
other arguments) and fully complies to policy.
How is konsole supposed to see that this is to be interpreted by 
/bin/sh and not by python or perl? Just because xterm does something 
funky and blindly assumes a standard shell? That contradicts policy 
11.8.3 _directly_:
[...]runs the specified command, interpreting the entirety of the rest 
of the command line as a command to pass straight to exec[...]


xterm obviously does NOT do this!
And policy is not everything. Having a consistent behaviour of konsole 
on Debian and non-Debian system is far more important.


HS

BTW: the example from the KDE bug report is rather stupid, using cd 
src  konsole -e make seems smarter, no? And that even works :-O





--
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/b2e3d8a8a3523dd84f98246542bb8...@mail.hendrik-sattler.de



Bug#605138: kde: using KDE with a new user fails completely

2010-11-27 Thread Hendrik Sattler
Package: kdebase
Version: 5:64
Severity: important
File: kde
Tags: squeeze sid

Hi,

I tried to setup KDE for a new user. This fails completely because of the 
following reasons:
- the machine uses the X.org radeon KMS driver (works with other users)
- the ~/.xsession-errors contains the lines below

--
[...]
kglobalaccel(4094) GlobalShortcutsRegistry::registerKey: Registering key 
Alt+Shift+F12 for kwin : Suspend Compositing
WARNING: Application calling GLX 1.3 function glXCreatePixmap when GLX 1.3 is 
not supported!  This is an application bug!
WARNING: Application calling GLX 1.3 function glXQueryDrawable when GLX 1.3 
is not supported!  This is an application bug!
kdeinit4: preparing to launch /usr/bin/plasma-desktop
plasma-desktop: cannot connect to X server :0
plasma-desktop(4095): Communication problem with  plasma-desktop , it 
probably crashed. 
Error message was:  org.freedesktop.DBus.Error.ServiceUnknown :  The name 
org.kde.plasma-desktop was not provided by any .service files  
--

The solution to get the user to work was to add the following to 
/etc/X11/xorg.conf:
Section ServerFlags
Option AIGLX off
EndSection

NOTE: there is NO information for the user when that happens. It only goes to 
back to kdm :-(

HS

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

Kernel: Linux 2.6.37-rc3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kdebase depends on:
ii  hal   0.5.14-3   Hardware Abstraction Layer
ii  kde-plasma-desktop5:64   the KDE Plasma Desktop and minimal

Versions of packages kdebase recommends:
pn  kde-standard  none (no description available)

Versions of packages kdebase suggests:
ii  kde-l10n-de [kde-l10n]4:4.4.5-1  German (de) localization files for

-- no debconf information



-- 
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/20101127185022.5553.65200.report...@yavin4



Bug#348892: Is there any progress on this?

2009-06-23 Thread Hendrik Sattler
Hi,

it seems that bug 348892 rots in the BTS forever. OTOH, this is currently the 
only sane way to add certificates (e.g. from cacert.org) to KDE :-(
Currently, I use
# dpkg-divert --local --rename \
   --divert /usr/share/apps/kssl/ca-bundle.kdelibs-data.crt \
   --add /usr/share/apps/kssl/ca-bundle.crt
# ln -s /etc/ssl/certs/ca-certificates.crt /usr/share/apps/kssl/ca-bundle.crt

It would be better to do this in the package itself.

HS




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



Bug#520621: Please make kaudiocreator co-installable with KDE4

2009-03-21 Thread Hendrik Sattler
Package: kaudiocreator
Severity: important

Hi,

I know that KDE4 is only in experimental.

As there are no filename conflicts between kdemultimedia-kio-plugins between 
KDE3 and KDE4,
the part that is used by programs that are not ported to KDE4 and have no 
proper replacement either,
like kaudiocreator, should be kept available and co-installable with KDE4.

Maybe move/copy that bug to kdemultimedia-kio-plugins if you feel it's belongs 
there.

HS

-- 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.27.6 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kaudiocreator depends on:
ii  kdelibs4c2a 4:3.5.10.dfsg.1-1+b1 core libraries and binaries for al
ii  kdemultimedia-kio-p 4:3.5.9-3transparent audio CD access for KD
ii  libartsc0   1.5.9-2+b1   aRts sound system C support librar
ii  libasound2  1.0.19-1 shared library for ALSA applicatio
ii  libc6   2.9-4GNU C Library: Shared libraries
ii  libgcc1 1:4.3.3-3GCC support library
pn  libkcddb1   none   (no description available)
ii  libqt3-mt   3:3.3.8b-5   Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.3.3-3  The GNU Standard C++ Library v3

Versions of packages kaudiocreator recommends:
ii  flac  1.2.1-1.2  Free Lossless Audio Codec - comman
ii  vorbis-tools  1.2.0-6several Ogg Vorbis tools

Versions of packages kaudiocreator suggests:
ii  lame  3.98.2-0.3 LAME Ain't an MP3 Encoder



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



Bug#493684: knetworkconf from KDE-4.2.0 still broken

2009-01-29 Thread Hendrik Sattler
Package: knetworkconf
Version: 4:4.2.0-1
Followup-For: Bug #493684

Hi,

the latest version still shows the problem with the XML file error message.

How to reproduce (includes konsole output from here):
-
$ kcmshell4 kcm_knetworkconfmodule
--get XML:

XML -d list_ifaces:
-


HS

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

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

Versions of packages knetworkconf depends on:
ii  kdebase-runtime   4:4.2.0-1  runtime components from the offici
ii  kdelibs5  4:4.2.0-2  core libraries for all KDE 4 appli
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libqt4-qt3support 4.4.3-1Qt 3 compatibility library for Qt 
ii  libqt4-xml4.4.3-1Qt 4 XML module
ii  libqtcore44.4.3-1Qt 4 core module
ii  libqtgui4 4.4.3-1Qt 4 GUI module
ii  libstdc++64.3.2-1.1  The GNU Standard C++ Library v3

knetworkconf recommends no packages.

knetworkconf suggests no packages.

-- no debconf information



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



Questions about KDE4

2008-01-15 Thread Hendrik Sattler
Hi,

some people here obviously already tried it. I cannot (only one system without 
a CD writer) and have some questions:

First: is it possible to try it in something like VirtualBox?

The KDE people tell about lots of features but leave a lot unclear. Like 
Phonon can reroute audio in a central way. However, does that require that 
applications actually use Phonon for audio, then?

I am missing a overview over the state of applications: which ones are already 
KDE4 ready (completely, I mean) and which ones are hopelessly left behind and 
still at KDE3?

I can still run KDE3 applications on a KDE4 desktop but what happens to 
KDE3-desktop things like system sounds for such applications (arts is 
probably not staying around). Is dcop compatible with the new d-bus stuff?

Thanks

HS


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



Re: Defining and choosing profiles

2007-11-18 Thread Hendrik Sattler
Am Montag 19 November 2007 schrieb Michael Schuerig:
 To make thinks more concrete. When I'm working on a project at home and
 at a client site, I easily get network access by means of DHCP in both
 places. But at home I need no proxies, rely on the firewall in my
 router and there are no network filesystems I need to mount. When at
 the client site, I have to configure proxy settings for KDE, Firefox,
 Subversion (Subclipse), and I want my own local firewall.

Combine it with e.g. switchconf or netenv.

HS


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



Re: kitchensync + syncML over OBEX client

2007-11-06 Thread Hendrik Sattler
Am Dienstag 06 November 2007 schrieb Wolfgang Mader:
 I have an new LG Shine mobile phone an want to sync this device with kde
 KDE-pim apps. I found kitchensync to be (hopefully) the right tool. I can
 connect the phone via usb to my computer. So I wanted to use the syncML
 over OBEX client. This modules asks for the usb interface on which the
 mobile found is to be found.

 I can mount the phone with /dev/sdb1. But I can not figure out which is the
 usb interface expected from kitchensync. Any ideas?

What makes you think that your mobile phone exports the proper USB descriptor?
It is highly unlikely that USB mass-storage and UBS-OBEX (via CDC) are 
supported at the same time.

HS


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



Re: Kmail and S/MIME

2007-10-04 Thread Hendrik Sattler
Am Donnerstag 04 Oktober 2007 schrieb Didier Raboud:
 I know that the subject has certainly been treated over and over again...
 Anyway. I searched and did not find, so maybe someone on this list could
 help me.

 So...

 I can cypher and decypher mails with GPG in Kmail with no problem, but I
 can't get to know how I could make it to be able to decypher mails from
 S/MIME (smime.p7s). If one could give me a piece of advice or something
 similar...

Install gpgsm

HS


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



Re: Kmail and S/MIME

2007-10-04 Thread Hendrik Sattler
Am Donnerstag 04 Oktober 2007 schrieb Didier Raboud:
 Hendrik Sattler wrote:
  Am Donnerstag 04 Oktober 2007 schrieb Didier Raboud:
  I know that the subject has certainly been treated over and over
  again... Anyway. I searched and did not find, so maybe someone on this
  list could help me.
 
  So...
 
  I can cypher and decypher mails with GPG in Kmail with no problem, but I
  can't get to know how I could make it to be able to decypher mails from
  S/MIME (smime.p7s). If one could give me a piece of advice or something
  similar...
 
  Install gpgsm
 
  HS

 Hi,

 thanks for the proposition.

 Unfortunately, gpgsm is ever installed.

Then it should work.
Is the GpgME/SMIME backend checked in the kmail settings (security - crypto 
modules)? Did you install gpg-agent and pinentry-qt?

HS


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



Re: KDE autostart xmodmap howto

2007-09-27 Thread Hendrik Sattler
Am Donnerstag 27 September 2007 schrieb Robert Gomulka:
 Hello,
 how can I activate my multimedia keys in Debian, which can be done by
 executing xmodmap with proper arguments? What have I done so far:
 1. executing xmodmap manually works. After that my keys work.
 2. Put xmodmap invocation into my script in ~/.kde/Autostart. At first
 I thought that it didn't work, because xmms (important: run by session
 manager - automatically saved session) didn't act on those keys.
 However after xmms restart it started working. So I thought that maybe
 my xmodmap script is called too late - after xmms - and that's why it
 wasn't working.

It doesn't matter when you assign those keys: the X key symbol exists before 
and after that, only the mapping changes. This should work with a running 
xmms.

The following work just fine here. Be aware of the necessary file permissions:
$ cat .Xmodmap
keycode 160 = XF86AudioMute
keycode 174 = XF86AudioLowerVolume
keycode 176 = XF86AudioRaiseVolume
$ ls -l .Xmodmap
-rw-r--r-- 1 hs hs 135 2006-08-11 20:10 .Xmodmap
$ ls -l .kde/Autostart/
.directory   keyboard.sh
$ ls -l .kde/Autostart/keyboard.sh
-rwxr-xr-x 1 hs hs 42 2006-08-11 20:27 .kde/Autostart/keyboard.sh
$ cat .kde/Autostart/keyboard.sh
#!/bin/sh
/usr/bin/xmodmap $HOME/.Xmodmap


HS


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



Re: konqueror

2007-08-28 Thread Hendrik Sattler
Am Dienstag 28 August 2007 11:07 schrieb robert caterina:
 Hi everybody,
 I am facing a problem with konqueror when i try to do some
 E-banking. When i go to my bank's home page, no problem arises but as
 soon as i click on the start button to begin a session (which normaly
 switches the protocol from http to https in the URL bar), i get an
 error message saying ' A problem raised when trying to load... URL of
 my bank: Impossible to connect to the host name of the bank's host'.
 I can do all these operations right with epiphany et iceweazel's
 browsers. So, i looked up in kcontrolcenter
 network:web-browser:external modules to see if the https protocol
 was checked and it is. There is for sure something misconfigured but
 what? Has it something to do with a Java's option not set correctly? Any
 help would be appreciated.

Try enabling SSLv2 and also best compatibility with the security assistant 
in the same dialog tab.
That helped me with cacert.org and if that helps, either a konqueror component 
is broken or you banks server.
Note that SSLv2 has security problems and should be avoided if possible.

HS


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



Re: KDE4

2007-08-08 Thread Hendrik Sattler
Am Mittwoch 08 August 2007 08:30 schrieb Vladislav Kolesnik:
 And how about backports for stable release, again just to try, maybe not
 the first beta, but second when it shows up. Will it be available, or
 just after release, or never?

Or install Sid in a chroot?

HS


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



Re: Kmail won't work with satellite provider....

2007-08-05 Thread Hendrik Sattler
Am Sonntag 05 August 2007 10:37 schrieb Charlie:
 Interesting as well? Icedove isn't blacklisted through that provider?
 Kmail is?

So it's clear that your configuration may be wrong. Maybe IceDove uses a 
different port, does authentication (maybe even something sick like 
pop-before-smtp) or it's the message-id domain.
Also look at the output of both mails to check for differences.

A relay check in the smtp server can be configured to anything.

Also check that you are actually sending to the right smtp smarthost (View 
menu in the kmail mail editor window).

HS


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



Re: Lock screen from console

2007-07-26 Thread Hendrik Sattler
Am Donnerstag 26 Juli 2007 18:35 schrieb Kum Gabor:
 On Thursday 26 July 2007 11:48, Kevin Krammer wrote:
  On Thursday 26 July 2007, Kum Gabor wrote:
   Hi!
  
   Can somebody tell me how can i lock screen in all KDE sessions from
   console or
  
   from script? I need this for suspending, becuase after wake up now
possible
  
   to use computer without password.
 
  You could try
 
  % dcop --all-users --all-sessions kdesktop KScreensaverIface lock

 Thanks!
 And how can i close kopete for all users. (i know only kill, normal close
 not)

dcop kopete MainApplication-Interface quit

But you can find out yourself if you just try to look at dcop. There's nothing 
magic about it.

HS


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



Re: KDE 3.5.6/Etch Screen Lock bug

2007-06-29 Thread Hendrik Sattler
Am Freitag 29 Juni 2007 22:36 schrieb Richard Ibbotson:
 Don't know if this is the right place to send this but thought I might
 try anyway.

 After installing Etch with Gnome and KDE I find that my screen lock
 has stopped working.  Doesn't lock any more.   I click on Lock
 Session in the bottom left hand corner of the screen/Kmenu and
 nothing happens.  Tried a Google search for more info but can't find
 anything.

 Can anyone suggest how to fix this ?

Open a shell and run kdesktop_lock and see if any errors pop up.

HS


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



Re: Complete KDE crash (was in debian-user before)

2007-05-27 Thread Hendrik Sattler
Am Sonntag 27 Mai 2007 16:24 schrieb [EMAIL PROTECTED]:
 After logging in with kdm, the kde splash-screen comes up. When the
 second icon begins to blink (the harddisc-icon) it takes very long
 (~20s, normal was ~5s). Then it goes until the second last icon
 (Preparing Workplace?), there it pauses again for 10s. Then after kde
 is started I have my background image without desktop icons, and at
 the bottom a grey bar, where normally the K-taskbar is. I have a
 moveable mousecursor, but can't do anything. I have to CTRL-ALT-BSPC
 to come out.

 I worked on with help of debian-user, this we have checked/tried:

 Creating a new user with a virgin .kde directory and logging in as that
 user. -The same problem

See thread KDE 3.5.7 in unstable and yes, we're working in KDE 4! from this 
week where Arthur Marsh has a similar problem with a solution for his system 
on Friday. Maybe you have the same problem.

HS


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



Re: possible bug writing to /etc/network/intefaces

2007-01-11 Thread Hendrik Sattler
Am Donnerstag 11 Januar 2007 17:13 schrieb jdaues:
 I may have found a bug in Debian Etch/KDE 3.5.5

 It appears that the file /etc/network/interfaces is written to
 incorrectly when modifying the Network Setting.

 In KDE, I go to Control Center - Network Settings. A dialog comes up
 entitled Unsupported Platform and asks to select a supported platform.

I do not have this entry in the control center. I suppose this comes from 
knetworkconf and upgrading to 4:3.5.5-3 may fix this.

HS


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



Re: kdm background - where?

2007-01-06 Thread Hendrik Sattler
Am Samstag 06 Januar 2007 11:14 schrieb Alan Chandler:
 When I end my current session, instead of seeing kdm's login
 screen I just have a completely blue background.  Even worse than that
 Ctrl-Alt-F1 does not bring up the console but a blank grey screen

 The only way to do anything is to ctrl-alt-backspace followed by
 ctrl-alt-del which reboots the machine

 I suspect some combination of xorg-xserver and my i810 video not
 working, but before submitting a bug report I just want to rule out a
 kdm problem.

I also use i810 and see this behaviour only when trying to restart the X 
server from within X. Going to a VT first and running /etc/init.d/kdm 
restart works, though. However, shutting down from within X works.

I also use the framebuffer to get a nice VT and I actually blame the crappy 
video output situation under linux for this.
Try without framebuffer, without DRI and without XVMC support and maybe that 
fixes it.

HS


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



Re: Konqueror display badly a web page

2007-01-04 Thread Hendrik Sattler
Am Donnerstag 04 Januar 2007 15:40 schrieb Leopold Palomo-Avellaneda:
 you are right, but it's always the same. It's no a konqueror fault, but you
 need another browser to surf on the net.

Because web page creators are faultless by design ;)
Ever wondered why program authors give you a place to report bugs to but web 
page authors don't?
It's getter better slowly but fixed DPI values in some operating systems do 
not really improve the situation (neither do the work-around that mozilla 
created for those). I don't need to mention that the Netscape and MS are to 
blame for most of this, W3C, too.

HS


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



Re: Missing DCOP interface in konsole?

2006-11-28 Thread Hendrik Sattler
Am Dienstag 28 November 2006 17:20 schrieb David Martínez Moreno:
   Hello.  I have been thinking of writing with an external script into a
 konsole.  Searching through Google I have not found a lot of information
 about it, only references to feedSession (I think that is what I want) and
 others, that are not present in my konsole DCOP interface:

You must start konsole with the --script option to get those.
$ konsole --script
and in that konsole run
$ dcop konsole-$PPID session-1

HS



Re: KDM auto-login user after x secs

2006-11-26 Thread Hendrik Sattler
Am Montag 27 November 2006 01:53 schrieb Daniel L. McGrew:
 automatically logon a specific user after a certain period of time, say
 30secs... now, that I've switched to KDM, that feature is not available...
 at least, I can't find it...

 If anyone knows where to find this in the gui or the name of the file I
 need to edit to get this to happen again, I would really appreciate it...

kcontrol (as user, automatically switches to root with kdesu)

No pain involved.

HS


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



Re: Kwallet + kdesu?

2006-11-14 Thread Hendrik Sattler
Am Montag 13 November 2006 06:07 schrieb John O'Hagan:
 I'm wondering if it is possible to use kwallet to take care of the root
 password when it is (or would be) requested by kdesu, and if so, how.

 The googling I've done suggests it isn't currently possible.

 In that case, I will file a wishlist bug (unless anyone has a reason I
 shouldn't).

Yes, BIG security hole is implied by this!
Note that any program could now run as root by simply using kdesu as 
wrapper :-O
I even find the Remeber password option totally wrong.

HS


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



Re: Any KDE way of reencoding id3 tags?

2006-11-09 Thread Hendrik Sattler
Am Donnerstag 09 November 2006 18:04 schrieb Raúl Sánchez Siles:
 El Miércoles, 1 de Noviembre de 2006 20:25, Christoph Burgmer escribió:
  Hi list,
 
  I'm living in the 21st century and just can't understand why my
  favourite software isn't able to display the id3 tags given to my mp3s.
  Support of multiple languages is something not only nice to have but
  something obligatory. Long story short: I can't work with my mp3s
  encoded in gbk*. Amarok developers aren't willing to support a method
  of specifying the encoding, so I end up with nothing but a hint to use
  easytag to convert them manually. easytag though again is ranting about
  some buggy version of id3lib and I am not willing to apply a patch.
  Is there any help for somebody in a situation like this?
 
  Thanks for any hints
  Christoph Burgmer

   Do you know kid3?

Do you? It does not offer any character conversion.

HS



Re: write to a NTFS

2006-10-31 Thread Hendrik Sattler
Am Dienstag 31 Oktober 2006 13:32 schrieb Alejandro Exojo:
 El Martes, 31 de Octubre de 2006 11:49, Han escribió:
  Does anyone know how i can edit an NTFS file system on another machine
  that i am networked.
 
  Or howto allow windows machines to see my linux files copy, cut and
  paste them.

 This list is intended for topics related to debian and/or KDE. Please, send
 general questions to debian-user, not to debian-kde.

Well, his problem is solvable with KDE. Just the term NTFS is totally 
misleading. He's looking for Samba and KDE's kio-client for it (or for the 
cifs mount type).

HS



Re: Kmail does not delete old mail headers

2006-10-28 Thread Hendrik Sattler
Am Samstag 28 Oktober 2006 14:30 schrieb Joerg Platte:
 I noticed, that kmail's imap directory ~/.kde/share/apps/kmail/imap/ is
 getting larger and larger. I seems that kmail downloads all mail headers to
 certain files (e. g. INBOX) but does not delete the corresponding headers
 on mail deletion. Hence, these files are getting quite big over time. Is
 this the intended behavior of kmail or can I configure kmail to delete old
 headers in these files?

Compress the folder from the context menu in kmail

HS


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



Re: KDE updates broke audio keys

2006-10-25 Thread Hendrik Sattler
Am Dienstag 24 Oktober 2006 15:13 schrieb Hendrik Sattler:
 something steals my XF86Audio* events from kmix :-(

The global key definition from the menu are broken in kmix.
However, using the dialog from the channel context menu entry does work, even 
that from the main channel, although that should be the same.

HS


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



Re: UTF8

2006-10-20 Thread Hendrik Sattler
Am Freitag 20 Oktober 2006 14:31 schrieb Wolfgang Mader:
 But one problem remains. If I open a new file in lets say kate this is
 encoded an iso-8559-1. Do I have to switch for every single new file
 manualy to utf8, do I have to set it for every single app which is able to
 edit text or is there an cental way to tell all apps to use utf8?

Did you relogin? On the top-right of the file-open dialog, there is the 
charset field, pretty much hidden. If you run in an UTF-8 locale, this will 
default to utf-8.

HS


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



Re: Setting editor used for View Document Source

2006-10-11 Thread Hendrik Sattler
Am Mittwoch 11 Oktober 2006 19:39 schrieb Michael Schuerig:
 I have freshly installed Debian and KDE on a new machine. There, when I
 select View Document Source in Konqueror to look at the HTML of a web
 page it is opened in Kate. Now while I like Kate, it is a bit too heavy
 for this task and I'd prefer KWrite to open instead. Indeed, that is
 what happens on another machine. Unfortunately, I can't seem to find
 where to set the editor used in this case. Even searching through the
 config files I was unable to find anything.

 Presumably it is pretty obvious...

Kcontrol
File Associations
text/plain

Yes, obvious :)

I rather have Konqueror being much smarter:
* do NOT reload the damn file from the net in this case (what's the cache 
for?)
* same for saving files

HS


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



Re: New KDE (3.5.4) will break mouting of removeable devices

2006-10-05 Thread Hendrik Sattler
Am Donnerstag 05 Oktober 2006 09:05 schrieb Anders E. Andersen:
 Could there be an umbrella 'user is owner' group, that lets the user
 access all hardware?

You can check that it is the user who sits at the console. IIRC, that's how 
Ubuntu solved it.

HS


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



Re: Plugins and visualisations

2006-10-05 Thread Hendrik Sattler
Am Donnerstag 05 Oktober 2006 14:20 schrieb Arthur Marsh:
 PS, I note that there is an xmms-wma package in Testing. It has just
 been installed here and appears to work.

Yeah, one of those packages that includes a stripped-down copy of a lib 
(libavcodec + libavformat) and links it statically because of bogus this 
consumes less memory reasons :-(

HS


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



Re: New KDE (3.5.4) will break mouting of removeable devices

2006-10-03 Thread Hendrik Sattler
Am Sonntag 01 Oktober 2006 15:12 schrieb Philippe Merlin:
 I am in debian Etch and Kde 3.5.4  and the file hal.conf seems right
 according the message of christian.
 I can't mount automatically any USB Key, the only one i can mount manually
 are those declared in an udev rules.
 If i put an USB key he is recognize by Kde and he open Konqueror to
 system:/media/sde1 but the system file he is always empty, automatically or
 manually it does not work.
 If i mount by fstab and udev rules,  the system  files on the usb key are
 mounted, and he appears also on system:/media/sde1
 All my users are in plugdev group and in /etc/group

Works here.

How did you add your user to group plugdev?

HS



Re: Why is kded eating so much CPU?

2006-09-27 Thread Hendrik Sattler
Am Mittwoch 27 September 2006 16:43 schrieb Matt Sicker:
 Hi, I'm using KDE 3.5.4, and I've noticed that kded has been eating up
 CPU like there's no tomorrow.  It has used almost 56 hours of CPU, and
 that's in comparison to X which has only used like 45 _minutes_
 apparently.  Now, I'm not running KNemo or anything I know of that
 polls stuff constantly, but kded still goes ahead and eats 95% of the
 CPU most of the time.  What's going on?  What can I do?

For me it's the opposite:
28:26 /usr/bin/X
 3:42 kded
12:23 kicker
95:50 /usr/bin/artsd
19:49 kmail
 4:41 konsole

I use kmail and konsole a lot, so in comparison only artsd sucks (not that 
this is anything new).

HS


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



Re: make local printer a network printer

2006-09-24 Thread Hendrik Sattler
Am Sonntag 24 September 2006 00:59 schrieb Seb:
 I'm using CUPS, and the printer
 is running well in the one computer.  I'm having trouble finding how to
 make this printer available to the other computer in the network.
 Any pointers on how to do this in kde would be appreciated.

KDE assists you with using CUPS from within KDE. It does not offer cups server 
network configuration. Edit the cups configuration files in /etc, it is 
pretty straight forward and well documented.

HS



knetworkmanager bug reporting

2006-09-22 Thread Hendrik Sattler
Hi,


I tried to report a bug with the option in knetworkmanager. Actually, a good 
idea because the web interface of bugs.kde.org has no usability at all (yes, 
it sucks and is a real pain).

However, the bug submission fails with SMTP error 553. I even agree to that 
result because it is not sent via kmail, thus not via my configured (in kmail 
only, not in kcontrol) SMTP server (requires SMTP/Auth).
This makes it somewhat useless.

But I doubt that this bug submission dialog is in knetworkmanager. Where 
should a bug about it be submitted to? What kde package is it part of?

HS


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



Re: installing kde

2006-09-15 Thread Hendrik Sattler
Am Freitag 15 September 2006 12:14 schrieb George Adamides:
 I have added the following line in /etc/apt/sources.lists

Question 1: Why don't you use the normale Debian repositories?
Question 2: What Debian version are you using?

 deb http://pkg-kde.alioth.debian.org/kde-3.4.1/ ./

How about the easiest way to check that?
Hint 1: it's called browser
Hint 2: firefox or konqueror are browsers
Hint 3: also take a look at http://pkg-kde.alioth.debian.org

HS


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



Re: KDE not showing 'weird chars' correctly?

2006-09-10 Thread Hendrik Sattler
Am Sonntag 10 September 2006 15:15 schrieb Jan De Luyck:
 Filenames show up correctly under GTK applications, but not under
 Konqueror.

 KDE shows me: Fölktergeist
 whereas GTK apps give me: Fölktergeist

 Any idea where I can poke/prod to make this look better?

You did not set up your locale correctly to UTF-8 _before_ the KDE 
applications start.

HS



Re: USB cdrom does not appear on desktop

2006-09-10 Thread Hendrik Sattler
Am Sonntag 10 September 2006 16:45 schrieb Joerg Platte:
 I have an internal cdrom and an external USB-DVD-burner. Each time I insert
 a cdrom into the internal drive KDE displays an icon on the desktop and I
 can mount the cd by clicking on the icon. Unfortunately, this does not work
 with my external burner. No icon appears and therefore, I'm unable to mount
 an inserted cd. Other USB devices like USB-disks are working fine, the icon
 appears and I'm able to mount them. What may prevent KDE from showing an
 icon for the external drive? Is this a USB-related problem? My hal/dbus
 configuration seems to be OK, since all other media related functions are
 working.

I am sure which one it is but a special file in /proc or /sys will tell you if 
your drive supports the media change report. Without this, the whole thing 
cannot work and you have to unplug and replug the device for proper 
detection.

Some USB card readers also suffer from this.

HS


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



Re: RANT about fonts with KDE Updates

2006-09-09 Thread Hendrik Sattler
Am Samstag 09 September 2006 11:02 schrieb Andy Parkins:
 On Saturday 2006, September 09 06:08, Paul Johnson wrote:
  I've never had this problem and I run sid.  I don't use the same fonts as
  the theme I use though, seems like some of the theme defaults could have
  a slightly more visible choices.  I may be correctable to 20/20, but that
  doesn't mean I can read flyspeck 3 at a comfortable distance from the
  monitor.

 In that case your X server DPI is probably wrong.  Try removing the forced
 DPI override in /etc/kde3/kdmrc, and X will have a go at reading your
 monitor size from the monitor.  If it can't you can always set it manually
 with the DisplaySize option in /etc/X11/xorg.conf's Monitor section.

With a recent reinstall, KDM did not have such a default. Unless your monitor 
is not removable from the card (e.g. a laptop), you should always give the 
DisplaySize option (in case that the monitor is off during start of X).

 It's a bit of hassle to set up, but I really recommend putting the effort
 in.

I agree. Especially on displays with a higher resolution, it gives you a small 
wow-effect.

 KDE is the only desktop that seems to respect DPI size,

No.

 GNOME has taken the 
 crazy MS route of saying all displays are 96dpi.

AFAIK, you can still set it to system settings.

 The advantage is that you 
 can use the same KDE settings on different computers, and always have the
 fonts come out at a comfortable size for you.

The problem surely is badly programmed softeware. I recently saw what firefox 
does on a high resolution display (10 laptop): I was not amused. It just 
sucks, under Windows more than Linux but that is just relative to needs more 
work, better than old Mozilla, though.
Some of it surely relates to wrong website programming. After all those years, 
they just don't get it :-(

And whatever you think of it: do not try this under Windows. It kind of works 
but is _really_ ugly and most programs fail to work correctly. I hope they 
get this fixed with Windows Vista, they have to catch up a lot.

HS


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



Re: jackd errors

2006-09-07 Thread Hendrik Sattler
Am Donnerstag 07 September 2006 01:07 schrieb D. Michael McIntyre:
 If it isn't the KDE sound system, the other thing that usually holds up my
 audio hardware is the Macromedia flash player plugin.

 Theres also supposed to be some way around all of this now, called dmix,
 that lets you have everything playing nice even on hardware that doesn't
 allow multiple applications to connect to it directly.

Only if they use the ALSA interface, not the OSS interface. But you can 
artsdsp wrap around those (see konqueror settings).
There is a blog about an upcoming flash plugin with ALSA support.

HS


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



Re: Using search index within KDE help center

2006-08-31 Thread Hendrik Sattler
Am Mittwoch 30 August 2006 18:01 schrieb Andre Massing:
 I have been wondering for a while how to use the search index within KDE
 help center. After successfully building a search index (involving the
 application manuals) it is not clear to me how to actual use the index.
 STRG-f search only within the shown page. Neither googling, searching the
 debian mailing archives nor reading the khelp doc gives a satisfying
 answer. So I would be happy to get any suggestions...

Run: khelpcenter
At the top left, you have an input field with a button names Search right to 
it.

I guess that's it.

HS


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



Re: Using search index within KDE help center

2006-08-31 Thread Hendrik Sattler
Am Donnerstag 31 August 2006 18:01 schrieb Andre Massing:
 AFAIK I haven't installed any special program for getting this additional
 entry (called Build search index) in the Settings menu. But in order to
 actually build that index I had to install the htdig package, which is
 suggested by khelpcenter. BTW I use sid and KDE 3.5.4.
 It is unclear to me why to provide to build a search index without giving a
 hint in the documentation how to actually *use* it...But probably I am just
 to eyeless to find the right button :-)

In the dialog where the index building progress bar is, there is also a button 
to show more details. There, it tells you that htdig was not found.

Additionally, the khelpcenter package Suggests: htdig.

HS


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



Re: Desktop bug

2006-08-26 Thread Hendrik Sattler
Am Samstag 26 August 2006 22:17 schrieb Paul Johnson:
 On Saturday 26 August 2006 12:18, marc wrote:
  Just noticed that when you click two mouse buttons simultaneously, then
  you get a two-line blank context menu.

 Not enough info.

 http://www.catb.org/~esr/faqs/smart-questions.html

I didn't have the impression that this was meant as question...

HS


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



Re: automount settings

2006-08-23 Thread Hendrik Sattler
Am Mittwoch 23 August 2006 23:22 schrieb PD Dr.-Ing. C. Hurschler:
 since you seem familiar with the thread you could have saved me and
 probably a bunch of other people the trouble of reading through 20
 developer Emails about patches and other fixes - this is a debian-user list
 isn it?

Unless you mean he bug report: it is exactly _one_ mail which tells you how to 
fix it. I didn't even know that the bug is already fixed.

To give you a link, I would have had to look it up. Same work for you, so 
what? And reading the full bug report was your personal extra, I'd rather 
sneak at the last entry, first.

HS


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



Re: automount settings

2006-08-22 Thread Hendrik Sattler
Am Dienstag 22 August 2006 14:02 schrieb pol:
 posted  mailed

  Did you install ivman or usbmount? If yes, remove them...

 I have removed usbmount

 However I fail to access my pendrive, konqueror returning the following:


   A security policy in place prevents this sender from sending this message
 to this recipient, see message bus configuration file (rejected message had
 interface org.freedesktop.Hal.Device.Volume member Mount error
 name (unset) destination org.freedesktop.Hal

This is mailing list with an archieve. The purpose of such is that it is 
possible to look at it. See thread New KDE (3.5.4) will break mouting of 
removeable devices

HS


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



PCMCIA in infocenter uses old tools

2006-08-12 Thread Hendrik Sattler
Hi,

all notebook users will probably see this in the infocenter:
no pmcia controller found

However, this is mostly wrong as this is derived from using the 
old pcmcia-cs tools and not the current pcmciautils.
Both interfaces should be support and checked.

But what package to report this minor bug to?

HS


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



Re: PCMCIA in infocenter uses old tools

2006-08-12 Thread Hendrik Sattler
Am Samstag 12 August 2006 18:04 schrieb Alejandro Exojo:
 I don't know, because I don't use PCMCIA, but I don't think so: during the
 3.5 branch, KDE will include some minor feautures in point releases

This is minor, it only calls a cli tool.

HS


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



Bug#372564: Status on this bug?

2006-07-22 Thread Hendrik Sattler
Hi,

to the  Debian Qt/KDE Maintainers: is there anything done about this annoying 
bug?

In the debian-kde ML in thread KWallet crashes on logout and therefore stops 
shutdown process, it was indicated that:
KDE developers told it is Debian specific problem, because Debian took 
specific revision. Oh, not exactly the reason, but found it:
It looks like a problem with a patch in Debian's kdeutils branch update 
(r548145).

What is going to be done about it?

HS

-- 
Mein GPG-Key ist auf meiner Homepage verfügbar: http://www.hendrik-sattler.de
oder über pgp.net

PingoS - Linux-User helfen Schulen: http://www.pingos.org


pgp9ilbm2nPrf.pgp
Description: PGP signature


Re: kprinter using its own version of CUPS?

2006-07-17 Thread Hendrik Sattler
Am Montag, 17. Juli 2006 04:26 schrieb Ross Boylan:
 When I print a test page via CUPS (using the web interface) I get a
 page that says Printed Using CUPS v1.2.x.

 When I go into the KDE printer control module and print a test page I
 get a page that says Printed Using CUPS c1.1.x.

 While this isn't causing any problem I've noticed, it seems a little
 weird.  Does anybody know what's going on?

kdeprint depends kdelibs4c2a which depends on libcupsys2 (= 1.1.23-1)

So it was built with an older cups version and the value of that string is 
probably determined at build time. Nonetheless, if cups-1.2 ist installed, it 
is used by kprinter (same library soname).

HS


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



konqueror really slow

2006-07-16 Thread Hendrik Sattler
Hi,

on lots of pages (eg. freebsd.org), konqueror is really slow like hanging at 
16 of 18 pictures for a long time (means: firefox get the _whole_ page during 
that time that konqueror waits).

Anything that can be done about it, like setting some timeout parameters to 
common sense values?
Why is the page not shown during load? This would at least give a better 
visual feedback. This would allow clicking on the next link instead of 
waiting for some d*** picture...

HS


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



kmail sometimes hangs after getting mail

2006-07-16 Thread Hendrik Sattler
Hi,

KMail shows really strange behaviour. I configured it to automatically get 
mail every 15 minutes.
Sometimes, this hangs at closing the connection (how the hell can a program 
hang here?). One might think that this action has a timeout. But no, there is 
none because only pressing the red buttoon helps (and who removed the global 
stop button?). This results immediately in getting mail again because 15 
minutes already passed.

Maybe the server is a bit broken but I don't care as it is not under my 
control. And the problem does not occur every time but only once in a while.

Any ideas about this?

HS


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



Re: konqueror really slow

2006-07-16 Thread Hendrik Sattler
Am Sonntag, 16. Juli 2006 22:04 schrieb D. Michael 'Silvan' McIntyre:
 I hadn't thought to try Firefox.  I wonder if it would make any difference?

 I've seen a slowdown now and again, but it seems to be network related
 somehow.  My ISP's network was on the fritz yesterday, and it took an
 inordinate amount of time for pages from any of my local web interfaces (on
 this box, or any on my LAN) to come up.

It cannot be related to network slowdown or other network related problem 
because stopping the loading and restarting it does not get any more data 
than the previous try. Trying firefox immediately shows the page, strange, 
isn't it?
I also had this on my routers page but that was name-ip lookup related.

I wonder if this is related to pipelining. If it is, why isn't it implemented 
in konqueror? Can't be that hard to do and if it makes the thing much faster, 
it would make it worth the effort.

Bad thing that firefox is not my favourite choice. I would never use it as 
main browser as the firefox developers do not seem to have any idea of good 
work flow (or it just does not fit my idea of it). And it's just ugly (ups, 
must be GTK-related).

HS


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



Re: konqueror really slow

2006-07-16 Thread Hendrik Sattler
Am Sonntag, 16. Juli 2006 22:36 schrieb Matej Cepl:
 Marc Bantle wrote:
  I like Konqueror and would use it more often, if it performed better.
  Currently I'm even accessing my router's web-interface via mozilla,
  because with konqueror it takes atleast four times longer for pages to
  show.

 Just to be sure -- do you use wwwoffle (or something similar) with
 konqueror? with mozilla?

No proxy of any kind on my side (maybe transparent proxying at the providers 
side, who knows).

HS


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



Re: konqueror really slow

2006-07-16 Thread Hendrik Sattler
Am Montag, 17. Juli 2006 00:18 schrieb D. Michael 'Silvan' McIntyre:
 On Sunday 16 July 2006 5:53 pm, Matej Cepl wrote:
  possible), but maybe even better. I have then found out that Craig
  Drummond

 Craig Drummond is awesome.

 Thanks to Michael Schuerig for posting the links to Firefox themes.  That's
 a little better.  I don't like Firefox either, because its Windows roots
 show all too plainly, but I keep it around for the odd site that makes
 Konqueror barf.

 I wonder if the GNOME people are the same way we are about trying to get
 the apps they're forced to use to look more like the stuff they like.

 I guess that's a stupid question, considering the number of times people
 have requested that we port Rosegarden to GTK2.

 Sure.  Right after they port the GIMP to KDE/QT.

 It couldn't be that difficult, could it?

Actually not if you have a clean seperation between the different parts 
(model-view-controller comes to mind).
And lets not forget that GTK is the Gimp ToolKit.

But then there are thing like QString and other non-GUI stuff in both QT and 
GTK that make all of that somewhat impossible.

HS


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



Re: KWallet crashes on logout and therefore stops shutdown process

2006-06-22 Thread Hendrik Sattler
Am Donnerstag, 22. Juni 2006 22:10 schrieb Go do:
 El Jueves 15 Junio 2006 11:36, Wolfgang Mader escribió:
  For me, kmail chrashes on every logout if it is running at that moment.
  kmail 1.9.1

 And for me, kmail and kwallet.

For me, too, or some other random application.
How can I disable this f***ing crash handler. It gives no valuable information 
for non-dbg applications. I cannot show several events in the same window.

Just as KMail with its useless message, that the server connection failed: one 
dialog window for every connection that even blocks the rest of the app :-(

Here is a backtrace from such a logout crash:
(no debugging symbols found)
Using host libthread_db library /lib/tls/libthread_db.so.1.
(no debugging symbols found)
[...]
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1249380672 (LWP 3966)]
(no debugging symbols found)
[...]
(no debugging symbols found)
[KCrash handler]
#5  0x in ?? ()
#6  0xb76526c2 in QTextCodec::fromUnicode () from /usr/lib/libqt-mt.so.3
#7  0xb763109b in QString::local8Bit () from /usr/lib/libqt-mt.so.3
#8  0xb760412d in QFile::ungetch () from /usr/lib/libqt-mt.so.3
#9  0xb7604166 in QFile::encodeName () from /usr/lib/libqt-mt.so.3
#10 0xb6f07ed2 in KStandardDirs::saveLocation () from /usr/lib/libkdecore.so.4
#11 0xb6f0a95b in locateLocal () from /usr/lib/libkdecore.so.4
#12 0xb6f0aa20 in locateLocal () from /usr/lib/libkdecore.so.4
#13 0xb69b9103 in KABC::Lock::locksDir () from /usr/lib/libkabc.so.1
#14 0xb69b9292 in KABC::Lock::lockFileName () from /usr/lib/libkabc.so.1
#15 0xb69b9cfb in KABC::Lock::unlock () from /usr/lib/libkabc.so.1
#16 0xb69b9f59 in KABC::Lock::~Lock () from /usr/lib/libkabc.so.1
#17 0xb3145d4c in KABC::ResourceFile::requestSaveTicket ()
   from /usr/lib/libkabc_file.so.1
#18 0xb69a0c27 in KABC::AddressBook::requestSaveTicket ()
   from /usr/lib/libkabc.so.1
#19 0xb69ae291 in KABC::StdAddressBook::saveAll () from /usr/lib/libkabc.so.1
#20 0xb69ae438 in KABC::StdAddressBook::~StdAddressBook ()
   from /usr/lib/libkabc.so.1
#21 0xb699ddc4 in KABC::FormatFactory::~FormatFactory ()
   from /usr/lib/libkabc.so.1
#22 0xb781b6c1 in __cxa_finalize () from /lib/tls/libc.so.6
#23 0xb6991633 in ?? () from /usr/lib/libkabc.so.1
#24 0xb6a0b8c0 in ?? () from /usr/lib/libkabc.so.1
#25 0xb6a0a198 in ?? () from /usr/lib/libkabc.so.1
#26 0xbfa5c948 in ?? ()
#27 0xb6a051ca in _fini () from /usr/lib/libkabc.so.1
#28 0xb6a051ca in _fini () from /usr/lib/libkabc.so.1
#29 0xb7f5528e in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
#30 0xb781b494 in exit () from /lib/tls/libc.so.6
#31 0xb640f1a1 in _IceDefaultIOErrorHandler () from /usr/lib/libICE.so.6
#32 0xb6e950c7 in KApplication::iceIOErrorHandler ()
   from /usr/lib/libkdecore.so.4
#33 0xb6e9510d in KApplication::iceIOErrorHandler ()
   from /usr/lib/libkdecore.so.4
#34 0xb641599a in _IceRead () from /usr/lib/libICE.so.6
#35 0xb6415fdf in IceProcessMessages () from /usr/lib/libICE.so.6
#36 0xb7225bc8 in QSmSocketReceiver::socketActivated ()
   from /usr/lib/libqt-mt.so.3
#37 0xb7225e67 in QSmSocketReceiver::qt_invoke () from /usr/lib/libqt-mt.so.3
#38 0xb730e54b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#39 0xb730ee52 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#40 0xb76a0f7f in QSocketNotifier::activated () from /usr/lib/libqt-mt.so.3
#41 0xb732e80a in QSocketNotifier::event () from /usr/lib/libqt-mt.so.3
#42 0xb72a487a in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#43 0xb72a4a76 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#44 0xb6f5824e in KApplication::notify () from /usr/lib/libkdecore.so.4
#45 0xb7236001 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#46 0xb7296435 in QEventLoop::activateSocketNotifiers ()
   from /usr/lib/libqt-mt.so.3
#47 0xb7249d06 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#48 0xb72bd255 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#49 0xb72a33b9 in QApplication::enter_loop () from /usr/lib/libqt-mt.so.3
#50 0xb5abf750 in KIO::NetAccess::enter_loop () from /usr/lib/libkio.so.4
#51 0xb5afbaf9 in KIO::NetAccess::synchronousRunInternal ()
   from /usr/lib/libkio.so.4
#52 0xb5b3a111 in KIO::NetAccess::synchronousRun () from /usr/lib/libkio.so.4
#53 0xb3146942 in KABC::ResourceFile::save () from /usr/lib/libkabc_file.so.1
#54 0xb6999216 in KABC::AddressBook::save () from /usr/lib/libkabc.so.1
#55 0xb69ae2a6 in KABC::StdAddressBook::saveAll () from /usr/lib/libkabc.so.1
#56 0xb69ae438 in KABC::StdAddressBook::~StdAddressBook ()
   from /usr/lib/libkabc.so.1
#57 0xb69f17a2 in KStaticDeleterKABC::StdAddressBook::destructObject ()
   from /usr/lib/libkabc.so.1
#58 0xb6e93f8e in KGlobal::deleteStaticDeleters ()
   from /usr/lib/libkdecore.so.4
#59 0xb6f246ae in KApplication::~KApplication () from /usr/lib/libkdecore.so.4
#60 0xb6f24aaf in KUniqueApplication::~KUniqueApplication ()
   from /usr/lib/libkdecore.so.4
#61 0x0804a0de in ?? ()
#62 

Re: KWallet crashes on logout and therefore stops shutdown process

2006-06-22 Thread Hendrik Sattler
Am Donnerstag, 22. Juni 2006 22:54 schrieb LeVA:
 2006. június 22. 22:46,
 Hendrik Sattler [EMAIL PROTECTED]

 - debian-kde@lists.debian.org,:
  Am Donnerstag, 22. Juni 2006 22:10 schrieb Go do:
   El Jueves 15 Junio 2006 11:36, Wolfgang Mader escribió:
For me, kmail chrashes on every logout if it is running at that
moment. kmail 1.9.1
  
   And for me, kmail and kwallet.
 
  For me, too, or some other random application.
 
  This is really annoying :-(
 
  HS

 Why don't you guys report it?

Against what? I don't even know what exactly crashes.
And I usually do not report stuff that probably happens to everyone out there. 
I have 3 machines with a running KDE and on every of them, something crashes 
on logout. Some have an installation that is not that old, others have a 
pretty aged installation.
It is wrong to assume that developers actually use the apps that they release?

HS



Re: 3pg play-back and conversion

2006-06-18 Thread Hendrik Sattler
Am Sonntag, 18. Juni 2006 21:26 schrieb Han:
 Does anyone know of a programe that can play-back 3PG(mobile-phone
 video) on linux and is there a product that will convert it to avi or mpeg?

You must recompile ffmpeg with some non-free files.

HS


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



Re: Ksynaptics

2006-06-13 Thread Hendrik Sattler
Am Dienstag, 13. Juni 2006 08:08 schrieb Modestas Vainius:
 2006 m. birželis 12 d., pirmadienis 21:04, Hendrik Sattler rašė:
  Can you explain that?
  The new xorg driver (0.14.4-5) works fine. However, Ctrl+Alt+P does not
  disable the touchpad...

 0.14.4-5 is fine. You should avoid = 0.14.5-1 at all costs if you want to
 use ksynaptics, which is currently in debian. See

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372498

Hmm, a solution would also to simply not use ksynaptics. The driver itself 
will work, too, I assume.

HS



Re: Ksynaptics

2006-06-12 Thread Hendrik Sattler
Am Montag, 12. Juni 2006 18:44 schrieb Modestas Vainius:
 2006 m. birželis 12 d., pirmadienis 19:11, Fathi Boudra rašė:
  oups too fast ... already in debian :)
  http://packages.debian.org/unstable/kde/ksynaptics

 which was completely b0rked by the upload of a new xorg synaptics driver.

Can you explain that?
The new xorg driver (0.14.4-5) works fine. However, Ctrl+Alt+P does not 
disable the touchpad...

HS



Re: New update, new fonts

2006-05-25 Thread Hendrik Sattler
Am Mittwoch, 24. Mai 2006 13:17 schrieb Trey Sizemore:
 Given that mine is currently set to 122X121, how do I change it to
 something like 75X75?

You don't.

Did anyone with those problems try to reconfigure fontconfig and try some 
other combination. Obviously, KDE setting can get this right but it should be 
possible to set the default config to the same values.

With current X in testing (at least the last time I configured X), I always 
remove the forced setting of 75x75 dpi as this is non-sense. You mess up the 
meaning of font sizes by setting some fixed dpi value.

HS


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



Re: konqueror - store password per side

2006-05-20 Thread Hendrik Sattler
Am Samstag, 20. Mai 2006 15:16 schrieb Wolfgang Mader:
 Some time ago I configured konqueror not to store my access information on
 one server (e.g. myBank.de.vu). But now I changed my mind but I am not able
 to tell konqeror to store the information. Is there a way to make konqueror
 forget the actuell configuration?

man grep

and .kde is the KDE configuration directory.

HS


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



Re: konqueror - store password per side

2006-05-20 Thread Hendrik Sattler
Am Samstag, 20. Mai 2006 15:57 schrieb Wolfgang Mader:
 Am Samstag 20 Mai 2006 15:37 schrieb Hendrik Sattler:
  Am Samstag, 20. Mai 2006 15:16 schrieb Wolfgang Mader:
   Some time ago I configured konqueror not to store my access information
   on one server (e.g. myBank.de.vu). But now I changed my mind but I am
   not able to tell konqeror to store the information. Is there a way to
   make konqueror forget the actuell configuration?
 
  man grep
 
  and .kde is the KDE configuration directory.

 This seems to be a really rudement methode for such a simple thing...

Actually not. AFAIK, there is no front-end to delete a site from this list.

HS


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



Re: aRts crashes playing streams

2006-05-16 Thread Hendrik Sattler
Am Dienstag, 16. Mai 2006 19:12 schrieb Anders Ellenshøj Andersen:
 tirsdag 16 maj 2006 15:54 skrev Derek Broughton:
  Anders E. Andersen wrote:
   Derek Broughton skrev:
   All I know is that if I enable ALSA in KDE directly (integrated I810
   sound),
  
   Please explain how you accomplish this? As far as I know the only sound
   engine in KDE is arts, and you can't change it.
 
  Sorry, you're right arts _is_ the ALSA selection - but any _other_
  options I try end up with something getting exclusive access to the sound
  card. Which leaves your assertion, that arts is awful and ALSA works,
  incomprehensible to me.

 Hm.. Well.. Maybe the I810 sound driver or the hardware has problems with
 mixing. I have used a couple of different SiS build in sound cards and a
 Via build in card.

Via has vor DXS channels for hardware mixing that you also see in kmix (the 
5th playing source has to wait). The i810 has only one hardware channel.

Simply set up alsa dmix and you are set (at least for alsa-capable 
applications).

HS



Re: pairing bluetooth devices

2006-05-07 Thread Hendrik Sattler
Am Sonntag, 7. Mai 2006 22:35 schrieb Han:
 does anypne know how to pair bluetooth devices using kbluetoothD

 please provide detailed instuctions as i have tried almost everything i
 know.

And you also read the messages that pop up on the first start of kbluetoothd?
I guess that you didn't as it tells you to set
  pin_helper /usr/lib/kdebluetooth/kbluepin;
in /etc/bluetooth/hcid.conf (do not forget to restart hcid after that!)

There are also other pin helpers, some even work with dbus, but the above is a 
good and working start.

HS


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



Re: two cases of slowness

2006-04-23 Thread Hendrik Sattler
Am Sonntag, 23. April 2006 16:43 schrieb K. Jansma:
 start up takes almost 20 seconds, which is way too much for a simple music
 player. My playlist contains 2000 items (if this is relevant). IMHO, the
 GUI should be visible almost immediately, not after 20 secs.

noatun was never very ususable: lots of crashes and not very user friendly.
Since amarok, there not much that can compete with it. Music starts playing 
after 6 seconds (Athlon 1333)

However, for one-time playing of streams, etc., kaffeine is quite usable.

HS


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



Re: KDE 3.5 taskbar usability issue

2006-04-23 Thread Hendrik Sattler
Am Sonntag, 23. April 2006 21:25 schrieb Larry Garfield:
 Since upgrading to KDE 3.5 in Sid, I've noticed that the logic for the
 taskbar in Kicker has changed considerably.  In 3.4, the order in which
 windows were listed was first by desktop (with All Desktops first), then
 by order opened.  In 3.5, though, they're now grouped by application.  I
 don't mean the pop-up Windows XP-style grouping, that's turned off, but all
 Konqueror windows are next to each other, all KMail windows are next to
 each other, etc.

 Is there any way to revert to the older 3.4 ordering?  I absolutely loath
 the new organization with a passion, because it means I can never FIND my
 windows.  I often have many open at once and like to have them at a known
 location on the taskbar so I can find them more easily.  Now they're all
 over the place and keep moving (in practice).

 Ideally it would be nice if I could manually reorder them, but I'd settle
 for the 3.4 behavior.

 Anyone know how I can get the older, better behavior back?

Please try to take a look at the configuration options. There is one to enable 
alphabetic sorting with respect to the task names.

However, strange that you work desktop oriented, not task oriented...

HS


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



Re: network configuration

2006-04-21 Thread Hendrik Sattler
Am Freitag, 21. April 2006 18:54 schrieb Freddie Cash:
 What is it with Linux devs that they have to change everything that
 works to something that barely works for the next three releases?  Why
 can't they just keep the things that work?  wpa_supplicant has been
 running perfectly on all my FreeBSD systems for almost a year now, and
 is now broken on all my Linux systems.

I like the new config style better. Additionally, you can still enable a 
multi-home style by specifying wpa-conf and bring the network interface up.
Just read /usr/share/doc/wpasupplicant/README.modes

I have a fixed WLAN at home and the new config fits this case perfectly (and I 
had an equal solution already scripted). And after all, the upstream 
wpa_supplicant documentation is very bad.

The old script can be found at
/usr/share/doc/wpasupplicant/examples/wpasupplicant.roaming-daemon

HS


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



Re: Konqueror - Has the embedded media player ever played anything?

2006-04-10 Thread Hendrik Sattler
Am Montag, 10. April 2006 18:21 schrieb Felix Homann:
 anytime I see the the embedded media player (kaboodle) start in konqeror
 that's all I can see. It has never played anything - no audio, no video,
 nothing! Has anybody seen it work?

Worked for me, so far. Just drag an MP3 file on it and it plays fine. 
Advantage is that the startup time is zero in contrast to kaffeine which 
needs its time to get up.
OTOH, I have amarok open all the time, anyway.

HS


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



Re: Konqueror - Has the embedded media player ever played anything?

2006-04-10 Thread Hendrik Sattler
Am Montag, 10. April 2006 22:31 schrieb Felix Homann:
 On Monday 10 April 2006 22:21, Hendrik Sattler wrote:
  Worked for me, so far. Just drag an MP3 file on it and it plays fine.
  Advantage is that the startup time is zero in contrast to kaffeine which
  needs its time to get up.

 OK, but have you seen it work as *embedded media player*, i.e. playing
 media inside a webpage? That's what I've never seen working. Have you?

I never tried as kaffeine automatically takes preference when installed.
Do you have a site at hand where I could try it out? I simply know none that 
plays audio with a handle. Additionally, it must not be a streaming format 
like realmedia and not a mms://-URL.
If you have such an URL, I'll try it ;)

Such one were often seen some years ago (those Netscape4 times) but I did not 
see one lately.

HS


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



Re: Konqueror - Has the embedded media player ever played anything?

2006-04-10 Thread Hendrik Sattler
Am Montag, 10. April 2006 23:14 schrieb Felix Homann:
 On Monday 10 April 2006 22:48, Hendrik Sattler wrote:
  it must not be a streaming
  format like realmedia and not a mms://-URL.
  If you have such an URL, I'll try it ;)
 
  Such one were often seen some years ago (those Netscape4 times) but I did
  not see one lately.

 Sure, they are hard to find nowadays ;-)

 For video you can try this:

 http://www.apple.com/trailers/wb/poseidon/trailer1/small.html

 It's probably a streamed quicktime movie that embedded kaboodle tries to
 open. It should either tell why it is not able to play it or not even try.
 That is, media that can't be opened by kaboodle should not be associated
 with it.

This does not even work with kaffeine here:
xine: cannot find demultiplexer for 
http://movies.apple.com/movies/wb/poseidon/poseidon-tlr2_h320.mov
input_http: content length = 4634999 bytes
xine: input plugin found: http plugin
xine: demultiplexer plugin found: Apple Quicktime (MOV) and MPEG-4 demux 
plugin
input_http: content length = 137 bytes
xine: input plugin found: http Plugin

Any ideas?

And Kaboodle is not much for videos, anyway, I guess, but rather music. And it 
is not associated with anything, here.
But maybe I misinterpret the integrated konqueror media player with kaboodle? 
In earlier KDE version, kaboodle was used for this, it still is?

HS


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



Re: alphabetic order

2006-04-06 Thread Hendrik Sattler
Am Freitag, 7. April 2006 04:09 schrieb Matej Cepl:
 Rafael Rodríguez wrote:
  since a couple of days ago i've noted that all kde orderings are sensible
  to caps. Kmail folders, kopete groups... everything!
 
  What has changed and how can i fall back to the old behaviour?

 Same here -- and yes, I don't like it either. Any ideas?

What are your locale settings?:

$ echo -e A\na\nB\nb | sort
A
B
a
b
$ locale
[...]
LC_COLLATE=C
[...]
$ unset LC_COLLATE
$ locale
[...]
LC_COLLATE=de_DE.UTF-8
[...]
$ echo -e A\na\nB\nb | sort
a
A
b
B

Does KDE finally respect the users locale? That would be great :)

HS



Re: Kaffeine Reloaded

2006-03-26 Thread Hendrik Sattler
Am Sonntag, 26. März 2006 21:04 schrieb Fathi BOUDRA:
 kaffeine initial commit is done, we are now working on 0.8.

Please also take note of the issues with the new version, discussed at
the upstream mailing list.

HS



Re: Kaffeine Reloaded

2006-03-26 Thread Hendrik Sattler
Am Sonntag, 26. März 2006 23:23 schrieb Fathi BOUDRA:
 Le Dimanche 26 Mars 2006 21:15, Hendrik Sattler a écrit :
  Am Sonntag, 26. März 2006 21:04 schrieb Fathi BOUDRA:
   kaffeine initial commit is done, we are now working on 0.8.
 
  Please also take note of the issues with the new version, discussed at
  the upstream mailing list.
 
  HS

 can you add a thread link ?

http://sourceforge.net/mailarchive/message.php?msg_id=15214757

http://sourceforge.net/mailarchive/message.php?msg_id=15216415

http://sourceforge.net/mailarchive/message.php?msg_id=15218630
with http://sourceforge.net/mailarchive/message.php?msg_id=15221460


Not every thread ended, yet.

HS



Re: Korganizer's printed calendars do not fit on a page

2006-03-16 Thread Hendrik Sattler
Am Donnerstag, 16. März 2006 15:06 schrieb Alex Nordstrom:
 Thursday, 16 March 2006 21:40, Frans Pop wrote:
  This is not something that can be solved by Debian though. I suggest
  checking if this issue has already been reported in the KDE bug
  tracking system [1] and, if not, filing a bug report there.

 No, bugs in Debian should be reported through the Debian BTS. That,
 incidentally, is what it's there for.

 See http://lists.debian.org/debian-devel/2003/10/msg01235.html

That's exactly the reason why so many bugs rot in the BTS forever. On big 
sources, it is almost impossible for the Debian-Maintainer on all changes to 
close rather upstream related bugs.
What does he do then: he asks the only person that eventually reported it. 
That person says that is uses Debian stable only and does not want to test 
Debian stable.
So you want upstream bugs in the BTS closed after 2-3 years? Get real! Those 
requesting such non-sense are the same persons that complain about 
long-standing bugs in the BTS and that many bugs are left unanswered.

Upstreams does not look at the Debian BTS, so where's the gain? Additionally, 
KDE has a nice bug reporting built-in.

HS

-- 
Mein GPG-Key ist auf meiner Homepage verfügbar: http://www.hendrik-sattler.de
oder über pgp.net

PingoS - Linux-User helfen Schulen: http://www.pingos.org


pgpZumvNw6uVl.pgp
Description: PGP signature


Re: Korganizer's printed calendars do not fit on a page

2006-03-16 Thread Hendrik Sattler
Am Donnerstag, 16. März 2006 16:54 schrieb Alex Nordstrom:
  Upstreams does not look at the Debian BTS, so where's the gain?

 Let me count the ways:

  - It is non-trivial for users to determine whether a bug is an upstream
bug or one caused by distribution-specific modifications or packaging

Maybe. There is not standard way for patching packages, maybe that should be 
changed so that it's possible to easily test an unpatch upstream software?

  - It is easier for the package maintainer to determine whether the bug
was introduced by the distribution-specific activities than it is for
the upstream maintainer to do so (particularly if users report bugs
directly to upstream and fail to mention that they are using a
downstream binary)

Same as above, just a different point of view.

  - Users can't always judge whether or not a bug is release-critical,
and if it is, Debian should know about it, which they might not if
BDO is bypassed

That would be right for RC bugs but not most of the bugs in the Debian BTS.

  - It is unreasonable to expect users to find, familiarise themselves
with, and in many cases register for the upstream BTS of every
piece of software that they use (in other words, the centralised BTS
is an extension of centralised package management)

Finding is _very_ easy with KDE :)
They use Bugzilla like many others, so that's no problem either.
The need to register for the KDE BTS is really bad but Konqueror can handle 
that nicely (you don't have to remember the login data).

  - Many upstream maintainers won't even touch bugs from reporters who
don't use upstream software

Moreover, they insist that they use the latest version. Not a bad idea and if 
it is already fixed in a new version (or a working CVS), it is a good point 
to target the Debian BTS.

  - Package maintainers generally have more experience in creating
effective reports containing the information their associated
upstream maintainer will be looking for

They may have good relations to upstream authors but maintainers may have 
better things to do than filing bugs for others.

HS

-- 
Mein GPG-Key ist auf meiner Homepage verfügbar: http://www.hendrik-sattler.de
oder über pgp.net

PingoS - Linux-User helfen Schulen: http://www.pingos.org



Re: Very annoying bug in Xorg

2006-03-07 Thread Hendrik Sattler
Am Dienstag, 7. März 2006 23:29 schrieb Rigo Wenning:
 I do have to do a lot of presentations. I'm using plain sid (xorg 6.9)
 I have a Radeon R250 Lf. Now there is a bug in Xorg and it is impossible to
 switch on the external VGA connection via the Fn+Fx keys. The only thing
 feasible is to constantly switch on the second monitor (welcome battery) by
 having the options
 Option MonitorLayout LVDS, CRT
 Option Clone true
 Option  CloneRefresh 60

 Now there is a reported bug somewhere in the debian bug-tracking with no
 end, but has anyone of you managed to get a workaround? I'm really looking
 for tips and perhaps the right person to complain and insist on importance
 of this bug ;)

You might have more luck by asking at the gatos mailing list as sourceforge.

HS

-- 
Mein GPG-Key ist auf meiner Homepage verfügbar: http://www.hendrik-sattler.de
oder über pgp.net

PingoS - Linux-User helfen Schulen: http://www.pingos.org



Re: Knode, mbox, Kmail

2006-03-02 Thread Hendrik Sattler
Am Donnerstag, 2. März 2006 14:25 schrieb pol:
 I would like to pick up messages from newsgroups and save in a local file,
 mbox format. Is it possible?

Doesn't the name local folders make this obvious enough?

 I also would like to access such file through my local imap server, as
 kmail do. Will that be possible in a next knode version?

I really doubt that.

HS

-- 
Mein GPG-Key ist auf meiner Homepage verfügbar: http://www.hendrik-sattler.de
oder über pgp.net

PingoS - Linux-User helfen Schulen: http://www.pingos.org


pgpfLIp8niaRl.pgp
Description: PGP signature


Re: Kaffeine

2006-02-28 Thread Hendrik Sattler
Am Dienstag, 28. Februar 2006 07:00 schrieb Anders Ellenshøj Andersen:
 Tirsdag 28 februar 2006 01:44 skrev Matej Cepl:
  Anders E. Andersen wrote:
   Some of them are way old, and simply doesn't apply to version 0.7.1 and
   later. Some are problems with other packages. Some have already been
   fixed and not closed on Debian.
 
  Well, the problem is that kaffeine's maintainer (originally, a student at
  the university where I study just now -- but he's already gone) is MIA.
  Does anybody know the procedure how to declare package as non-maitained,
  when the maintainer don't even bother to orphan it?

 Did anyone try to email him?

 Anyway, if it is unmaintained, it probably should not be in unstable
 either. Still.. Plenty of packages have hundreds of old bugs hanging around
 and nobody is complaining about those.. Sometimes I feel like the
 maintainers have just given up.

kaffeine is in stable and thus should stay in sid as upstream is still active, 
isn't it?
Procedure would be to contact the maintainer first and after a timeout to 
contact the Debian-QA-Team. They would orphane the package with a bug in the 
wnpp package and another Maintainer can step in (change the O: to ITA:).
While that's going on, you can find a sponsor for doing an NMU (non-maintainer 
update).

HS

-- 
Mein GPG-Key ist auf meiner Homepage verfügbar: http://www.hendrik-sattler.de
oder über pgp.net

PingoS - Linux-User helfen Schulen: http://www.pingos.org



Re: Kaffeine

2006-02-24 Thread Hendrik Sattler
Am Freitag, 24. Februar 2006 09:57 schrieb Mirto Silvio Busico:
 Hi all,
 I'm new to Debian and I've just installed Etch on a laptop.

 I was not able to fine any repository containing Kaffeine.

 Where can I find this package?

in unstable

HS

-- 
Mein GPG-Key ist auf meiner Homepage verfügbar: http://www.hendrik-sattler.de
oder über pgp.net

PingoS - Linux-User helfen Schulen: http://www.pingos.org


pgpT1GTPtTM9I.pgp
Description: PGP signature


Re: Kdeinit fails to start; hangs KDE

2006-02-20 Thread Hendrik Sattler
Am Montag, 20. Februar 2006 08:09 schrieb John O'Hagan:
 I'm using testing, upgraded regularly but still on KDE 3.3.2 because of
 dependency issues. As of yesterday, the KDE startup screen hangs,
 accompanied by a small box in the upper right corner saying (IIRC): Could
 not launch kdeinit. Check your installation.

 Pressing OK on this box allows KDE to start normally except for the absence
 of the klaptop power monitor (and maybe other things I haven't found yet).

 An instance of kdeinit is actually running, owned by my normal user.

 Should there be another instance for root?

 Where should I look for the cause of this minor annoyance?

Either you downgrade libxft2 or you upgrade libfreetype6 to the version in 
unstable (despite the many grave bugs).

HS


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



Re: (no subject)

2006-02-19 Thread Hendrik Sattler
Am Sonntag, 19. Februar 2006 14:10 schrieb [EMAIL PROTECTED]:
 can u help me how 2 install java 2 tm

And can you try to write in a not so cryptic style? Maybe even a real 
sentence? And mails do have a subjects line!

And how may Java have the slightest relation to KDE? (No, konqueror using it 
does not suffice.) You should go to debian-user.

HS

PS: your eMail address looks very much like a spammers one...


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



today's testing upgrade is incomplete

2006-02-13 Thread Hendrik Sattler
Hi,

just as a warning to testing users:
the upgrade to KDE-3.5.1 is incomplete and kmail will not find the wallet 
anymore, at least for sending mail (new wallet, old kmail).

HS


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



Re: today's testing upgrade is incomplete

2006-02-13 Thread Hendrik Sattler
Am Montag, 13. Februar 2006 17:01 schrieb Hendrik Sattler:
 just as a warning to testing users:
 the upgrade to KDE-3.5.1 is incomplete and kmail will not find the wallet
 anymore, at least for sending mail (new wallet, old kmail).

AND CAN THOSE KDE DEVELOPERS STOP F***ING UP ALL TOOLBARS ON UPGRADE!

I hate having to readjust them every time :-(

HS


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



Re: today's testing upgrade is incomplete

2006-02-13 Thread Hendrik Sattler
Am Montag, 13. Februar 2006 18:59 schrieb Robert Gomułka:
 Have you asked other people if they were suffering similar problems then?

Probably.

 If so, have you reported a bug?

IIRC, this is a know issue.

 Have you done anything to debug the issue 
 (creating new user and doing an upgrade also on his account; deleting .kde
 folder then letting applications create appropriate folders before upgrade;
 other things which I cannot think at the moment about)?

This would be useless as the goal is to _keep_ the toolbars! They are reset to 
some default on every major upgrade.

 Personally I cannot remember any similar problems to yours (SID, KDE 3.5.1,
 being upgraded continuosly since KDE 2.x).

Me too and this occurs every time. A complete reinstallation at one time (for 
other reasons) did not resolve this.
There are bugs that upstream does not really care about or sees this as 
intentional (I have a few at hand).
This behaviour probably has its pros (although I fail to see them).

HS



kwallet not accessible after dbus restart

2006-02-13 Thread Hendrik Sattler
Hi,

can anyone else confirm this:
* open kwalletmanager and look if the wallet is visible
* close the window
* run as root: /etc/init.d/dbus restart
* open kwalletmanager and look if the wallet is visible

Here, it is now gone and no app (e.g. kmail) can access it anymore :-(

So: this breaks _any_(!) KDE session by just installing e.g. bluez-pin. GREAT!
This is probably due to incorrectly depending on environment variables for a 
system service, wrong approach I'd say.

But where shall I report this too? (What KDE application?)

HS


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



Re: today's testing upgrade is incomplete

2006-02-13 Thread Hendrik Sattler
Am Montag, 13. Februar 2006 19:29 schrieb Freddie Cash:
 On Monday 13 February 2006 08:32 am, Hendrik Sattler wrote:
  Am Montag, 13. Februar 2006 17:01 schrieb Hendrik Sattler:
   just as a warning to testing users:
   the upgrade to KDE-3.5.1 is incomplete and kmail will not find the
   wallet anymore, at least for sending mail (new wallet, old kmail).
 
  AND CAN THOSE KDE DEVELOPERS STOP F***ING UP ALL TOOLBARS ON UPGRADE!
  I hate having to readjust them every time :-(

 What's happening to your toolbars?

They get reset to the default layout.
All customizations are gone

With the current KMail, hiding the d*** HMTL toolbar does not work, I manually 
have to edit .kde/share/config/kmailrc to achieve this (the setting simply 
did not get stored!).

HS


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



Re: kwallet not accessible after dbus restart

2006-02-13 Thread Hendrik Sattler
Am Montag, 13. Februar 2006 20:16 schrieb Pierre Habouzit:
 dbus restart sometimes kills kded, and kded is one of the main daemon of
 the kde session.

Shouldn't that call the crash handler and I should see its window coming up?

HS


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



Re: How to get rid of notification after cd inserting

2006-02-04 Thread Hendrik Sattler
Am Samstag, 4. Februar 2006 23:29 schrieb D. Michael 'Silvan' McIntyre:
 If it ain't broke...  Hotplug is still working just fine here, thanks.

Guess why udev replaces hotplug by now: hotplug kinda _was_ broken because it 
had e.g. some race conditions when using custom scripts (that's also why usb 
devices properly appear in /dev again with 2.6.15).
Why udev itself is sometimes wanted is another story (fixed device names is 
one, especially when using event devices in the input system).


HS



Re: install krita. Broken pioe. Do I need a plumber?

2006-02-01 Thread Hendrik Sattler
Am Mittwoch, 1. Februar 2006 09:01 schrieb Isaac Clerencia:
 On Wednesday 01 February 2006 08:52, Scott wrote:
  # apt-get install krita -t experimental
  Reading package lists... Done
  Building dependency tree... Done
  The following packages will be upgraded:
 krita
  1 upgraded, 0 newly installed, 0 to remove and 91 not upgraded.
  44 not fully installed or removed.
  Need to get 0B/13.7MB of archives.
  After unpacking 14.7MB of additional disk space will be used.
  Reading package fields... Done
  Reading package status... Done
  Retrieving bug reports... Done
  Reading changelogs... Done
  (Reading database ... 308386 files and directories currently installed.)
  Preparing to replace krita 1:1.4.2-7 (using
  .../krita_1%3a1.4.90.1-1_i386.deb) ...
  Unpacking replacement krita ...
  dpkg: error processing
  /var/cache/apt/archives/krita_1%3a1.4.90.1-1_i386.deb (--unpack):
trying to overwrite `/usr/share/mimelnk/image/x-raw.desktop', which is
  also in package digikam
  dpkg-deb: subprocess paste killed by signal ( *Broken pipe* )
  Errors were encountered while processing:
/var/cache/apt/archives/krita_1%3a1.4.90.1-1_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

 The problem is that krita and digikam try to install the same file. I
 didn't noticed it as the file has been added to digikam in the last
 release. I will remove it from krita.

So either this file is not needed by krita at all or krita then depends on 
digikam (for just this file)?
Why is there no freedesktop-mime package (or something like that), where all 
such files are in?

HS


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



Re: matrox G550 driver doesn't support xserver 6.9.0

2006-01-29 Thread Hendrik Sattler
Am Sonntag, 29. Januar 2006 18:14 schrieb HeWe:
 Am Sonntag, 29. Januar 2006 18:01 schrieb Alan Ezust:
  So I just did an apt-get upgrade, and now I'm running xserver 6.9.0.
  Alas, the latest version of the matrox linux drivers only support 6.8.2.
  Which means I don't have X11 anymore. Just a little blinking cursor on a
  black screen.

 Same here - but then i saw in /usr/X11R6/lib/modules/drivers/
 every driver was updated except
 /usr/X11R6/lib/modules/drivers/mga_hal_drv.o

 After renaming this file to
 /usr/X11R6/lib/modules/drivers/mga_hal_drv.o.old
 and restarting X everything is fine.
 I am running 6.9.1

Yes, the X driver are the same for both, one compiled with the HAL, the other 
not. When I last worked with a G550, this was only needed for DVI (but you 
could work around that with the framebuffer) and there were no other 
advantages than that.

HS


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



Re: 1024x768 resolution assistance

2006-01-28 Thread Hendrik Sattler
Am Samstag, 28. Januar 2006 23:11 schrieb Bruce Sass:
 # dpkg-reconfigure xserver-xorg

 For a typical desktop box, it shouldn't be necessary to manually edit
 X's configs unless you are doing something unusual or want to support
 weird resolutions.  Generally, manually tweaking a config file which
 debconf scripts also have their fingers into can be tricky -
 especially when running unstable because those are the kind of package
 UI issues which get worked out in unstable.

I strongly object to that. The debconf actually only cover the basics, even my 
wacom tablet needs manual editing (which is neither unusual nor a weird 
resolution). Additional, two monitors might need that too.

HS


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



Re: kmail prefix folder

2006-01-13 Thread Hendrik Sattler
Am Freitag, 13. Januar 2006 19:27 schrieb Freddie Cash:
 This is taken from KMail 1.8.3 on KDE 3.5.0.

KMail-1.8.3 is part of KDE-3.4.x, KDE-3.5 will probably have a newer version.

HS


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



Re: troubles with amarok

2006-01-08 Thread Hendrik Sattler
Am Sonntag, 8. Januar 2006 03:50 schrieb Adam Porter:
  I would have done so but aptitude cannot do the upgrade as it always
  immediately ends with a segmentation fault... :-/

 Ok, a bit OT, but anyway...does apt-get also segfault, or just aptitude?

That's how I upgraded then. I let aptitude delete k3b and amarok to upgrade 
(or hold) the rest, then reinstalled both with amarok. This is choice 1 of 
the problem solver, choice 4 did not work. This may be due to new and buggy 
code (and yes, this is aptitude in testing).
apt-get itself never failed.

HS


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



Re: troubles with amarok

2006-01-06 Thread Hendrik Sattler
Am Freitag, 6. Januar 2006 02:53 schrieb Adeodato Simó:
 * Roman Makurin [Fri, 06 Jan 2006 04:31:05 +0300]:
  Because there is no amarok in testing. And i don`t want to use unstable

   Until today, the amarok in unstable could not be used in testing,
   since it was compiled against kdelibs4c2a and testing had kdelibs4c2.
   But now that testing has kdelibs4c2a, you can install in your system
   the package in unstable (1.3.7-1) without trouble at all.

I would have done so but aptitude cannot do the upgrade as it always 
immediately ends with a segmentation fault... :-/

But that is OT here.

HS



Re: KMail + certificate

2006-01-02 Thread Hendrik Sattler
Am Montag, 2. Januar 2006 11:55 schrieb Mateusz Linda:
 I've recently got a digital certificate (not PGP or related stuff), with
 which I can sign my e-mails in Windows. I'd like to be able to do it also
 in Linux, using my favourite KMail. However, I didn't find any faqs or
 tutorials about it - is it possible ?

You may mean a S/MIME certificate. You can do this by installing gpgsm and 
kleopatra. It should then works equal to PGP keys.

HS


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



Re: c++ allocator transition status

2005-12-08 Thread Hendrik Sattler
Am Donnerstag, 8. Dezember 2005 13:35 schrieb EmIscA:
 Today I tried to simulate a dist-upgrade (on sid) with synaptic. These
 are the packages (depending on my package selection) that seem to
 require the transition:

 - digikam
 - kipi-plugins (related to digikam)
 - inkscape (conflicts with aptitude, I think for some dependences)
 - kile-i18n (kile is updated)
 - kompose (transitioned in amd64, I think others will follow)
 - lyx-qt (depends on libaiksaurus1.2-0 and not libaiksaurus1.2-0c2a, bug
 filled)
 - pingus-data (pingus is updated, but not pingus-data)

 This list is only to give a little overview of the transition status.
 Bye

I find it worse that ftp-master messes around in testing like hell :-(
WHY did they remove kaffeine from testing when it's only available for c2a in 
SID?
Same goes for konq-plugins! Anybody knows what's going on, here? ftp-master 
gone nuts?

HS


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



Re: c++ allocator transition status

2005-12-08 Thread Hendrik Sattler
Am Donnerstag, 8. Dezember 2005 17:54 schrieb Adeodato Simó:
   The testing distribution is not an easy thing to manage, I can tell
   you that. Competent people are in charge of it, so you shouldn't have
   _any_ doubts that if a package gets removed from there, it is
   certainly not to annoy users like you, but because (a) it's the only
   solution that is left to allow a bigger chunk of packages to enter
   testing, (b) the package is very buggy.

Neither is the case with kaffeine in mind. It's not a lib, dependencies are 
not too tight, and it's already recompiled for c2a in Sid and could be pushed 
to testing with the rest of whatever when that's due.
And I seriously hope they do not remove packages because of one unconfirmed 
bug with status grave (#336306).

Anyway, I hereby ask the maintainer for the reason of the removal and after 
all, _he_ should know.
I'd like to have some insight about the decisions that lead to package removal 
far before a new version drops down and even farther from a release.

HS



Re: Can't get Window key to work as menu launch any longer

2005-11-22 Thread Hendrik Sattler
Am Dienstag, 22. November 2005 05:03 schrieb lordSauron:
 Speaking of gmail and konquerer, does anyone know when knoquerer will
 begin to fully support gmail?  It's missing some compononents of some
 kind that keeps it from being fully functional with gmail's default
 interface, though the html interface works just fine.

Maybe at the time that gmail stops using silly browser-dependant code?

HS


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



  1   2   3   4   5   6   7   >