[kde-freebsd] kde kdm startup change

2010-11-25 Thread Adam Vande More
I noticed the handbook now contains different instructions for automatically
starting kde.  When doing it this way, the shutdown/restart/hibernate menu
options are not present similar to the startx method.  What's the best way
to get that functionality back?

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Re: kde kdm startup change

2010-11-25 Thread Alberto Villa
On Thursday 25 November 2010 19:27:38 Adam Vande More wrote:
 I noticed the handbook now contains different instructions for
 automatically starting kde.  When doing it this way, the
 shutdown/restart/hibernate menu options are not present similar to the
 startx method.  What's the best way to get that functionality back?

are you talking about the wiki? anyway, you need to mount procfs to make 
policykit detect you're allowed to shutdown/restart/hibernate
-- 
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla

Pediddel, n.:
A car with only one working headlight.
-- Rich Hall  Friends, Sniglets


signature.asc
Description: This is a digitally signed message part.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Re: kde kdm startup change

2010-11-25 Thread Adam Vande More
On Thu, Nov 25, 2010 at 1:08 PM, Alberto Villa avi...@freebsd.org wrote:

 On Thursday 25 November 2010 19:27:38 Adam Vande More wrote:
  I noticed the handbook now contains different instructions for
  automatically starting kde.  When doing it this way, the
  shutdown/restart/hibernate menu options are not present similar to the
  startx method.  What's the best way to get that functionality back?

 are you talking about the wiki? anyway, you need to mount procfs to make
 policykit detect you're allowed to shutdown/restart/hibernate


This page http://www.freebsd.org/doc/handbook/x11-wm.html or wiki.

And I have this already:

procfs on /proc (procfs, local)

galacticdominator% id
uid=1001(adam) gid=1001(adam)
groups=1001(adam),0(wheel),5(operator),193(cups)

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Re: kde kdm startup change

2010-11-25 Thread Adam Vande More
On Thu, Nov 25, 2010 at 1:18 PM, Adam Vande More amvandem...@gmail.comwrote:

 are you talking about the wiki? anyway, you need to mount procfs to make
 policykit detect you're allowed to shutdown/restart/hibernate



 This page http://www.freebsd.org/doc/handbook/x11-wm.html or wiki.

 And I have this already:

 procfs on /proc (procfs, local)

 galacticdominator% id
 uid=1001(adam) gid=1001(adam)
 groups=1001(adam),0(wheel),5(operator),193(cups)


I should add the old handbook instructions gave this instead:

 ttyv8 /usr/local/kde4/bin/kdm -nodaemon xterm on secure

for /etc/ttys

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Re: kde kdm startup change

2010-11-25 Thread Alberto Villa
On Thursday 25 November 2010 20:18:52 Adam Vande More wrote:
 This page http://www.freebsd.org/doc/handbook/x11-wm.html or wiki.
 
 And I have this already:
 
 procfs on /proc (procfs, local)

so you're using this...
local_startup=${local_startup} /usr/local/kde4/etc/rc.d
kdm4_enable=YES
...?

can you attach your rc.conf?
-- 
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla

A pain in the ass of major dimensions.
-- C. A. Desoer, on the solution of non-linear circuits


signature.asc
Description: This is a digitally signed message part.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Re: kde kdm startup change

2010-11-25 Thread Alberto Villa
On Thursday 25 November 2010 20:22:16 Adam Vande More wrote:
 I should add the old handbook instructions gave this instead:
 
  ttyv8 /usr/local/kde4/bin/kdm -nodaemon xterm on secure
 
 for /etc/ttys

yes, that's deprecated
-- 
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla

I'm a Lisp variable -- bind me!


signature.asc
Description: This is a digitally signed message part.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Re: kde kdm startup change

