Re: xfce4 / gtk-update-icon-cache fails with cairo needs X11

2012-01-07 Thread Waitman Gobble
On Fri, Jan 6, 2012 at 6:59 AM, Waitman Gobble gobble...@gmail.com wrote:

 Hi,

 I am doing a fresh install of FreeBSD 9.0-RC3
 from FreeBSD-9.0-RELEASE-i386-memstick.img on an Acer Aspire One
 netbook. Last night I attempted to install xfce4 from /usr/ports/x11-wm and
 it stopped with error:

 gtk-update-icon-cache-(version): Needs cairo build with X11 support

 (sorry, don't recall version off the top of my head) I remember that cairo
 was installed before getting to gtk-update-icon-cache. I checked
 /etc/make.conf and there is nothing X11 related, ie WITHOUT_X11 is NOT set.
 I went over to /usr/ports/graphics/cairo and did a make config, did not see
 anything about X11 as an option, did a make install clean and I saw libX11
 in the output.. Think it's ok. Then I went back to /usr/ports/x11-wm/xfce4
 and redid make install clean to build... it continued on without further
 issue (so far :)

 I found another post about gtk-update-icon-cache and cairo/X11 but it does
 not appear to be a related issue.

 At the moment the xfce4 build is working for me, so my issue is resolved..
 But not sure why I received the error, might be something to check out? Is
 there a better place to report potential issues with RC versions?

 Excited about 9 on the netbook, I tried FreeBSD 7.0 when i first got the
 Acer but could not get wireless working at the time so i scrapped it.

 Thanks,

 Waitman Gobble
 San Jose California USA



Hit another snag, seems to be related to doxygen.

(still) Installing xfce4 from /usr/ports/x11-wm with a fresh install
of FreeBSD 9.0-RC3 / FreeBSD-9.0-RELEASE-i386-memstick.img on an Acer
Aspire One netbook...

Seems to be going in an infinite loop of dependency checking. I'm getting a
'make max recursion 500 error' and the build bombs out. Just to see I went
to /usr/ports/devel/doxygen and make clean then make install with same
results. Just now starting to troubleshoot but if anyone has any hints that
would be great! :)

Thanks
Waitman
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce4 / gtk-update-icon-cache fails with cairo needs X11

2012-01-07 Thread Waitman Gobble
On Sat, Jan 7, 2012 at 1:47 PM, Waitman Gobble gobble...@gmail.com wrote:


 Hit another snag, seems to be related to doxygen. Seems to be going in an
 infinite loop of dependency checking.


in /usr/ports/devel/doxygen
make rmconfig-recursive
then make install clean

went back to /usr/ports/x11-wn/xfce4
and make install clean
seems to be building again, continuing on... not sure at the moment why it
got stuck. :) maybe I should have tried the binary install first!

Waitman
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce4 and xorg-7.5

2010-05-02 Thread Carmel
On Sat, 1 May 2010 17:43:48 -0600 (MDT) Warren Block wbl...@wonkity.com 
articulated:

 I've upgraded three computers to xorg 7.5 so far, all three with xfce4 
 and 8-stable.  Only one has an unexpected weirdness with dbus and xfce.
 
 This error happens every time on the first startx after boot, and about
 half the time startx is tried after that:
 
process 1256: arguments to dbus_message_new_signal() were incorrect, 
 assertion _dbus_check_is_valid_path (path) failed in file dbus-message.c 
 line 1165.
This is normally a bug in some application using the D-Bus library.
  D-Bus not compiled with backtrace support so unable to print a backtrace
 
 X starts, the xfce4 screen is visible with the mouse pointer, then it 
 immediately exits.  Happens with startx, startxfce4 in .xinitrc or just 
 from the command line.
 
 twm runs every time without problems.
 
 Log and config files here:
 
 http://www.wonkity.com/~wblock/xfce-xorg/


I am having the exact same problem. I posted to the FreeBSD Questioins
forum regarding it.

-- 
Carmel
carmel...@hotmail.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce4 and xorg-7.5

2010-05-02 Thread Warren Block

On Sun, 2 May 2010, Carmel wrote:


On Sat, 1 May 2010 17:43:48 -0600 (MDT) Warren Block wbl...@wonkity.com 
articulated:


I've upgraded three computers to xorg 7.5 so far, all three with xfce4
and 8-stable.  Only one has an unexpected weirdness with dbus and xfce.

This error happens every time on the first startx after boot, and about
half the time startx is tried after that:

   process 1256: arguments to dbus_message_new_signal() were incorrect, assertion 
_dbus_check_is_valid_path (path) failed in file dbus-message.c line 1165.
   This is normally a bug in some application using the D-Bus library.
 D-Bus not compiled with backtrace support so unable to print a backtrace

X starts, the xfce4 screen is visible with the mouse pointer, then it
immediately exits.  Happens with startx, startxfce4 in .xinitrc or just
from the command line.

twm runs every time without problems.

Log and config files here:

http://www.wonkity.com/~wblock/xfce-xorg/



I am having the exact same problem. I posted to the FreeBSD Questioins
forum regarding it.


Can you verify that xfce starts but quits on the first try after reboot, but 
otherwise will start maybe half the time?


Once started, xfce seems to work fine.

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce4 and xorg-7.5

2010-05-02 Thread Carmel
On Sun, 2 May 2010 07:39:05 -0600 (MDT) Warren Block wbl...@wonkity.com 
articulated:

 On Sun, 2 May 2010, Carmel wrote:
 
  On Sat, 1 May 2010 17:43:48 -0600 (MDT) Warren Block wbl...@wonkity.com 
  articulated:
 
  I've upgraded three computers to xorg 7.5 so far, all three with xfce4
  and 8-stable.  Only one has an unexpected weirdness with dbus and xfce.
 
  This error happens every time on the first startx after boot, and about
  half the time startx is tried after that:
 
 process 1256: arguments to dbus_message_new_signal() were incorrect, 
  assertion _dbus_check_is_valid_path (path) failed in file dbus-message.c 
  line 1165.
 This is normally a bug in some application using the D-Bus library.
   D-Bus not compiled with backtrace support so unable to print a 
  backtrace
 
  X starts, the xfce4 screen is visible with the mouse pointer, then it
  immediately exits.  Happens with startx, startxfce4 in .xinitrc or just
  from the command line.
 
  twm runs every time without problems.
 
  Log and config files here:
 
  http://www.wonkity.com/~wblock/xfce-xorg/
 
 
  I am having the exact same problem. I posted to the FreeBSD Questioins
  forum regarding it.
 
 Can you verify that xfce starts but quits on the first try after reboot, but 
 otherwise will start maybe half the time?
 
 Once started, xfce seems to work fine.

Sorry, I cannot get it to start at all. I tried over a dozen times. The
XFCE screen briefly appears, then crashes. The following core files
are created in my home directory:

xfce4-panel.core
xfce4-session.core

This is the output I trapped when attempting to start xfce4:

Script started on Sun May  2 11:05:29 2010
xauth:  creating new authority file /home/gerard/.serverauth.5109
xauth:  creating new authority file /home/gerard/.Xauthority
xauth:  creating new authority file /home/gerard/.Xauthority


X.Org X Server 1.7.5
Release Date: 2010-02-16
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 8.0-RELEASE-p2 amd64 
Current Operating System: FreeBSD scorpio.seibercom.net 8.0-RELEASE-p2 FreeBSD 
8.0-RELEASE-p2 #0: Sat Apr 17 22:25:11 EDT 2010 
ger...@scorpio.seibercom.net:/usr/obj/usr/src/sys/SCORPIO amd64
Build Date: 01 May 2010  07:27:12PM
 
