Re: audio/xfce4-mixer-4.10 freezes (propose downgrade)

2012-11-14 Thread Heino Tiedemann
Emanuel Haupt eha...@freebsd.org wrote:

 Olivier Duchateau duchateau.oliv...@gmail.com wrote:
 2012/11/13 Emanuel Haupt eha...@freebsd.org:
  Sergey V. Dyatko sergey.dya...@gmail.com wrote:
  On Tue, 6 Nov 2012 19:41:20 +0100
  Norbert Augenstein li...@augenstein.net wrote:
 
   Hi,
   my Desktop freezes when turning the slider to zero, or
   using the mouswheel to turn sound off. Swithiching to
   console and killing the 'wrapper' remedies the problem.
   Can anyone confirm this?
   I need 'r241742' on 9.1-RC3 to have sound at all.
  
   -- auge
 
  +1 on HEAD, amd64 r242341
 
PID USERNAMETHR PRI NICE   SIZERES STATE   C   TIME
  WCPU COMMAND 1766 tiger 1 1010   220M 22608K RUN
  1   0:53 90.77% wrapper
 
  I propose a downgrade. Any objections?
 
 No
 
 Why, when I proposed to try devel release (4.9.0) nobody tells me,
 that there's problem with sound card.
 Have you try to upgrade Gstreamer, because xfce4-mixer depends of
 this library ?

 My gstreamer ports are up to date on the two machines where I've
 noticed the crashes. The only difference is one uses snd_hda the other
 one usb audio.

 Changing the volume with the mouse wheel over the icon won't cause the
 crashes. Clicking on the icon and moving the slider causes the crashes
 every time.

What is after a recompile of that port?

To mee it works perfect now..

Heino

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


Re: audio/xfce4-mixer-4.10 freezes (propose downgrade)

2012-11-14 Thread Emanuel Haupt
Emanuel Haupt eha...@freebsd.org wrote:
 Heino Tiedemann rotkaps_spam_t...@gmx.de wrote:
  Emanuel Haupt eha...@freebsd.org wrote:
  
   Olivier Duchateau duchateau.oliv...@gmail.com wrote:
   2012/11/13 Emanuel Haupt eha...@freebsd.org:
Sergey V. Dyatko sergey.dya...@gmail.com wrote:
On Tue, 6 Nov 2012 19:41:20 +0100
Norbert Augenstein li...@augenstein.net wrote:
   
 Hi,
 my Desktop freezes when turning the slider to zero, or
 using the mouswheel to turn sound off. Swithiching to
 console and killing the 'wrapper' remedies the problem.
 Can anyone confirm this?
 I need 'r241742' on 9.1-RC3 to have sound at all.

 -- auge
   
+1 on HEAD, amd64 r242341
   
  PID USERNAMETHR PRI NICE   SIZERES STATE   C   TIME
WCPU COMMAND 1766 tiger 1 1010   220M 22608K RUN
1   0:53 90.77% wrapper
   
I propose a downgrade. Any objections?
   
   No
   
   Why, when I proposed to try devel release (4.9.0) nobody tells
   me, that there's problem with sound card.
   Have you try to upgrade Gstreamer, because xfce4-mixer depends of
   this library ?
  
   My gstreamer ports are up to date on the two machines where I've
   noticed the crashes. The only difference is one uses snd_hda the
   other one usb audio.
  
   Changing the volume with the mouse wheel over the icon won't cause
   the crashes. Clicking on the icon and moving the slider causes the
   crashes every time.
  
  What is after a recompile of that port?
 
 Still the same. The whole system locks up after using the slider.

Attaching truss to the haning proccess shows continuous lines of:

