Re: [Ekiga-list] ekiga-snapshot-config-tool Debian packaging looks for wrong schema file

2009-02-27 Thread Damien Sandras
Le jeudi 26 février 2009 à 15:49 +0100, Eugen Dedu a écrit :
 Mark T.B. Carroll wrote:
  ekiga-snapshot-config-tool --install-schemas gives,
  
  I/O warning : failed to load external entity 
  /etc/gconf/schemas/ekiga.schemas
  Failed to open `/etc/gconf/schemas/ekiga.schemas': No such file or directory
  
  My version of the ekiga-snapshot Debian package is 0-20090214-1 which
  instead has a /usr/share/gconf/schemas/ekiga-snapshot.schemas file.
 
 upstream, please apply the patch attached.
 
 Do you think it is still useful to distribute this small script?  Is it 
 better to just inform people about the gconftool command line to remove 
 their ekiga configuration?

I applied all your patches.

I can't really answer your question because I don't have a precise
opinion about this.
-- 
 _ Damien Sandras
(o-  
//\Ekiga Softphone : http://www.ekiga.org/
v_/_   Be IP   : http://www.beip.be/
   FOSDEM  : http://www.fosdem.org/
   SIP Phone   : sip:dsand...@ekiga.net
   

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] ekiga-snapshot-config-tool Debian packaging looks for wrong schema file

2009-02-27 Thread Jim Diamond
On Fri, Feb 27, 2009 at 17:01 (+0100), Damien Sandras wrote:

 Le jeudi 26 février 2009 à 15:49 +0100, Eugen Dedu a écrit :
 Mark T.B. Carroll wrote:
 ekiga-snapshot-config-tool --install-schemas gives,

 I/O warning : failed to load external entity 
 /etc/gconf/schemas/ekiga.schemas
 Failed to open `/etc/gconf/schemas/ekiga.schemas': No such file or directory

 My version of the ekiga-snapshot Debian package is 0-20090214-1 which
 instead has a /usr/share/gconf/schemas/ekiga-snapshot.schemas file.

 upstream, please apply the patch attached.

 Do you think it is still useful to distribute this small script?  Is it 
 better to just inform people about the gconftool command line to remove 
 their ekiga configuration?

 I applied all your patches.

 I can't really answer your question because I don't have a precise
 opinion about this.

For those of us who don't use gnome and gconf, it is better to have
some way other than the non-existent gconftool.

Cheers.

Jim
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] ekiga-snapshot-config-tool Debian packaging looks for wrong schema file

2009-02-27 Thread Eugen Dedu

Jim Diamond wrote:

On Fri, Feb 27, 2009 at 17:01 (+0100), Damien Sandras wrote:


Le jeudi 26 février 2009 à 15:49 +0100, Eugen Dedu a écrit :

Mark T.B. Carroll wrote:

ekiga-snapshot-config-tool --install-schemas gives,



I/O warning : failed to load external entity /etc/gconf/schemas/ekiga.schemas
Failed to open `/etc/gconf/schemas/ekiga.schemas': No such file or directory



My version of the ekiga-snapshot Debian package is 0-20090214-1 which
instead has a /usr/share/gconf/schemas/ekiga-snapshot.schemas file.



upstream, please apply the patch attached.


Do you think it is still useful to distribute this small script?  Is it 
better to just inform people about the gconftool command line to remove 
their ekiga configuration?



I applied all your patches.



I can't really answer your question because I don't have a precise
opinion about this.


For those of us who don't use gnome and gconf, it is better to have
some way other than the non-existent gconftool.


The problem is that this script has 131 lines and replaces only about 5 
lines of code (rm -rf $HOME/.gconf/...; gconf --shutdown etc.)


But we will wait until everybody is ok with this removal.

--
Eugen
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] ekiga-snapshot-config-tool Debian packaging looks for wrong schema file

2009-02-26 Thread Eugen Dedu

Mark T.B. Carroll wrote:

ekiga-snapshot-config-tool --install-schemas gives,

I/O warning : failed to load external entity /etc/gconf/schemas/ekiga.schemas
Failed to open `/etc/gconf/schemas/ekiga.schemas': No such file or directory

My version of the ekiga-snapshot Debian package is 0-20090214-1 which
instead has a /usr/share/gconf/schemas/ekiga-snapshot.schemas file.


upstream, please apply the patch attached.

Do you think it is still useful to distribute this small script?  Is it 
better to just inform people about the gconftool command line to remove 
their ekiga configuration?


--
Eugen
--- ekiga-config-tool.in	2009-01-07 11:02:09.0 +0100
+++ ekiga-config-tool.in-ok	2009-02-26 15:46:25.0 +0100
@@ -71,8 +71,8 @@
 
 	$GETTEXT Removing schemas; echo
 	SOURCE=`echo $SOURCE | sed s/xml:://`
-	SCHEMAS=$SOURCE/schemas/apps/ekiga
-	SOURCE=$SOURCE/apps/ekiga
+	SCHEMAS=$SOURCE/schemas/apps/@PACKAGE_NAME@
+	SOURCE=$SOURCE/apps/@PACKAGE_NAME@
 	echo $SCHEMAS
 	echo $SOURCE
 	rm -rf $SOURCE
@@ -96,7 +96,7 @@
 
 	$GETTEXT Installing schemas; echo
 	GCONF_CONFIG_SOURCE=$SOURCE  $GCONFTOOL \
-	--makefile-install-rule $SYSCONFDIR/gconf/schemas/ekiga.schemas
+	--makefile-install-rule $SYSCONFDIR/gconf/schemas/@package_n...@.schemas
 fi
 }
 
@@ -120,7 +120,7 @@
 fixgconfperm;
 ;;
   *)
-$GETTEXT Usage:  ekiga-config-tool OPTION; echo
+$GETTEXT Usage:  @package_n...@-config-tool OPTION; echo
 	$GETTEXT Fixes problems with the Ekiga settings; echo; echo
 	$GETTEXT   --cleanremove all user settings; echo
 	$GETTEXT   --install-schemas  install schemas with default settings (run as root); echo
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list