NetBSD Problem Report #40020

From www@NetBSD.org  Mon Nov 24 22:33:10 2008
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by narn.NetBSD.org (Postfix) with ESMTP id DF83D63BE13
	for <gnats-bugs@gnats.netbsd.org>; Mon, 24 Nov 2008 22:33:09 +0000 (UTC)
Message-Id: <20081124223240.B6B9B63B8BD@narn.NetBSD.org>
Date: Mon, 24 Nov 2008 22:32:40 +0000 (UTC)
From: svs@ropnet.ru
Reply-To: svs@ropnet.ru
To: gnats-bugs@NetBSD.org
Subject: Multiple problems in KDE control center
X-Send-Pr-Version: www-1.0

>Number:         40020
>Category:       pkg
>Synopsis:       Multiple problems in KDE control center
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 24 22:35:00 +0000 2008
>Closed-Date:    Sun Apr 14 19:56:59 +0000 2013
>Last-Modified:  Sun Apr 14 19:56:59 +0000 2013
>Originator:     Sergey Svishchev
>Release:        4.0
>Organization:
>Environment:
KDE 3.5.10
>Description:
Out of curiosity, I've tried to use every offered kcontrol feature.  There are multiple problems:

Power Control > Laptop Battery
  Crashes: /usr/pkg/lib/kde3/kcm_laptop.so: Undefined PLT symbol "_ZN15laptop_portable20has_software_suspendEi" (symnum = 271):
  Unimplemented laptop_portable::has_software_suspend(int)
  [kdeutils/klaptopdaemon] 

System Administration > IBM Thinkpad Laptop
  Disabled -- Linux-only

System Administration > Image Index
  Requires 'gift' (GNU image finding tool, not in pkgsrc)

Peripherals > Digital Camera
  Needs write access to /dev/usb* /dev/ugen*

Peripherals > Remote Controls
  Linux-only, but not disabled

Internet ... > Local Network Browsing > LiSa Daemon > Suggest Setting
  Detects IP addresses with empty netmasks

Internet ... > Network Settings
  "Platform not supported"
  [kdeadmin/knetworkconf] 

Internet ... > Samba
  Does not autodetect smb.conf location

>How-To-Repeat:

>Fix:
Proposed fix for 'smb.conf' problem:

--- kio/kio/ksambashare.cpp.orig        2007-10-08 09:52:05.000000000 +0000
+++ kio/kio/ksambashare.cpp
@@ -85,6 +85,9 @@ bool KSambaSharePrivate::findSmbConf() {
   else
   if ( QFile::exists("/usr/local/lib/smb.conf") )
     smbConf = "/usr/local/lib/smb.conf";
+  else
+  if ( QFile::exists("/usr/pkg/etc/samba/smb.conf") )
+    smbConf = "/usr/pkg/etc/samba/smb.conf";
   else {
     kdDebug(7000) << "KSambaShare: Could not found smb.conf!" << endl;
     return false;

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->markd
Responsible-Changed-By: obache@NetBSD.org
Responsible-Changed-When: Tue, 02 Dec 2008 13:11:20 +0000
Responsible-Changed-Why:
markd is man of the KDE.


From: "Sergey Svishchev" <shattered@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/40020 CVS commit: pkgsrc/misc/kdeutils3
Date: Thu, 8 Mar 2012 09:07:28 +0000

 Module Name:	pkgsrc
 Committed By:	shattered
 Date:		Thu Mar  8 09:07:28 UTC 2012

 Modified Files:
 	pkgsrc/misc/kdeutils3: Makefile distinfo
 	pkgsrc/misc/kdeutils3/patches: patch-an

 Log Message:
 PR/40020 -- provide laptop_portable::has_software_suspend().  This stops
 the crash in kcontrol and allows battery monitor to work.


 To generate a diff of this commit:
 cvs rdiff -u -r1.82 -r1.83 pkgsrc/misc/kdeutils3/Makefile
 cvs rdiff -u -r1.50 -r1.51 pkgsrc/misc/kdeutils3/distinfo
 cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/kdeutils3/patches/patch-an

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

Responsible-Changed-From-To: markd->pkg-manager
Responsible-Changed-By: markd@NetBSD.org
Responsible-Changed-When: Fri, 05 Apr 2013 23:47:46 +0000
Responsible-Changed-Why:
no time/ability to look at kde3 issues


State-Changed-From-To: open->closed
State-Changed-By: shattered@NetBSD.org
State-Changed-When: Sun, 14 Apr 2013 19:56:59 +0000
State-Changed-Why:
I no longer care about KDE3
.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.