Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2001 10:28:40 +1300
From:      Jonathan Chen <jonathan.chen@itouch.co.nz>
To:        Alan Eldridge <alane@geeksrus.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Artsd and fonts
Message-ID:  <20011118102839.A75369@jonc.itouch>
In-Reply-To: <20011112154956.A43114@wwweasel.geeksrus.net>; from alane@geeksrus.net on Mon, Nov 12, 2001 at 03:49:57PM -0500
References:  <200111121730.fACHUv541734@wwweasel.geeksrus.net> <20011113085425.A51982@jonc.itouch> <20011112154956.A43114@wwweasel.geeksrus.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Nov 12, 2001 at 03:49:57PM -0500, Alan Eldridge wrote:
> On Tue, Nov 13, 2001 at 08:54:25AM +1300, Jonathan Chen wrote:
> >On Mon, Nov 12, 2001 at 12:30:57PM -0500, Alan E wrote:
> >> Are you running Xfs (fontserver) and is there a port conflict?
> >
> >Nope. Just plain XFree86-4, using the "nv" driver. I only found out why
> >my fonts weren't displaying when artsd didn't start up for some
> >reason; all of a sudden, my font list was heaps bigger, but no sound
> >was present.
> 
> I'm having a hard time with this. No font server, but artsd conflicts
> with fonts.

Ok. I've just upgraded to 2.2.1 and something's behaving a bit different.
This time, even if artsd isn't running I do not get a complete font list.

> Could you please send the font path from your X config file? Also, a
> full (all users) process listing from both the successful and failed 
> font states?

I've included /etc/X11/XFree86, the process-list and xsession-error files
for a KDE session with limited font-list, as well as one with a complete
font-list. Hope it helps.

> Arts must be interfering with another process. I'd like to just nail
> down what's running in both cases. 
> 
> Also, how are you starting KDE? With 'startx'? Using xdm? Using kdm?
> And, if it's *dm, are you starting it from /etc/ttys?

I'm starting KDE via /etc/ttys, with xdm.
-- 
Jonathan Chen <jonathan.chen@itouch.co.nz>
----------------------------------------------------------------------
                         Power corrupts, Absolute Power is pretty neat

--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=XF86Config

# File generated by xf86config.

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **********************************************************************

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"

# This loads the GLX module
    Load       "glx"
    Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath	"/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

    FontPath   "/usr/X11R6/lib/X11/fonts/URW/"

    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
    FontPath   "/usr/X11R6/lib/X11/fonts/sharefont/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client. 

#    Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings. 

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"Keyboard"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option	"Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"
    Option "XkbOptions"   "ctrl:nocaps"

# These are the default XKB settings for XFree86
#    Option "XkbRules"    "xfree86"
#    Option "XkbModel"    "pc101"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc101"
    Option "XkbLayout"	"us"
    Option "XkbCompat"	""

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "auto"
    Option "Device"      "/dev/psm0"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"	"Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"	"9600"
#    Option "SampleRate"	"150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections 
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice" 
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "Dell M770"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   30-70

#    HorizSync	30-64         # multisync
#    HorizSync	31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync	15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 50-160

EndSection

Section "Monitor"

    Identifier  "Dell P991"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.

    HorizSync   30-107

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.

    VertRefresh 48-120

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset	"generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver     "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID      "PCI:0:10:0"

#    VideoRam	256

#    Clocks	25.2 28.3

EndSection

# Device configured by xf86config:

Section "Device"
    Identifier  "GeForce2"
    Driver      "nv"
#   Option      "DPMS"
#   Option	"NoDDC"

EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "GeForce2"
    Monitor     "Dell M770"
    DefaultDepth 24

    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection

    Subsection "Display"
        Depth       24
        Modes       "1024x768"
#       Modes       "1280x1024" "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection


--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Description: Processes for limited font-list
Content-Disposition: attachment; filename="processes.bad"

  PID  TT  STAT      TIME COMMAND
  673  ??  Is     0:00.01 /bin/sh /usr/local/bin/startkde
  679  ??  S      0:00.10 xscreensaver
  700  ??  I      0:00.04 kdeinit: dcopserver --nosid (kdeinit)
  704  ??  I      0:00.04 kdeinit: klauncher (kdeinit)
  706  ??  S      0:00.22 kdeinit: kded (kdeinit)
  717  ??  I      0:00.09 kdeinit: knotify (kdeinit)
  718  ??  I      0:00.03 kdeinit: Running... (kdeinit)
  719  ??  I      0:00.14 ksmserver --restore
  720  ??  S      0:00.24 kdeinit: kwin -session 117f00000100010031358920000066
  722  ??  S      0:01.50 kdeinit: kdesktop (kdeinit)
  724  ??  S      0:00.50 kdeinit: kicker (kdeinit)
  726  ??  S      0:00.27 kdeinit: klipper -icon klipper -miniicon klipper (kde
  728  ??  I      0:00.07 kdeinit: kwrited (kdeinit)
  729  ??  S      0:00.02 kdeinit: kio_file file /tmp/ksocket-jonc/klauncherMi0
  734  ??  S      0:00.13 Eterm
  731  p1  Is+    0:00.00 /bin/cat
  735  p2  Ss     0:00.04 -tcsh (tcsh)
  744  p2  R+     0:00.00 ps -U jonc

--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Description: .xsession-errors for limited font-list
Content-Disposition: attachment; filename="xsession-errors.bad"

kdeinit: Launched DCOPServer, pid = 698 result = 0
DCOP: register 'anonymous-698' -> number of clients is now 1
DCOPServer up and running.
DCOP: unregister 'anonymous-698'
kdeinit: Launched KLauncher, pid = 703 result = 0
DCOP: register 'klauncher' -> number of clients is now 1
DCOP: unregister 'klauncher'
DCOP: register 'klauncher' -> number of clients is now 1
DCOP: new daemon klauncher
DCOP: register 'anonymous-703' -> number of clients is now 1
DCOP: unregister 'anonymous-703'
kdeinit: Launched KDED, pid = 705 result = 0
DCOP: register 'kded' -> number of clients is now 1
DCOP: unregister 'kded'
DCOP: register 'kded' -> number of clients is now 1
kio (KDirWatch): KDirWatch: Can't use FAM
kio (KDirWatch): KDirWatch: Can't use FAM
kded: Does not exist! (/home/jonc/.kde/share/servicetypes/)
DCOP: register 'anonymous-705' -> number of clients is now 2
DCOP: register 'anonymous-706' -> number of clients is now 3
kio (KLauncher): KLauncher: Got kdeinit_exec_wait('kbuildsycoca', ...)
kdeinit: Got EXEC_NEW 'kbuildsycoca' from launcher.
kio (KLauncher): kbuildsycoca (pid 707) up and running.
DCOP: register 'kbuildsycoca' -> number of clients is now 4
kbuildsycoca: Recreating ksycoca file
DCOP: register 'anonymous-696' -> number of clients is now 5
kbuildsycoca: Database is up to date
kdeinit: PID 707 terminated.
DCOP: unregister 'kbuildsycoca'
DCOP: unregister 'anonymous-696'
DCOP Cleaning up dead connections.
DCOP: unregister 'anonymous-706'
DCOP: register 'ksplash' -> number of clients is now 3
kio (KDirWatch): KDirWatch: Can't use FAM
kio (KDirWatch): KDirWatch: Can't use FAM
kio (KLauncher): KLauncher: Got kdeinit_exec_wait('kconf_update', ...)
kdeinit: Got EXEC_NEW 'kconf_update' from launcher.
kio (KLauncher): kconf_update (pid 708) up and running.
kdeinit: PID 708 terminated.
DCOP: new daemon kded
kdeinit: PID 705 terminated.
DCOP: unregister 'anonymous-705'
kdeinit: opened connection to :0.0
kdeinit: Launched 'kcminit', pid = 709 result = 0
DCOP: register 'anonymous-709' -> number of clients is now 2
kcminit: Initializing libkcm_input: init_mouse
kdecore (KLibLoader): library libkcm_xmlrpcd.la not found under 'module' but under 'lib'
kcminit: Initializing libkcm_xmlrpcd: init_xmlrpcd
kdecore (KLibLoader): library libkcm_keyboard.la not found under 'module' but under 'lib'
kcminit: Initializing libkcm_keyboard: init_keyboard
kcminit: Initializing libkcm_style: init_style
kdeinit: setgroups: Operation not permitted
kdeinit: Got SETENV 'GTK_RC_FILES=/etc/gtk/gtkrc:/home/jonc/.gtkrc:/home/jonc/.gtkrc-kde' from klauncher.
kdeinit: Got SETENV 'KDE_MULTIHEAD=false' from klauncher.
kdecore (KLibLoader): library libkcm_nsplugin.la not found under 'module' but under 'lib'
kcminit: Initializing libkcm_nsplugin: init_nsplugin
kcminit: Initializing libkcm_fonts: init_fonts
kdeinit: Got SETENV 'QT_XFT=1' from klauncher.
kcminit: Initializing libkcm_keys: init_keys
kcminit: Initializing libkcm_energy: init_energy
kcminit: Initializing libkcm_arts: init_arts
kcminit: Initializing libkcm_access: init_access
kcminit: Initializing libkcm_bell: init_bell
DCOP: unregister 'anonymous-709'
kdeinit: PID 709 terminated.
kdeinit: Launched 'knotify', pid = 716 result = 0
DCOP: register 'knotify' -> number of clients is now 2
DCOP: register 'anonymous-716' -> number of clients is now 3
DCOP: new daemon knotify
kdeinit: PID 716 terminated.
DCOP: unregister 'anonymous-716'
DCOP: register 'ksmserver' -> number of clients is now 2
kdeinit: Got SETENV 'SESSION_MANAGER=local/grimoire.wizards.domain:/tmp/.ICE-unix/719' from klauncher.
ksmserver: KSMServer: SetAProc_loc: conn 0, prot=local, file=/tmp/.ICE-unix/719
ksmserver: KSMServer::restoreSession
kio (KLauncher): KLauncher: Got exec_blind('kwin', ...)
kdeinit: Got EXEC_NEW 'kwin' from launcher.
kio (KLauncher): kwin (pid 720) up and running.
DCOP: register 'anonymous-720' -> number of clients is now 3
DCOP: unregister 'anonymous-720'
DCOP: register 'anonymous-720' -> number of clients is now 3
DCOP: unregister 'anonymous-720'
DCOP: register 'kwin' -> number of clients is now 3
klauncher: KLauncher::process ---> autoStart
kdeinit: Got EXEC_NEW 'kdesktop' from launcher.
kio (KLauncher): kdesktop (pid 721) up and running.
DCOP: register 'kdesktop' -> number of clients is now 4
DCOP: register 'anonymous-721' -> number of clients is now 5
kdesktop: relPath=System/ScreenSavers/
kdesktop: Saver Engine disabled
kio (KDirWatch): KDirWatch: Can't use FAM
kio (KDirLister): KDirLister::openURL file:/home/jonc/Desktop/ keep=false
libkonq: KNewMenu::KNewMenu 0x80efc00
kdeinit: PID 721 terminated.
DCOP: unregister 'anonymous-721'
kdeinit: Got EXEC_NEW 'kicker' from launcher.
kio (KLauncher): kicker (pid 723) up and running.
DCOP: register 'kicker' -> number of clients is now 5
DCOP: register 'anonymous-723' -> number of clients is now 6
kdeinit: PID 723 terminated.
DCOP: unregister 'anonymous-723'
kdeinit: Got EXT_EXEC 'klipper' from launcher.
kio (KLauncher): klipper (pid 725) up and running.
kdeinit: Got EXEC_NEW 'kwrited' from launcher.
kio (KLauncher): kwrited (pid 727) up and running.
DCOP: register 'klipper' -> number of clients is now 6
DCOP: register 'kwrited' -> number of clients is now 7
DCOP: register 'anonymous-727' -> number of clients is now 8
kdesktop: Esetroot compat:  setting pixmap to 18874494
kio (KTrader): KServiceTypeProfile::offers( ThumbCreator, )
kio (KTrader): No profile, using KServiceType::offers, result: 4 offers
kdeinit: Got EXEC_NEW 'kio_file' from launcher.
kio_file: Starting 729
kio (KLauncher): kio_file (pid 729) up and running.
DCOP: register 'anonymous-725' -> number of clients is now 9
DCOP: new daemon kwrited
kdeinit: setgroups: Operation not permitted
DCOP: unregister 'anonymous-727'
kdeinit: PID 727 terminated.
DCOP: unregister 'ksplash'
kio_file: ========= LIST file:/home/jonc/Desktop/ =========
kio (kioslave): listEntries 5
kio_file: ============= COMPLETED LIST ============
kio_file: =============== BYE ===========
kio (KTrader): KServiceTypeProfile::offers( ThumbCreator, )
kio (KTrader): No profile, using KServiceType::offers, result: 4 offers
kdeinit: PID 725 terminated.
DCOP: unregister 'anonymous-725'
libkonq: KNewMenu::slotCheckUpToDate() 0x80efc00 : menuItemsVersion=0 s_templatesVersion=0
libkonq: KNewMenu::slotCheckUpToDate() : recreating actions
libkonq: KNewMenu::slotFillTemplates()
kio (KDirWatch): KDirWatch: Can't use FAM
libkonq: Templates resource dir: /home/jonc/.kde/share/templates/
libkonq: Templates resource dir: /usr/local/share/templates/
libkonq: /usr/local/share/templates/linkProgram.desktop
libkonq: /usr/local/share/templates/linkURL.desktop
libkonq: /usr/local/share/templates/linkFloppy.desktop
libkonq: /usr/local/share/templates/linkHD.desktop
libkonq: /usr/local/share/templates/linkCDROM.desktop
libkonq: /usr/local/share/templates/Directory.desktop
libkonq: /usr/local/share/templates/TextFile.desktop
libkonq: /usr/local/share/templates/HTMLFile.desktop
libkonq: /usr/local/share/templates/Presentation.desktop
libkonq: /usr/local/share/templates/TextDocument.desktop
libkonq: /usr/local/share/templates/SpreadSheet.desktop
libkonq: /usr/local/share/templates/Illustration.desktop
libkonq: KNewMenu::parseFiles()
libkonq: KNewMenu::fillMenu()
Grabbing the mouse failed with "GrabNotViewable"
kio (KLauncher): KLauncher: Got start_service_by_desktop_path('/usr/local/share/applnk/KControl.desktop', ...)
kdeinit: Got EXT_EXEC 'kcontrol' from launcher.
kio (KLauncher): kcontrol (pid 732) up and running.
DCOP: register 'kcontrol' -> number of clients is now 6
DCOP: register 'anonymous-732' -> number of clients is now 7
kcontrol: Found basegroup = Settings/
kdeinit: PID 732 terminated.
DCOP: unregister 'anonymous-732'
kcontrol: activate: Settings/LookNFeel/fonts.desktop
DCOP: unregister 'kcontrol'
kio (KLauncher): KLauncher: Got start_service_by_desktop_path('/home/jonc/.kde/share/applnk/System/Eterm.desktop', ...)
kdeinit: Got EXT_EXEC 'Eterm' from launcher.
library=Eterm.la: No file names Eterm.la found in paths.
Could not load library! Trying exec....
kio (KLauncher): Eterm (pid 734) up and running.

--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Description: Processes for correct font-list
Content-Disposition: attachment; filename="process.ok"

  PID  TT  STAT      TIME COMMAND
  545  ??  Is     0:00.01 /bin/sh /usr/local/bin/startkde
  570  ??  S      0:00.15 ksmserver --restore
  575  ??  S      0:00.04 kdeinit: dcopserver --nosid --suicide (kdeinit)
  579  ??  I      0:00.05 kdeinit: klauncher (kdeinit)
  581  ??  S      0:00.27 kdeinit: kded (kdeinit)
  584  ??  I      0:00.03 kdeinit: Running... (kdeinit)
  586  ??  S      0:00.12 kdeinit: knotify (kdeinit)
  587  ??  S      0:00.32 kdeinit: kwin (kdeinit)
  589  ??  S      0:00.93 kdeinit: kdesktop (kdeinit)
  591  ??  S      0:00.57 kdeinit: kicker (kdeinit)
  593  ??  S      0:00.35 kdeinit: klipper -icon klipper -miniicon klipper (kde
  595  ??  S      0:00.10 kdeinit: kwrited (kdeinit)
  596  ??  I      0:00.02 kdeinit: kio_file file /tmp/ksocket-mika/klauncherJsJ
  601  ??  S      0:00.01 /bin/tcsh -c Eterm 
  602  ??  S      0:00.11 Eterm
  598  p0  Is+    0:00.01 /bin/cat
  605  p1  Ss     0:00.03 -tcsh (tcsh)
  608  p1  R+     0:00.00 ps -U mika

--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Description: .xsesion-errors for correct font-list
Content-Disposition: attachment; filename="xsession.ok"

kdeinit: Launched DCOPServer, pid = 567 result = 0
_KDE_IceTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_KDE_IceTransMakeAllCOTSServerListeners: server already running
Cannot establish any listening sockets
DCOPServer self-test failed.
kdeinit: DCOPServer could not be started, aborting.
kdeinit: Launched DCOPServer, pid = 573 result = 0
DCOP: register 'anonymous-573' -> number of clients is now 1
DCOPServer up and running.
DCOP: unregister 'anonymous-573'
kdeinit: Launched KLauncher, pid = 578 result = 0
DCOP: register 'klauncher' -> number of clients is now 1
DCOP: unregister 'klauncher'
DCOP: register 'klauncher' -> number of clients is now 1
DCOP: new daemon klauncher
DCOP: register 'anonymous-578' -> number of clients is now 1
DCOP: unregister 'anonymous-578'
kdeinit: Launched KDED, pid = 580 result = 0
DCOP: register 'kded' -> number of clients is now 1
DCOP: unregister 'kded'
DCOP: register 'kded' -> number of clients is now 1
kio (KDirWatch): KDirWatch: Can't use FAM
kio (KDirWatch): KDirWatch: Can't use FAM
kded: Does not exist! (/home/mika/.kde/share/servicetypes/)
DCOP: register 'anonymous-580' -> number of clients is now 2
DCOP: register 'anonymous-565' -> number of clients is now 3
DCOP: unregister 'anonymous-565'
DCOP: register 'ksplash' -> number of clients is now 3
DCOP: register 'anonymous-581' -> number of clients is now 4
kio (KLauncher): KLauncher: Got kdeinit_exec_wait('kbuildsycoca', ...)
kdeinit: Got EXEC_NEW 'kbuildsycoca' from launcher.
kio (KLauncher): kbuildsycoca (pid 582) up and running.
DCOP: register 'kbuildsycoca' -> number of clients is now 5
kbuildsycoca: Recreating ksycoca file
kbuildsycoca: Database is up to date
DCOP: unregister 'kbuildsycoca'
kdeinit: PID 582 terminated.
DCOP: unregister 'anonymous-581'
kio (KDirWatch): KDirWatch: Can't use FAM
kio (KDirWatch): KDirWatch: Can't use FAM
kio (KLauncher): KLauncher: Got kdeinit_exec_wait('kconf_update', ...)
kdeinit: Got EXEC_NEW 'kconf_update' from launcher.
kio (KLauncher): kconf_update (pid 583) up and running.
kdeinit: PID 583 terminated.
DCOP: new daemon kded
DCOP: unregister 'anonymous-580'
kdeinit: PID 580 terminated.
kdeinit: opened connection to :0.0
DCOP: register 'ksmserver' -> number of clients is now 2
kdeinit: Got SETENV 'SESSION_MANAGER=local/grimoire.wizards.domain:/tmp/.ICE-unix/570' from klauncher.
ksmserver: KSMServer: SetAProc_loc: conn 0, prot=local, file=/tmp/.ICE-unix/570
kio (KLauncher): KLauncher: Got start_service_by_desktop_name('knotify', ...)
kdeinit: Got EXEC_NEW 'knotify' from launcher.
kio (KLauncher): knotify (pid 585) up and running.
DCOP: register 'knotify' -> number of clients is now 3
kio (KLauncher): KLauncher: Got exec_blind('kwin', ...)
kdeinit: Got EXEC_NEW 'kwin' from launcher.
kio (KLauncher): kwin (pid 587) up and running.
DCOP: register 'anonymous-585' -> number of clients is now 4
DCOP: new daemon knotify
kdecore (KLibLoader): library=libkdedefault.la: No file names libkdedefault.la found in paths.
kdeinit: PID 585 terminated.
DCOP: unregister 'anonymous-585'
DCOP: register 'anonymous-587' -> number of clients is now 3
DCOP: unregister 'anonymous-587'
DCOP: register 'anonymous-587' -> number of clients is now 3
DCOP: unregister 'anonymous-587'
DCOP: register 'kwin' -> number of clients is now 3
klauncher: KLauncher::process ---> autoStart
kdeinit: Got EXEC_NEW 'kdesktop' from launcher.
kio (KLauncher): kdesktop (pid 588) up and running.
DCOP: unregister 'ksplash'
DCOP: register 'kdesktop' -> number of clients is now 3
DCOP: register 'anonymous-588' -> number of clients is now 4
kdesktop: relPath=System/ScreenSavers/
kdesktop: Saver Engine disabled
kio (KDirWatch): KDirWatch: Can't use FAM
kio (KDirLister): KDirLister::openURL file:/home/mika/Desktop/ keep=false
libkonq: KNewMenu::KNewMenu 0x80d1500
kdeinit: PID 588 terminated.
DCOP: unregister 'anonymous-588'
kdeinit: Got EXEC_NEW 'kicker' from launcher.
kio (KLauncher): kicker (pid 590) up and running.
DCOP: register 'kicker' -> number of clients is now 4
DCOP: register 'anonymous-590' -> number of clients is now 5
kdeinit: PID 590 terminated.
DCOP: unregister 'anonymous-590'
kdeinit: Got EXT_EXEC 'klipper' from launcher.
kio (KLauncher): klipper (pid 592) up and running.
kdeinit: Got EXEC_NEW 'kwrited' from launcher.
kio (KLauncher): kwrited (pid 594) up and running.
DCOP: register 'klipper' -> number of clients is now 5
DCOP: register 'kwrited' -> number of clients is now 6
DCOP: register 'anonymous-594' -> number of clients is now 7
kdesktop: Esetroot compat:  setting pixmap to 4194446
kio (KTrader): KServiceTypeProfile::offers( ThumbCreator, )
kio (KTrader): No profile, using KServiceType::offers, result: 4 offers
kdeinit: Got EXEC_NEW 'kio_file' from launcher.
kio_file: Starting 596
kio (KLauncher): kio_file (pid 596) up and running.
DCOP: register 'anonymous-592' -> number of clients is now 8
kio_file: ========= LIST file:/home/mika/Desktop/ =========
kio (kioslave): listEntries 5
kio_file: ============= COMPLETED LIST ============
kio_file: =============== BYE ===========
kio (KTrader): KServiceTypeProfile::offers( ThumbCreator, )
kio (KTrader): No profile, using KServiceType::offers, result: 4 offers
DCOP: new daemon kwrited
kdeinit: setgroups: Operation not permitted
kdeinit: PID 594 terminated.
DCOP: unregister 'anonymous-594'
kdeinit: PID 592 terminated.
DCOP: unregister 'anonymous-592'
kio (KLauncher): KLauncher: Got start_service_by_desktop_path('/usr/local/share/applnk/KControl.desktop', ...)
kdeinit: Got EXT_EXEC 'kcontrol' from launcher.
kio (KLauncher): kcontrol (pid 599) up and running.
DCOP: register 'kcontrol' -> number of clients is now 6
DCOP: register 'anonymous-599' -> number of clients is now 7
kcontrol: Found basegroup = Settings/
kdeinit: PID 599 terminated.
DCOP: unregister 'anonymous-599'
kcontrol: activate: Settings/LookNFeel/fonts.desktop
DCOP: unregister 'kcontrol'
libkonq: KNewMenu::slotCheckUpToDate() 0x80d1500 : menuItemsVersion=0 s_templatesVersion=0
libkonq: KNewMenu::slotCheckUpToDate() : recreating actions
libkonq: KNewMenu::slotFillTemplates()
kio (KDirWatch): KDirWatch: Can't use FAM
libkonq: Templates resource dir: /home/mika/.kde/share/templates/
libkonq: Templates resource dir: /usr/local/share/templates/
libkonq: /usr/local/share/templates/linkProgram.desktop
libkonq: /usr/local/share/templates/linkURL.desktop
libkonq: /usr/local/share/templates/linkFloppy.desktop
libkonq: /usr/local/share/templates/linkHD.desktop
libkonq: /usr/local/share/templates/linkCDROM.desktop
libkonq: /usr/local/share/templates/Directory.desktop
libkonq: /usr/local/share/templates/TextFile.desktop
libkonq: /usr/local/share/templates/HTMLFile.desktop
libkonq: /usr/local/share/templates/Presentation.desktop
libkonq: /usr/local/share/templates/TextDocument.desktop
libkonq: /usr/local/share/templates/SpreadSheet.desktop
libkonq: /usr/local/share/templates/Illustration.desktop
libkonq: KNewMenu::parseFiles()
libkonq: KNewMenu::fillMenu()
Grabbing the mouse failed with "GrabNotViewable"
kdeui (KComboBox): Popup Completion
kdeui (KComboBox): Popup Completion
kdeui (KComboBox): Popup Completion
kdeui (KComboBox): Popup Completion
kdeui (KComboBox): Popup Completion
kdecore (KURL): KURL couldn't parse URL "Eterm"
kio (KTrader): KServiceTypeProfile::offers( KURIFilter/Plugin, )
kio (KTrader): No profile, using KServiceType::offers, result: 3 offers
kurifilter (plugins): (589) Keywords Engine: Loading config...
kurifilter (plugins): (589) Internet Keyword Enabled: true
kurifilter (plugins): (589) Selected IKWS Engine(s): RealNames
kurifilter (plugins): (589) Internet Keywords Fallback Search Engine: google
kurifilter (plugins): (589) Keywords Engine: Loading config...
kurifilter (plugins): (589) Internet Keyword Enabled: true
kurifilter (plugins): (589) Selected IKWS Engine(s): RealNames
kurifilter (plugins): (589) Internet Keywords Fallback Search Engine: google
kdecore (KURL): KURL couldn't parse URL "Eterm"
kdeinit: setgroups: Operation not permitted

--sm4nu43k4a2Rpi4c--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011118102839.A75369>