2010-11-25 Thread Adam Vande More
On Thu, Nov 25, 2010 at 1:22 PM, Alberto Villa avi...@freebsd.org wrote:

 On Thursday 25 November 2010 20:18:52 Adam Vande More wrote:
  This page http://www.freebsd.org/doc/handbook/x11-wm.html or wiki.
 
  And I have this already:
 
  procfs on /proc (procfs, local)

 so you're using this...
 local_startup=${local_startup} /usr/local/kde4/etc/rc.d
 kdm4_enable=YES
 ...?

 can you attach your rc.conf?


Sry, you were correct.  I have multiple systems running kde and procfs is
mounted in most of the them. Not the one I was testing with new config
though.

Perhaps I missed it, but if not it might be helpful to note procfs is
necessary for full functionality somewhere like the handbook.

Thanks,

-- 
Adam Vande More
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Re: kde kdm startup change

2010-11-25 Thread Alberto Villa
On Thursday 25 November 2010 20:35:08 Adam Vande More wrote:
 Perhaps I missed it, but if not it might be helpful to note procfs is
 necessary for full functionality somewhere like the handbook.

no you didn't. i wrote to gnome@ (policykit maintainers) to write it in a 
pkg-message, but they said that procfs is is deprecated. so, ok, the 
handbook is probably another good place
-- 
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla

Fortune favors the lucky.


signature.asc
Description: This is a digitally signed message part.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Re: Dragon Player won't play DVD, but VLC does

2010-11-25 Thread Raphael Kubo da Costa
At Thu, 18 Nov 2010 23:19:21 -0200,
Raphael Kubo da Costa wrote:
 The Xine backend shows me the main menu and everything goes on smoothly, 
 while 
 the GStreamer backend seeks directly to the first track and does not allow me 
 to seek.

Apparently, this has been fixed in the new Phonon release which has
just been released: the GStreamer backend now supports DVD menus.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] /usr/ports/net-im/psi and PsiMedia

2010-11-25 Thread t...@diogunix.com
Hello list,

I'm trying to test the Psi jabber client ( /usr/ports/net-im/psi ) but WITH 
the PsiMedia extension, providing audio/video calls functionality.

The Psi port this time does not include that extension. 

On that PsiMedia extension please refer to 
http://delta.affinix.com/2008/07/03/introducing-psimedia/
http://delta.affinix.com/psimedia/
SVN https://delta.affinix.com/svn/trunk/psimedia/

Building that extensions shared library itself (libgstprovider.so) went well 
so far. I'm just no expert with all those port machenisms one needs to know 
about when re-building Psi WITH the link to that additional shared library.

Is anybody out there who has already done this ? 

I'm just unsure on how to modify the existing Psi port to make it link the 
additional shared library in.

I'd like to test it first on my own system. Lateron the Psi port could 
official get modified if all that works nice.

kind regards
Tom


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Re: /usr/ports/net-im/psi and PsiMedia

2010-11-25 Thread Max Brazhnikov
On Fri, 26 Nov 2010 06:23:24 +0100, t...@diogunix.com wrote:
 Hello list,
 
 I'm trying to test the Psi jabber client ( /usr/ports/net-im/psi ) but WITH
 the PsiMedia extension, providing audio/video calls functionality.
 
 The Psi port this time does not include that extension.
 
 On that PsiMedia extension please refer to
 http://delta.affinix.com/2008/07/03/introducing-psimedia/
 http://delta.affinix.com/psimedia/
 SVN https://delta.affinix.com/svn/trunk/psimedia/
 
 Building that extensions shared library itself (libgstprovider.so) went
 well so far. I'm just no expert with all those port machenisms one needs
 to know about when re-building Psi WITH the link to that additional shared
 library.
 
 Is anybody out there who has already done this ?
 
 I'm just unsure on how to modify the existing Psi port to make it link the
 additional shared library in.
 
 I'd like to test it first on my own system. Lateron the Psi port could
 official get modified if all that works nice.

I wrote port for psimedia [1] some time ago. You may unpack it into ports/net-
im and install. Restart psi and it will pick up psimedia plugin (see 
Options/Voice Calling). Let me know whether it works for you, and I will add 
psimedia to the portstree.

[1] http://people.freebsd.org/~makc/ports/psimedia.tar.gz

Max
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information