Software :: Replace Glib - Build GTK3.0 For Anjuta 3.0?
May 14, 2011
I've gone about as far as I can with this without trashing my system. I'm running Mint 10 LXDE with XFCE.
Ultimate objective: Install latest Anjuta 3.0 from source (not yet in repos). Anjuta ./configure reported a need for updated packages, such as GTK 3.0, Glib, Gio, etc. I downloaded GTK 3.0 and 'config' reported a need for an updated Glib. So I downloaded that and have installed it successfully (no prefixes; from home dir.)
But now GTK config is stating that it has found two versions of Glib, which I guess makes sense since I made no attempt to replace the old one. So, what is/was the proper way to replace the old Glib so there is only one version, or, is that a bad idea? Will some software still be dependent on the old Glib, or do the devs make the libraries backward compatible? Where do I go from here?
[Code]...
View 3 Replies
ADVERTISEMENT
Jun 15, 2011
Quote:
(gimp:4216): GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, optional-arg or filename flags ( on option of type 0
segmentation fault
gimp stopped working on kubuntu after installing updates, any fix?
View 9 Replies
View Related
Mar 25, 2010
I am new to using Linux (Debian) and I wanted to install an IDE that covers all languages (C++, Java, SQL) so I decided to try Anjuta, but when I entered a simple "Hello World" code and tried to run it, I noticed that the Build > Compile selection was grayed out. I read on another forum that Anjuta can only compile projects so I switched to Geany, same problem. Do I have to install a compiler?
View 1 Replies
View Related
Nov 3, 2010
I am using Fedora 12, and I recently downloaded the source of Empathy from the git repo. When I issue a ./configure on the console, I get the following output, please look at the last line:
[root@localhost empathy]# ./configure
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for a BSD-compatible install... /usr/bin/install -c
[code]....
View 3 Replies
View Related
Oct 9, 2010
I am trying to build Pidgin on my Lucid install and on running configure, I get the following:
Quote:
configure: error: You must have GLib 2.4.0 or newer development headers installed to build.
If you have these installed already you may need to install pkg-config so I can find them. I tried installing pkg-config, but it's already in its newest version. I then tried going to the following website
[URL]
and downloaded and extracted glib on my computer. That changed nothing. I was hoping someone could tell me what's going on here. I just tried the this:
Quote:
sudo apt-get install libgtk2.0-0
and got
Quote:
libgtk2.0-0 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
View 8 Replies
View Related
Mar 31, 2011
As root, type "zypper update" and get several lines of the following error:
**
GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed: (connection->initialization_error == NULL)
Loading repository data...
Reading installed packages...
Nothing to do. Used zypper dup to upgrade from 11.3. Still have boot problems (will open another thread), but had major problems upgrading timezone. File downloads would reach some percentage of completion, then B/s would slowly reduce, to zero. Upgrade would halt until manually aborted. Solution was to manually download 5 timezone files and install them in a directory repository. File download did not specify just the timezone file, but also a part of the directory. Could this be part of the problem? example: ./rpm/i586/timezone-2011d-0.2.1.i586.rpm instead of just the file name.System is a Dell 3000 (Pentium 4, 512MB memory).
View 5 Replies
View Related
Jun 29, 2011
How you can change you're gdm gtk3 theme with fedora 15.
Prerequisite: gnome-tweak-tool and a terminal (gnome-terminal)
Open gnome-terminal:
Code:
su -
( insert password)
Now we are root and the first step is to install gnome-tweak-tool if you already did this skip this. Install gnome-tweak-tool
Code:
yum install gnome-tweak-tool
Now we make the gdm user available to make changes:
Code:
# xhost +SI:localuser:gdm
If you did this right you get this message:
Code:
localuser:gdm being added to access control list
Next we will fire up gnome-tweak-tool
Code:
# sudo -u gdm gnome-tweak-tool
This will start gnome-tweak-tool as the user gdm (sudo -u username will start the application as designated user). Now we can change the interface gtk+theme, icon theme and cursor theme to whatever you like. Don't forget to change windows current theme to what you want.
How to change gdm login background:
Code:
# sudo -u gdm gnome-control-center
Here you can change the background
And when you're done exit the gnome-tweak-tool or gnome-control-center and type:
Code:
# exit
(ps the # sign is the sign you're running the command as ROOT don't copy it!!
View 7 Replies
View Related
Apr 28, 2016
since few days I have installed a fresh debian testing on my new laptop, I am using XFCE4 as DE, I noticed that when I use these themes: greybird, bluebird and albatross the GTK3 applications (mostly from gnome 3 stack) do not display correctly the application. I have another laptop with an older debian testing with XFCE4 and the GTK3 themes work properly. The only relevant difference between the old computer and the new one are the video driver, the older use radeonsi driver and newest the nvidia blob binary.
View 8 Replies
View Related
Nov 22, 2015
There are these shortcuts in the GTK3 file chooser: [URL] ....
With the exception of "desktop" which I included in the red box by mistake, I don't want those shorcuts to be there. I've even deleted most of those folders from my home directory because I have no use for them, but the shortcuts remain even after the folders are gone.
How to remove/disable these shortcuts? And while I'm at it, I notice that it's not using my selected icon theme for those icons. Any way to make it use my choice of icon theme?
View 1 Replies
View Related
Dec 21, 2009
When I tried to install anjuta, then yum showed below error message.
Cannot find a valid baseurl for repo: fedora
My yum's repolist is as below.
View 1 Replies
View Related
Jun 14, 2011
can somebody tell me how to do so? i followed tuts everywhere , but at the last configure step it says that it doenst find a GTK higher than 2.2
View 1 Replies
View Related
Jun 28, 2011
I downloaded the el6 version of Anjuta from [URL]
I am trying to install it using yum, but I keep getting dependency errors. How do I satisfy these dependencies on Scientific Linux 6?
Below is the error, and my active repolist.
Code:
Finished Dependency Resolution
Error: Package: 1:anjuta-2.28.1.0-2.el6.i386 (/anjuta-2.28.1.0-2.el6.i386)
Requires: autogen
Error: Package: 1:anjuta-2.28.1.0-2.el6.i386 (/anjuta-2.28.1.0-2.el6.i386)
Requires: libgda-sqlite >= 3.99.7
[Code].....
View 2 Replies
View Related
Apr 10, 2010
I've been wanting to write a small program for personal purposes in GNOME using Anjuta. I've noticed something strange when I start a new project. I have various options, a GTK project, SDL, XLIB, and GNOME Applet, but no GNOME project? I have the GNOME development libraries installed as far as I know, but the option to create a GNOME 2 project just doesn't appear.
View 2 Replies
View Related
Sep 1, 2011
i have been working with fedora for a long time because i was unable to get anjuta 3 working on ubuntu as well as GTK+ 3,facing a huge list of problems after reinstalling it around 3 times and unable to get my new mouse working on GNOME. My question is will anjuta 3.,GTK+ 3.0 as well as all the required packages be able to run/installed on ubuntu?
View 2 Replies
View Related
Aug 19, 2011
How do I can enable the uml diagram painter on anjuta on ubuntu 11.04? I see some screenshot but I don't found the package.
View 1 Replies
View Related
Jul 2, 2015
I wish to try the Anjuta IDE - I am running wheezy. Using Synaptic, libsvn1 is marked for installation, but produces a warning message that it is not authenticated.
I have seen other posts regarding this issue and would not want to be left with a broken system! I have also tried installing libsvn1 on its own and get the same message.
View 6 Replies
View Related
Oct 13, 2010
I am very new to Linux. I want to work on GTK. As I came from VB background, I want to use Anjuta IDE to start my design. I installed CYGWIN. When I am trying to install anjuta , I am getting error saying GLIB and Unique1.0 not found :
[Code]...
View 3 Replies
View Related
May 24, 2010
i got this simple example of a code, its basicly Anjuta Gtkmm empty project. [URL] and trying to connect button signal to a function at line 67, however i receive errors during compilation, and i dont know what's wrong error output [URL]
View 1 Replies
View Related
Apr 23, 2011
Can the Replace function replace more than one word with the same character(s)?
Also, do you know how to access the plugins provided by the gedit-plugins package?
View 3 Replies
View Related
Oct 5, 2010
i am trying to install the extras of anjuta which are v.2.3.2 but the current version supported from synaptic packet manager is only 2.3.0.. what can i do ? Is there a repository that has anjuta 2.3.2 for ubuntu ? Or anywhere i can find the extras for 2.3.0? if yes then give me the complete link to add to sources.
View 1 Replies
View Related
Feb 20, 2010
I'm in love with my Opensuse 11.2. Love my KDE 4.4. The only thing I miss from my Ubuntu installation, is the ability to use Boxee. I would be more than willing to compile Boxee from source. I only have 2 problems with that:
1) I don't know where I can find all the build-deps or what they are for that matter to build Boxee.
2) I'm running on a Netbook. Yes, my measly Intel Atom is no fun for compiling and building.
What are my options/what can I do to get Boxee up and running on 11.2? I've tried searching on build service for an RPM, but I think due to legal restrictions, Boxee can't be on there.
View 9 Replies
View Related
Feb 16, 2011
looking for LIBEVENT... configure: error: Package requirements (libevent >= 2.0.10) were not met: In order to build transmission 2.21.I need libeventnew version of transmission,I need to build libevent-dev >= 2.0.10 and installed first.But I can't get any information about building development files for libevent.
View 1 Replies
View Related
Sep 24, 2009
as I'm advancing in building some nice rpm I finally wanted to install on of my gems also the build was successful the actual install fails with missing dependencies.
Code:
$ rpm --root /home/sascha/rpmbuild/ -i ./RPMS/x86_64/memcached-1.4.1-2.x86_64.rpm
error: Failed dependencies:
libc.so.6()(64bit) is needed by memcached-1.4.1-2.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by memcached-1.4.1-2.x86_64
[code]....
View 1 Replies
View Related
Feb 11, 2011
I have an init script running as a special build user which performs an automated build that fails with (Too many open files).I updated /etc/security/limits to allow the special user more open files, but that didn't work - the init script still isn't allowed more open files.Here's a demonstration of the problem;
Code:
$ su - sbsbuild -c "ulimit -n"
Password:
[code]....
View 1 Replies
View Related
Sep 16, 2010
Trying to install SW 13.1 (on DVD) on the following system: M/B Intel: DX38BT Processor Intel Core 2 Quad Q6700 - 2.66GHz, 8MB Cache, 1066MHz FSB, Socket 775 Memory Corsair Dual Channel 8192MB PC10600 DDR3 1333MHz Memory (4x2048MB) Graphics Diamond Radeon HD 3850 Video Card - Viper, 512MB GDDR3, PCI Express 2.0 P/S Ultra 1000W
My goal is to install the i386 build on one partition and the 64-bit build on another. I have been away from Linux for a while and am sick to death of Win7, want to come home. :-}
Booted on i386 side of DVD, system freezes after a couple of lines that start with ATA2. Does not respond to 3 finger salute, ctrl-c, nothing. Have to press reset. I have tried both huge.s and hugesmp.s kernels
Booted on 64-bit side, comes up fine. I performed the install, selected for automatic lilo install. Lilo install hung but I was able to reboot. I booted off the 64-bit side again, entered the following: huge.s root=/dev/sde3 rdinit= ro It booted fully to the login prompt but the keyboard does not work, no input.
View 2 Replies
View Related
Apr 19, 2011
Ant was installed in yast2 but will not run since build.xml was never created. How can this be fixed? I would like to run AudioTool.
View 5 Replies
View Related
Sep 1, 2010
Im running a stable lenny version and having a problem with mysql workbench. it needs newer libs. how do I install them ? Its a swedish system but I translated the first row.
mysql-workbench-oss is depending on libcairo2 (>= 1.7.2), but:
Versionen av libcairo2 on systemet is 1.6.4-7.
mysql-workbench-oss beroende av libcairomm-1.0-1 (>= 1.6.4), men:
Versionen av libcairomm-1.0-1 systemet 1.6.0-1.
[code]...
View 5 Replies
View Related
Mar 8, 2011
We are considering using Ubuntu server as a plat form for an erp software we are purchasing. The erp software company wants to know what the glib c is so that they can tell us if their sofware will work. Can anyone tell me what the glib c is? I have not downloaded it yet.
View 1 Replies
View Related
Feb 28, 2011
I have posted this a couple of places - The Bodhi team and I are looking for some help from someone that knows their way around C and GTK/glib. Firstly - we are interested in having an extension written for the Midori webrowser that would allow it to open apt: protocol links with the command /usr/bin/apturl Second, I am interested in getting this and this added to the file manager PCManFM as features.
View 5 Replies
View Related
Oct 1, 2010
I am trying to build a multiseat linux system(Build a Six-headed, Six-user Linux System LG #124). I am posting some outputs output of lspci | grep VGA
Code:
00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
02:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 8400 GS] (rev a1)
ls /dev/input/mouse*
Code:
/dev/input/mouse0 /dev/input/mouse1 /dev/input/mouse2
more /proc/bus/input/devices
[Code]...
I am having trouble in configuring xorg.conf. I am running Suse 11.3 desktop on my PC. Also, I have one onboard nvidia graphics 6150SE and I have put one nvidia 8400GS 512Mb in the 16X PCIe slot for the additional seat...
So kindly tell me what should I do now or what things are missing ?? For any further info abt my PC plz tell me to post outputs(specify the commands for the same..)
View 11 Replies
View Related