Current version of pixman: 0.16.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sun May  2 11:05:29 2010
(==) Using config file: /etc/X11/xorg.conf
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
/usr/local/bin/startxfce4: X server already running on display :0
stdin:1:3: error: invalid preprocessing directive #Those
stdin:2:3: error: invalid preprocessing directive #or
stdin:3:3: error: invalid preprocessing directive #Xft
stdin:4:3: error: invalid preprocessing directive #Xft
xrdb:  Xft.hinting on line 9 overrides entry on line 6
xrdb:  Xft.hintstyle on line 11 overrides entry on line 7
Agent pid 5142
xfdesktop[5164]: starting up
process 5150: arguments to dbus_message_new_signal() were incorrect, assertion 
_dbus_check_is_valid_path (path) failed in file dbus-message.c line 1165.
This is normally a bug in some application using the D-Bus library.
  D-Bus not compiled with backtrace support so unable to print a backtrace

HP Linux Imaging and Printing System (ver. 3.10.2)
System Tray Status Service ver. 2.0

Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.


(xfwm4:5158): libxfcegui4-WARNING **: ICE I/O Error

(xfce4-settings-helper:5168): libxfcegui4-WARNING **: ICE I/O Error

(xfce4-settings-helper:5168): xfce4-settings-helper-WARNING **: Failed to 
connect to session manager
Abort trap (core dumped)
Agent pid 5142 killed

(xfce4-settings-helper:5170): libxfcegui4-WARNING **: ICE I/O Error

(xfce4-settings-helper:5170): xfce4-settings-helper-WARNING **: Failed to 
connect to session manager

(xfce4-panel:5160): libxfcegui4-WARNING **: ICE I/O Error

(xfce4-panel:5160): libxfcegui4-WARNING **: Disconnected from session manager.

waiting for X server to shut down xfce4-settings-helper: Fatal IO error 35 
(Resource temporarily unavailable) on X server :0.0.
hp-systray: Fatal IO error: client killed


Script done on Sun May  2 11:05:34 2010


-- 
Carmel
carmel...@hotmail.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 

Re: xfce4 and xorg-7.5

2010-05-02 Thread Carmel
On Sun, 02 May 2010 11:13:37 -0400 Carmel carmel...@hotmail.com articulated:

 On Sun, 2 May 2010 07:39:05 -0600 (MDT) Warren Block wbl...@wonkity.com 
 articulated:
 
  On Sun, 2 May 2010, Carmel wrote:
  
   On Sat, 1 May 2010 17:43:48 -0600 (MDT) Warren Block wbl...@wonkity.com 
   articulated:
  
   I've upgraded three computers to xorg 7.5 so far, all three with xfce4
   and 8-stable.  Only one has an unexpected weirdness with dbus and xfce.
  
   This error happens every time on the first startx after boot, and about
   half the time startx is tried after that:
  
  process 1256: arguments to dbus_message_new_signal() were incorrect, 
   assertion _dbus_check_is_valid_path (path) failed in file 
   dbus-message.c line 1165.
  This is normally a bug in some application using the D-Bus library.
D-Bus not compiled with backtrace support so unable to print a 
   backtrace
  
   X starts, the xfce4 screen is visible with the mouse pointer, then it
   immediately exits.  Happens with startx, startxfce4 in .xinitrc or just
   from the command line.
  
   twm runs every time without problems.
  
   Log and config files here:
  
   http://www.wonkity.com/~wblock/xfce-xorg/
  
  
   I am having the exact same problem. I posted to the FreeBSD Questioins
   forum regarding it.
  
  Can you verify that xfce starts but quits on the first try after reboot, 
  but 
  otherwise will start maybe half the time?
  
  Once started, xfce seems to work fine.
 
 Sorry, I cannot get it to start at all. I tried over a dozen times. The
 XFCE screen briefly appears, then crashes. The following core files
 are created in my home directory:
 
 xfce4-panel.core
 xfce4-session.core
 
 This is the output I trapped when attempting to start xfce4:
 
 Script started on Sun May  2 11:05:29 2010
 xauth:  creating new authority file /home/gerard/.serverauth.5109
 xauth:  creating new authority file /home/gerard/.Xauthority
 xauth:  creating new authority file /home/gerard/.Xauthority
 
 
 X.Org X Server 1.7.5
 Release Date: 2010-02-16
 X Protocol Version 11, Revision 0
 Build Operating System: FreeBSD 8.0-RELEASE-p2 amd64 
 Current Operating System: FreeBSD scorpio.seibercom.net 8.0-RELEASE-p2 
 FreeBSD 8.0-RELEASE-p2 #0: Sat Apr 17 22:25:11 EDT 2010 
 ger...@scorpio.seibercom.net:/usr/obj/usr/src/sys/SCORPIO amd64
 Build Date: 01 May 2010  07:27:12PM
  
 Current version of pixman: 0.16.6
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
 Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: /var/log/Xorg.0.log, Time: Sun May  2 11:05:29 2010
 (==) Using config file: /etc/X11/xorg.conf
 record: RECORD extension enabled at configure time.
 record: This extension is known to be broken, disabling extension now..
 record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
 /usr/local/bin/startxfce4: X server already running on display :0
 stdin:1:3: error: invalid preprocessing directive #Those
 stdin:2:3: error: invalid preprocessing directive #or
 stdin:3:3: error: invalid preprocessing directive #Xft
 stdin:4:3: error: invalid preprocessing directive #Xft
 xrdb:  Xft.hinting on line 9 overrides entry on line 6
 xrdb:  Xft.hintstyle on line 11 overrides entry on line 7
 Agent pid 5142
 xfdesktop[5164]: starting up
 process 5150: arguments to dbus_message_new_signal() were incorrect, 
 assertion _dbus_check_is_valid_path (path) failed in file dbus-message.c 
 line 1165.
 This is normally a bug in some application using the D-Bus library.
   D-Bus not compiled with backtrace support so unable to print a backtrace
 
 HP Linux Imaging and Printing System (ver. 3.10.2)
 System Tray Status Service ver. 2.0
 
 Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
 This software comes with ABSOLUTELY NO WARRANTY.
 This is free software, and you are welcome to distribute it
 under certain conditions. See COPYING file for more details.
 
 
 (xfwm4:5158): libxfcegui4-WARNING **: ICE I/O Error
 
 (xfce4-settings-helper:5168): libxfcegui4-WARNING **: ICE I/O Error
 
 (xfce4-settings-helper:5168): xfce4-settings-helper-WARNING **: Failed to 
 connect to session manager
 Abort trap (core dumped)
 Agent pid 5142 killed
 
 (xfce4-settings-helper:5170): libxfcegui4-WARNING **: ICE I/O Error
 
 (xfce4-settings-helper:5170): xfce4-settings-helper-WARNING **: Failed to 
 connect to session manager
 
 (xfce4-panel:5160): libxfcegui4-WARNING **: ICE I/O Error
 
 (xfce4-panel:5160): libxfcegui4-WARNING **: Disconnected from session manager.
 
 waiting for X server to shut down xfce4-settings-helper: Fatal IO error 35 
 (Resource temporarily unavailable) on X server :0.0.
 hp-systray: Fatal IO error: client killed
 
 
 Script done on Sun May  2 11:05:34 2010

OK, I really hate answering my own post; 

Re: xfce4 and xorg-7.5

2010-05-02 Thread Tijl Coosemans
On Sunday 02 May 2010 18:30:39 Carmel wrote:
 OK, I really hate answering my own post; however, I did get it to
 work.
 
 I did the following:
 
 1) pkg_delete -dfv xfce4-settings\* 
 I then reinstalled the port.
 
 I followed the same procedure with xfce4-panel and libICE
 
 I rebooted the system and all is well (at least right now). I have no
 idea what the problem is (was); however, one of those three programs
 was obviously broken.