ioctl(7,0xc0044d00 { IORW 0x4d('M'), 0, 4 },0xc1cc) = 0 (0x0)
ioctl(7,0xc0044d00 { IORW 0x4d('M'), 0, 4 },0xc1cc) = 0 (0x0)
ioctl(7,0xc0044d00 { IORW 0x4d('M'), 0, 4 },0xc1cc) = 0 (0x0)
ioctl(7,0xc0044d00 { IORW 0x4d('M'), 0, 4 },0xc1cc) = 0 (0x0)
ioctl(7,0xc0044d00 { IORW 0x4d('M'), 0, 4 },0xc1cc) = 0 (0x0)

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


Re: audio/xfce4-mixer-4.10 freezes (propose downgrade)

2012-11-13 Thread Emanuel Haupt
Sergey V. Dyatko sergey.dya...@gmail.com wrote:
 On Tue, 6 Nov 2012 19:41:20 +0100
 Norbert Augenstein li...@augenstein.net wrote:
 
  Hi,
  my Desktop freezes when turning the slider to zero, or
  using the mouswheel to turn sound off. Swithiching to
  console and killing the 'wrapper' remedies the problem.
  Can anyone confirm this?
  I need 'r241742' on 9.1-RC3 to have sound at all.
  
  -- auge
 
 +1 on HEAD, amd64 r242341
 
   PID USERNAMETHR PRI NICE   SIZERES STATE   C   TIME   WCPU
   COMMAND 1766 tiger 1 1010   220M 22608K RUN 1   0:53
   90.77% wrapper

I propose a downgrade. Any objections?

--- patch begins here ---
Index: Makefile
===
--- Makefile(revision 305935)
+++ Makefile(working copy)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:   xfce4-mixer
-# Date created:3 July 2003
-# Whom:James Earl jde...@telus.net
-#
+# Created by: James Earl jde...@telus.net
 # $FreeBSD$
-#
 
 PORTNAME=  xfce4-mixer
 PORTVERSION=   4.8.0
-PORTREVISION=  2
+PORTEPOCH= 1
 CATEGORIES=audio xfce
 MASTER_SITES=  ${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/4.8

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


Re: audio/xfce4-mixer-4.10 freezes (propose downgrade)

2012-11-13 Thread Sergey V. Dyatko
On Tue, 13 Nov 2012 12:35:33 +0100
Emanuel Haupt eha...@freebsd.org wrote:

 Sergey V. Dyatko sergey.dya...@gmail.com wrote:
  On Tue, 6 Nov 2012 19:41:20 +0100
  Norbert Augenstein li...@augenstein.net wrote:
  
 Hi,
 my Desktop freezes when turning the slider to zero, or
 using the mouswheel to turn sound off. Swithiching to
 console and killing the 'wrapper' remedies the problem.
 Can anyone confirm this?
 I need 'r241742' on 9.1-RC3 to have sound at all.
   
 -- auge
  
  +1 on HEAD, amd64 r242341
  
PID USERNAMETHR PRI NICE   SIZERES STATE   C   TIME   WCPU
COMMAND 1766 tiger 1 1010   220M 22608K RUN 1
  0:53 90.77% wrapper
 
 I propose a downgrade. Any objections?
 

Personally, I have no objections.
In any case, I personally haven't encountered this situation before
this thread :)

 --- patch begins here ---
 Index: Makefile
 ===
 --- Makefile(revision 305935)
 +++ Makefile(working copy)
 @@ -1,13 +1,9 @@
 -# New ports collection makefile for:   xfce4-mixer
 -# Date created:3 July 2003
 -# Whom:James Earl jde...@telus.net
 -#
 +# Created by: James Earl jde...@telus.net
  # $FreeBSD$
 -#
  
  PORTNAME=  xfce4-mixer
  PORTVERSION=   4.8.0
 -PORTREVISION=  2
 +PORTEPOCH= 1
  CATEGORIES=audio xfce
  MASTER_SITES=  ${MASTER_SITE_XFCE}
  MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/4.8
 
 --- patch ends here ---



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


Re: audio/xfce4-mixer-4.10 freezes (propose downgrade)

