ports/159219: [PATCH] Cannot configure kdm4 from systemsetting (any KDE 4.* version)

Alvaro gobledb at gmail.com
Tue Jul 26 23:30:13 UTC 2011


>Number:         159219
>Category:       ports
>Synopsis:       [PATCH] Cannot configure kdm4 from systemsetting (any KDE 4.* version)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 26 23:30:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Alvaro
>Release:        FreeBSD 9.0-CURRENT
>Organization:
none
>Environment:
FreeBSD shuttle0.lan 9.0-CURRENT FreeBSD 9.0-CURRENT #2: Sun Jul 24 04:24:59 WEST 2011     netSys at shuttle0.lan:/usr/obj/usr/src/sys/HYDROGEN  amd64
>Description:
When you are on systemconfig kde4 menu and you want configure KDM settings and try save changes. You will get this error:

Unable to authenticate/execute the action: DBus Backend error: could not contact the helper. Connection error: Could not get owner of name 'org.kde.kcontrol.kcmkdm': no such name. Message error: Failed to setup environment correctly (code 7)

This problem is known. I obtain this solution here
http://forums.freebsd.org/archive/index.php/t-9273.html

The problem is /etc/dbus-1/system.conf installed by devel/dbus.
>How-To-Repeat:
systemsetting
Login Manager settings
Try to save
>Fix:
Download a patch.txt, rename to patch.diary and fix it

# cd /usr/local/etc/dbus-1/
# patch < ../directory_patch/patch.diary

Patch attached with submission follows:

*** system.conf	2011-07-27 00:18:12.745438196 +0100
--- system.conf.patch	2011-07-27 00:21:07.520440476 +0100
***************
*** 71,80 ****
--- 71,82 ----
    </policy>
  
    <!-- Config files are placed here that among other things, punch 
         holes in the above policy for specific services. -->
    <includedir>system.d</includedir>
+   <includedir>/usr/local/kde4/etc/dbus-1/system.d</includedir>
+   <servicedir>/usr/local/kde4/share/dbus-1/system-services</servicedir>
  
    <!-- This is included last so local configuration can override what's 
         in this standard file -->
    <include ignore_missing="yes">system-local.conf</include>
    <include ignore_missing="yes">system-kde4.conf</include>


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list