Re: Can't set xfce4 logout dialog buttons

2012-12-12 Thread David Demelier
The weird thing is that my laptop has the buttons working, without running
startxfce4 with option neither with PolicyKit.conf options but I will try
what you said, thanks.


2012/12/12 Warren Block wbl...@wonkity.com

 On Mon, 10 Dec 2012, David Demelier wrote:

  I added a file for handling shutdown / reboot for Xfce4, the content is
 located in /usr/local/etc/polkit-1/**localauthority/50-local.d/51-**
 sys-mgmt.pkla.

 [Restart]
 Identity=unix-group:operator
 Action=org.freedesktop.**consolekit.system.restart
 ResultAny=yes
 ResultInactive=yes
 ResultActive=yes

 [Shutdown]
 Identity=unix-group:operator
 Action=org.freedesktop.**consolekit.system.stop
 ResultAny=yes
 ResultInactive=yes
 ResultActive=yes

 But clicking on the on the logout button, will open the xfce4 dialog and
 only shows Logout all others buttons are grey'ed. I have exactly the same
 setup on my laptop but with a [Suspend] added, and on my laptop the dialog
 show Logout and all buttons authorized.

 On my both machine my user is in the operator group, so I don't know
 where I missed something for this machine..


 startxfce4 must be called with the --with-ck-launch option.  Then it works.




-- 
Demelier David
___
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: Can't set xfce4 logout dialog buttons

2012-12-12 Thread Warren Block

On Wed, 12 Dec 2012, David Demelier wrote:

The weird thing is that my laptop has the buttons working, without 
running startxfce4 with option neither with PolicyKit.conf options but 
I will try what you said, thanks.


This changed with the newer version.  I'd never needed --with-ck-launch 
before.

___
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: Can't set xfce4 logout dialog buttons

2012-12-11 Thread Leslie Jensen



David Demelier skrev 2012-12-10 22:23:

Hi,

I added a file for handling shutdown / reboot for Xfce4, the content is
located in
/usr/local/etc/polkit-1/localauthority/50-local.d/51-sys-mgmt.pkla.

[Restart]
Identity=unix-group:operator
Action=org.freedesktop.consolekit.system.restart
ResultAny=yes
ResultInactive=yes
ResultActive=yes

[Shutdown]
Identity=unix-group:operator
Action=org.freedesktop.consolekit.system.stop
ResultAny=yes
ResultInactive=yes
ResultActive=yes

But clicking on the on the logout button, will open the xfce4 dialog and
only shows Logout all others buttons are grey'ed. I have exactly the
same setup on my laptop but with a [Suspend] added, and on my laptop the
dialog show Logout and all buttons authorized.

On my both machine my user is in the operator group, so I don't know
where I missed something for this machine..

Do you have a better idea?

Cheers,
___
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




I don't know if this is any help, but I've seen the same on my systems!

On a newly installed 9.1-RC3 I do not have this problem.

I wonder if it has to do with some old files in our home folders that 
mess things up?


/Leslie





___
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: Can't set xfce4 logout dialog buttons

2012-12-11 Thread Dr. ZaITo

On 10/12/2012 22:23, David Demelier wrote:



I added a file for handling shutdown / reboot for Xfce4, the content is
located in
/usr/local/etc/polkit-1/localauthority/50-local.d/51-sys-mgmt.pkla.

[Restart]
Identity=unix-group:operator
Action=org.freedesktop.consolekit.system.restart
ResultAny=yes
ResultInactive=yes
ResultActive=yes

[Shutdown]
Identity=unix-group:operator
Action=org.freedesktop.consolekit.system.stop
ResultAny=yes
ResultInactive=yes
ResultActive=yes

But clicking on the on the logout button, will open the xfce4 dialog and
only shows Logout all others buttons are grey'ed. I have exactly the
same setup on my laptop but with a [Suspend] added, and on my laptop the
dialog show Logout and all buttons authorized.

On my both machine my user is in the operator group, so I don't know
where I missed something for this machine..

Do you have a better idea?



  Hi David,

I am using FreeBSD 8.2 Release  XFCE4. When I had this problem I edited 
/usr/local/etc/PolicyKit/PolicyKit.conf, adding the lines:


match action=org.freedesktop.hal.power-management.shutdown
return result=yes/
/match
match action=org.freedesktop.hal.power-management.reboot
return result=yes/
/match

in the section version: config version=0.1


You might serve useful.

Greetings!

--
 --

Dr_ZaITo

@: dr.za...@gmail.com

FreeBSD RELEASE

 --
___
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: Can't set xfce4 logout dialog buttons

2012-12-11 Thread Warren Block

On Mon, 10 Dec 2012, David Demelier wrote:

I added a file for handling shutdown / reboot for Xfce4, the content is 
located in 
/usr/local/etc/polkit-1/localauthority/50-local.d/51-sys-mgmt.pkla.


[Restart]
Identity=unix-group:operator
Action=org.freedesktop.consolekit.system.restart
ResultAny=yes
ResultInactive=yes
ResultActive=yes

[Shutdown]
Identity=unix-group:operator
Action=org.freedesktop.consolekit.system.stop
ResultAny=yes
ResultInactive=yes
ResultActive=yes

But clicking on the on the logout button, will open the xfce4 dialog and only 
shows Logout all others buttons are grey'ed. I have exactly the same setup 
on my laptop but with a [Suspend] added, and on my laptop the dialog show 
Logout and all buttons authorized.


On my both machine my user is in the operator group, so I don't know where I 
missed something for this machine..


startxfce4 must be called with the --with-ck-launch option.  Then it 
works.

___
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


Can't set xfce4 logout dialog buttons

2012-12-10 Thread David Demelier

Hi,

I added a file for handling shutdown / reboot for Xfce4, the content is 
located in 
/usr/local/etc/polkit-1/localauthority/50-local.d/51-sys-mgmt.pkla.


[Restart]
Identity=unix-group:operator
Action=org.freedesktop.consolekit.system.restart
ResultAny=yes
ResultInactive=yes
ResultActive=yes

[Shutdown]
Identity=unix-group:operator
Action=org.freedesktop.consolekit.system.stop
ResultAny=yes
ResultInactive=yes
ResultActive=yes

But clicking on the on the logout button, will open the xfce4 dialog and 
only shows Logout all others buttons are grey'ed. I have exactly the 
same setup on my laptop but with a [Suspend] added, and on my laptop the 
dialog show Logout and all buttons authorized.


On my both machine my user is in the operator group, so I don't know 
where I missed something for this machine..


Do you have a better idea?

Cheers,
___
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: starting xfce4 reboots machine

2012-06-04 Thread Waitman Gobble
On Jun 3, 2012 9:52 AM, Waitman Gobble gobble...@gmail.com wrote:



 On Thu, May 31, 2012 at 12:10 AM, Joe Gain joe.g...@gmail.com wrote:

 On Thu, May 31, 2012 at 8:43 AM, Waitman Gobble gobble...@gmail.com
wrote:
  On Wed, May 30, 2012 at 11:26 PM, Waitman Gobble gobble...@gmail.com
wrote:
 
 
 
  On Mon, May 28, 2012 at 10:25 AM, Waitman Gobble gobble...@gmail.com
wrote:
 
 
 
  On Mon, May 28, 2012 at 7:42 AM, Warren Block wbl...@wonkity.com
wrote:
 
  On Sun, 27 May 2012, Waitman Gobble wrote:
 
   Hi,
 
  I've been running FreeBSD 10.0-CURRENT for some months, last time i
  rebuilt
  the system was April 20th. I've rebooted my machine many times and
  started
  X and Xfce4 without any trouble, however today I'm out of town on
the
  road
  and when I startx my machine reboots. If I log in as root and
startx i
  can
  run xorg without xfce4. but if i try startxfce4 the machine
reboots. If
  I
  try to startx without xfce4 from my non-root account it locks up.
  It's pretty quick and nothing I can see in the logs...
 
  Anyone have any ideas about troubleshooting??? It seems like it's
out of
  the blue with no changes to the system that I recall. :)
 
 
  First, make sure you have cairo-1.10 instead of 1.12.  After that,
run
  pkg_libchk from sysutils/bsdadminscripts.  Rebuild anything that
says it is
  missing libxfce4-utils.
 
  After that, well, I still see some unsteadiness from xfce-4.10.
There's
  a long delay on start, like a DNS timeout (but I have working DNS).
   Switching to console works, switching back usually does not,
rebooting the
  machine.  Leaving X and starting again reboots the machine.  These
last two
  could be due to the recent X upgrade, except I'm pretty sure they
did not
  happen until xfce-4.10.
 
 
  thanks. i'll check it out..
 
  Waitman
 
 
  spending some time troubleshooting this. it's a weird harold, the
machine
  runs fine for days doing various things (but if i want X i have to
log in
  as root first and startx, otherwise instant reboot). I've noticed
that if i
  do a pkg_add the thing reboots, if i run SciTe editor it reboots.
like snap
  of a finger instantly.
 
  I can do pkg_delete, i deleted cairo (but it claimed to be 1.10). i'll
  have to re-add somehow, might have to build from source if it won't
stop
  rebooting :)
 
  i'll try the pkg_libchk
 
  Thanks,
 
  Waitman
 
 
  this is kind of strange, ls -l /usr/local/lib | grep cairo - what's up
with
  the zero-byte files.. i did do a pkg_delete but didn't expect to see
this.
 
  ___
  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

 Can't help with a solution.

 I had a very similar problem. I'm following 9.0-STABLE (rev. 235976
 ca. week old) using xfce and have a thinkpad laptop with intel
 on-board graphics chip. My problems started when I updated the cairo
 port, and at the time I couldn't really believe that cairo was the
 cause of _the_ problem, because of the way X was crashing. What was
 even more frustrating was that the Xorg log file was not revealing
 anything other than unknown error and segfault. So, I didn't know
 what to do for a while, and after spending a couple of days looking
 for an answer, downgrading cairo fixed that issue.

 Couple of days later the new xfce is also available, and I have had no
 problems running it, on stable with downgraded (currently current
 again*) cairo. Be sure to read UPDATING with respect to xfce4-utils
 etc.

 It would be interesting to hear from someone who knows what's going on
 as this is the first major hiccup that I've had using freebsd.

 Thanks, Joe

 *
http://www.freshports.org/commit.php?category=graphicsport=cairofiles=yesmessage_id=201205260354.q4q3sboi042...@repoman.freebsd.org
 --
 joe gain

 jacob-burckhardt-str. 16
 78464 konstanz
 germany

 +49 (0)7531 60389

 (...otherwise in ???)



 Hi,

 I think I finally got to the bottom of my instant rebooting issue. I did
a csup and rebuilt world/kernel, but doing a pkg_add or running xfce4 would
still reboot the machine. This morning I scoured my logs and found one
message that lead me to solution: bad dir ino  AT OFFSET xxx: MANGLED
ENTRY.

 It looks like on my machine that /var/tmp got wrecked, the fsck on boot
wasn't catching it.

  I booted into single user mode and ran fsck -y a few times, the second
time it skipped the journal to do a 'regular fsck' (maybe there is a switch
to force it to skip the journal anyway?). w/o Journal it picked up the
inode problems and fixed.. then mounted drive rw and deleted stuff in
/var/tmp

  pkg_add works fine now, i haven't tried xfce4 yet but i bet it's going
to work.

 Waitman Gobble
 San Jose California USA


I updated to xfce4.10 using amd64 packages and everything seems to work,
except for some reason startxfce4 is missing but i can get it to
start fine by putting exec xfce4

Re: starting xfce4 reboots machine

2012-06-04 Thread Gary Aitken

 I updated to xfce4.10 using amd64 packages and everything seems to work,
 except for some reason startxfce4 is missing but i can get it to
 start fine by putting exec xfce4-session in my .xinitrc.. anyone else
 experience this issue?

%which startxfce4
/usr/local/bin/startxfce4

installed from
  ports/x11-wm/xfce4
I think as a dependency on
  ports/x11-wm/xfce4-session

___
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: starting xfce4 reboots machine

2012-06-04 Thread Waitman Gobble
On Jun 4, 2012 1:58 PM, Gary Aitken free...@dreamchaser.org wrote:


  I updated to xfce4.10 using amd64 packages and everything seems to work,
  except for some reason startxfce4 is missing but i can get it to
  start fine by putting exec xfce4-session in my .xinitrc.. anyone else
  experience this issue?

 %which startxfce4
 /usr/local/bin/startxfce4

 installed from
  ports/x11-wm/xfce4
 I think as a dependency on
  ports/x11-wm/xfce4-session

 ___
 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

Thanks. that's where it used to be on my machine... this evening i'll check
and see if its in the tbz, i still have the package file.

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: starting xfce4 reboots machine

2012-06-03 Thread Waitman Gobble
On Thu, May 31, 2012 at 12:10 AM, Joe Gain joe.g...@gmail.com wrote:

 On Thu, May 31, 2012 at 8:43 AM, Waitman Gobble gobble...@gmail.com
 wrote:
  On Wed, May 30, 2012 at 11:26 PM, Waitman Gobble gobble...@gmail.com
 wrote:
 
 
 
  On Mon, May 28, 2012 at 10:25 AM, Waitman Gobble gobble...@gmail.com
 wrote:
 
 
 
  On Mon, May 28, 2012 at 7:42 AM, Warren Block wbl...@wonkity.com
 wrote:
 
  On Sun, 27 May 2012, Waitman Gobble wrote:
 
   Hi,
 
  I've been running FreeBSD 10.0-CURRENT for some months, last time i
  rebuilt
  the system was April 20th. I've rebooted my machine many times and
  started
  X and Xfce4 without any trouble, however today I'm out of town on the
  road
  and when I startx my machine reboots. If I log in as root and startx
 i
  can
  run xorg without xfce4. but if i try startxfce4 the machine reboots.
 If
  I
  try to startx without xfce4 from my non-root account it locks up.
  It's pretty quick and nothing I can see in the logs...
 
  Anyone have any ideas about troubleshooting??? It seems like it's
 out of
  the blue with no changes to the system that I recall. :)
 
 
  First, make sure you have cairo-1.10 instead of 1.12.  After that, run
  pkg_libchk from sysutils/bsdadminscripts.  Rebuild anything that says
 it is
  missing libxfce4-utils.
 
  After that, well, I still see some unsteadiness from xfce-4.10.
 There's
  a long delay on start, like a DNS timeout (but I have working DNS).
   Switching to console works, switching back usually does not,
 rebooting the
  machine.  Leaving X and starting again reboots the machine.  These
 last two
  could be due to the recent X upgrade, except I'm pretty sure they did
 not
  happen until xfce-4.10.
 
 
  thanks. i'll check it out..
 
  Waitman
 
 
  spending some time troubleshooting this. it's a weird harold, the
 machine
  runs fine for days doing various things (but if i want X i have to log
 in
  as root first and startx, otherwise instant reboot). I've noticed that
 if i
  do a pkg_add the thing reboots, if i run SciTe editor it reboots. like
 snap
  of a finger instantly.
 
  I can do pkg_delete, i deleted cairo (but it claimed to be 1.10). i'll
  have to re-add somehow, might have to build from source if it won't stop
  rebooting :)
 
  i'll try the pkg_libchk
 
  Thanks,
 
  Waitman
 
 
  this is kind of strange, ls -l /usr/local/lib | grep cairo - what's up
 with
  the zero-byte files.. i did do a pkg_delete but didn't expect to see
 this.
 
  ___
  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

 Can't help with a solution.

 I had a very similar problem. I'm following 9.0-STABLE (rev. 235976
 ca. week old) using xfce and have a thinkpad laptop with intel
 on-board graphics chip. My problems started when I updated the cairo
 port, and at the time I couldn't really believe that cairo was the
 cause of _the_ problem, because of the way X was crashing. What was
 even more frustrating was that the Xorg log file was not revealing
 anything other than unknown error and segfault. So, I didn't know
 what to do for a while, and after spending a couple of days looking
 for an answer, downgrading cairo fixed that issue.

 Couple of days later the new xfce is also available, and I have had no
 problems running it, on stable with downgraded (currently current
 again*) cairo. Be sure to read UPDATING with respect to xfce4-utils
 etc.

 It would be interesting to hear from someone who knows what's going on
 as this is the first major hiccup that I've had using freebsd.

 Thanks, Joe

 *
 http://www.freshports.org/commit.php?category=graphicsport=cairofiles=yesmessage_id=201205260354.q4q3sboi042...@repoman.freebsd.org
 --
 joe gain

 jacob-burckhardt-str. 16
 78464 konstanz
 germany

 +49 (0)7531 60389

 (...otherwise in ???)



Hi,

I think I finally got to the bottom of my instant rebooting issue. I did a
csup and rebuilt world/kernel, but doing a pkg_add or running xfce4 would
still reboot the machine. This morning I scoured my logs and found one
message that lead me to solution: bad dir ino  AT OFFSET xxx: MANGLED
ENTRY.

It looks like on my machine that /var/tmp got wrecked, the fsck on boot
wasn't catching it.

 I booted into single user mode and ran fsck -y a few times, the second
time it skipped the journal to do a 'regular fsck' (maybe there is a switch
to force it to skip the journal anyway?). w/o Journal it picked up the
inode problems and fixed.. then mounted drive rw and deleted stuff in
/var/tmp

 pkg_add works fine now, i haven't tried xfce4 yet but i bet it's going to
work.

Waitman Gobble
San Jose California 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: starting xfce4 reboots machine

2012-05-31 Thread Waitman Gobble
On Mon, May 28, 2012 at 10:25 AM, Waitman Gobble gobble...@gmail.comwrote:



 On Mon, May 28, 2012 at 7:42 AM, Warren Block wbl...@wonkity.com wrote:

 On Sun, 27 May 2012, Waitman Gobble wrote:

  Hi,

 I've been running FreeBSD 10.0-CURRENT for some months, last time i
 rebuilt
 the system was April 20th. I've rebooted my machine many times and
 started
 X and Xfce4 without any trouble, however today I'm out of town on the
 road
 and when I startx my machine reboots. If I log in as root and startx i
 can
 run xorg without xfce4. but if i try startxfce4 the machine reboots. If I
 try to startx without xfce4 from my non-root account it locks up.
 It's pretty quick and nothing I can see in the logs...

 Anyone have any ideas about troubleshooting??? It seems like it's out of
 the blue with no changes to the system that I recall. :)


 First, make sure you have cairo-1.10 instead of 1.12.  After that, run
 pkg_libchk from sysutils/bsdadminscripts.  Rebuild anything that says it is
 missing libxfce4-utils.

 After that, well, I still see some unsteadiness from xfce-4.10. There's a
 long delay on start, like a DNS timeout (but I have working DNS).
  Switching to console works, switching back usually does not, rebooting the
 machine.  Leaving X and starting again reboots the machine.  These last two
 could be due to the recent X upgrade, except I'm pretty sure they did not
 happen until xfce-4.10.


 thanks. i'll check it out..

 Waitman


spending some time troubleshooting this. it's a weird harold, the machine
runs fine for days doing various things (but if i want X i have to log in
as root first and startx, otherwise instant reboot). I've noticed that if i
do a pkg_add the thing reboots, if i run SciTe editor it reboots. like snap
of a finger instantly.

I can do pkg_delete, i deleted cairo (but it claimed to be 1.10). i'll have
to re-add somehow, might have to build from source if it won't stop
rebooting :)

i'll try the pkg_libchk

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: starting xfce4 reboots machine

2012-05-31 Thread Waitman Gobble
On Wed, May 30, 2012 at 11:26 PM, Waitman Gobble gobble...@gmail.comwrote:



 On Mon, May 28, 2012 at 10:25 AM, Waitman Gobble gobble...@gmail.comwrote:



 On Mon, May 28, 2012 at 7:42 AM, Warren Block wbl...@wonkity.com wrote:

 On Sun, 27 May 2012, Waitman Gobble wrote:

  Hi,

 I've been running FreeBSD 10.0-CURRENT for some months, last time i
 rebuilt
 the system was April 20th. I've rebooted my machine many times and
 started
 X and Xfce4 without any trouble, however today I'm out of town on the
 road
 and when I startx my machine reboots. If I log in as root and startx i
 can
 run xorg without xfce4. but if i try startxfce4 the machine reboots. If
 I
 try to startx without xfce4 from my non-root account it locks up.
 It's pretty quick and nothing I can see in the logs...

 Anyone have any ideas about troubleshooting??? It seems like it's out of
 the blue with no changes to the system that I recall. :)


 First, make sure you have cairo-1.10 instead of 1.12.  After that, run
 pkg_libchk from sysutils/bsdadminscripts.  Rebuild anything that says it is
 missing libxfce4-utils.

 After that, well, I still see some unsteadiness from xfce-4.10. There's
 a long delay on start, like a DNS timeout (but I have working DNS).
  Switching to console works, switching back usually does not, rebooting the
 machine.  Leaving X and starting again reboots the machine.  These last two
 could be due to the recent X upgrade, except I'm pretty sure they did not
 happen until xfce-4.10.


 thanks. i'll check it out..

 Waitman


 spending some time troubleshooting this. it's a weird harold, the machine
 runs fine for days doing various things (but if i want X i have to log in
 as root first and startx, otherwise instant reboot). I've noticed that if i
 do a pkg_add the thing reboots, if i run SciTe editor it reboots. like snap
 of a finger instantly.

 I can do pkg_delete, i deleted cairo (but it claimed to be 1.10). i'll
 have to re-add somehow, might have to build from source if it won't stop
 rebooting :)

 i'll try the pkg_libchk

 Thanks,

 Waitman


this is kind of strange, ls -l /usr/local/lib | grep cairo - what's up with
the zero-byte files.. i did do a pkg_delete but didn't expect to see this.
-rw-r--r--   1 root  wheel 0 May 30 23:16 libcairo-gobject.a
-rwxr-xr-x   1 root  wheel 0 May 30 23:16 libcairo-gobject.la
lrwxr-xr-x   1 root  wheel 0 May 30 23:16 libcairo-gobject.so - 
-rwxr-xr-x   1 root  wheel 0 May 30 23:16 libcairo-gobject.so.2
-rw-r--r--   1 root  wheel 0 May 30 23:16 libcairo-script-interpreter.a
-rwxr-xr-x   1 root  wheel 0 May 30 23:16 libcairo-script-interpreter.la
lrwxr-xr-x   1 root  wheel 0 May 30 23:16 
libcairo-script-interpreter.so - 
-rwxr-xr-x   1 root  wheel 0 May 30 23:16 
libcairo-script-interpreter.so.2
-rw-r--r--   1 root  wheel 0 May 30 23:16 libcairo.a
-rwxr-xr-x   1 root  wheel 0 May 30 23:16 libcairo.la
lrwxr-xr-x   1 root  wheel 0 May 30 23:16 libcairo.so - 
-rwxr-xr-x   1 root  wheel 0 May 30 23:16 libcairo.so.2
-rw-r--r--   1 root  wheel 75894 Mar  5 06:32 libpangocairo-1.0.a
-rwxr-xr-x   1 root  wheel  1705 Mar  5 06:32 libpangocairo-1.0.la
lrwxr-xr-x   1 root  wheel22 Mar  5 06:32 libpangocairo-1.0.so - 
libpangocairo-1.0.so.0
-rwxr-xr-x   1 root  wheel 53539 Mar  5 06:32 libpangocairo-1.0.so.0
___
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: starting xfce4 reboots machine

2012-05-31 Thread Joe Gain
On Thu, May 31, 2012 at 8:43 AM, Waitman Gobble gobble...@gmail.com wrote:
 On Wed, May 30, 2012 at 11:26 PM, Waitman Gobble gobble...@gmail.comwrote:



 On Mon, May 28, 2012 at 10:25 AM, Waitman Gobble gobble...@gmail.comwrote:



 On Mon, May 28, 2012 at 7:42 AM, Warren Block wbl...@wonkity.com wrote:

 On Sun, 27 May 2012, Waitman Gobble wrote:

  Hi,

 I've been running FreeBSD 10.0-CURRENT for some months, last time i
 rebuilt
 the system was April 20th. I've rebooted my machine many times and
 started
 X and Xfce4 without any trouble, however today I'm out of town on the
 road
 and when I startx my machine reboots. If I log in as root and startx i
 can
 run xorg without xfce4. but if i try startxfce4 the machine reboots. If
 I
 try to startx without xfce4 from my non-root account it locks up.
 It's pretty quick and nothing I can see in the logs...

 Anyone have any ideas about troubleshooting??? It seems like it's out of
 the blue with no changes to the system that I recall. :)


 First, make sure you have cairo-1.10 instead of 1.12.  After that, run
 pkg_libchk from sysutils/bsdadminscripts.  Rebuild anything that says it is
 missing libxfce4-utils.

 After that, well, I still see some unsteadiness from xfce-4.10. There's
 a long delay on start, like a DNS timeout (but I have working DNS).
  Switching to console works, switching back usually does not, rebooting the
 machine.  Leaving X and starting again reboots the machine.  These last two
 could be due to the recent X upgrade, except I'm pretty sure they did not
 happen until xfce-4.10.


 thanks. i'll check it out..

 Waitman


 spending some time troubleshooting this. it's a weird harold, the machine
 runs fine for days doing various things (but if i want X i have to log in
 as root first and startx, otherwise instant reboot). I've noticed that if i
 do a pkg_add the thing reboots, if i run SciTe editor it reboots. like snap
 of a finger instantly.

 I can do pkg_delete, i deleted cairo (but it claimed to be 1.10). i'll
 have to re-add somehow, might have to build from source if it won't stop
 rebooting :)

 i'll try the pkg_libchk

 Thanks,

 Waitman


 this is kind of strange, ls -l /usr/local/lib | grep cairo - what's up with
 the zero-byte files.. i did do a pkg_delete but didn't expect to see this.

 ___
 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

Can't help with a solution.

I had a very similar problem. I'm following 9.0-STABLE (rev. 235976
ca. week old) using xfce and have a thinkpad laptop with intel
on-board graphics chip. My problems started when I updated the cairo
port, and at the time I couldn't really believe that cairo was the
cause of _the_ problem, because of the way X was crashing. What was
even more frustrating was that the Xorg log file was not revealing
anything other than unknown error and segfault. So, I didn't know
what to do for a while, and after spending a couple of days looking
for an answer, downgrading cairo fixed that issue.

Couple of days later the new xfce is also available, and I have had no
problems running it, on stable with downgraded (currently current
again*) cairo. Be sure to read UPDATING with respect to xfce4-utils
etc.

It would be interesting to hear from someone who knows what's going on
as this is the first major hiccup that I've had using freebsd.

Thanks, Joe

* 
http://www.freshports.org/commit.php?category=graphicsport=cairofiles=yesmessage_id=201205260354.q4q3sboi042...@repoman.freebsd.org
-- 
joe gain

jacob-burckhardt-str. 16
78464 konstanz
germany

+49 (0)7531 60389

(...otherwise in ???)
___
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: starting xfce4 reboots machine

2012-05-28 Thread Warren Block

On Sun, 27 May 2012, Waitman Gobble wrote:


Hi,

I've been running FreeBSD 10.0-CURRENT for some months, last time i rebuilt
the system was April 20th. I've rebooted my machine many times and started
X and Xfce4 without any trouble, however today I'm out of town on the road
and when I startx my machine reboots. If I log in as root and startx i can
run xorg without xfce4. but if i try startxfce4 the machine reboots. If I
try to startx without xfce4 from my non-root account it locks up.
It's pretty quick and nothing I can see in the logs...

Anyone have any ideas about troubleshooting??? It seems like it's out of
the blue with no changes to the system that I recall. :)


First, make sure you have cairo-1.10 instead of 1.12.  After that, run 
pkg_libchk from sysutils/bsdadminscripts.  Rebuild anything that says it 
is missing libxfce4-utils.


After that, well, I still see some unsteadiness from xfce-4.10. 
There's a long delay on start, like a DNS timeout (but I have working 
DNS).  Switching to console works, switching back usually does not, 
rebooting the machine.  Leaving X and starting again reboots the 
machine.  These last two could be due to the recent X upgrade, except 
I'm pretty sure they did not happen until xfce-4.10.

___
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: starting xfce4 reboots machine

2012-05-28 Thread Waitman Gobble
On Mon, May 28, 2012 at 7:42 AM, Warren Block wbl...@wonkity.com wrote:

 On Sun, 27 May 2012, Waitman Gobble wrote:

  Hi,

 I've been running FreeBSD 10.0-CURRENT for some months, last time i
 rebuilt
 the system was April 20th. I've rebooted my machine many times and started
 X and Xfce4 without any trouble, however today I'm out of town on the road
 and when I startx my machine reboots. If I log in as root and startx i can
 run xorg without xfce4. but if i try startxfce4 the machine reboots. If I
 try to startx without xfce4 from my non-root account it locks up.
 It's pretty quick and nothing I can see in the logs...

 Anyone have any ideas about troubleshooting??? It seems like it's out of
 the blue with no changes to the system that I recall. :)


 First, make sure you have cairo-1.10 instead of 1.12.  After that, run
 pkg_libchk from sysutils/bsdadminscripts.  Rebuild anything that says it is
 missing libxfce4-utils.

 After that, well, I still see some unsteadiness from xfce-4.10. There's a
 long delay on start, like a DNS timeout (but I have working DNS).
  Switching to console works, switching back usually does not, rebooting the
 machine.  Leaving X and starting again reboots the machine.  These last two
 could be due to the recent X upgrade, except I'm pretty sure they did not
 happen until xfce-4.10.


thanks. i'll check it out..

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


starting xfce4 reboots machine

2012-05-27 Thread Waitman Gobble
Hi,

I've been running FreeBSD 10.0-CURRENT for some months, last time i rebuilt
the system was April 20th. I've rebooted my machine many times and started
X and Xfce4 without any trouble, however today I'm out of town on the road
and when I startx my machine reboots. If I log in as root and startx i can
run xorg without xfce4. but if i try startxfce4 the machine reboots. If I
try to startx without xfce4 from my non-root account it locks up.
It's pretty quick and nothing I can see in the logs...

Anyone have any ideas about troubleshooting??? It seems like it's out of
the blue with no changes to the system that I recall. :)

Thanks
Waitman Gobble
San Jose California 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 / 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


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

2012-01-06 Thread Waitman Gobble
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
___
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


xfce4-session stucks in nfsreq and makes heavy nfs traffic

2011-05-23 Thread Kochiro Iwao
Hi.
I'm in trouble that xfce4-session sometimes stucks in nfsreq.
I cannot kill the xfce4-session even using SIGKILL. It makes heavy
traffic (85Mbit/s average). On my system, /home is mounted over NFS and
the NFS server is built on CentOS. Why cannot I kill the process even
though soft mounted?  How to avoid stucking?

PID USERNAMETHR PRI NICE   SIZERES STATE   C   TIME   WCPU COMMAND
10635 meta  1  530   173M 21920K nfsreq  7 400:08 18.36% xfce4-sess

My fstab:
192.168.2.4:/export/home/staff /home/staff nfs rw,soft,retrycnt=60,retrans=100  
   0   0
192.168.2.4:/export/home/user /home/user nfs rw,soft,retrycnt=60,retrans=100
 0   0

XFCE4.8 is installed in my system:
xfce-4.8The meta-port for the XFce 4 desktop environment
xfce4-session-4.8.1 Session manager for the Xfce 4 desktop environment

-- 
kiwao m...@club.kyutech.ac.jp
___
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


xfce4, Thunar, and removable drives

2010-07-25 Thread Warren Block
With xfce4, USB memory sticks or hard drives cause an auto-mount (via 
hal)... and then multiple copies of the same device appear on the 
desktop.


For example, a Sandisk 8G USB stick with one UFS slice filling the whole 
device, volume label sandisk8g.


With Thunar set to Mount removable drives when hot-plugged, Mount 
removable media when inserted, and Browse removable media when 
inserted, connecting the stick causes two Thunar windows to open. 
Both point to /media/sandisk8g.


Removing the stick cleanly is also a little difficult.  Right-click, 
unmount... and then quickly remove it, or it will be remounted by the 
system and up come the two windows again.


Is this something due to hal seeing new volumes appear under the device 
name (da0s1) and the volume label?  I have not been successful in 
getting hal to stop looking at certain /dev directories.

___
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: Xorg 7.5, XFCE4 and radeon

2010-05-04 Thread Jerry
On Tue, 04 May 2010 14:48:39 -0400
Jimmie jimmie...@gmail.com articulated:

 Along with not being to start xfce4 many times, I've also lost the 
 resolution of 1600x1200 using any driver. Using the VESA driver I can 
 get 1280x1024 and start xfce4 all the time, using the radeon, ati or 
 radeonhd, 1600x1200 is washed out.
 
 All of this was working fine before the Xorg update.  I can supply
 more information if needed.

[snip]

There is at least one PR filed against this. A quick work around is to
delete 'xfce4-session' from your PC and then start Xfce4. It should
start correctly although you will be missing the services supplied by
the 'session' add-on, which is required I believe by the xfce meta
port. At least you can get Xfce4 up and running.

I cannot believe that this update was vetted thoroughly, however, it is
a little to late to bitch about it now. These sort of problems are
becoming all to common place lately, IMHO.


-- 
Jerry
freebsd.u...@seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

The answer to the question of Life, the Universe, and Everything is...

Four day work week,
Two ply toilet paper!
___
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: Xorg 7.5, XFCE4 and radeon

2010-05-04 Thread Jamie Griffin
 
 I cannot believe that this update was vetted thoroughly, however, it is
 a little to late to bitch about it now. These sort of problems are
 becoming all to common place lately, IMHO.
 
Feeling your frustration here as well. This latest update has caused a lot of 
us a great deal of problems: I have no X at all at the moment because of 
problems with the Intel driver. :-(


___
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: Xorg 7.5, XFCE4 and radeon

2010-05-04 Thread Warren Block

On Tue, 4 May 2010, Jimmie James wrote:


Along with not being to start xfce4 many times,


The workaround is to deinstall xfce4-session, or just keep trying until 
xfce starts.


I've also lost the resolution of 1600x1200 using any driver. Using the 
VESA driver I can get 1280x1024 and start xfce4 all the time, using 
the radeon, ati or radeonhd, 1600x1200 is washed out.


All of this was working fine before the Xorg update.  I can supply more 
information if needed.


First, try starting X without an xorg.conf.  It should use radeon and at 
least give you an Xorg.log which identifies problems.


If that doesn't work, try generating a new xorg.conf.  Things that 
looked weird in the current one: AllowEmptyInput (It's bad(TM)), 
DefaultDepth 16 (maybe due to limited VRAM), AccelMethod EXA commented, 
no 1600x1200 mode entry.  And you have some Intel leftovers from the 
original that won't hurt but look confusing.


-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: Xorg 7.5, XFCE4 and radeon

2010-05-04 Thread Jimmie James

On 05/04/10 17:03, Warren Block wrote:

On Tue, 4 May 2010, Jimmie James wrote:


Along with not being to start xfce4 many times,


The workaround is to deinstall xfce4-session, or just keep trying until
xfce starts.


This let's me start XFCE4


I've also lost the resolution of 1600x1200 using any driver. Using the
VESA driver I can get 1280x1024 and start xfce4 all the time, using
the radeon, ati or radeonhd, 1600x1200 is washed out.

All of this was working fine before the Xorg update. I can supply more
information if needed.


First, try starting X without an xorg.conf. It should use radeon and at
least give you an Xorg.log which identifies problems.


This gives me 1600x1200 @ 24bpp, however after a minute, or a few apps 
started, Xorg takes up 100% CPU and locks up the box. With the old 
config file, I still get the washed out look at 1600x1200. Oddly, if I 
only set 1280x1024 or lower, it wants to default to 1600x1200.


Without a xorg.conf file: http://pastebin.com/aiKzS62d
With xorg.conf file: http://pastebin.com/w8UsHBV6
xorg.conf file: http://pastebin.com/Zjh4FakN  (I'm tweaking to get it 
working, so it may not be 100% with the log file)


If that doesn't work, try generating a new xorg.conf. Things that looked
weird in the current one: AllowEmptyInput (It's bad(TM)), DefaultDepth
16 (maybe due to limited VRAM), AccelMethod EXA commented, no 1600x1200
mode entry. And you have some Intel leftovers from the original that
won't hurt but look confusing.

-Warren Block * Rapid City, South Dakota USA






--
It is difficult to get a man to understand something when his job 
depends on not understanding it. -- Upton Sinclair

Sent from my MOBILE DEVICE while pooping
___
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


Unable to start XFCE4 after update

2010-05-02 Thread Carmel
I updated my system last night (May 2) and now I cannot get Xfce4 to
start. The Loading screen appears and then crashes. I captured this
output:

Script started on Sun May  2 07:23:24 2010
xauth:  creating new authority file /home/gerard/.serverauth.1974


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 07:23:24 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 2007
xfdesktop[2029]: starting up
process 2015: 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
xfce4-settings-helper is already running

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.


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

(xfce4-settings-helper:2041): libxfcegui4-WARNING **: Disconnected from session 
manager.
Qt: Session management error: IO error occured opening connection
Abort trap (core dumped)

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

(xfce4-panel:2025): libxfcegui4-WARNING **: Disconnected from session manager.
Agent pid 2007 killed

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

(xfwm4:2023): libxfcegui4-WARNING **: Disconnected from session manager.

waiting for X server to shut down xfwm4: Fatal IO error 2 (No such file or 
directory) on X server :0.0.
xfce4-settings-helper: Fatal IO error 35 (Resource temporarily unavailable) on 
X server :0.0.

(xfdesktop:2029): libxfcegui4-WARNING **: ICE I/O Error

(xfdesktop:2029): libxfcegui4-WARNING **: Disconnected from session manager.
The application 'xfdesktop' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
Traceback (most recent call last):
  File /usr/local/bin/hp-systray, line 113, in module
systray.run(r1)
  File /usr/local/share/hplip/ui4/systemtray.py, line 705, in run
app = SystemTrayApp(sys.argv, read_pipe)
  File /usr/local/share/hplip/ui4/systemtray.py, line 307, in __init__
self.session_bus = SessionBus()
  File /usr/local/lib/python2.6/site-packages/dbus/_dbus.py, line 219, in 
__new__
mainloop=mainloop)
  File /usr/local/lib/python2.6/site-packages/dbus/_dbus.py, line 108, in 
__new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File /usr/local/lib/python2.6/site-packages/dbus/bus.py, line 125, in 
__new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed 
to connect to socket /var/tmp/dbus-RSkvfORraW: No such file or directory
hp-systray: Fatal IO error: client killed



Script done on Sun May  2 07:23:32 2010

This is the latest Xorg.0.log


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

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 freebsd-questions

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


Problem compiling xfce4-conf from ports

2010-02-07 Thread Arthur Barlow
It appears that there is a bug in the current set up scripts in
xfce4-conf.  It tries to run gtkdoc-fixxref and snags on an undeclared
variable.
___
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


XFCE4 Errors on FreeBSD 8.0 RELEASE

2009-12-10 Thread Diego Montalvo
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

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

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

Stop in /usr/ports/x11-wm/xfce4.

Anyone encounter the same problem installing xfce4?

Thanks in advance!
Diego
___
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: SLIM and XFCE4

2009-11-05 Thread Polytropon
On Wed, 4 Nov 2009 23:01:19 -0800 (PST), Alexandre L. axel...@ymail.com 
wrote:
 mmm. I don't know.
 But with this config file, XFCE4 launch is OK (or seems OK).

That may be possible, as well as correct.

I have learned - many many years ago, so it may already
have changed - that .xinitrc is a SHELL SCRIPT that is
executed on X startup. So all the rules for shell scripts
do apply, such as declaring the interpreter with the #!
special comment. Furthermore, .xinitrc serves as a kind of init
process, so that the exec statement is needed to replace
the .xinitrc process by the window manager.

See that .xsession serves a similar process and needs
a certain form so that programs that use it (e. g. xdm)
do the right thing. My .xsession does look like this:

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

It is needed so that xterms running csh inherit the settings
from my .cshrc, and then .xsession continues running as .xinitrc,
which finally runs as the window manager (here: WindowMaker,
last line exec wmaker).

But as I said, it may be handled completely differently
today.




-- 
Polytropon
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: SLIM and XFCE4

2009-11-05 Thread George Davidovich
On Thu, Nov 05, 2009 at 10:49:44PM +0100, Polytropon wrote:
 On Wed, 4 Nov 2009 23:01:19 -0800 (PST), Alexandre L. wrote:
  mmm. I don't know.  But with this config file, XFCE4 launch is OK
  (or seems OK).
 
 That may be possible, as well as correct.
 
 I have learned - many many years ago, so it may already have changed -
 that .xinitrc is a SHELL SCRIPT that is executed on X startup. So all
 the rules for shell scripts do apply, such as declaring the
 interpreter with the #!  special comment. Furthermore, .xinitrc serves
 as a kind of init process, so that the exec statement is needed to
 replace the .xinitrc process by the window manager.

That's always been my understanding, but if you examine the startx
script, you'll see otherwise.  From xinit(1): 

If no specific client program is given on the command line, xinit
will look for a file in the user's home directory called .xinitrc to
run as a shell script to start up client programs ... 
^

The interpretation being that .xinitrc can be an ordinary file, but
should be written to follow certain syntax rules (not unlike
/etc/rc.conf).  An example to illustrate:

$ echo 'var=Hello World; echo $var'  filename
$ sh filename
Hello World

Put simply, .xinitrc does not need a shebang line, and does not need to
be executable.  A simple 'exec ...' statement as the final line will
suffice.


-- 
George
___
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


Xfce4 on 8.0 RC2

2009-11-04 Thread Alex Huth
Hi!

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

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.

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:

Desk1: Terminal with several tabs
Desk2: firefox35
Desk3: Openoffice3 calc
Desk4: atunes

Desk1 -- Desk2 ok
Desk2 -- Desk3 ok
Desk1 -- Desk4 3 sec
Desk4 -- Desk1 3 sec
Desk2 -- Desk1 3 sec

I am running it on Dell Latitude E6500 with 4GB Ram. Any idea?

thx

Alex
___
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: SLIM and XFCE4

2009-11-04 Thread Polytropon
On Tue, 3 Nov 2009 03:25:07 -0800 (PST), Alexandre L. axel...@ymail.com 
wrote:
 .xinitrc (of my user)
 /usr/local/bin/startxfce4

Shouldn't it be

#!/bin/sh
exec /usr/local/bin/startxfce4

?


-- 
Polytropon
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 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


SLIM and XFCE4

2009-11-03 Thread Alexandre L.
Hi all,

I want to use SLIM (Graphical login manager for X11) with XFCE4.
After the installation, I have enabled it with the line slim_enable=YES in 
/etc/rc.conf
When I log in (from SLIM), the language in XFCE is english.

If I don't use SLIM, I log in on TTY and use %startx, XFCE language is in 
French (I have configured it).

Here my config files :

.dmrc (of my user)
[Desktop]
Session=Xfce4
Language=fr_FR.UTF-8



.login_conf (of my user)
me:\ 
:charset=ISO-8859-15:\
:lang=fr_FR.ISO8859-15:\ 


.xinitrc (of my user)
/usr/local/bin/startxfce4


I want to use SLIM to launch XFCE4 in French.

Thanks for your help.

Alexandre.




___
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: SLIM and XFCE4

2009-11-03 Thread Volodymyr Kostyrko

Alexandre L. wrote:

Hi all,

I want to use SLIM (Graphical login manager for X11) with XFCE4.
After the installation, I have enabled it with the line slim_enable=YES in 
/etc/rc.conf
When I log in (from SLIM), the language in XFCE is english.

If I don't use SLIM, I log in on TTY and use %startx, XFCE language is in 
French (I have configured it).

Here my config files :

.dmrc (of my user)
[Desktop]
Session=Xfce4
Language=fr_FR.UTF-8



.login_conf (of my user)
me:\ 
:charset=ISO-8859-15:\
:lang=fr_FR.ISO8859-15:\ 



.xinitrc (of my user)


export LANG fr_FR.UTF-8


/usr/local/bin/startxfce4

I want to use SLIM to launch XFCE4 in French.


--
Sphinx of black quartz judge my vow.

___
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


ports failed install xfce4

2009-07-25 Thread David Collins
Hi

I am trying to install xfce4. I have updated ports , following
UPDATING I uninstalled xfce4.4 and attempted to install xfce4.6.

I have googled this and not found anything other than a gentoo bug
that didn't have a solution.

The box is as follows

FreeBSD cobra.homeunix.com 7.2-STABLE FreeBSD 7.2-STABLE #1: Thu Jul
16 16:28:20 BST 2009
r...@cobra.homeunix.com:/usr/obj/usr/src/sys/COBRA  i386

I get the following error

...
gmake[2]: Entering directory
`/usr/ports/x11-wm/xfce4-desktop/work/xfdesktop-4.6.1/panel-plugin'
/bin/sh ../libtool --tag=CC   --mode=link cc -I../common
-I/usr/local/include -D_THREAD_SAFE -I/usr/local/include
-I/usr/local/include/xfce4 -I/usr/local/include/gtk-2.0
-I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0
-I/usr/local/include/cairo -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1
-I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0
-D_THREAD_SAFE -I/usr/local/include/xfce4/ -I/usr/local/include/xfce4
-I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-2.0
-I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0
-I/usr/local/include/cairo -I/usr/local/include/pixman-1
-I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0
-DDATADIR=\/usr/local/share\ -DLOCALEDIR=\/usr/local/share/locale\
-DBINDIR=\/usr/local/bin\ -O2 -fno-strict-aliasing -pipe   -o
xfce4-menu-plugin xfce4_menu_plugin-desktop-menu-plugin.o
../common/libxfdesktop-menu.la ../common/libxfdesktop.la -lSM -lICE
-R/usr/local/lib -lX11 -pthread -L/usr/local/lib -lxfcegui4
-lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr
-lXcursor -lXcomposite -lXdamage -lpangoft2-1.0 -lXfixes -lcairo -lX11
-lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0
-lglib-2.0   -pthread -L/usr/local/lib -lxfce4panel -lxfcegui4
-lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr
-lXcursor -lXcomposite -lXdamage -lpangoft2-1.0 -lXfixes -lcairo -lX11
-lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0
-lglib-2.0
libtool: link: cc -I../common -I/usr/local/include -D_THREAD_SAFE
-I/usr/local/include -I/usr/local/include/xfce4
-I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/pango-1.0 -I/usr/local/include/cairo
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/pixman-1 -I/usr/local/include/freetype2
-I/usr/local/include/atk-1.0 -D_THREAD_SAFE
-I/usr/local/include/xfce4/ -I/usr/local/include/xfce4
-I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-2.0
-I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0
-I/usr/local/include/cairo -I/usr/local/include/pixman-1
-I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0
-DDATADIR=\/usr/local/share\ -DLOCALEDIR=\/usr/local/share/locale\
-DBINDIR=\/usr/local/bin\ -O2 -fno-strict-aliasing -pipe -o
xfce4-menu-plugin xfce4_menu_plugin-desktop-menu-plugin.o -pthread
-pthread  ../common/.libs/libxfdesktop-menu.a
../common/.libs/libxfdesktop.a -L/usr/local/lib
/usr/local/lib/libxfce4panel.so /usr/local/lib/libxfcegui4.so
/usr/local/lib/libstartup-notification-1.so
/usr/local/lib/libxcb-aux.so /usr/local/lib/libxcb-event.so
/usr/local/lib/libxcb-atom.so /usr/local/lib/libSM.so
/usr/local/lib/libICE.so /usr/local/lib/libgtk-x11-2.0.so
/usr/local/lib/libxfce4util.so /usr/local/lib/libgdk-x11-2.0.so
/usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so
/usr/local/lib/libpangocairo-1.0.so /usr/local/lib/libgio-2.0.so
/usr/local/lib/libXinerama.so /usr/local/lib/libXi.so
/usr/local/lib/libXrandr.so /usr/local/lib/libXcursor.so
/usr/local/lib/libXcomposite.so /usr/local/lib/libXext.so
/usr/local/lib/libXdamage.so /usr/local/lib/libpangoft2-1.0.so
/usr/local/lib/libXfixes.so /usr/local/lib/libcairo.so
/usr/local/lib/libpixman-1.so -lpng
/usr/local/lib/libxcb-render-util.so /usr/local/lib/libxcb-render.so
/usr/local/lib/libXrender.so /usr/local/lib/libX11.so
/usr/local/lib/libxcb.so /usr/local/lib/libXau.so
/usr/local/lib/libXdmcp.so -lrpcsvc /usr/local/lib/libpango-1.0.so -lm
/usr/local/lib/libfontconfig.so /usr/local/lib/libfreetype.so -lz
/usr/local/lib/libexpat.so /usr/local/lib/libgobject-2.0.so
/usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so
/usr/local/lib/libintl.so /usr/local/lib/libiconv.so
/usr/local/lib/libpcre.so -pthread -Wl,-rpath -Wl,/usr/local/lib
-Wl,-rpath -Wl,/usr/local/lib
xfce4_menu_plugin-desktop-menu-plugin.o(.text+0x1220): In function
`dmp_create_file_chooser_button':
: undefined reference to `exo_gtk_file_chooser_add_thumbnail_preview'
gmake[2]: *** [xfce4-menu-plugin] Error 1
gmake[2]: Leaving directory
`/usr/ports/x11-wm/xfce4-desktop/work/xfdesktop-4.6.1/panel-plugin'
gmake[1]: *** [all

Hide Terminal window (using xfce4. and 7.2-RELEASE)?

2009-07-03 Thread Daniel Underwood
Whenever I run the particular Linux MATLAB installation I have access
to, it must be run from the command-line.  Consequently, I have the
MATLAB gui and an open terminal window (which only gets in the way).
Is there a way to hide this terminal window completely?  If I close
it, MATLAB closes.  I know I can move it to another Workspace, but I'm
hoping there's another way.

I don't mind that the Terminal window opens whenever I run MATLAB, I
would just like to be able to hide it each time.

NOTE: When I say hide, I mean simply make it not show up on the
screen.  I do not mean hide the process or anything of that nature.

TIA,
Daniel
___
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: Hide Terminal window (using xfce4. and 7.2-RELEASE)?

2009-07-03 Thread Polytropon
On Fri, 3 Jul 2009 15:57:13 -0400, Daniel Underwood djuatde...@gmail.com 
wrote:
 Whenever I run the particular Linux MATLAB installation I have access
 to, it must be run from the command-line.  Consequently, I have the
 MATLAB gui and an open terminal window (which only gets in the way).
 Is there a way to hide this terminal window completely?
 If I close
 it, MATLAB closes. 

Of course.



 I know I can move it to another Workspace, but I'm
 hoping there's another way.

This is a function the window manager (i. e. XFCE 4) will have
to do.

Maybe you can do a trick to not have a terminal window. How about
running the MATLAB program from a kind of Start: dialog. I know it
existed in XFCE 3. Create an icon for it, and as the command line,
enter the MATLAB starting command.

Or does MATLAB explicitlely require to run from out of a terminal
session?



 I don't mind that the Terminal window opens whenever I run MATLAB, I
 would just like to be able to hide it each time.

Check for some kind of minimize after start option in XFCE 4.





-- 
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: Hide Terminal window (using xfce4. and 7.2-RELEASE)?

2009-07-03 Thread Paul B. Mahol
On 7/3/09, Daniel Underwood djuatde...@gmail.com wrote:
 Whenever I run the particular Linux MATLAB installation I have access
 to, it must be run from the command-line.  Consequently, I have the
 MATLAB gui and an open terminal window (which only gets in the way).
 Is there a way to hide this terminal window completely?  If I close
 it, MATLAB closes.  I know I can move it to another Workspace, but I'm
 hoping there's another way.

 I don't mind that the Terminal window opens whenever I run MATLAB, I
 would just like to be able to hide it each time.

 NOTE: When I say hide, I mean simply make it not show up on the
 screen.  I do not mean hide the process or anything of that nature.

 TIA,
 Daniel
 ___
 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


Type this into terminal:
Ctrl+Z bg Enter Ctrl+D
-- 
Paul
___
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: Hide Terminal window (using xfce4. and 7.2-RELEASE)?

2009-07-03 Thread Warren Block

On Fri, 3 Jul 2009, Daniel Underwood wrote:


Whenever I run the particular Linux MATLAB installation I have access
to, it must be run from the command-line.


Why?  More specifically, can't it be started from the XFCE menu with 
Run Program or right-click the desktop and Create Launcher?


Consequently, I have the MATLAB gui and an open terminal window (which 
only gets in the way). Is there a way to hide this terminal window 
completely?  If I close it, MATLAB closes.  I know I can move it to 
another Workspace, but I'm hoping there's another way.


Can't see your command line.  If it's just a single command, you could 
run it as


  command 

which will run command in the background and leave it running if you 
close the terminal window.


-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: Hide Terminal window (using xfce4. and 7.2-RELEASE)?

2009-07-03 Thread Daniel Underwood
 Why?  More specifically, can't it be started from the XFCE menu with Run
 Program or right-click the desktop and Create Launcher?

I don't know, honestly.  Whenever I try to run it from a Launcher or
via Run Program, it will display the splash screen, but then
terminate.  This also happens on all Linux machines I use.
___
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: Hide Terminal window (using xfce4. and 7.2-RELEASE)?

2009-07-03 Thread Warren Block

On Fri, 3 Jul 2009, Daniel Underwood wrote:


Why?  More specifically, can't it be started from the XFCE menu with Run
Program or right-click the desktop and Create Launcher?


I don't know, honestly.  Whenever I try to run it from a Launcher or
via Run Program, it will display the splash screen, but then
terminate.  This also happens on all Linux machines I use.


Some searching suggests matlab -desktop may be what is needed.

-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: Hide Terminal window (using xfce4. and 7.2-RELEASE)?

2009-07-03 Thread Randy Pratt
On Fri, 3 Jul 2009 17:21:58 -0400
Daniel Underwood djuatde...@gmail.com wrote:

  Why?  More specifically, can't it be started from the XFCE menu with Run
  Program or right-click the desktop and Create Launcher?
 
 I don't know, honestly.  Whenever I try to run it from a Launcher or
 via Run Program, it will display the splash screen, but then
 terminate.  This also happens on all Linux machines I use.

I'm not familar with MATLAB but you may find ports/sysutils/screen
helpful.  See http://www.gnu.org/software/screen/ for more
information.  I use it for starting some programs in a detached
mode but they can be reattached at any time.

HTH,

Randy
___
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: Hide Terminal window (using xfce4. and 7.2-RELEASE)?

2009-07-03 Thread Polytropon
On Fri, 3 Jul 2009 18:28:29 -0400, Randy Pratt bsd-u...@embarqmail.com wrote:
 I'm not familar with MATLAB but you may find ports/sysutils/screen
 helpful.  See http://www.gnu.org/software/screen/ for more
 information.  I use it for starting some programs in a detached
 mode but they can be reattached at any time.

There's a tool called detach included in the ports. It allows you
to start a process and then keep it running independent of the
existence of its starting shell or your login shell.



-- 
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: Hide Terminal window (using xfce4. and 7.2-RELEASE)?

2009-07-03 Thread Daniel Underwood
 Some searching suggests matlab -desktop may be what is needed.

Yep, that did it! Thanks!
___
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


gmplayer cannot show video in xfce4

2009-06-19 Thread Carmel NY
When I start mplayer (gmplayer) from within xfce4 and attempt to play a
video, I receive an error message. The audio portion works fine however.

The screen-shot of the error message is viewable here:

http://imagebin.ca/view/OdMEXlY.html

What is strange is that the video was working until I modified the
PolicyKit.conf file. This is the modification I added. I substituted
'me' for the actual users name.

match action=org.freedesktop.hal.storage.mount-removable
  match user=me
return result=yes/
  /match
/match

match action=org.freedesktop.hal.storage.mount-fixed
  match user=me
return result=yes/
  /match
/match

match user=me
return result=yes/
/match 

If I remove the modifications, I cannot mount a CD. Is there something
else I should be or not be doing here?

-- 
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: gmplayer cannot show video in xfce4

2009-06-19 Thread Paul B. Mahol
On 6/19/09, Carmel NY carmel...@hotmail.com wrote:
 When I start mplayer (gmplayer) from within xfce4 and attempt to play a
 video, I receive an error message. The audio portion works fine however.

 The screen-shot of the error message is viewable here:

   http://imagebin.ca/view/OdMEXlY.html

 What is strange is that the video was working until I modified the
 PolicyKit.conf file. This is the modification I added. I substituted
 'me' for the actual users name.

 match action=org.freedesktop.hal.storage.mount-removable
   match user=me
 return result=yes/
   /match
 /match

 match action=org.freedesktop.hal.storage.mount-fixed
   match user=me
 return result=yes/
   /match
 /match

 match user=me
 return result=yes/
 /match

 If I remove the modifications, I cannot mount a CD. Is there something
 else I should be or not be doing here?


Somehow hal manages to break -vo xv ? Try with mplayer and see full
error message.
What video driver are you using?

-- 
Paul
___
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: gmplayer cannot show video in xfce4

2009-06-19 Thread Carmel NY
On Fri, 19 Jun 2009 17:08:59 +0200
Paul B. Mahol one...@gmail.com wrote:

 Somehow hal manages to break -vo xv ? Try with mplayer and see full
 error message.
 What video driver are you using?

I am using the 'nv' driver.

Using mplayer from the console does not produce an error. Of course,
all I get is the audio track. No error message is displayed.

So, if I use hal I lose the ability to view videos? That kind of sucks.
Obviously, someone must know about it so I assume submitting a bug
report would be a waste of time.

-- 
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: gmplayer cannot show video in xfce4

2009-06-19 Thread Paul B. Mahol
On 6/19/09, Carmel NY carmel...@hotmail.com wrote:
 On Fri, 19 Jun 2009 17:08:59 +0200
 Paul B. Mahol one...@gmail.com wrote:

 Somehow hal manages to break -vo xv ? Try with mplayer and see full
 error message.
 What video driver are you using?

 I am using the 'nv' driver.

 Using mplayer from the console does not produce an error. Of course,
 all I get is the audio track. No error message is displayed.

Not from console; from xterm. And if xv is not available, x11 is just
fine(but slow).

-- 
Paul
___
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: gmplayer cannot show video in xfce4

2009-06-19 Thread Carmel NY
On Fri, 19 Jun 2009 19:05:13 +0200
Paul B. Mahol one...@gmail.com wrote:

 Not from console; from xterm. And if xv is not available, x11 is just
 fine(but slow).

This is everything:

MPlayer 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (Family: 15, Model: 75, 
Stepping: 2)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.

Playing Answer_Lady.mpg.
MPEG-PS file format detected.
VIDEO:  MPEG2  320x240  (aspect 2)  25.000 fps  1379.2 kbps (172.4 kbyte/s)
==
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 320 x 240 (preferred colorspace: Mpeg PES)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
VDecoder init failed :(
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b
Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2))
==
==
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000-176400)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==
AO: [oss] 44100Hz 2ch s16le (2 bytes per sample)
Starting playback...
VDec: vo config request - 320 x 240 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [xv] 320x240 = 320x240 Planar YV12 
New_Face failed. Maybe the font path is wrong. 2 ??% ??% ??,?% 0 0 
Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.


Now, the video did display and the audio is present. So why does it work
from an xterm display but not otherwise?

-- 
Carmel
car...@hotmail.com

The man who runs may fight again.

Menander
___
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: gmplayer cannot show video in xfce4

2009-06-19 Thread Paul B. Mahol
On 6/19/09, Carmel NY carmel...@hotmail.com wrote:
 On Fri, 19 Jun 2009 19:05:13 +0200
 Paul B. Mahol one...@gmail.com wrote:

 Not from console; from xterm. And if xv is not available, x11 is just
 fine(but slow).

 This is everything:

 MPlayer 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team
 CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (Family: 15, Model: 75,
 Stepping: 2)
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
 Compiled with runtime CPU detection.

 Playing Answer_Lady.mpg.
 MPEG-PS file format detected.
 VIDEO:  MPEG2  320x240  (aspect 2)  25.000 fps  1379.2 kbps (172.4 kbyte/s)
 ==
 Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
 VDec: vo config request - 320 x 240 (preferred colorspace: Mpeg PES)
 Could not find matching colorspace - retrying with -vf scale...
 Opening video filter: [scale]
 The selected video_out device is incompatible with this codec.
 Try appending the scale filter to your filter list,
 e.g. -vf spp,scale instead of -vf spp.
 VDecoder init failed :(
 Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b
 Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2))
 ==
 ==
 Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
 AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000-176400)
 Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
 ==
 AO: [oss] 44100Hz 2ch s16le (2 bytes per sample)
 Starting playback...
 VDec: vo config request - 320 x 240 (preferred colorspace: Planar YV12)
 VDec: using Planar YV12 as output csp (no 0)
 Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
 VO: [xv] 320x240 = 320x240 Planar YV12
 New_Face failed. Maybe the font path is wrong. 2 ??% ??% ??,?% 0 0
 Please supply the text font file (~/.mplayer/subfont.ttf).
 subtitle font: load_sub_face failed.


 Now, the video did display and the audio is present. So why does it work
 from an xterm display but not otherwise?

And how gmplayer can have anything to do with hal?

From other perspective; gmplayer is no longer maintained and probably
will be removed in future, users should switch to smplayer.

-- 
Paul
___
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


Unable to auto-mount a CD in XFCE4

2009-06-18 Thread Jerry
I have been trying to get the 'auto-mount' feature working in xfce4
without success.

An error message is displayed when I place a data disk into the cd
drive. This is a screen shot of the error message:

http://imagebin.ca/view/sSCSEg.html

This is the version of xfce4:

Xfce 4 Desktop Environment
version 4.6.1 (Xfce 4.6)

This is being run from a FreeBSD-7.2 system.

-- 
Jerry
ges...@yahoo.com

The only constant is change.
___
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: Unable to auto-mount a CD in XFCE4

2009-06-18 Thread Chad Brown
See here (#3):
http://www.freebsd.org/gnome/docs/halfaq.html

On Thu, Jun 18, 2009 at 9:38 AM, Jerry ges...@yahoo.com wrote:

 I have been trying to get the 'auto-mount' feature working in xfce4
 without success.

 An error message is displayed when I place a data disk into the cd
 drive. This is a screen shot of the error message:

http://imagebin.ca/view/sSCSEg.html

 This is the version of xfce4:

 Xfce 4 Desktop Environment
 version 4.6.1 (Xfce 4.6)

 This is being run from a FreeBSD-7.2 system.

 --
 Jerry
 ges...@yahoo.com

 The only constant is change.
 ___
 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

___
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: Unable to auto-mount a CD in XFCE4

2009-06-18 Thread Jerry
On Thu, 18 Jun 2009 14:09:58 -0400
Chad Brown free...@gmail.com wrote:

 See here (#3):
 http://www.freebsd.org/gnome/docs/halfaq.html

Thanks, that works. In retrospect, 99% of PC users insert a CD and it
just 'works'. Why can't FreeBSD make it that simple?

Just my 2 cents.

-- 
Jerry
ges...@yahoo.com

I think she must have been very strictly brought up, she's so
desperately anxious to do the wrong thing correctly.

Saki, Reginald on Worries
___
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: Unable to auto-mount a CD in XFCE4

2009-06-18 Thread Polytropon
On Thu, 18 Jun 2009 15:30:22 -0400, Jerry ges...@yahoo.com wrote:
 Thanks, that works. In retrospect, 99% of PC users insert a CD and it
 just 'works'. Why can't FreeBSD make it that simple?

Because it is already doing it simple.

Personally, I find myself often putting in a CD and NOT
wanting to do something with it right now. Then any kind
of forced interaction would be annoying.

FreeBSD keeps it right in my opinion: Keep to the OS what
is the OS's stuff, and leave everything optional to modular
parts, such als HAL or DBUS.

What should, in your opinion, happen? Mounting the disc
to a predefined directory? Which one? What if it isn't
a ISO-9660 disc, but a UFS or tar or plain disc? What
if the disc is empty, should a CD recording applicaion
be launched? Which one should it be? If two discs are
put into two different drives (a situation common if you
want to copy a disc 1:1), what should happen then? What
if the order of puttin in the two discs is vice versa?
If it is a rewritable disc, mount it rw? What if it gets
popped out right after that (because it was the wrong
disc), what should the OS do? When there's something
executable on the disc, should it be executed right now?
Maybe with root privileges, just to be sure? If there's
more than one executable, should all of the executables
be launched? If there are documents on it, should they
be automatically opened? By which programs? If there's
an installer for some program on the disc, should the
application be installed automatically? Should the content
of the disc be indexed right away, because this could be
needed sometimes in the future?

If you can answer these and many following questions, you
are on your way on making FreeBSD being just like everything
else that just works - like Windows. :-)

FreeBSD is acting determinable: It does exactly what you
tell it to do, by commands or by preconfiguration. This
is a big strength, you always can predict what will happen.

Have you ever thought about using PC-BSD? It is very
convenient for 99% of the users you described, and still
a FreeBSD system.


-- 
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: Unable to auto-mount a CD in XFCE4

2009-06-18 Thread Jerry
On Thu, 18 Jun 2009 14:09:58 -0400
Chad Brown free...@gmail.com wrote:

 See here (#3):
 http://www.freebsd.org/gnome/docs/halfaq.html

OK, now I discovered a new problem. When attempting to eject the CD, I
am greeted with another error message, viewable at the following URL.

http://imagebin.ca/view/wa99wB.html

I cannot remove the CD from the drive. That kind of sucks. I may have
to reboot to get it out.

The output of polkit-auth:

org.gnome.gconf.defaults.set-system
org.gnome.gconf.defaults.set-mandatory
org.freedesktop.hal.wol.enabled
org.freedesktop.hal.wol.enable
org.freedesktop.hal.wol.supported
org.freedesktop.hal.dockstation.undock
org.freedesktop.hal.killswitch.bluetooth
org.freedesktop.hal.killswitch.wlan
org.freedesktop.hal.killswitch.wwan
org.freedesktop.hal.power-management.shutdown
org.freedesktop.hal.power-management.shutdown-multiple-sessions
org.freedesktop.hal.power-management.reboot
org.freedesktop.hal.power-management.reboot-multiple-sessions
org.freedesktop.hal.power-management.set-powersave
org.freedesktop.hal.power-management.suspend
org.freedesktop.hal.power-management.hibernate
org.freedesktop.hal.power-management.cpufreq
org.freedesktop.hal.power-management.lcd-panel
org.freedesktop.hal.power-management.light-sensor
org.freedesktop.hal.power-management.keyboard-backlight
org.freedesktop.hal.storage.mount-fixed
org.freedesktop.hal.storage.mount-removable
org.freedesktop.hal.storage.unmount-others
org.freedesktop.hal.storage.eject
org.freedesktop.hal.storage.crypto-setup-fixed
org.freedesktop.hal.storage.crypto-setup-removable
org.freedesktop.hal.lock
org.freedesktop.consolekit.system.stop
org.freedesktop.consolekit.system.stop-multiple-users
org.freedesktop.consolekit.system.restart
org.freedesktop.consolekit.system.restart-multiple-users
org.freedesktop.policykit.read
org.freedesktop.policykit.revoke
org.freedesktop.policykit.grant
org.freedesktop.policykit.modify-defaults


-- 
Jerry
ges...@yahoo.com

Do not do unto others as you would they should do unto you.
Their tastes may not be the same.

George Bernard Shaw
___
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: Unable to auto-mount a CD in XFCE4

2009-06-18 Thread Neal Hogan
man umount

On Thu, Jun 18, 2009 at 2:50 PM, Jerryges...@yahoo.com wrote:
 On Thu, 18 Jun 2009 14:09:58 -0400
 Chad Brown free...@gmail.com wrote:

 See here (#3):
 http://www.freebsd.org/gnome/docs/halfaq.html

 OK, now I discovered a new problem. When attempting to eject the CD, I
 am greeted with another error message, viewable at the following URL.

 http://imagebin.ca/view/wa99wB.html

 I cannot remove the CD from the drive. That kind of sucks. I may have
 to reboot to get it out.

 The output of polkit-auth:

 org.gnome.gconf.defaults.set-system
 org.gnome.gconf.defaults.set-mandatory
 org.freedesktop.hal.wol.enabled
 org.freedesktop.hal.wol.enable
 org.freedesktop.hal.wol.supported
 org.freedesktop.hal.dockstation.undock
 org.freedesktop.hal.killswitch.bluetooth
 org.freedesktop.hal.killswitch.wlan
 org.freedesktop.hal.killswitch.wwan
 org.freedesktop.hal.power-management.shutdown
 org.freedesktop.hal.power-management.shutdown-multiple-sessions
 org.freedesktop.hal.power-management.reboot
 org.freedesktop.hal.power-management.reboot-multiple-sessions
 org.freedesktop.hal.power-management.set-powersave
 org.freedesktop.hal.power-management.suspend
 org.freedesktop.hal.power-management.hibernate
 org.freedesktop.hal.power-management.cpufreq
 org.freedesktop.hal.power-management.lcd-panel
 org.freedesktop.hal.power-management.light-sensor
 org.freedesktop.hal.power-management.keyboard-backlight
 org.freedesktop.hal.storage.mount-fixed
 org.freedesktop.hal.storage.mount-removable
 org.freedesktop.hal.storage.unmount-others
 org.freedesktop.hal.storage.eject
 org.freedesktop.hal.storage.crypto-setup-fixed
 org.freedesktop.hal.storage.crypto-setup-removable
 org.freedesktop.hal.lock
 org.freedesktop.consolekit.system.stop
 org.freedesktop.consolekit.system.stop-multiple-users
 org.freedesktop.consolekit.system.restart
 org.freedesktop.consolekit.system.restart-multiple-users
 org.freedesktop.policykit.read
 org.freedesktop.policykit.revoke
 org.freedesktop.policykit.grant
 org.freedesktop.policykit.modify-defaults


 --
 Jerry
 ges...@yahoo.com

 Do not do unto others as you would they should do unto you.
 Their tastes may not be the same.

        George Bernard Shaw
 ___
 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

___
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


XFCE4 and screen resolution

2009-06-12 Thread Carmel
I just installed XFCE4 on a fresh FreeBSD-7.2 installation. It works
fine except that I cannot get the screen resolution to stay set after I
exit the program.

The default is: 1792x1144 @ 60 

I set it to: 1024x768 @ 85

Everything works fine until I shutdown the program. When I restart it,
it reverts to the default setting. I have 'save session' set to on.

I tried a trick I found while Googling to place 'xrandr - 1024x768 -r
85' in the '.xinitrc' file; however, that did not work either.

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

-- 
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 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


group credentials cache in X11-session (xfce4, gdm) question

2009-04-30 Thread Harald Schmalzbauer

Hello,

I'm wondering why and how it comes that after altering /etc/groups `id` 
doesn't give me the additional group, while `id harry` does.
If I quit my X session and relogin it works as expected. Does gdm cache 
credentials? Hard to find useful documentation for gdm...


Thanks in advance,

-Harry



signature.asc
Description: OpenPGP digital signature


Re: group credentials cache in X11-session (xfce4, gdm) question

2009-04-30 Thread Dan Nelson
In the last episode (Apr 30), Harald Schmalzbauer said:
 I'm wondering why and how it comes that after altering /etc/groups `id`
 doesn't give me the additional group, while `id harry` does.  If I quit my
 X session and relogin it works as expected.  Does gdm cache credentials? 
 Hard to find useful documentation for gdm...

id tells you the credentials of the current process, while id harry
tells you the group memberships in /etc/groups.  Your credentials are set
when you log in, and do not change ( unless you are root and call
setgroups() or initgroups() ).

-- 
Dan Nelson
dnel...@allantgroup.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: portupgrade, xfce4 problems

2009-04-18 Thread Leslie Jensen


Sniper skrev:

I have strange problem with portupgrade.




--$ sudo portupgrade -a
** Port directory not found: x11/libxfce4mcs
** Port directory not found: x11-themes/xfce4-icon-theme
** Port directory not found: sysutils/xfce4-mcs-manager
** There are errors in a meta info for xfce4-mcs-plugins-4.4.3
** Run 'pkgdb -F' to interactively fix them.


When i try pkgdb -F

--$ sudo pkgdb -F
---  Checking the package registry database
Stale origin: 'x11/libxfce4mcs': perhaps moved or obsoleted.
- The port 'x11/libxfce4mcs' was removed on 2009-03-02 because:
got obsolete by xfce 4.6 update
- Hint:  libxfce4mcs-4.4.3 is required by the following package(s):
Terminal-0.2.8.3
xfce4-panel-4.4.3
libexo-0.3.4_2
xfce4-print-4.4.3
xfce4-cpugraph-plugin-0.3.0_5
Thunar-0.9.3
xfce4-xkb-plugin-0.4.3_4
xfce4-netload-plugin-0.4.0_5
xfce4-mixer-4.4.3
xfce4-mcs-plugins-4.4.3
orage-4.4.3
xfce4-utils-4.4.3
xfce4-systemload-plugin-0.4.2_5
xfce4-session-4.4.3
xfce4-desktop-4.4.3
xfce4-wm-4.4.3
xfce4-mcs-manager-4.4.3
- Hint: checking for overwritten files...
 - No files installed by libxfce4mcs-4.4.3 have been overwritten by other
packages.
Deinstall libxfce4mcs-4.4.3 ? [no] y
---  Deinstalling 'libxfce4mcs-4.4.3'
pkg_delete: package 'libxfce4mcs-4.4.3' is required by these other packages
and may not be deinstalled:
Terminal-0.2.8.3
Thunar-0.9.3
libexo-0.3.4_2
orage-4.4.3
xfce4-cpugraph-plugin-0.3.0_5
xfce4-desktop-4.4.3
xfce4-mcs-manager-4.4.3
xfce4-mcs-plugins-4.4.3
xfce4-mixer-4.4.3
xfce4-netload-plugin-0.4.0_5
xfce4-panel-4.4.3
xfce4-print-4.4.3
xfce4-session-4.4.3
xfce4-systemload-plugin-0.4.2_5
xfce4-utils-4.4.3
xfce4-wm-4.4.3
xfce4-xkb-plugin-0.4.3_4
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! libxfce4mcs-4.4.3 (pkg_delete failed)
Command failed [exit code 1]: /usr/local/sbin/pkg_deinstall
libxfce4mcs-4.4.3




what can i do to slove the problem and update the ports ?

Regards,

Jurif
___
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



Have you read /usr/ports/UPDATING ?

/Leslie


___
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: portupgrade, xfce4 problems

2009-04-18 Thread Mel Flynn
On Saturday 18 April 2009 00:27:29 Sniper wrote:

 --$ sudo pkgdb -F
 ---  Checking the package registry database
 Stale origin: 'x11/libxfce4mcs': perhaps moved or obsoleted.
 - The port 'x11/libxfce4mcs' was removed on 2009-03-02 because:
 got obsolete by xfce 4.6 update
 - Hint:  libxfce4mcs-4.4.3 is required by the following package(s):
 Terminal-0.2.8.3

snip list

 - Hint: checking for overwritten files...
  - No files installed by libxfce4mcs-4.4.3 have been overwritten by other
 packages.
 Deinstall libxfce4mcs-4.4.3 ? [no] y
^^^
 ---  Deinstalling 'libxfce4mcs-4.4.3'
 pkg_delete: package 'libxfce4mcs-4.4.3' is required by these other packages
 and may not be deinstalled:

You can tell the portupgrade devs that detecting an installed package has 
dependants, asking the user to uninstall it and subsequently calling a command 
that b0rks out because the installed package has dependants, is not very user 
friendly.

To correct it, pkg_delete -f libxfce4mcs-4.4.3, make -C /usr/ports/ports-
mgmt/portmaster install.
portmaster /usr/ports/x11-toolkits/xfce4

Ok, that last bit was mean, but yea, /usr/ports/UPDATING explains the 
procedure.
-- 
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


portupgrade, xfce4 problems

2009-04-17 Thread Sniper
I have strange problem with portupgrade.




--$ sudo portupgrade -a
** Port directory not found: x11/libxfce4mcs
** Port directory not found: x11-themes/xfce4-icon-theme
** Port directory not found: sysutils/xfce4-mcs-manager
** There are errors in a meta info for xfce4-mcs-plugins-4.4.3
** Run 'pkgdb -F' to interactively fix them.


When i try pkgdb -F

--$ sudo pkgdb -F
---  Checking the package registry database
Stale origin: 'x11/libxfce4mcs': perhaps moved or obsoleted.
- The port 'x11/libxfce4mcs' was removed on 2009-03-02 because:
got obsolete by xfce 4.6 update
- Hint:  libxfce4mcs-4.4.3 is required by the following package(s):
Terminal-0.2.8.3
xfce4-panel-4.4.3
libexo-0.3.4_2
xfce4-print-4.4.3
xfce4-cpugraph-plugin-0.3.0_5
Thunar-0.9.3
xfce4-xkb-plugin-0.4.3_4
xfce4-netload-plugin-0.4.0_5
xfce4-mixer-4.4.3
xfce4-mcs-plugins-4.4.3
orage-4.4.3
xfce4-utils-4.4.3
xfce4-systemload-plugin-0.4.2_5
xfce4-session-4.4.3
xfce4-desktop-4.4.3
xfce4-wm-4.4.3
xfce4-mcs-manager-4.4.3
- Hint: checking for overwritten files...
 - No files installed by libxfce4mcs-4.4.3 have been overwritten by other
packages.
Deinstall libxfce4mcs-4.4.3 ? [no] y
---  Deinstalling 'libxfce4mcs-4.4.3'
pkg_delete: package 'libxfce4mcs-4.4.3' is required by these other packages
and may not be deinstalled:
Terminal-0.2.8.3
Thunar-0.9.3
libexo-0.3.4_2
orage-4.4.3
xfce4-cpugraph-plugin-0.3.0_5
xfce4-desktop-4.4.3
xfce4-mcs-manager-4.4.3
xfce4-mcs-plugins-4.4.3
xfce4-mixer-4.4.3
xfce4-netload-plugin-0.4.0_5
xfce4-panel-4.4.3
xfce4-print-4.4.3
xfce4-session-4.4.3
xfce4-systemload-plugin-0.4.2_5
xfce4-utils-4.4.3
xfce4-wm-4.4.3
xfce4-xkb-plugin-0.4.3_4
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! libxfce4mcs-4.4.3 (pkg_delete failed)
Command failed [exit code 1]: /usr/local/sbin/pkg_deinstall
libxfce4mcs-4.4.3




what can i do to slove the problem and update the ports ?

Regards,

Jurif
___
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


xfce4, flash freeze

2009-04-10 Thread Vasadi I. Claudiu Florin


Hello,


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 installed it through nspluginwrapper (linux-flash-player). Any of you  
experienced anything similar?

___
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: Clicking on Terminal crashes XFCE4 - GIVING UP

2009-03-25 Thread Manish Jain

Warren Block wrote:

On Tue, 24 Mar 2009, Manish Jain wrote:

Warren Block wrote:


Install /usr/ports/x11-wm/xfce4 to fill out the rest of the 
requirements, then do startxfce4.


I installed /usr/ports/x11-wm/xfce4 too. The results are exactly the 
same. Interestingly, I can run gnome-terminal in xfce without any 
hiccup. Even more interestingly, I can xfce's Terminal from Gnome 
pretty well. There are a few warnings though :


(Terminal:20866): Gtk-WARNING **: Could not find the icon 
'stock_terminal-newtab'. The 'hicolor' theme

was not found either, perhaps you need to install it.


That seems pretty compelling.  Install 
/usr/ports/misc/hicolor-icon-theme.  How you got the xfce4 installed 
without it is a question. 
portupgrade's pkgdb can you help you with missing dependencies like this.


-Warren Block * Rapid City, South Dakota USA




Hi Warren/Everyone else,

I have done everything possible to rectify the problem :

make deinstall clean install clean (in xfce4)
make install clean (in hicolor-theme)
portupgrade xfce4
pkgdb -aF

The problem continues. Pasted below is the relevant output. I am not 
attaching the complete logfile (27 kb), since I am not sure the 
forum rules permit this. If anyone is interested, please send me a 
separate mail.


The X crash is not such a severe problem for me as I was just trying 
out xfce4 for fun (and I had plenty of it). Maybe the xfce 
developers might be more perturbed.


--  Fatal server error:

Caught signal 11.  Server aborting

The application 'xfce4-session' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
The application 'xfwm4' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
The application 'xfce4-panel' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
The application 'Thunar' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
The application 'xfdesktop' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
xinit:  connection to X server lost.
The application 'xfce4-settings-helper' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
The application 'Terminal' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.



Thank you and Regards
Manish Jain
invalid.poin...@gmail.com
+91-99830-62246


___
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: Clicking on Terminal crashes XFCE4 - GIVING UP

2009-03-25 Thread Warren Block

On Thu, 26 Mar 2009, Manish Jain wrote:


I have done everything possible to rectify the problem :

make deinstall clean install clean (in xfce4)
make install clean (in hicolor-theme)
portupgrade xfce4
pkgdb -aF

The problem continues. Pasted below is the relevant output.


It's a different problem now, an xorg crash.  If you've got time, it 
might be easiest to delete all your ports (pkg_delete), update your 
ports tree, and start again.


If you're convinced your xorg install is good, you could selectively 
force-delete all the xfce ports ('pkg_info | grep xfce' along with 
Terminal, Thunar, some other stuff).  The make rmconfig-recursive in 
xfce4 and start again.


Otherwise, it's hard to tell where the problem lies, but you may need to 
rebuild xorg and then build xfce.


I am not 
attaching the complete logfile (27 kb), since I am not sure the forum rules 
permit this. If anyone is interested, please send me a separate mail.


The X crash is not such a severe problem for me as I was just trying out 
xfce4 for fun (and I had plenty of it). Maybe the xfce developers might be 
more perturbed.


--  Fatal server error:

Caught signal 11.  Server aborting

The application 'xfce4-session' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
The application 'xfwm4' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.


-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: Clicking on Terminal crashes XFCE4

2009-03-24 Thread Manish Jain

Jack L. wrote:

On Mon, Mar 23, 2009 at 10:04 PM, Manish Jain invalid.poin...@gmail.com wrote:

Hi,

I am Gnome user just trying out xfce for fun. I did a
'make install clean' in /usr/ports/x11-wm/xfce4-?*

Everything went well. When I did a startx, xfce4 came up nicely. Everything
seems ok, but when I click on Terminal/xterm, X crashes returning me to the
console.

Is there something missing or wrong in my setup ? Any help would be
appreciated.
--


What error messages do you get?



I am getting the following with 'startx 2startx.log'

contents of startx.log:


(xfce4-menu-plugin:26747): Gtk-WARNING **: Could not find the icon 
'seahorse-preferences'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
http://icon-theme.freedesktop.org/releases

(xfdesktop:26729): Gtk-WARNING **: Could not find the icon 
'seahorse-preferences'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
http://icon-theme.freedesktop.org/releases

Fatal server error:
Caught signal 11.  Server aborting

The application 'xfce4-session' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
The application 'xfdesktop' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
The application 'xfce4-panel' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
The application 'xfwm4' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
xinit:  connection to X server lost.
The application 'xfce4-settings-helper' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
The application 'Terminal' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.


--

Thank you and Regards
Manish Jain
invalid.poin...@gmail.com
+91-99830-62246

___
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: Clicking on Terminal crashes XFCE4

2009-03-24 Thread Warren Block

On Tue, 24 Mar 2009, Manish Jain wrote:


I am Gnome user just trying out xfce for fun. I did a
'make install clean' in /usr/ports/x11-wm/xfce4-?*


The meta-port is just /usr/ports/x11-wm/xfce4, which you haven't 
installed.


Everything went well. When I did a startx, xfce4 came up nicely. Everything 
seems ok, but when I click on Terminal/xterm, X crashes returning me to the 
console.


Is there something missing or wrong in my setup ? Any help would be 
appreciated.


Install /usr/ports/x11-wm/xfce4 to fill out the rest of the 
requirements, then do startxfce4.


-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: Clicking on Terminal crashes XFCE4

2009-03-24 Thread Manish Jain

Warren Block wrote:

On Tue, 24 Mar 2009, Manish Jain wrote:


I am Gnome user just trying out xfce for fun. I did a
'make install clean' in /usr/ports/x11-wm/xfce4-?*


The meta-port is just /usr/ports/x11-wm/xfce4, which you haven't installed.

Everything went well. When I did a startx, xfce4 came up nicely. 
Everything seems ok, but when I click on Terminal/xterm, X crashes 
returning me to the console.


Is there something missing or wrong in my setup ? Any help would be 
appreciated.


Install /usr/ports/x11-wm/xfce4 to fill out the rest of the 
requirements, then do startxfce4.


-Warren Block * Rapid City, South Dakota USA



I installed /usr/ports/x11-wm/xfce4 too. The results are exactly the 
same. Interestingly, I can run gnome-terminal in xfce without any 
hiccup. Even more interestingly, I can xfce's Terminal from Gnome 
pretty well. There are a few warnings though :


(Terminal:20866): Gtk-WARNING **: Could not find the icon 
'stock_terminal-newtab'. The 'hicolor' theme

was not found either, perhaps you need to install it.
You can get a copy from:
http://icon-theme.freedesktop.org/releases

(Terminal:20866): Gtk-WARNING **: Error loading theme icon 
'stock_terminal-newtab' for stock: Icon 'stock_terminal-newtab' not 
present in theme


(Terminal:20866): Gtk-WARNING **: Error loading theme icon 
'stock_terminal-newwindow' for stock: Icon 
'stock_terminal-newwindow' not present in theme


(Terminal:20866): Gtk-WARNING **: Error loading theme icon 
'stock_terminal-closetab' for stock: Icon 'stock_terminal-closetab' 
not present in theme


(Terminal:20866): Gtk-WARNING **: Error loading theme icon 
'stock_terminal-closewindow' for stock: Icon 
'stock_terminal-closewindow' not present in theme


(Terminal:20866): Gtk-WARNING **: Error loading theme icon 
'stock_terminal-newtab' for stock: Icon 'stock_terminal-newtab' not 
present in theme


(Terminal:20866): Gtk-WARNING **: Error loading theme icon 
'stock_terminal-newwindow' for stock: Icon 
'stock_terminal-newwindow' not present in theme


(Terminal:20866): Gtk-WARNING **: Error loading theme icon 
'stock_terminal-closewindow' for stock: Icon 
'stock_terminal-closewindow' not present in theme


(Terminal:20866): GLib-GObject-WARNING **: instance of invalid 
non-instantiatable type `(null)'


(Terminal:20866): GLib-GObject-CRITICAL **: 
g_signal_handler_disconnect: assertion `G_TYPE_CHECK_INSTANCE 
(instance)' failed


--

Thank you and Regards
Manish Jain
invalid.poin...@gmail.com
+91-99830-62246

___
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: Clicking on Terminal crashes XFCE4

2009-03-24 Thread Jack L.
On Tue, Mar 24, 2009 at 9:40 AM, Manish Jain invalid.poin...@gmail.com wrote:
 Warren Block wrote:

 On Tue, 24 Mar 2009, Manish Jain wrote:

 I am Gnome user just trying out xfce for fun. I did a
 'make install clean' in /usr/ports/x11-wm/xfce4-?*

 The meta-port is just /usr/ports/x11-wm/xfce4, which you haven't
 installed.

 Everything went well. When I did a startx, xfce4 came up nicely.
 Everything seems ok, but when I click on Terminal/xterm, X crashes returning
 me to the console.

 Is there something missing or wrong in my setup ? Any help would be
 appreciated.

 Install /usr/ports/x11-wm/xfce4 to fill out the rest of the requirements,
 then do startxfce4.

 -Warren Block * Rapid City, South Dakota USA


 I installed /usr/ports/x11-wm/xfce4 too. The results are exactly the same.
 Interestingly, I can run gnome-terminal in xfce without any hiccup. Even
 more interestingly, I can xfce's Terminal from Gnome pretty well. There are
 a few warnings though :

 (Terminal:20866): Gtk-WARNING **: Could not find the icon
 'stock_terminal-newtab'. The 'hicolor' theme
 was not found either, perhaps you need to install it.
 You can get a copy from:
        http://icon-theme.freedesktop.org/releases

 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-newtab' for stock: Icon 'stock_terminal-newtab' not present
 in theme

 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-newwindow' for stock: Icon 'stock_terminal-newwindow' not
 present in theme

 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-closetab' for stock: Icon 'stock_terminal-closetab' not
 present in theme

 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-closewindow' for stock: Icon 'stock_terminal-closewindow'
 not present in theme

 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-newtab' for stock: Icon 'stock_terminal-newtab' not present
 in theme

 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-newwindow' for stock: Icon 'stock_terminal-newwindow' not
 present in theme

 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-closewindow' for stock: Icon 'stock_terminal-closewindow'
 not present in theme

 (Terminal:20866): GLib-GObject-WARNING **: instance of invalid
 non-instantiatable type `(null)'

 (Terminal:20866): GLib-GObject-CRITICAL **: g_signal_handler_disconnect:
 assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

 --
Try a make clean install clean and see if it still does that. Also,
are your ports up to date?
___
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: Clicking on Terminal crashes XFCE4

2009-03-24 Thread Manish Jain

Jack L. wrote:

On Tue, Mar 24, 2009 at 9:40 AM, Manish Jain invalid.poin...@gmail.com wrote:

Warren Block wrote:

On Tue, 24 Mar 2009, Manish Jain wrote:


I am Gnome user just trying out xfce for fun. I did a
'make install clean' in /usr/ports/x11-wm/xfce4-?*

The meta-port is just /usr/ports/x11-wm/xfce4, which you haven't
installed.


Everything went well. When I did a startx, xfce4 came up nicely.
Everything seems ok, but when I click on Terminal/xterm, X crashes returning
me to the console.

Is there something missing or wrong in my setup ? Any help would be
appreciated.

Install /usr/ports/x11-wm/xfce4 to fill out the rest of the requirements,
then do startxfce4.

-Warren Block * Rapid City, South Dakota USA


I installed /usr/ports/x11-wm/xfce4 too. The results are exactly the same.
Interestingly, I can run gnome-terminal in xfce without any hiccup. Even
more interestingly, I can xfce's Terminal from Gnome pretty well. There are
a few warnings though :

(Terminal:20866): Gtk-WARNING **: Could not find the icon
'stock_terminal-newtab'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
       http://icon-theme.freedesktop.org/releases

(Terminal:20866): Gtk-WARNING **: Error loading theme icon
'stock_terminal-newtab' for stock: Icon 'stock_terminal-newtab' not present
in theme

(Terminal:20866): Gtk-WARNING **: Error loading theme icon
'stock_terminal-newwindow' for stock: Icon 'stock_terminal-newwindow' not
present in theme

(Terminal:20866): Gtk-WARNING **: Error loading theme icon
'stock_terminal-closetab' for stock: Icon 'stock_terminal-closetab' not
present in theme

(Terminal:20866): Gtk-WARNING **: Error loading theme icon
'stock_terminal-closewindow' for stock: Icon 'stock_terminal-closewindow'
not present in theme

(Terminal:20866): Gtk-WARNING **: Error loading theme icon
'stock_terminal-newtab' for stock: Icon 'stock_terminal-newtab' not present
in theme

(Terminal:20866): Gtk-WARNING **: Error loading theme icon
'stock_terminal-newwindow' for stock: Icon 'stock_terminal-newwindow' not
present in theme

(Terminal:20866): Gtk-WARNING **: Error loading theme icon
'stock_terminal-closewindow' for stock: Icon 'stock_terminal-closewindow'
not present in theme

(Terminal:20866): GLib-GObject-WARNING **: instance of invalid
non-instantiatable type `(null)'

(Terminal:20866): GLib-GObject-CRITICAL **: g_signal_handler_disconnect:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

--

Try a make clean install clean and see if it still does that. Also,
are your ports up to date?



Hi Jack/Warren/All,

I did :

make deinstall
make clean
make install clean

The results are the same. I downloaded ports.tar.gz last week, so I 
think the ports should be fairly up2date. However, I would still 
greatly appreciate it if somebody could send me an sh/bash script or 
command that would demonstrate how to use cvsup to keep my ports 
directory up2date. Using cvs is one area which, thanks to my Linux 
heritage, is best rated as ERROR_NONE


--

Thank you and Regards
Manish Jain
invalid.poin...@gmail.com
+91-99830-62246

___
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: Clicking on Terminal crashes XFCE4

2009-03-24 Thread Jack L.
On Tue, Mar 24, 2009 at 12:35 PM, Manish Jain invalid.poin...@gmail.com wrote:
 Jack L. wrote:

 On Tue, Mar 24, 2009 at 9:40 AM, Manish Jain invalid.poin...@gmail.com
 wrote:

 Warren Block wrote:

 On Tue, 24 Mar 2009, Manish Jain wrote:

 I am Gnome user just trying out xfce for fun. I did a
 'make install clean' in /usr/ports/x11-wm/xfce4-?*

 The meta-port is just /usr/ports/x11-wm/xfce4, which you haven't
 installed.

 Everything went well. When I did a startx, xfce4 came up nicely.
 Everything seems ok, but when I click on Terminal/xterm, X crashes
 returning
 me to the console.

 Is there something missing or wrong in my setup ? Any help would be
 appreciated.

 Install /usr/ports/x11-wm/xfce4 to fill out the rest of the
 requirements,
 then do startxfce4.

 -Warren Block * Rapid City, South Dakota USA

 I installed /usr/ports/x11-wm/xfce4 too. The results are exactly the
 same.
 Interestingly, I can run gnome-terminal in xfce without any hiccup. Even
 more interestingly, I can xfce's Terminal from Gnome pretty well. There
 are
 a few warnings though :

 (Terminal:20866): Gtk-WARNING **: Could not find the icon
 'stock_terminal-newtab'. The 'hicolor' theme
 was not found either, perhaps you need to install it.
 You can get a copy from:
 Â  Â  Â  Â http://icon-theme.freedesktop.org/releases

 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-newtab' for stock: Icon 'stock_terminal-newtab' not
 present
 in theme

 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-newwindow' for stock: Icon 'stock_terminal-newwindow' not
 present in theme

 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-closetab' for stock: Icon 'stock_terminal-closetab' not
 present in theme

 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-closewindow' for stock: Icon 'stock_terminal-closewindow'
 not present in theme

 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-newtab' for stock: Icon 'stock_terminal-newtab' not
 present
 in theme

 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-newwindow' for stock: Icon 'stock_terminal-newwindow' not
 present in theme

 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-closewindow' for stock: Icon 'stock_terminal-closewindow'
 not present in theme

 (Terminal:20866): GLib-GObject-WARNING **: instance of invalid
 non-instantiatable type `(null)'

 (Terminal:20866): GLib-GObject-CRITICAL **: g_signal_handler_disconnect:
 assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

 --

 Try a make clean install clean and see if it still does that. Also,
 are your ports up to date?


 Hi Jack/Warren/All,

 I did :

 make deinstall
 make clean
 make install clean

 The results are the same. I downloaded ports.tar.gz last week, so I think
 the ports should be fairly up2date. However, I would still greatly
 appreciate it if somebody could send me an sh/bash script or command that
 would demonstrate how to use cvsup to keep my ports directory up2date. Using
 cvs is one area which, thanks to my Linux heritage, is best rated as
 ERROR_NONE

You can use cvs.
rm -rf your /usr/ports
cd /usr
cvs -d anon...@anoncvs.fr.freebsd.org:/home/ncvs co ports
and then try installing the port you want to install.
Also, rm -rf /var/db/ports/* to clear out the previous make options
and see if you need to reconfigure some options.
___
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: Clicking on Terminal crashes XFCE4

2009-03-24 Thread Warren Block

On Tue, 24 Mar 2009, Jack L. wrote:

You can use cvs.
rm -rf your /usr/ports
cd /usr
cvs -d anon...@anoncvs.fr.freebsd.org:/home/ncvs co ports
and then try installing the port you want to install.


Why go to all that effort when you can just 'csup ports-supfile'?


Also, rm -rf /var/db/ports/* to clear out the previous make options
and see if you need to reconfigure some options.


ITYM irretrievably blow away every option setting for all of your 
installed ports.  Which is pretty drastic advice when 'make rmconfig' 
will clear just one port's settings.


-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: Clicking on Terminal crashes XFCE4

2009-03-24 Thread Warren Block

On Tue, 24 Mar 2009, Manish Jain wrote:

Warren Block wrote:


Install /usr/ports/x11-wm/xfce4 to fill out the rest of the requirements, 
then do startxfce4.


I installed /usr/ports/x11-wm/xfce4 too. The results are exactly the same. 
Interestingly, I can run gnome-terminal in xfce without any hiccup. Even more 
interestingly, I can xfce's Terminal from Gnome pretty well. There are a few 
warnings though :


(Terminal:20866): Gtk-WARNING **: Could not find the icon 
'stock_terminal-newtab'. The 'hicolor' theme

was not found either, perhaps you need to install it.


That seems pretty compelling.  Install 
/usr/ports/misc/hicolor-icon-theme.  How you got the xfce4 installed 
without it is a question.


portupgrade's pkgdb can you help you with missing dependencies like 
this.


-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: Clicking on Terminal crashes XFCE4

2009-03-24 Thread Frank Shute
On Wed, Mar 25, 2009 at 01:05:05AM +0530, Manish Jain wrote:

 Jack L. wrote:
 On Tue, Mar 24, 2009 at 9:40 AM, Manish Jain invalid.poin...@gmail.com 
 wrote:
 Warren Block wrote:
 On Tue, 24 Mar 2009, Manish Jain wrote:
 
 I am Gnome user just trying out xfce for fun. I did a
 'make install clean' in /usr/ports/x11-wm/xfce4-?*
 The meta-port is just /usr/ports/x11-wm/xfce4, which you haven't
 installed.
 
 Everything went well. When I did a startx, xfce4 came up nicely.
 Everything seems ok, but when I click on Terminal/xterm, X crashes 
 returning
 me to the console.
 
 Is there something missing or wrong in my setup ? Any help would be
 appreciated.
 Install /usr/ports/x11-wm/xfce4 to fill out the rest of the requirements,
 then do startxfce4.
 
 -Warren Block * Rapid City, South Dakota USA
 
 I installed /usr/ports/x11-wm/xfce4 too. The results are exactly the same.
 Interestingly, I can run gnome-terminal in xfce without any hiccup. Even
 more interestingly, I can xfce's Terminal from Gnome pretty well. There 
 are
 a few warnings though :
 
 (Terminal:20866): Gtk-WARNING **: Could not find the icon
 'stock_terminal-newtab'. The 'hicolor' theme
 was not found either, perhaps you need to install it.
 You can get a copy from:
 Â  Â  Â  Â http://icon-theme.freedesktop.org/releases
 
 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-newtab' for stock: Icon 'stock_terminal-newtab' not 
 present
 in theme
 
 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-newwindow' for stock: Icon 'stock_terminal-newwindow' not
 present in theme
 
 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-closetab' for stock: Icon 'stock_terminal-closetab' not
 present in theme
 
 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-closewindow' for stock: Icon 'stock_terminal-closewindow'
 not present in theme
 
 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-newtab' for stock: Icon 'stock_terminal-newtab' not 
 present
 in theme
 
 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-newwindow' for stock: Icon 'stock_terminal-newwindow' not
 present in theme
 
 (Terminal:20866): Gtk-WARNING **: Error loading theme icon
 'stock_terminal-closewindow' for stock: Icon 'stock_terminal-closewindow'
 not present in theme
 
 (Terminal:20866): GLib-GObject-WARNING **: instance of invalid
 non-instantiatable type `(null)'
 
 (Terminal:20866): GLib-GObject-CRITICAL **: g_signal_handler_disconnect:
 assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
 
 --
 Try a make clean install clean and see if it still does that. Also,
 are your ports up to date?
 
 
 Hi Jack/Warren/All,
 
 I did :
 
 make deinstall
 make clean
 make install clean
 
 The results are the same. I downloaded ports.tar.gz last week, so I 
 think the ports should be fairly up2date. However, I would still 
 greatly appreciate it if somebody could send me an sh/bash script or 
 command that would demonstrate how to use cvsup to keep my ports 
 directory up2date. Using cvs is one area which, thanks to my Linux 
 heritage, is best rated as ERROR_NONE
 

Manish,

There's a make.conf and script on this page which might be of help in
keeping your ports uptodate:

http://www.shute.org.uk/misc/freebsd_uptodate.html

When you've 'suped your ports, you'll notice that there is some stuff
about xfce in /usr/ports/UPDATING. It might be related to your
problems.

Regards,

-- 

 Frank 


 Contact info: http://www.shute.org.uk/misc/contact.html 

___
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


  1   2   3   >