Have you tested in between those and it only started to work after
libICE? Or did you rebuild all in one go?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce4 and xorg-7.5

2010-05-02 Thread Robert
On Sun, 02 May 2010 12:30:39 -0400
Carmel carmel...@hotmail.com wrote:

 On Sun, 02 May 2010 11:13:37 -0400 Carmel carmel...@hotmail.com
 articulated:
 
  On Sun, 2 May 2010 07:39:05 -0600 (MDT) Warren Block
  wbl...@wonkity.com articulated:
  
   On Sun, 2 May 2010, Carmel wrote:
   
On Sat, 1 May 2010 17:43:48 -0600 (MDT) Warren Block
wbl...@wonkity.com articulated:
   
I've upgraded three computers to xorg 7.5 so far, all three
with xfce4 and 8-stable.  Only one has an unexpected weirdness
with dbus and xfce.
   

My problem is different from these. I updated two separate systems
today. One of them is AMD64 and XFCE4 seems to work fine but when I try
to launch gnumeric, gthumb or K3B XFCe4 crashes. I tried rebuilding
gnumeric with make deinstall and then make install clean to no avail.

My other system is an i386 and these applications work just fine.

Anyone else experiencing this?

Robert
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce4 and xorg-7.5

2010-05-02 Thread Warren Block

On Sun, 2 May 2010, Tijl Coosemans wrote:


On Sunday 02 May 2010 18:30:39 Carmel wrote:

OK, I really hate answering my own post; however, I did get it to
work.

I did the following:

1) pkg_delete -dfv xfce4-settings\*
I then reinstalled the port.

I followed the same procedure with xfce4-panel and libICE

I rebooted the system and all is well (at least right now). I have no
idea what the problem is (was); however, one of those three programs
was obviously broken.


Have you tested in between those and it only started to work after
libICE? Or did you rebuild all in one go?


Just tried those here, rebuilding each and rebooting before testing, and 
still have the problem.  The shotgun approach of 'portupgrade -rf 
libxfce4gui' didn't help, either.


-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce4 and xorg-7.5

2010-05-02 Thread Carmel
On Sun, 2 May 2010 18:46:13 +0200
Tijl t...@coosemans.org articulated:

[snip]

 Have you tested in between those and it only started to work after
 libICE? Or did you rebuild all in one go?

Actually, first I rebuilt 'dbus' and rebooted the system. No success.

Then I rebuilt xfce4-panel and xfce4-settings and attempted to start
Xfce4 without success.

Finally, I rebuilt libICE as described above, rebooted the system and
started Xfce4 successfully.

I think the key is to delete the package before attempting to
build/install it. It might be picking up an old lib or some such think.
Lately that seems to be a common problem.


-- 
Carmel
carmel...@hotmail.com

|===
|===
|===
|===
|

Anybody who doesn't cut his speed at the
sight of a police car is probably parked.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce4 and xorg-7.5

2010-05-02 Thread Warren Block

On Sun, 2 May 2010, Carmel wrote:


On Sun, 2 May 2010 18:46:13 +0200
Tijl t...@coosemans.org articulated:

[snip]


Have you tested in between those and it only started to work after
libICE? Or did you rebuild all in one go?


Actually, first I rebuilt 'dbus' and rebooted the system. No success.

Then I rebuilt xfce4-panel and xfce4-settings and attempted to start
Xfce4 without success.

Finally, I rebuilt libICE as described above, rebooted the system and
started Xfce4 successfully.

I think the key is to delete the package before attempting to
build/install it. It might be picking up an old lib or some such think.
Lately that seems to be a common problem.


I pkg_deleted all three, rebuilt libICE (because it's a requirement for 
xfce4-settings) and then the other two... and it still has the problem.


-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce4 and xorg-7.5

2010-05-02 Thread Carmel
On Sun, 2 May 2010 11:06:55 -0600 (MDT)
Warren wbl...@wonkity.com articulated:

 Just tried those here, rebuilding each and rebooting before testing,
 and still have the problem.  The shotgun approach of 'portupgrade -rf 
 libxfce4gui' didn't help, either.

Did you delete the old port before attempting to build it? I think that
the problem lies there. Then again, I have been known to be wrong!


-- 
Carmel
carmel...@hotmail.com

|===
|===
|===
|===
|

There are two kinds of pedestrians... the quick and the dead.


Lord Thomas Rober Dewar
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce4 and xorg-7.5

2010-05-02 Thread Carmel
On Sun, 2 May 2010 11:24:13 -0600 (MDT)
Warren wbl...@wonkity.com articulated:

 I pkg_deleted all three, rebuilt libICE (because it's a requirement
 for xfce4-settings) and then the other two... and it still has the
 problem.

I rebuilt the other two first since they were listed earlier in the
error message. I really do not think it would make any difference
though. This is on a FreeBSD-8/amd64 system.

If I could not get it to work, I was going to do a complete delete of
the XFCE4 package: pkg_delete -dfv xfce-4.6.1_2 and then attempt to
reinstall the port. I did rebuild 'dbus' although I doubt that it had
anything to do with this problem.


-- 
Carmel
carmel...@hotmail.com

|===
|===
|===
|===
|

Troubles are like babies; they only grow by nursing.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce4 and xorg-7.5

2010-05-02 Thread Tijl Coosemans
On Sunday 02 May 2010 19:24:13 Warren Block wrote:
 On Sun, 2 May 2010, Carmel wrote:
 Actually, first I rebuilt 'dbus' and rebooted the system. No success.

 Then I rebuilt xfce4-panel and xfce4-settings and attempted to start
 Xfce4 without success.

 Finally, I rebuilt libICE as described above, rebooted the system and
 started Xfce4 successfully.

 I think the key is to delete the package before attempting to
 build/install it. It might be picking up an old lib or some such think.
 Lately that seems to be a common problem.
 
 I pkg_deleted all three, rebuilt libICE (because it's a requirement for 
 xfce4-settings) and then the other two... and it still has the problem.

Shouldn't that be xfce4-session instead of xfce4-settings?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce4 and xorg-7.5

2010-05-02 Thread Robert
On Sun, 2 May 2010 09:50:00 -0700
Robert travelin...@cox.net wrote:

 On Sun, 02 May 2010 12:30:39 -0400
 Carmel carmel...@hotmail.com wrote:
 
  On Sun, 02 May 2010 11:13:37 -0400 Carmel carmel...@hotmail.com
  articulated:
  
   On Sun, 2 May 2010 07:39:05 -0600 (MDT) Warren Block
   wbl...@wonkity.com articulated:
   
On Sun, 2 May 2010, Carmel wrote:

 On Sat, 1 May 2010 17:43:48 -0600 (MDT) Warren Block
 wbl...@wonkity.com articulated:

 I've upgraded three computers to xorg 7.5 so far, all three
 with xfce4 and 8-stable.  Only one has an unexpected
 weirdness with dbus and xfce.

 
 My problem is different from these. I updated two separate systems
 today. One of them is AMD64 and XFCE4 seems to work fine but when I
 try to launch gnumeric, gthumb or K3B XFCe4 crashes. I tried
 rebuilding gnumeric with make deinstall and then make install clean
 to no avail.
 
 My other system is an i386 and these applications work just fine.
 
I have tried portmaster --force-config -d xfce4 and portmaster
--force-config xorg without success. 

