| Ubuntu This forum is for the discussion of Ubuntu Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-15-2012, 11:50 AM
|
#1
|
|
LQ Newbie
Registered: Nov 2012
Posts: 6
Rep: 
|
package not found(while installing these dependencies in ubuntu gail-3.0,autopoint)
hello,
i tried installing gail-3.0 dependencies in ubuntu.it says package not found.
then i tried setting GAIL_CFLAGS=<output of pkg-config --cflags gail> it says like reenterant not found.
>> GAIL_LIBS=<output of pkg-config --libs gail>.
i kindly request you to plz suggest me step by step procedure for installing gail-3.0
thank you.
|
|
|
|
11-15-2012, 12:13 PM
|
#2
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,761
|
Welcome to LQ.
Which Ubuntu ? Version, please.
If you have Ubuntu 11.10 .. 12.10 : "gail-3.0" is a package config file,
provided by 'libgail-3-dev' : /usr/lib/pkgconfig/gail-3.0.pc
And : The package libgail-3-dev is built from the gtk+3.0 source.
http://packages.ubuntu.com/oneiric/libgail-3-dev
http://packages.ubuntu.com/oneiric/i...3-dev/filelist
.
Last edited by knudfl; 11-15-2012 at 12:17 PM.
|
|
|
|
11-15-2012, 10:42 PM
|
#3
|
|
LQ Newbie
Registered: Nov 2012
Posts: 6
Original Poster
Rep: 
|
my ubuntu version is 10.04.4.
kindly reply
Quote:
Originally Posted by knudfl
|
|
|
|
|
11-16-2012, 02:40 AM
|
#4
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,761
|
There is no gtk3 for Ubuntu 10.04.x. Thus no *gail-3*.
The first Ubuntu to have gtk3 is version 11.10 .
The easy way to use gtk3 applications :
Install the new "LTS", Ubuntu 12.04. (LTS = Long time supported.)
Which application is it, that requires gtk3 / gail-3.0 ?
.
|
|
|
|
11-17-2012, 04:30 AM
|
#5
|
|
Senior Member
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,133
|
Quote:
Originally Posted by ahmed12345
i tried installing gail-3.0 dependencies in ubuntu.it says package not found.
|
Are you using any third party repositories on your Ubuntu install??
This includes all of those all too often problematic PPA repos.
Third party repositories can often cause problems like this.
For best results, stick with the standard Ubuntu repositories and you will avoid problems like this.
|
|
|
|
11-19-2012, 03:18 AM
|
#6
|
|
LQ Newbie
Registered: Nov 2012
Posts: 6
Original Poster
Rep: 
|
how to install autopoint package for ubuntu12.04 version.
hello,
i tried installing package autopoint in ubuntu 12.04 it says package not found. so how do i install autopoint in ubuntu12.04 please guide
thank you
|
|
|
|
11-19-2012, 05:02 AM
|
#7
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,761
|
# 6
sudo apt-get update
sudo apt-get install autopoint
|
|
|
|
11-19-2012, 06:09 AM
|
#8
|
|
LQ Newbie
Registered: Nov 2012
Posts: 6
Original Poster
Rep: 
|
could not locate package libsecret-1-dev in ubuntu12.04.
Hello
i tried installing libsecret-1-dev in ubuntu 12.04 but it throws an error saying could not locate package libsecret-1-dev. requesting u to please guide me what is the procedure to make it compatable.
i also tried $ sudo apt-get update
$ sudo apt-get install libsecret-1-dev
thank you
|
|
|
|
11-19-2012, 08:39 AM
|
#9
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,761
|
# 8 : $ apt-cache search libsecret-1-dev : No package libsecret* for Ubuntu 12.04 .
1) Please add two lines to /etc/apt/sources.list : sudo gedit /etc/apt/sources.list
Code:
deb-src http://de.archive.ubuntu.com/ubuntu/ quantal main
deb-src http://dk.archive.ubuntu.com/ubuntu/ quantal-updates main
2) sudo apt-get update
3) sudo apt-get install fakeroot
4) sudo apt-get build-dep vala-0.18
5) cd <new-folder-1>/
6) apt-get -b source vala-0.18=0.18.0-0ubuntu1
7) sudo dpkg -i valac-0.18_0.18.0* libvala-0.18* valac-0.18-vapi_0.18.0-0ubuntu1*
8) sudo apt-get build-dep libsecret
8a) exit
9) cd <new-folder-2>/
10) apt-get -b source libsecret=0.11-0ubuntu0.12.10.1
11) sudo dpkg -i libsecret-1-0_0.11* libsecret-common* libsecret-1-dev_0.11* gir1.2-secret*
Don't know what requires 'libsecret-1-dev', but if you want to install / use
bleeding edge applications : Better install Ubuntu 12.10 Quantal.
.
|
|
|
|
11-19-2012, 10:04 PM
|
#10
|
|
LQ Newbie
Registered: Nov 2012
Posts: 6
Original Poster
Rep: 
|
how do i build webkit gtk on ubuntu 12.1
hello,
we are basically trying to build webkit gtk on ubuntu12.1, and all the required depenndencies are installed.i m following the guide in this website: http://trac.webkit.org/wiki/BuildingGtk
please guide me in building the webkitgtk on ubuntu12.1
thank you.
|
|
|
|
11-20-2012, 02:28 AM
|
#11
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,761
|
# 10
apt-cache search webkitgtk
sudo apt-get install libwebkitgtk-3.0-0
( http://packages.ubuntu.com/precise-u...ebkitgtk-3.0-0 )
Standalone demo : $ /usr/lib/webkitgtk-3.0-0/libexec/GtkLauncher
.
Last edited by knudfl; 11-20-2012 at 03:46 AM.
|
|
|
|
11-21-2012, 05:34 AM
|
#12
|
|
LQ Newbie
Registered: Nov 2012
Posts: 6
Original Poster
Rep: 
|
how to debug the webkitgtk code on ubuntu 12.10
Hello,
i have built the webkitgtk+ on ubuntu 12.10 and i have to customize the browser and basically the webkit contains modules like Javascript,Webcore,Drosera..
so how do i debug these modules(Javascript,Webcore).please guide me in details how do i debug it.
thank you
Quote:
Originally Posted by ahmed12345
hello,
i tried installing gail-3.0 dependencies in ubuntu.it says package not found.
then i tried setting GAIL_CFLAGS=<output of pkg-config --cflags gail> it says like reenterant not found.
>> GAIL_LIBS=<output of pkg-config --libs gail>.
i kindly request you to plz suggest me step by step procedure for installing gail-3.0
thank you.
|
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:47 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|