Re: Bug#292997: /usr/lib/kde3/kcm_kontactknt.so is also in package kontact

2005-02-01 Thread Stephen Gran
This one time, at band camp, Martin Michlmayr said:
> reassign 292997 kontact
> retitle 292997 doesn't handle upgrades from the old kontact-plugins package
> thanks
> 
> * Ben Burton <[EMAIL PROTECTED]> [2005-02-02 09:56]:
> > > Maybe upgrades aren't handled properly.  I'm CCing Ben.
> > 
> > The material from the old kontact-plugins package is now part of
> > kontact.  Kontact has the correct Replaces: line; since it replaces the
> > kontact-plugins package completely I assume it needs a Conflicts: as
> > well?
> 
> I'm not sure - I always confuse Replaces/Conflicts/etc

In this case you need the magic tuple of Provides/Conflicts/Replaces -
this lets dpkg seamlessly overwrite files without complaint.

HTH,
-- 
 -----
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


pgpY6CPEP5aP6.pgp
Description: PGP signature


Re: kdemultimedia 3.1.4 problems

2003-10-18 Thread Stephen Gran
This one time, at band camp, Chris Cheney said:
> I wanted to let everyone know that #203303 still is causing
> kdemultimedia to fail to build. Using -fpermissive doesn't seem to help,
> at least not when patching it into the Makefile.am's.

I think that was my suggestion you're following, and it only worked for
the old error that broke the builds, not the new one.  I'm sitting on
another kde package because it won't build as well.

-- 
 -
|   ,''`.    Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Re: Orphaning Packages

2003-10-23 Thread Stephen Gran
This one time, at band camp, Chris Cheney said:
> I have orphaned the following packages for anyone interested in adopting
> them:

I'd like hdparm, please.  I have a couple of finicky boxes that don't
for the right thing without it.

Thanks,
-- 
 -
|   ,''`.        Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Re: Bug#214707: wine package provides useless wine.desktop file

2003-11-10 Thread Stephen Gran
This one time, at band camp, Jeff Waugh said:
> 
> 
> > AFAIK, KDE seems not to use this directory, it uses /usr/share/applnk 
> > instead.
> 
> Only old KDE, which is not freedesktop-compliant.

Hrrm.
steve:~$ ls /usr/share/applications/
blackjack.desktop gfloppy.desktop   
gnome-system-log.desktop  mplayer.desktop
bug-buddy.desktop glines.desktop
gnome-system-monitor.desktop  nautilus.desktop
eog.desktop   gnect.desktop 
gnome-terminal.desktopnetwork-scheme.desktop
Ethereal.desktop  gnibbles.desktop  gnometris.desktop   
  realplayer.desktop
file-roller.desktop   gnobots2.desktop  
gnome-volume-control.desktop  reclevel.desktop
freecell.desktop  gnome-calculator.desktop  gnomine.desktop 
  same-gnome.desktop
galeon.desktopgnomecc.desktop   gnotravex.desktop   
  screensaver-properties.desktop
gataxx.desktopgnome-cd.desktop  gnotski.desktop 
  sol.desktop
gconf-editor.desktop  gnome-character-map.desktop   grip.desktop
  vumeter.desktop
gdmflexiserver.desktopgnome-dictionary.desktop  gtali.desktop   
  yelp.desktop
gdmflexiserver-xnest.desktop  gnome-search-tool.desktop iagno.desktop
gdmsetup.desktop  gnome-sound-recorder.desktop  mahjongg.desktop
gedit.desktop gnome-stones.desktop  
mozilla-firebird.desktop
steve:~$ ls /usr/share/applnk/
Applications  Edutainment  Help.desktop  KControl.desktop   Multimedia 
Settings  Toys
Development   GamesHome.desktop  Kfind.desktop  Office 
Settingsmenu  Utilities
Editors   Graphics Internet  konqueror.desktop  OpenOffice.org1.1  
System
steve:~$ dpkg -l kdebase
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version   Description
+++-=-=-==
ii  kdebase   3.1.3-1   KDE Base metapackage