Further testing shows that I can run these applications from a
terminal. The problem occurs only when I am trying to start them from a
desktop. 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce4 and xorg-7.5

2010-05-02 Thread Warren Block

On Sun, 2 May 2010, Tijl Coosemans wrote:


I pkg_deleted all three, rebuilt libICE (because it's a requirement for
xfce4-settings) and then the other two... and it still has the problem.


Shouldn't that be xfce4-session instead of xfce4-settings?


xfce4-settings first, but I just completed a 'portupgrade -Rf 
xfce4-settings'.  Like the other attempts, it did no harm but didn't 
solve the problem of xfce sometimes immediately quitting on startup.


This post suggests deinstalling x11-wm/xfce4-session altogether:
http://docs.freebsd.org/cgi/mid.cgi?ef8c8a881003211016r57b184bagb65e5a2dd1038952

Without xfce4-session, xfce starts and runs every time.

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: XFCE4 Errors on FreeBSD 8.0 RELEASE

2009-12-11 Thread Diego Montalvo
Warren,

Got XFCE4 installed after a get amount of tweaking.  It turns out
Portsnap did not update all the appropriate files so installed
portupgrade and did a portupgrade glib.  Glib was not the current
version needed for usr/ports/x11-wm/xfce4. After the portupgrade
make install clean worked like a champ.

My /etc/hosts file was also missing the current domain so needed to
update that.

Was getting a fbdev error so downloaded
http://cvsweb.freebsd.org/ports/x11-drivers/xf86-video-fbdev and that
fixed that error.

Cheers,
Diego





2009/12/10 Warren Block wbl...@wonkity.com:
 On Thu, 10 Dec 2009, Diego Montalvo wrote:

 Have upgraded my 7.1 RELEASE clean install (no ports) to 8.0 RELEASE
 using  freebsd-update upgrade -r 8.0-RELEASE and everything
 installed correctly and works fine. Updated the Ports tree using
 portsnap and then tried to Install usr/ports/x11-wm/xfce4 but to
 no avail...

 I get the following errors:

 Stop in /usr/ports/x11-wm/xfce4-wm.
 *** Error code 1

 You need to post the actual error, which happened right above those lines.

 Anyone encounter the same problem installing xfce4?

 Not for me, and I've put xfce4 on FreeBSD-8 on several computers.  My guess
 is that you missed a step with portsnap, but it's difficult to tell without
 knowing exactly what you did and what errors were shown.

 -Warren Block * Rapid City, South Dakota USA

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: XFCE4 Errors on FreeBSD 8.0 RELEASE

2009-12-11 Thread Ivan Voras

Diego Montalvo wrote:

Warren,

Got XFCE4 installed after a get amount of tweaking.  It turns out
Portsnap did not update all the appropriate files so installed
portupgrade and did a portupgrade glib.  Glib was not the current
version needed for usr/ports/x11-wm/xfce4. After the portupgrade
make install clean worked like a champ.


It is very likely you will have problems with glib every single time it 
gets updated so you will get used to it :)


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: XFCE4 Errors on FreeBSD 8.0 RELEASE

2009-12-11 Thread Warren Block

On Fri, 11 Dec 2009, Diego Montalvo wrote:


Got XFCE4 installed after a get amount of tweaking.  It turns out
Portsnap did not update all the appropriate files so installed
portupgrade and did a portupgrade glib.  Glib was not the current
version needed for usr/ports/x11-wm/xfce4. After the portupgrade
make install clean worked like a champ.


Right, portsnap only updates the ports tree, not applications that have 
already been installed.  The Upgrading Ports section in the Handbook 
talks about that in more detail:


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: XFCE4 Errors on FreeBSD 8.0 RELEASE

2009-12-10 Thread Warren Block

On Thu, 10 Dec 2009, Diego Montalvo wrote:


Have upgraded my 7.1 RELEASE clean install (no ports) to 8.0 RELEASE
using  freebsd-update upgrade -r 8.0-RELEASE and everything
installed correctly and works fine. Updated the Ports tree using
portsnap and then tried to Install usr/ports/x11-wm/xfce4 but to
no avail...

I get the following errors:

Stop in /usr/ports/x11-wm/xfce4-wm.
*** Error code 1


You need to post the actual error, which happened right above those 
lines.



Anyone encounter the same problem installing xfce4?


Not for me, and I've put xfce4 on FreeBSD-8 on several computers.  My 
guess is that you missed a step with portsnap, but it's difficult to 
tell without knowing exactly what you did and what errors were shown.


-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Xfce4 on 8.0 RC2

2009-11-04 Thread Warren Block

On Wed, 4 Nov 2009, Alex Huth wrote:


Is anyone running this combination? I am having trouble with two points


Yes.  xfce4-4.6.1, 8.0-RC2 (i386) as of Monday.


1. When i close a ssh connection in a terminal, the prompt does not come back.
I have to close the tab. Without X the connections are ok and i had Debian
lenny earlier on the laptop also with Xfce4. There was everything ok.


No problems with ssh here, but that's with multiple Terminal windows 
rather than multiple tabs in one Terminal window.



2. When switching between the desktops i have to wait up to 3 seconds before
it is done, depending on what app there is running. For example:


Sorry, I don't use multiple desktops.

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Xfce4 on 8.0 RC2

2009-11-04 Thread Ghirai
On Wed, 4 Nov 2009 12:16:42 +0100
Alex Huth a.h...@tmr.net wrote:

 Hi!
 
 Is anyone running this combination? I am having trouble with two
 points

Since a couple days.


Both points work perfectly fine for me.
It sounds to me like a video driver/xorg problem though :/

-- 
Regards,
Ghirai.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: XFCE4 and screen resolution

2009-06-12 Thread Polytropon
On Fri, 12 Jun 2009 08:27:54 -0400, Carmel carmel...@hotmail.com wrote:
 I tried a trick I found while Googling to place 'xrandr - 1024x768 -r
 85' in the '.xinitrc' file; however, that did not work either.

Maybe your .xinitrc isn't executed? In mine, I have

xrandr --fb 1400x1050
xrandr --size 1400x1050

to override non-functioning X autodetect and non-working xorg.conf
settings.



 Obviously I am doing something wrong here. Should I post this on the
 XFCE forum or does someone here have a solution.

Do you have the same problems with other WM / DE?


-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: XFCE4 and screen resolution

2009-06-12 Thread Carmel
On Fri, 12 Jun 2009 14:40:49 +0200
Polytropon free...@edvax.de wrote:

On Fri, 12 Jun 2009 08:27:54 -0400, Carmel carmel...@hotmail.com
wrote:
 I tried a trick I found while Googling to place 'xrandr - 1024x768 -r
 85' in the '.xinitrc' file; however, that did not work either.

Maybe your .xinitrc isn't executed? In mine, I have

   xrandr --fb 1400x1050
   xrandr --size 1400x1050

to override non-functioning X autodetect and non-working xorg.conf
settings.



 Obviously I am doing something wrong here. Should I post this on the
 XFCE forum or does someone here have a solution.

Do you have the same problems with other WM / DE?

Evidently, it is not being executed by startxfce4. If I run the command
once XFCE4 is started, it works.

-- 
Carmel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: XFCE4 and screen resolution

