i have made the debian package. I have installed it and it is noww coming under Applications->education->gcompris.<br>But when i am trying to launch it, there comes :<br><br>Could not launch menu item<br>Failed to execute child process "gcompris" (Permission denied)<br>
<br>On terminal also the command 'gcompris' is not coming.<br><br><div class="gmail_quote">2008/12/4 Thomas Petazzoni <span dir="ltr"><<a href="mailto:thomas.petazzoni@enix.org">thomas.petazzoni@enix.org</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Le Thu, 4 Dec 2008 14:55:15 +0530,<br>
"Ankit Sahai" <<a href="mailto:ankitsahai85@gmail.com">ankitsahai85@gmail.com</a>> a écrit :<br>
<div class="Ih2E3d"><br>
> 1. .dsc file for gcompris_8.4.8<br>
> 2. gcompris_8.4.8-1.diff.gz<br>
<br>
</div>Both of these files are produced during the generation of the Debian<br>
package, using dpkg-buildpackage. You don't need these files.<br>
<br>
You simply need an unpacked GCompris tarball, in which you put the<br>
debian/ directory that you can borrow from an older version of<br>
the GCompris package available in Debian/Ubuntu.<br>
<br>
In a nutshell, something like:<br>
<br>
 1. Download the tarball of gcompris 8.4.8<br>
 2. tar xzf gcompris-8.4.8.tar.gz<br>
 3. Get the source of the debian package:<br>
    apt-get source gcompris<br>
 4. Copy the debian/ directory to the new GCompris version:<br>
    cp -a gcompris_8.4.x/debian/ gcompris-8.4.8/<br>
 5. Add a new entry in gcompris-8.4.8/debian/changelog<br>
 6. Make any other needed modifications to gcompris-8.4.8/debian/<br>
 7. Compile the package:<br>
    cd gcompris-8.4.8<br>
    dpkg-buildpackage -rfakeroot<br>
 8. If it doesn't work, go to 6.<br>
<br>
Sincerly,<br>
<br>
Thomas<br>
<font color="#888888">--<br>
Thomas Petazzoni                         <a href="http://thomas.enix.org" target="_blank">http://thomas.enix.org</a><br>
Promouvoir et défendre le Logiciel Libre <a href="http://www.april.org" target="_blank">http://www.april.org</a><br>
Logiciels Libres à Toulouse              <a href="http://www.toulibre.org" target="_blank">http://www.toulibre.org</a><br>
</font><br>-------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<br>
Build the coolest Linux based applications with Moblin SDK & win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br>
<a href="http://moblin-contest.org/redirect.php?banner_id=100&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&url=/</a><br>_______________________________________________<br>
gcompris-devel mailing list<br>
<a href="mailto:gcompris-devel@lists.sourceforge.net">gcompris-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gcompris-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gcompris-devel</a><br>
<br></blockquote></div><br>