> > Does it mean that KDE and GNOME are not consistent in .desktop file 
> > placement?
> 
> Now that they both use freedesktop standards, they are consistent and
> compatible.

It seems not, actually.

-- 
 -
|   ,''`.    Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


pgpwFFpOJpKrW.pgp
Description: PGP signature


Bug#355290: kmail: getting mail via pop3 results in the message "Could not start process pop3."

2006-03-04 Thread Stephen Gran
This one time, at band camp, [EMAIL PROTECTED] said:
> When I try to get mail from a pop3 server (pop3.gmx.net) I get a message
> popping up saying: 
>   "Could not start process pop3."
> 
> In the same time it puts out on stderr the message
>   "kmail: ERROR: : couldn't create slave : Unable to create io-slave:
> klauncher said: Unknown protocol 'pop3'."
> 
> Versions of packages kmail recommends:
> pn  kdebase-kio-plugins(no description available)
  ^^^

This may be your problem.  Try installing kdebase-kio-plugins and see if
it's still a problem.
-- 
 -----
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Re: Build failure with autoconf 2.60: "requires autoconf 2.53 or newer"

2006-07-25 Thread Stephen Gran
This one time, at band camp, Ben Pfaff said:
> Does KDE use something other than "autoconf --version" to check
> the Autoconf version?

AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
case $AUTOCONF_VERSION in
  Autoconf*2.5* | autoconf*2.5* ) : ;;

Maybe not so forward compatible.
-- 
 -
|   ,''`.        Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Re: Build failure with autoconf 2.60: "requires autoconf 2.53 or newer"

2006-07-25 Thread Stephen Gran
This one time, at band camp, Martin Michlmayr said:
> Half of KDE and a number of other applications currently fail to build
> with a message similar to:
[...]
> kst_1.2.1-1

This is fixed in -2.

Thanks,
-- 
 -
|   ,''`.        Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#253700: konqueror history exposure of username and password

2004-06-10 Thread Stephen Gran
This one time, at band camp, Jean Darcoux said:
> Package: konqueror
> Version: 4:3.2.2-1
> Severity: important
> Tags: security sarge
> 
> If you enter an URL like
> 
> ftp://USER:[EMAIL PROTECTED]
> 
> in the URL bar and type enter. The next time you will type the same URL, 
> you will see that the username and the password will be autocompleted. This 
> indicate that they are stored somewhere on your computer. This can be a 
> security problem in the case of a shared computer.

You understand that linux is a _multi-user_ OS.  So, setup seperate user
accounts, so that each person can have each of their settings and
history kept private.  This information is most likely stored in the
users ~/.kde/, which is not world-readable here.

HTH, and thanks,
-- 
 -
|   ,''`.    Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


pgpTh9kpLfgLV.pgp
Description: PGP signature


Bug#272140: request to remove kmilo from the list of kde dependencies

2004-09-17 Thread Stephen Gran
This one time, at band camp, Konstantin L Kouptsov said:
> 
> kmilo is listed as one of the packages kde depends on. Removing kmilo
> causes deinstallation of major part of kde.  Manual removal of the
> kmilo files causes no apparent disfunctionallity of the rest of kde.
> Including acpi=off (pci=noacpi or similar) as kernel parameters causes
> no effect.
> 
> TO RESOLVE
> 
> remove kmilo from list of packages kde depends on, so that kmilo could
> be installed/deinstalled independently without causing problems with
> other kde dependencies.

You understand that the package 'kdeutils', which is what depends on
kmilo, is just a metapackage, providing none of kde's functionality?  You
can apt-get install kde, apt-get remove kmilo (or just not use it -
disabling it in the control center works fine here, but I don't have
your brand laptop to test on) and not lose any of the other
functionality of kde.  I don't think this needs to be RC, myself.
-- 
 -----
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


pgpE3p4p7aHIV.pgp
Description: PGP signature