2012-11-13 Thread Olivier Duchateau
2012/11/13 Emanuel Haupt eha...@freebsd.org:
 Sergey V. Dyatko sergey.dya...@gmail.com wrote:
 On Tue, 6 Nov 2012 19:41:20 +0100
 Norbert Augenstein li...@augenstein.net wrote:

  Hi,
  my Desktop freezes when turning the slider to zero, or
  using the mouswheel to turn sound off. Swithiching to
  console and killing the 'wrapper' remedies the problem.
  Can anyone confirm this?
  I need 'r241742' on 9.1-RC3 to have sound at all.
 
  -- auge

 +1 on HEAD, amd64 r242341

   PID USERNAMETHR PRI NICE   SIZERES STATE   C   TIME   WCPU
   COMMAND 1766 tiger 1 1010   220M 22608K RUN 1   0:53
   90.77% wrapper

 I propose a downgrade. Any objections?

No

Why, when I proposed to try devel release (4.9.0) nobody tells me,
that there's problem with sound card.
Have you try to upgrade Gstreamer, because xfce4-mixer depends of this library ?



 --- patch begins here ---
 Index: Makefile
 ===
 --- Makefile(revision 305935)
 +++ Makefile(working copy)
 @@ -1,13 +1,9 @@
 -# New ports collection makefile for:   xfce4-mixer
 -# Date created:3 July 2003
 -# Whom:James Earl jde...@telus.net
 -#
 +# Created by: James Earl jde...@telus.net
  # $FreeBSD$
 -#

  PORTNAME=  xfce4-mixer
  PORTVERSION=   4.8.0
 -PORTREVISION=  2
 +PORTEPOCH= 1
  CATEGORIES=audio xfce
  MASTER_SITES=  ${MASTER_SITE_XFCE}
  MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/4.8

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



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


Re: audio/xfce4-mixer-4.10 freezes (propose downgrade)

2012-11-13 Thread Emanuel Haupt
Olivier Duchateau duchateau.oliv...@gmail.com wrote:
 2012/11/13 Emanuel Haupt eha...@freebsd.org:
  Sergey V. Dyatko sergey.dya...@gmail.com wrote:
  On Tue, 6 Nov 2012 19:41:20 +0100
  Norbert Augenstein li...@augenstein.net wrote:
 
   Hi,
   my Desktop freezes when turning the slider to zero, or
   using the mouswheel to turn sound off. Swithiching to
   console and killing the 'wrapper' remedies the problem.
   Can anyone confirm this?
   I need 'r241742' on 9.1-RC3 to have sound at all.
  
   -- auge
 
  +1 on HEAD, amd64 r242341
 
PID USERNAMETHR PRI NICE   SIZERES STATE   C   TIME
  WCPU COMMAND 1766 tiger 1 1010   220M 22608K RUN
  1   0:53 90.77% wrapper
 
  I propose a downgrade. Any objections?
 
 No
 
 Why, when I proposed to try devel release (4.9.0) nobody tells me,
 that there's problem with sound card.
 Have you try to upgrade Gstreamer, because xfce4-mixer depends of
 this library ?

My gstreamer ports are up to date on the two machines where I've
noticed the crashes. The only difference is one uses snd_hda the other
one usb audio.

Changing the volume with the mouse wheel over the icon won't cause the
crashes. Clicking on the icon and moving the slider causes the crashes
every time.

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


Re: audio/xfce4-mixer-4.10 freezes (propose downgrade)

2012-11-13 Thread Sergey V. Dyatko
On Wed, 14 Nov 2012 08:12:48 +0100
Emanuel Haupt eha...@freebsd.org wrote:

 Olivier Duchateau duchateau.oliv...@gmail.com wrote:
  2012/11/13 Emanuel Haupt eha...@freebsd.org:
   Sergey V. Dyatko sergey.dya...@gmail.com wrote:
   On Tue, 6 Nov 2012 19:41:20 +0100
   Norbert Augenstein li...@augenstein.net wrote:
  