2009-06-12 Thread Mel Flynn
On Friday 12 June 2009 05:42:52 Carmel wrote:
 On Fri, 12 Jun 2009 14:40:49 +0200

 Polytropon free...@edvax.de wrote:
 On Fri, 12 Jun 2009 08:27:54 -0400, Carmel carmel...@hotmail.com
 
 wrote:
  I tried a trick I found while Googling to place 'xrandr - 1024x768 -r
  85' in the '.xinitrc' file; however, that did not work either.
 
 Maybe your .xinitrc isn't executed? In mine, I have
 
  xrandr --fb 1400x1050
  xrandr --size 1400x1050
 
 to override non-functioning X autodetect and non-working xorg.conf
 settings.
 
  Obviously I am doing something wrong here. Should I post this on the
  XFCE forum or does someone here have a solution.
 
 Do you have the same problems with other WM / DE?

 Evidently, it is not being executed by startxfce4. If I run the command
 once XFCE4 is started, it works.

If you're using a display manager to startup the desktop rather then 'startx' 
after console login, you need .xsession, not .xinitrc.
However, you say you execute startxfce4. When/where do you execute it? This 
program is meant to be the last command in one of the above mentioned files.
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: XFCE4 and screen resolution

2009-06-12 Thread Polytropon
On Fri, 12 Jun 2009 09:42:52 -0400, Carmel carmel...@hotmail.com wrote:
 Evidently, it is not being executed by startxfce4. If I run the command
 once XFCE4 is started, it works.

Of course. ..-)

What is startxfce4? Do you call it from text mode? Or is it
a command in .xinitrc or .xsession?

Because my primary dialog shell is csh, I have these:

.xsession:

#!/bin/csh
source ~/.cshrc
exec ~/.xinitrc

It incorporates the settings from .cshrc and then continues
as .xinitrc.

#!/bin/sh
[ -f ~/.xmodmaprc ]  xmodmap ~/.xmodmaprc
xrandr --fb 1400x1050
xrandr --size 1400x1050
exec startxfce4

(The last line is assumed; I have start wmaker there.)

Make sure both files are +x.




-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce4, flash freeze

2009-04-10 Thread Warren Block

On Fri, 10 Apr 2009, Vasadi I. Claudiu Florin wrote:

My sistem is a FreeBSD-7.1-STABLE with xfce4 on a pretty ok hardware (intel 
2.66 Mhz, 1GB ram, etc.). The problem I'm having is flash player related. I 
have forefox3 and opera 9.x installed and in every one of them when playing 
flash movies (youtube, etc), every 10 or so seconds the video freezez (image 
stands still, just like when buffering) but the sound goes on. So I believe 
it has something to do with flash player.


I don't see that problem with xfce4, firefox3, and flash video, but this 
is on a Radeon X1650.  Possibly a problem with your X video driver.


-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce4, flash freeze

2009-04-10 Thread Vasadi I. Claudiu Florin


I don't see that problem with xfce4, firefox3, and flash video, but this  
is on a Radeon X1650.  Possibly a problem with your X video driver.


-Warren Block * Rapid City, South Dakota USA



Mine is a Nvidia fx5500 (agp). Tbh, I quite forgot to check the driver;  
will do that, thx for the memory refresh. Then again it could be some  
hardware failuri, because some month ago i had to change 4 condensers on  
the video bord. Will check them both out. Thx again.



C
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Broken quoting (was Re: XFCE4)

2008-11-03 Thread Bob McConnell
On Behalf Of Jonathan McKeown
On Monday 03 November 2008 08:38:07 joeb wrote:

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Eitan Adler
 Sent: Monday, November 03, 2008 12:14 PM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED] ORG
 Subject: Re: XFCE4

 Thank you for your random guess, but research of the ports system
seem to
 indicate a whole suite of ports are needed to build a complete
working
 environment.
 Waiting for a real user to fill in the details of what combination of
ports
 they used to build their XFCE4 desktop.
 
 I don't know whether it's you or your email client, but your quoting
is 
 hideously broken. Please fix it.

It's his email client. Microsoft Lookout will no longer do standard
quoting and forces top posting of replies. I am also required to use it
by our IT department policies and have to manually reformat each message
I reply to. There used to be an option that could be set to get angle
bracket quoting, but that disappeared in the update from MS-Office 2000
to 2003.

The top line, -Original Message-, is the clue that he is using
the Microsoft client. That is its standard separator for all replies.
Yes, it is a major pain. I really do prefer Thunderbird.

Bob McConnell
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Broken quoting (was Re: XFCE4)

2008-11-03 Thread Jonathan McKeown
On Monday 03 November 2008 16:17:20 Bob McConnell wrote:

[Jonathan to joeb via freebsd-questions]
  I don't know whether it's you or your email client, but your quoting
  is hideously broken. Please fix it.

 It's his email client. Microsoft Lookout will no longer do standard
 quoting and forces top posting of replies. I am also required to use it
 by our IT department policies and have to manually reformat each message
 I reply to. There used to be an option that could be set to get angle
 bracket quoting, but that disappeared in the update from MS-Office 2000
 to 2003.

 The top line, -Original Message-, is the clue that he is using
 the Microsoft client. That is its standard separator for all replies.
 Yes, it is a major pain. I really do prefer Thunderbird.

I'm used to seeing the original message starting with its headers in the 
Outlook style - that's not what's confusing me here.

joeb, I don't mean to be rude but I find your posts hard to read (and I've 
seen others comment so as well), because instead you somehow end up with the 
original headers AFTER the original message, which is unexpected, and your 
response after that again - looking as though it belongs to the original 
header block.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Broken quoting (was Re: XFCE4)

2008-11-03 Thread Frank Steinborn


That's wrong.


Am 03.11.2008 um 15:59 schrieb Jonathan McKeown [EMAIL PROTECTED] 
:



On Monday 03 November 2008 16:17:20 Bob McConnell wrote:

[Jonathan to joeb via freebsd-questions]

I don't know whether it's you or your email client, but your quoting
is hideously broken. Please fix it.


It's his email client. Microsoft Lookout will no longer do standard
quoting and forces top posting of replies. I am also required to  
use it
by our IT department policies and have to manually reformat each  
message

I reply to. There used to be an option that could be set to get angle
bracket quoting, but that disappeared in the update from MS-Office  
2000

to 2003.

The top line, -Original Message-, is the clue that he is  
using

the Microsoft client. That is its standard separator for all replies.
Yes, it is a major pain. I really do prefer Thunderbird.


I'm used to seeing the original message starting with its headers in  
the

Outlook style - that's not what's confusing me here.

joeb, I don't mean to be rude but I find your posts hard to read  
(and I've
seen others comment so as well), because instead you somehow end up  
with the
original headers AFTER the original message, which is unexpected,  
and your
response after that again - looking as though it belongs to the  
original

header block.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED] 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Broken quoting (was Re: XFCE4)

2008-11-03 Thread Frank Steinborn
On Mon, Nov 3, 2008 at 4:07 PM, Frank Steinborn [EMAIL PROTECTED] wrote:

 That's wrong.


 Am 03.11.2008 um 15:59 schrieb Jonathan McKeown
 [EMAIL PROTECTED]:

 On Monday 03 November 2008 16:17:20 Bob McConnell wrote:

 [Jonathan to joeb via freebsd-questions]

 I don't know whether it's you or your email client, but your quoting
 is hideously broken. Please fix it.

 It's his email client. Microsoft Lookout will no longer do standard
 quoting and forces top posting of replies. I am also required to use it
 by our IT department policies and have to manually reformat each message
 I reply to. There used to be an option that could be set to get angle
 bracket quoting, but that disappeared in the update from MS-Office 2000
 to 2003.

 The top line, -Original Message-, is the clue that he is using
 the Microsoft client. That is its standard separator for all replies.
 Yes, it is a major pain. I really do prefer Thunderbird.

 I'm used to seeing the original message starting with its headers in the
 Outlook style - that's not what's confusing me here.

 joeb, I don't mean to be rude but I find your posts hard to read (and I've
 seen others comment so as well), because instead you somehow end up with
 the
 original headers AFTER the original message, which is unexpected, and your
 response after that again - looking as though it belongs to the original
 header block.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