Bug#272439: juk: segfaults on drag-n-drop

2004-09-19 Thread Stephen Gran
Package: juk
Version: 4:3.3.0-1
Severity: normal

Hello all,

When using juk, it appears that files are drag-n-droppable between
playlists, and that sort of thing.  Doing so, gets an iconic
represenatation of the action about to happen, but the juk segfaults
before completing any action.

The last lines of output when run from the console are:
TagLib: MPEG::Header::parse() -- Invalid sample rate.
juk: ERROR: Couldn't resolve the mime type of "" -- this shouldn't happen.
KCrash: Application 'juk' crashing...

Let me know if you need more information, and thanks,

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686-smp
Locale: LANG=C, LC_CTYPE=C

Versions of packages juk depends on:
ii  kdelibs4  4:3.3.0-1.1KDE core libraries
ii  libart-2.0-2  2.3.16-6   Library of functions for 2D graphi
ii  libarts1  1.3.0-1aRts Sound system
ii  libasound21.0.5-1Advanced Linux Sound Architecture 
ii  libaudio2 1.6d-2 The Network Audio System (NAS). (s
ii  libaudiofile0 0.2.6-4Open-source version of SGI's audio
ii  libc6 2.3.2.ds1-16   GNU C Library: Shared libraries an
ii  libesd0   0.2.34-1   Enlightened Sound Daemon - Shared 
ii  libfam0c102   2.7.0-5client library to control the FAM 
ii  libflac4  1.1.0-11   Free Lossless Audio Codec - runtim
ii  libgcc1   1:3.4.2-2  GCC support library
ii  libglib2.0-0  2.4.6-2The GLib library of C routines
ii  libice6   4.3.0.dfsg.1-7 Inter-Client Exchange library
ii  libidn11  0.5.2-3GNU libidn library, implementation
ii  libjack0.80.0-0   0.98.1-5   JACK Audio Connection Kit (librari
ii  libkdegst0.6  0.6.1-8KDE bindings for GStreamer (shared
ii  libmad0   0.15.1b-1  MPEG audio decoder library
ii  libmusicbrainz4   2.1.1-3Second generation incarnation of t
ii  libogg0   1.1.0-1Ogg Bitstream Library
ii  libpng12-01.2.5.0-7  PNG library - runtime
ii  libqt3c102-mt 3:3.3.3-4  Qt GUI Library (Threaded runtime v
ii  libsm64.3.0.dfsg.1-7 X Window System Session Management
ii  libstdc++51:3.3.4-11 The GNU Standard C++ Library v3
ii  libtag1   1.2-1  TagLib Audio Meta-Data Library
ii  libtunepimp2  0.3.0-2MusicBrainz tagging library and si
ii  libvorbis0a   1.0.1-1The Vorbis General Audio Compressi
ii  libvorbisenc2 1.0.1-1The Vorbis General Audio Compressi
ii  libvorbisfile31.0.1-1The Vorbis General Audio Compressi
ii  libx11-6  4.3.0.dfsg.1-7 X Window System protocol client li
ii  libxext6  4.3.0.dfsg.1-7 X Window System miscellaneous exte
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  libxt64.3.0.dfsg.1-7 X Toolkit Intrinsics
ii  trm   0.2.1-1MusicBrainz TRM Generator
ii  xlibs 4.3.0.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.1.2-1compression library - runtime

-- no debconf information

-- 
 -
|   ,''`.    Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#288061: konqueror: Specific web page renders, then goes blank

2004-12-31 Thread Stephen Gran
This one time, at band camp, Carl Fink said:
> Package: konqueror
> Version: 4:3.2.2-1
> using Konqueror. 
> 
> The URL is <http://www.aps.org/WN> right now.  That will change next
> Friday, the permanent URL is <http://www.aps.org/WN/WN04/wn123104.cfm>
> The same phenomenon seems to happen for the few archived editions of
> "What's New" I checked.

FWIW, this works fine for me with konqueror 3.3.1-3 (sid).  We'll see
if it makes it to testing in a reasonable time frame, however.
-- 
 -----
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


pgpXQue6NpiKL.pgp
Description: PGP signature


Bug#289164: kdelibs-bin: Please relax dependency on perl-suid

2005-01-07 Thread Stephen Gran
Package: kdelibs-bin
Version: 4:3.3.1-4
Severity: wishlist

Hello,

I just noticed that I cannot get rid of perl-suid on my machine, and I
would quite like to.  It has a poor track record WRT security, and I
don't fully trust everyone with access to the machine.

It appears that only 2 scripts in kdelibs-bin are suid perl scripts, and
they are not 'essential' parts of the package, at least IMHO. Would it
be possible to relax the Depends: to a Recommends: ?  Installing from
aptitude or one of the other frontends wil still pull in Recommends,
allowing the package to work, but would me allow me to uninstall
perl-suid and still keep KDE.

Thanks for considering,

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US.ISO-8859-1)

Versions of packages kdelibs-bin depends on:
ii  kdelibs4 4:3.3.1-4   KDE core libraries
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libbz2-1.0   1.0.2-2 high-quality block-sorting file co
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libcupsys2-gnutls10  1.1.23-1Common UNIX Printing System(tm) - 
ii  libfam0c102  2.7.0-6 client library to control the FAM 
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libidn11 0.5.2-3 GNU libidn library, implementation
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.3-7   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5   1:3.3.5-5   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxml2  2.6.11-5GNOME XML library
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxslt1.1   1.1.8-5 XSLT processing library - runtime 
ii  menu-xdg 0.2 freedesktop.org menu compliant win
ii  netpbm   2:10.0-8Graphics conversion tools
ii  perl-suid5.8.4-5 Runs setuid Perl scripts
ii  python   2.3.4-5 An interactive high-level object-o
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information

-- 
 -
|   ,''`.        Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#247312: konqueror: opening of bookmarks is much slower when clicking directly on Bookmarks menu

2005-01-07 Thread Stephen Gran
This one time, at band camp, Jesús Roncero Franco said:
> On Friday, 7 de January de 2005 03:57, Hervé Eychenne wrote:
> > On Fri, Jan 07, 2005 at 12:49:17AM +0100, Adeodato Simó wrote:
> > > * Hervé Eychenne [Fri, 07 Jan 2005 00:18:30 +0100]:
> > > > > This bug is now 2 months old. Has it been tagged upstream and
> > > > > forwarded to upstream? That does not seem to me...
> > > > > Can I ask you a simple question: Why?
> > > >
> > > > 247 days after, this question remains the same, and is still
> > > > unanswered... :-(
> > >
> > > can I ask you a simple question: why haven't done it yourself?
> >
> > Done what? Forwarded it to KDE people and tagged the bug as upstream,
> > you mean?
> > Simply because I'm not a Debian developper myself, just a simple user,
> > and mostly because the Debian way of doing things (correct me if I'm wrong)
> > offers the possibility to report bugs to Debian and let the package
> > maintainers deal with them whether they are Debian-specific or not.
> 
> Ok, this bitter answer demonstrates that you don't know how things work here 
> (at leat in debian KDE). To put it straight, there's not enought people and 
> not enought time. If you are willing to volunteer, you are very much welcome.
> I'm also a user and try to help as much as I can, fixing bugs, dealing with 
> the BTS and such. 

Now, now.  I know we are all busy, and it would be nice if the submitter
had done this for you, but bug triage is ultimately the maintainer's
job.  There is no point yelling at a user because they didn't do your
job for you.  I realize you are a volunteer, as am I, and I can't force
you to do anything.  But, if you are in the position of maintaining a
package, these things are part of that position.  Either do it or don't,
but don't blame a user for it not getting done.

Thanks for all the good work, and take care.  I don't mean to flame,
just gently point out the way things are.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


pgpBmw3ciou63.pgp
Description: PGP signature