diff options
author | avilla <avilla@FreeBSD.org> | 2011-11-02 01:39:17 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2011-11-02 01:39:17 +0800 |
commit | dc31acf31e373543974618f12a95a73ae916bc75 (patch) | |
tree | 1eb28bcff7c6dd9f77f824aea3f82eb234f1e616 | |
parent | 52b23a788201ff22d2970151420c6839c65bc1ad (diff) | |
download | freebsd-ports-gnome-dc31acf31e373543974618f12a95a73ae916bc75.tar.gz freebsd-ports-gnome-dc31acf31e373543974618f12a95a73ae916bc75.tar.zst freebsd-ports-gnome-dc31acf31e373543974618f12a95a73ae916bc75.zip |
- Add instructions to fix KDM configuration.
Reported by: Adam Vande More <amvandemore@gmail.com> via e-mail
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20111101: + AFFECTS: users of x11/kde4-workspace + AUTHOR: kde@FreeBSD.org + + If your KDM fails with the message + 'X server "/usr/bin/X" cannot be executed' + you need to delete its configuration file and restart it: + + # rm /usr/local/kde4/share/config/kdm/kdmrc + # service kdm4 restart + +20111101: AFFECTS: users of graphics/poppler-gtk AUTHOR: Koop Mast <kwm@FreeBSD.org> |