Hi,
my Desktop freezes when turning the slider to zero, or
using the mouswheel to turn sound off. Swithiching to
console and killing the 'wrapper' remedies the problem.
Can anyone confirm this?
I need 'r241742' on 9.1-RC3 to have sound at all.
   
-- auge
  
   +1 on HEAD, amd64 r242341
  
 PID USERNAMETHR PRI NICE   SIZERES STATE   C   TIME
   WCPU COMMAND 1766 tiger 1 1010   220M 22608K RUN
   1   0:53 90.77% wrapper
  
   I propose a downgrade. Any objections?
  
  No
  
  Why, when I proposed to try devel release (4.9.0) nobody tells me,
  that there's problem with sound card.
  Have you try to upgrade Gstreamer, because xfce4-mixer depends of
  this library ?
 
 My gstreamer ports are up to date on the two machines where I've
 noticed the crashes. The only difference is one uses snd_hda the other
 one usb audio.
 
gstreamer is up-to-date on my boxes too, snd_hda on both cases

 Changing the volume with the mouse wheel over the icon won't cause the
 crashes. Clicking on the icon and moving the slider causes the crashes
 every time.
 

are you sure? I just scrolled the mouse wheel and wrapper eats
100.00% wcpu on laptop and desktop :(



 Emanuel

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


audio/xfce4-mixer-4.10 freezes

2012-11-06 Thread Norbert Augenstein
Hi,
my Desktop freezes when turning the slider to zero, or
using the mouswheel to turn sound off. Swithiching to
console and killing the 'wrapper' remedies the problem.
Can anyone confirm this?
I need 'r241742' on 9.1-RC3 to have sound at all.

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


Re: Feedback on xfce-4.10

2012-05-26 Thread Olivier Duchateau
2012/5/25 Warren Block wbl...@wonkity.com:
 x11/Terminal, print/xfce4-print, and deskutils/xfce4-notifyd all still had
 references to libxfce4util.so.5 after upgrading with portmaster.
 Reinstalling them individually fixed this.

Yes, it's recommended way, especially when we upgrade Xfce n version
to n+1 version.


 cairo-1.12 was reinstalled instead of the old cairo-1.10.

 Settings/Application Shortcuts seems to ignore the shift key now.  A
 shortcut of alt-shift-F for Firefox is seen as alt-f.

I think it's a feature from GTK, in Xfce 4.10 shortcuts behaviour
was rewritten to follow GTK2's reference.


 Trying to set an icon for a Panel launcher, no Firefox icon is shown in any
 category.

Try in console: update-desktop-database -q

If nothing appends. You can open Thunar, and go to
/usr/local/share/applications, search for firefox.desktop file (or
something similar).
Right click to open this file, and select Open with, and create
launcher item (you can even select a panel).

If .desktop file doesn't exist, you must follow old way:
- select panel, and right click
- select Add new items
- select Launcher
Then go to properties, in command box add this line
exo-open --launch WebBrowser %u

You can also add icon, and comment.


 Other than these minor things, everything seems to be working well.
 ___
 freebsd-xfce@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
 To unsubscribe, send any mail to freebsd-xfce-unsubscr...@freebsd.org



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


Re: ports/168067: [UPDATE] x11-wm/xfce4 to 4.10

2012-05-25 Thread miwi
Synopsis: [UPDATE] x11-wm/xfce4 to 4.10

State-Changed-From-To: open-closed
State-Changed-By: miwi
State-Changed-When: Fri May 25 17:02:27 UTC 2012
State-Changed-Why: 
Committed. Thanks!

http://www.freebsd.org/cgi/query-pr.cgi?pr=168067
___
freebsd-xfce@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to freebsd-xfce-unsubscr...@freebsd.org


Re: I've ported xfce 4.10 to FreeBSD… what is the best way to submit my changes?

2012-05-16 Thread Olivier Duchateau
2012/5/16 Douglas Carmichael dcarm...@dcarmichael.net:
 Olivier:

 Here is what I updated (based on my notes):

 x11/libexo = 0.8.0 (needs xfce4util 4.9.1)
 x11/libxfce4util = 4.9.1
 x11/libxfce4menu = 4.10.0 (libxfce4ui)
 x11/xfce4-conf = 4.10.0 (needs at least 4.9.0)
 misc/xfce4-appfinder = 4.10.0
 sysutils/garcon = 0.2.0
 x11-fm/thunar = 1.4.0
 x11-wm/xfce4-panel = 4.10.0
 x11-wm/xfce4-session = 4.10.0
 x11-wm/xfce4-desktop = 4.10.0
 x11-wm/xfce4-wm = 4.10.0
 devel/xfce4-dev-tools = 4.10.0
 sysutils/thunar-volman-plugin = 0.8.0 (investigate)

thunar-volman needs gudev (it works only on Linux, on FreeBSD we use
devd), a workaround, use script to mount/umount devices and / or
genmon-panel-plugin.

 sysutils/xfce4-power-manager = 1.2.0 (investigate)

On my box, brightness plugin doesn't work (no  /sys/class/backlight
file), but someone tell me, it works.

 sysutils/xfce4-settings = 4.10.0
 deskutils/xfce4-tumbler = 0.1.25

 ---

 I still have some issues (like xfce4-utils still in the ports tree, even 
 though it is deprecated), but it seems to be running well so far.