I'm sorry, this was not intended to go to you Jonathan, nor to the
list. I messed something up here. Sorry.

Frank
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: XFCE4

2008-11-03 Thread Jerry McAllister
On Mon, Nov 03, 2008 at 02:38:07PM +0800, joeb wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 FBSD1 wrote:
  What port names need to be installed to create a XFCE4 desktop
 environment?
  I was looking for a mega port like kde3 has but could not identify one.
  Thanks in advance.
 
 I'm going to rake a random guess: x11-wm/xfce4 ?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Eitan Adler
 Sent: Monday, November 03, 2008 12:14 PM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED] ORG
 Subject: Re: XFCE4
 
 Thank you for your random guess, but research of the ports system seem to
 indicate a whole suite of ports are needed to build a complete working
 environment.
 Waiting for a real user to fill in the details of what combination of ports
 they used to build their XFCE4 desktop.

If there are dependancies, then, if you install/build from ports, it
should pull in all the dependancies, build and install them automatically
from the xfce4 port build.That is what is so nice with the port
system - or one of the big things anyway.

Other than that, I don't understand what you could be asking.

jerry


 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: XFCE4

2008-11-03 Thread Mel
On Monday 03 November 2008 07:38:07 joeb wrote:


 Waiting for a real user to fill in the details of what combination of ports
 they used to build their XFCE4 desktop.

Xfce is not much more then a window manager. It does not come with a suite of 
various desktop applications like gnome and KDE. So, x11-wm/xfce4 is the 
right meta port.

Others have suggested some additional applications and gnome/kde applications 
will work with Xfce seamlessly.
-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: XFCE4

2008-11-02 Thread Eitan Adler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

FBSD1 wrote:
 What port names need to be installed to create a XFCE4 desktop
environment?
 I was looking for a mega port like kde3 has but could not identify one.
 Thanks in advance.
I'm going to rake a random guess: x11-wm/xfce4 ?
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)

iEYEARECAAYFAkkOepgACgkQtl8kq+nCzNGLwwCaA61ZDoYo6Le86unGDBOVH1l+
TH0An2Ely+QDOvNOPC6LZ0cynmfYhR1J
=cxHT
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: XFCE4

2008-11-02 Thread joeb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

FBSD1 wrote:
 What port names need to be installed to create a XFCE4 desktop
environment?
 I was looking for a mega port like kde3 has but could not identify one.
 Thanks in advance.

I'm going to rake a random guess: x11-wm/xfce4 ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Eitan Adler
Sent: Monday, November 03, 2008 12:14 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED] ORG
Subject: Re: XFCE4

Thank you for your random guess, but research of the ports system seem to
indicate a whole suite of ports are needed to build a complete working
environment.
Waiting for a real user to fill in the details of what combination of ports
they used to build their XFCE4 desktop.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: XFCE4

2008-11-02 Thread Manolis Kiagias

joeb wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

FBSD1 wrote:
  

What port names need to be installed to create a XFCE4 desktop


environment?
  

I was looking for a mega port like kde3 has but could not identify one.
Thanks in advance.



I'm going to rake a random guess: x11-wm/xfce4 ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Eitan Adler
Sent: Monday, November 03, 2008 12:14 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED] ORG
Subject: Re: XFCE4

Thank you for your random guess, but research of the ports system seem to
indicate a whole suite of ports are needed to build a complete working
environment.
Waiting for a real user to fill in the details of what combination of ports
they used to build their XFCE4 desktop.

  


It is not really a random guess, x11-wm/xfce4 is the metaport you need 
to build for a working XFCE4 environment.
There are a couple of additional tools you may also wish to use in this 
environment. I would recommend graphics/ristretto for a lightweight 
image viewer,  sysutils/thunar-volman-plugin to handle mounting of 
external media, sysutils/xfce4-battery-plugin if running on a laptop.


Also, make sure to read:

Section 5.7.4:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html

For usb mounting:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html

For policy kit / hal settings:

http://www.freebsd.org/gnome/docs/halfaq.html

and when compiling Thunar (the file manager) make sure to select FAM 
support from the options dialog.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Broken quoting (was Re: XFCE4)

2008-11-02 Thread Jonathan McKeown
On Monday 03 November 2008 08:38:07 joeb wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 FBSD1 wrote:
  What port names need to be installed to create a XFCE4 desktop

 environment?

  I was looking for a mega port like kde3 has but could not identify one.
  Thanks in advance.

 I'm going to rake a random guess: x11-wm/xfce4 ?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Eitan Adler
 Sent: Monday, November 03, 2008 12:14 PM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED] ORG
 Subject: Re: XFCE4

 Thank you for your random guess, but research of the ports system seem to
 indicate a whole suite of ports are needed to build a complete working
 environment.
 Waiting for a real user to fill in the details of what combination of ports
 they used to build their XFCE4 desktop.

I don't know whether it's you or your email client, but your quoting is 
hideously broken. Please fix it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: XFCE4

2008-11-02 Thread Polytropon
On Mon, 03 Nov 2008 08:50:26 +0200, Manolis Kiagias [EMAIL PROTECTED] wrote:
 It is not really a random guess, x11-wm/xfce4 is the metaport you need 
 to build for a working XFCE4 environment.

This provides you will the basic functionalities of XFCE 4. You
pointed out correctly that there are tools someone might want to
install afterwards. You gave some good suggestions.



 There are a couple of additional tools you may also wish to use in this 
 environment. I would recommend graphics/ristretto for a lightweight 
 image viewer,  sysutils/thunar-volman-plugin to handle mounting of 
 external media, sysutils/xfce4-battery-plugin if running on a laptop.

The sysutils category of the ports offers even more little plugins
for operations and diagnostics that might be useful at some point.

If you're interested, I'd recommend these articles to have a look
at, in case you want a standard look. :-)


http://xubuntublog.wordpress.com/2008/02/10/design-your-own-desktop-with-xfce-44/


http://xubuntublog.wordpress.com/2008/02/15/design-your-own-desktop-with-xfce-44-part-2/

Don't mind it's from a Linux blog, it will work in FreeBSD, too.

-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4 and 6.2: dbus-daemon is using 100% cpu

2007-09-02 Thread Jason Morgan
On Sun, Sep 02, 2007 at 11:31:48AM -0400, Charlie wrote:
 Hi everyone,
 
 I'm running 6.2-RELEASE on two systems (a Pentium 4 and a dual Athlon), and
 whenever I log into Xfce4, I notice that a process called dbus-daemon is
 invoked and eats up 100% of the CPU when no other processes are running.
 
 If another process is running, dbus-daemon only hogs about 50% of the CPU,
 but this is still frustrating. If, for example, I am compiling a port,
 dbus-daemon takes about 50% of my CPU time, leaving only half the
 processor's time for compiling.
 
 I am fairly new to xfce, and googling the issue hasn't helped me out. Any
 ideas? How can I fix dbus so it doesn't use so much CPU, or how can I
 disable it completely? I know it is used for inter-application
 communication, but I'm not entirely sure I need it (I don't see any adverse
 effects when I kill it manually).
 
 I don't see anything unusual in /var/log/messages, nor any errors in
 ~/.xsession-errors.
 
 Thanks for the help,
 
 Charlie

I've run into this before (along with other dbus/Thunar issues) and it
was only fixed by building XFCE from source. Installing from the
package has always caused problems for me. I run XFCE on three
workstations -- though I run -STABLE -- all of them had the same
problem.

I know, not much help.

Cheers,

