Re: [opensuse-packaging] Fwd: ekiga schemes

2006-06-22 Thread Marcus Rueckert
On 2006-06-22 20:40:40 +0200, Richard Bos wrote:
> Additionally I have as last command in my %post section:
> # The kill is needed, to prevent the user to reboot the whole system!
> pkill gconfd || true
> 

veto. even when gnome restarts the gconfd ... this looks incorrect.

darix

-- 
  openSUSE - SUSE Linux is my linux
  openSUSE is good for you
  www.opensuse.org

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-packaging] Fwd: ekiga schemes

2006-06-22 Thread Richard Bos
Op donderdag 22 juni 2006 14:00, schreef Quentin Denis:
> does anyone have an idea what is wrong with that? got serveral complaints
> but on my system it works fine:

Additionally I have as last command in my %post section:
# The kill is needed, to prevent the user to reboot the whole system!
pkill gconfd || true

(This is for gramps in home:/rbos)

Or have your users reboot the computer, it works often to get this working 
correctly Only needed till someone finds the rootcause of course ;)

-- 
Richard Bos
Without a home the journey is endless

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-packaging] Fwd: ekiga schemes

2006-06-22 Thread James Ogley
> Ekiga got an invalid value for the GConf 
> key "/apps/ekiga/general/gconf_test_age".

Looks like it could be a known problem, not a problem with your
packaging as such, there are reports of this error on the gnomemeeting
list and in comments on Damian's blog.

That having been said, can't find it on bgo - you might want to submit
it there.
-- 
James Ogley
[EMAIL PROTECTED] http://usr-local-bin.org
Packages for SUSE: http://usr-local-bin.org/rpms
Help end poverty: http://oxfam.org.uk/imin


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-packaging] Fwd: ekiga schemes

2006-06-22 Thread Quentin Denis
Ekiga got an invalid value for the GConf 
key "/apps/ekiga/general/gconf_test_age".

Am Donnerstag, 22. Juni 2006 15:46 schrieb James Ogley:
> > does anyone have an idea what is wrong with that? got serveral complaints
> > but on my system it works fine:
>
> Can you tell us what errors have been reported?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-packaging] Fwd: ekiga schemes

2006-06-22 Thread James Ogley
> does anyone have an idea what is wrong with that? got serveral complaints but
> on my system it works fine:

Can you tell us what errors have been reported?
-- 
James Ogley
[EMAIL PROTECTED] http://usr-local-bin.org
Packages for SUSE: http://usr-local-bin.org/rpms
Help end poverty: http://oxfam.org.uk/imin


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse-packaging] Fwd: ekiga schemes

2006-06-22 Thread Quentin Denis
hello!

does anyone have an idea what is wrong with that? got serveral complaints but
on my system it works fine:

%post
export GCONF_CONFIG_SOURCE="$(%{_bindir}/gconftool-2 --get-default-source)"
%{_bindir}/gconftool-2 --makefile-install-rule \
"%{_sysconfdir}/gconf/schemas/%{name}.schemas" &>/dev/null || :
/usr/bin/update-mime-database "%{_datadir}/mime" &>/dev/null || :
%{_bindir}/update-desktop-database &>/dev/null || :
/usr/bin/scrollkeeper-update -q &>/dev/null || :

%preun
export GCONF_CONFIG_SOURCE="$(%{_bindir}/gconftool-2 --get-default-source)"
%{_bindir}/gconftool-2 --makefile-uninstall-rule \
  "%{_sysconfdir}/gconf/schemas/%{name}.schemas" &>/dev/null || :

%postun
/usr/bin/update-mime-database "%{_datadir}/mime" &>/dev/null || :
%{_bindir}/update-desktop-database &>/dev/null || :
/usr/bin/scrollkeeper-update -q &>/dev/null || :

regards,
Quentin


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]