With Xfce 4.10, xfce4-utils clashes with xfce4-session.


 What 4.10 archive does the startxfce4 script reside in?

in xfce4-session (bin/startxfce4 and etc/xdg/xfce4/xinitrc script).


 --Douglas


 On May 16, 2012, at 2:36 PM, Olivier Duchateau wrote:

 Me too [1], I planned to update the whole Xfce tomorrow (because it's
 holiday, in France), but you can don't hesitate.

 I think the best ways, is to send a PR for every library, then the
 meta port x11-wm/xfce4, and finally Mk/bsd.xfce.mk file.

 Your update involves only Xfce core or also panel plugins, and  Xfce's
 applications ?

 [1] http://lists.freebsd.org/pipermail/freebsd-xfce/2012-May/000330.html

 2012/5/16 Douglas Carmichael dcarm...@dcarmichael.net:
 To whom it may concern:

 I have recently ported xfce 4.10 to FreeBSD, and I'm curious what the best 
 way to submit my changes would be (since they span multiple ports.)

 Should I file multiple PRs and send an email with the numbers of said PRs, 
 or should I make one large patch file and file it as a PR?

 --Douglas

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



 --
 olivier





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


Re: [CFT] Xfce 4.10

2012-05-10 Thread Sergey V. Dyatko
On Thu, 10 May 2012 09:29:57 +0300
Sergey V. Dyatko sergey.dya...@gmail.com wrote: 

[..]
just another issue.. I can't lock desktop via c+a+d hotkey, It run
xflock4, quick and dirty(?) patch for it:

-PATH=/bin:/usr/bin
+PATH=/bin:/usr/bin:/usr/local/bin/

/usr/local/bin/xflock4 was installed by package xfce4-session-4.10.0


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


Re: [CFT] Xfce 4.10

2012-05-10 Thread Sergey V. Dyatko
On Thu, 10 May 2012 09:29:57 +0300
Sergey V. Dyatko sergey.dya...@gmail.com wrote: 

[..]
just another issue: I can't lock desktop via c+a+d hotkey, It run
xflock4, quick and dirty(?) patch for it:

-PATH=/bin:/usr/bin
+PATH=/bin:/usr/bin:/usr/local/bin/

/usr/local/bin/xflock4 was installed by package xfce4-session-4.10.0

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