~Jason
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4 enable shutdown

2007-07-24 Thread Andriy Babiy
On July 23, 2007, Garrett Cooper wrote:
 Andriy Babiy wrote:
  Hi everybody,
 
  I'm experiencing a minor problem with xfce4 - can't enable
  reboot/shutdown options in the menu.
  I had the following lines in my sudoers file (I used the second one):
  1)
  %groupnameALL = NOPASSWD:/usr/local/libexec/xfsm-shutdown-helper
  2)
  ALIAS_NAME ALL = (ALL) NOPASSWD: ALL
 
  It worked just fine this morning. I upgraded some ports - all of them
  are up-to-date now; I tried either of the lines and both, but
  reboot/shutdown options are disabled. I am still able to
  reboot/shutdown from the console using:
  sudo shutdown -r (or -p) now
  But the menu options stay disabled.
  xfce documentation and google refer to the above mentioned lines. What
  can I do else to enable reboot/shutdown options?
 
  Thank you in advance!
  Andriy

 sudo had segfault issues that I believe were corrected today thanks
 to a few porter's hard work.
 Update your ports again and see if the issue still occurs for you.
 Cheers,
 -Garrett

You are right. That fixed the problem. Thank you for advice.
Andriy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4 enable shutdown

2007-07-23 Thread Garrett Cooper

Andriy Babiy wrote:

Hi everybody,

I'm experiencing a minor problem with xfce4 - can't enable
reboot/shutdown options in the menu.
I had the following lines in my sudoers file (I used the second one):
1)
%groupnameALL = NOPASSWD:/usr/local/libexec/xfsm-shutdown-helper
2)
ALIAS_NAME ALL = (ALL) NOPASSWD: ALL

It worked just fine this morning. I upgraded some ports - all of them
are up-to-date now; I tried either of the lines and both, but
reboot/shutdown options are disabled. I am still able to reboot/shutdown
from the console using:
sudo shutdown -r (or -p) now
But the menu options stay disabled.
xfce documentation and google refer to the above mentioned lines. What
can I do else to enable reboot/shutdown options?

Thank you in advance!
Andriy


   sudo had segfault issues that I believe were corrected today thanks 
to a few porter's hard work.

   Update your ports again and see if the issue still occurs for you.
Cheers,
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4 + hal can't/won't mount cdrom

2007-05-28 Thread Joe Marcus Clarke
On Mon, 2007-05-28 at 14:50 +1200, James Butler wrote:
 Hi Lists
 I've just (Saturday) built a fresh -CURRENT with xorg-7.2, xfce-4.4.1_1 and
 HAL support. When I insert any cd in the drive, I get the cd icon appearing
 on the desktop or in Thunar, but trying to open it gives an error dialog:
 
 Unable to mount FreeBSD_Install:
 Mount operation claims to be successfull [sic], but kernel doesn't list the
 volume as mounted
 
 Any ideas? I have googled around with little luck.
 
 My rc.conf includes:
 dbus_enable=YES
 hald_enable=YES
 polkitd_enable=YES
 
 My user is in group 'operator'. I can manually mount cds without problems.
 
 I performed the steps suggested for HAL debugging in the freebsd-gnome FAQ,
 the script session is available at
 http://homepages.ihug.co.nz/~sweetnavelorange/hal_trouble.txt

You need to remove acd0 from /etc/fstab.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: xfce4 + hal can't/won't mount cdrom

2007-05-28 Thread James Butler

On 5/28/07, Joe Marcus Clarke [EMAIL PROTECTED] wrote:


On Mon, 2007-05-28 at 14:50 +1200, James Butler wrote:
 Hi Lists
 I've just (Saturday) built a fresh -CURRENT with xorg-7.2, xfce-4.4.1_1and
 HAL support. When I insert any cd in the drive, I get the cd icon
appearing
 on the desktop or in Thunar, but trying to open it gives an error
dialog:

 Unable to mount FreeBSD_Install:
 Mount operation claims to be successfull [sic], but kernel doesn't list
the
 volume as mounted

 Any ideas? I have googled around with little luck.

 My rc.conf includes:
 dbus_enable=YES
 hald_enable=YES
 polkitd_enable=YES

 My user is in group 'operator'. I can manually mount cds without
problems.

 I performed the steps suggested for HAL debugging in the freebsd-gnome
FAQ,
 the script session is available at
 http://homepages.ihug.co.nz/~sweetnavelorange/hal_trouble.txt

You need to remove acd0 from /etc/fstab.

Joe

--
PGP Key : http://www.marcuscom.com/pgp.asc

Phew, that was painless. Thanks heaps.


-James
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4 repair, how to recompile everything?

2006-11-15 Thread Christian Walther

hmm,

cd /usr/ports/x11-wm/xfce4
make reinstall  make clean

should work.


On 15/11/06, Armin Arh [EMAIL PROTECTED] wrote:

I would like to recompile all of the xfce4 stuff.

Is the ports system offering a solution here?
maybe something like:

make reinstall IF CATEGORIES IS xfce4

Armin
--
PUBBOX Postmaster + spam-killer. Free email addresses at http://pubbox.net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4 repair, how to recompile everything?

2006-11-15 Thread John Nielsen
On Wednesday 15 November 2006 11:42, Armin Arh wrote:
 I would like to recompile all of the xfce4 stuff.

 Is the ports system offering a solution here?
 maybe something like:

 make reinstall IF CATEGORIES IS xfce4

If you use portupgrade, you should be able to do something like:

# portupgrade -fR xfce\*

You can add the -n and -v flags to do a dry run and make sure that it's 
going to do the right thing. This is the safest bet if you're worried about 
any libraries having changed version or location since it will recurse all 
the way up the dependency tree to include things like xorg-libraries and 
gtk20.

If you don't want to recompile e.g. any part of xorg, add an exclusion or two:

# portupgrade -fR -x xorg\* xfce\*

And if you really want to only rebuild xfce-specific packages, just use a 
wildcard and leave out the -R flag:

# portupgrade -f \*xfce\*


Regards,

JN
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4 repair, how to recompile everything?

2006-11-15 Thread John Nielsen
On Wednesday 15 November 2006 11:47, Christian Walther wrote:
 On 15/11/06, Armin Arh [EMAIL PROTECTED] wrote:
  I would like to recompile all of the xfce4 stuff.
 
  Is the ports system offering a solution here?
  maybe something like:
 
  make reinstall IF CATEGORIES IS xfce4

 hmm,

 cd /usr/ports/x11-wm/xfce4
 make reinstall  make clean

 should work.

That would re-install the meta-port, but not actually change anything on the 
system.

JN
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4 repair, how to recompile everything?

2006-11-15 Thread Jerry McAllister
On Wed, Nov 15, 2006 at 05:42:01PM +0100, Armin Arh wrote:

 I would like to recompile all of the xfce4 stuff.
 
 Is the ports system offering a solution here?
 maybe something like:

just do make
make install

jerry

 
 make reinstall IF CATEGORIES IS xfce4
 
 Armin
 -- 
 PUBBOX Postmaster + spam-killer. Free email addresses at http://pubbox.net/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4 repair, how to recompile everything?

2006-11-15 Thread Christian Walther

On 15/11/06, John Nielsen [EMAIL PROTECTED] wrote:
[...]

 cd /usr/ports/x11-wm/xfce4
 make reinstall  make clean

 should work.

That would re-install the meta-port, but not actually change anything on the
system.


Thanks for pointing this out. Time to get a more closer look on the
portupgrade documentation... :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4 repair, how to recompile everything?

2006-11-15 Thread Armin Arh
Leads me to some more troble:

# pwd
/usr/ports/sysutils/portupgrade
# make install
...
...
/bin/cp -R 
/home/ports/wrkdir/usr/ports/databases/ruby-bdb/work/bdb-0.5.9/docs/doc 
/usr/local/share/doc/ruby18/bdb/
cp: /home/ports/wrkdir/usr/ports/databases/ruby-bdb/work/bdb-0.5.9/docs/doc: No 
such file or directory
*** Error code 1
Stop in /usr/ports/databases/ruby-bdb.
*** Error code 1
Stop in /usr/ports/sysutils/portupgrade.

what's wrong here?

Armin

On Wed, Nov 15, 2006 at 12:00:44PM -0500, John Nielsen wrote:
 
 # portupgrade -f \*xfce\*

-- 
PUBBOX Postmaster + spam-killer. Free email addresses at http://pubbox.net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4-desktop

2005-11-09 Thread Luk van den Borne
That's not something specific to this port. It happened to me before.
A quickfix is to hit alt+F2 and run xfdesktop. Remember to save the
session when you logout.

2005/11/9, Blake Darche [EMAIL PROTECTED]:
 I think xfce4-desktop port is broken.  I updated my ports tree earlier
 tonight and did a portupgrade tonight and it broke.  It worked earlier
 today...  It appears some xfce4 ports have gone to 4.3.2.1 and some
 have not:

 [EMAIL PROTECTED] pkg_info | grep xfce
 gtk-xfce-engine-2.2.8 An XFCE engine for GTK 2.0
 libxfce4gui-4.2.3   XFce 4 widget library required by xfce4 and xfwm4
 libxfce4mcs-4.2.3   XFce 4 settings management library used by most XFce 4 
 modu
 libxfce4util-4.2.3.1 XFce 4 library with non-graphical helper functions
 xfce-4.2.3.1The meta-port for the XFce 4 desktop environment
 xfce4-appfinder-4.2.3 Find application in the system supporting
 Desktop entry for
 xfce4-desktop-4.2.3 XFce 4 desktop background manager and root menu
 xfce4-fm-4.2.3  XFce 4 file manager
 xfce4-icon-theme-4.2.3 Icon themes for XFce 4
 xfce4-iconbox-4.2.3 XFce 4 icon box, an alternative taskbar
 xfce4-mcs-manager-4.2.3 XFce 4 settings manager
 xfce4-mcs-plugins-4.2.3 XFce 4 settings manager plugins
 xfce4-mixer-4.2.3   XFce 4 volume mixer module for xfce4-panel
 xfce4-panel-4.2.3   XFce 4 panel module
 xfce4-print-4.2.3   XFce 4 graphical frontend for printing
 xfce4-session-4.2.3 Session manager for the Xfce 4 desktop environment
 xfce4-systray-4.2.3 XFce 4 system tray module for xfce4-panel
 xfce4-toys-4.2.3Toys for the XFce 4 panel
 xfce4-trigger-launcher-4.2.3 A command trigger plugin for xfce4-panel
 xfce4-utils-4.2.3   XFce 4 essential utilities and scripts
 xfce4-wm-4.2.3.1XFce 4 window manager


 Anyone got any ideas?  xfce still works, just no desktop background,
 and no right clicking on the desktop.  And of course the X11 standard
 screen of grey squares where the desktop picture used to be.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4 error

2005-03-25 Thread Rob
Matt Juszczak wrote:
 Installed xorg and xfce4 
 
 Then I get the following.  Any ideas?  Thank you!

[...cut...]

 _IceTransmkdir: ERROR: euid != 0,directory
 /tmp/.ICE-unix will not be 
 created.

You either need to update your system to get the
newer /etc/rc.d/cleartmp, or do manually what
is done in there at the bottom of the script:

x11_socket_dirs=/tmp/.X11-unix /tmp/.ICE-unix \
 /tmp/.font-unix /tmp/.XIM-unix
 
# Create socket directories with correct permissions
# to avoid security problem.
rm -fr ${x11_socket_dirs}
mkdir -m 1777 ${x11_socket_dirs}


---
Rob.



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4 error

2005-03-25 Thread J. Martin Petersen
Matt Juszczak wrote:
Installed xorg and xfce4 
Then I get the following.  Any ideas?  Thank you!
-Matt
---snip---
heather$ startxfce4
/usr/X11R6/bin/startxfce4: Starting X server
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 5.3 i386 [ELF]
Current Operating System: FreeBSD heather 5.3-RELEASE FreeBSD 
5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 25 March 2005
   Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Fri Mar 25 03:26:15 2005
(==) Using config file: /etc/X11/XF86Config
xscreensaver: not found
Agent pid 18253

** (xfce-mcs-manager:18257): CRITICAL **: find_master: assertion 
`mixer_handle != -1' failed

** (xfce-mcs-manager:18257): WARNING **: oss: No master volume
_IceTransmkdir: ERROR: euid != 0,directory /tmp/.ICE-unix will not be 
created.
_IceTransSocketUNIXCreateListener: mkdir(/tmp/.ICE-unix) failed, errno = 2
_IceTransMakeAllCOTSServerListeners: failed to create listener for local
xfce4-session: Unable to establish ICE listeners: Cannot establish any 
listening sockets
Agent pid 18253 killed

waiting for X server to shut down The application 'xfce-mcs-manager' 
lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
Maybe the following from /usr/ports/UPDATING can help?
|20050126:
|  AFFECTS: users of x11-wm/xfce4
|  AUTHOR: [EMAIL PROTECTED]
|
|  If you use Xorg 6.8.1: Make shure there is an /tmp/.ICE-unix with
|  propper rights. For further informations about that, please refer to
|  2004122
|  Please update all your plugins as well when you update from 4.0.6 to
|  4.2. They all need recompiling to link against the new xfce libraries
Cheers, Martin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4 error

2005-03-25 Thread Matt Juszczak
I should read more.  Thanks. :)
J. Martin Petersen wrote:
Matt Juszczak wrote:
Installed xorg and xfce4 
Then I get the following.  Any ideas?  Thank you!
-Matt
---snip---
heather$ startxfce4
/usr/X11R6/bin/startxfce4: Starting X server
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 5.3 i386 [ELF]
Current Operating System: FreeBSD heather 5.3-RELEASE FreeBSD 
5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 25 March 2005
   Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Fri Mar 25 03:26:15 2005
(==) Using config file: /etc/X11/XF86Config
xscreensaver: not found
Agent pid 18253

** (xfce-mcs-manager:18257): CRITICAL **: find_master: assertion 
`mixer_handle != -1' failed

** (xfce-mcs-manager:18257): WARNING **: oss: No master volume
_IceTransmkdir: ERROR: euid != 0,directory /tmp/.ICE-unix will not be 
created.
_IceTransSocketUNIXCreateListener: mkdir(/tmp/.ICE-unix) failed, 
errno = 2
_IceTransMakeAllCOTSServerListeners: failed to create listener for local
xfce4-session: Unable to establish ICE listeners: Cannot establish 
any listening sockets
Agent pid 18253 killed

waiting for X server to shut down The application 'xfce-mcs-manager' 
lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.

Maybe the following from /usr/ports/UPDATING can help?
|20050126:
|  AFFECTS: users of x11-wm/xfce4
|  AUTHOR: [EMAIL PROTECTED]
|
|  If you use Xorg 6.8.1: Make shure there is an /tmp/.ICE-unix with
|  propper rights. For further informations about that, please refer to
|  2004122
|  Please update all your plugins as well when you update from 4.0.6 to
|  4.2. They all need recompiling to link against the new xfce libraries
Cheers, Martin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

!DSPAM:4243cd6916672801758732!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]