Questions tagged [glib]
101 questions
62
votes
3 answers
Nautilus not opening up, showing GLib error
When I launch nautilus from terminal the following error is printed and nautilus doesn't open up.
(nautilus:25179): GLib-GIO-CRITICAL **: g_dbus_interface_skeleton_unexport: assertion 'interface_->priv->connections != NULL' failed
(nautilus:25179):…
33
votes
4 answers
Gvim GLib-GObject-WARNING in ubuntu 13.10
I upgraded from ubuntu 13.04 to ubuntu 13.10 this afternoon. And when I try starting vim form the terminal after the upgrade, I get these warnings
(gvim:4054): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::sm-connect after class…
naveen.panwar
- 443
- 1
- 4
- 8
21
votes
1 answer
"Glib.h: No such file or directory" error despite installing libglib2.0-dev
I'm trying to make GROMACS the error I'm getting is :
fatal error: glib.h: No such file or directory
I've seen that there are already questions related to this, and I followed their advice and ran the following:
sudo apt-get install libglib2.0-dev…
Dave Davis
- 211
20
votes
1 answer
Cinnamon session crashing login from greeter
I wanted to change my desktop environment (DE) to cinnamon because it was way faster on my test computer.
I ran the command:
apt-get install cinnamon-desktop-environment
Rebooted.
Changed the DE to Cinnamon.
Put my password in, and then it kicked…
David
- 3,391
14
votes
5 answers
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages
I've been trying to install the CoreBird Twitter application and have had horrible luck with getting it to compile and then I came across a deb (from here) and tried to install it that way.
However, I got this error:
corebird depends on…
RPiAwesomeness
- 9,941
10
votes
1 answer
Another (unsolvable) "old glib" problem
Im sure veterans know the drill (as this question seems to have been asked a billion times), but I am getting this error while installing a piece of software ( ./configure )from source:
*** 'pkg-config --modversion glib-2.0' returned 2.48.1, but…
Ronald
- 115
10
votes
3 answers
GLib-CRITICAL console-kit-daemon
A fresh install of 14.04 with KDE installed yields the following error:
[...]
Jan 8 13:58:19 linuxtest4 console-kit-daemon[1969]: GLib-CRITICAL: Source ID 20 was not found when attempting to remove it
Jan 8 14:41:34 linuxtest4…
tr9sh
- 211
9
votes
1 answer
glib.h make error. fatal error: glib.h: No such file or directory
for solution i searched on the Internet.
i added the output of the command
pkg-config --cflags glib-2.0
that is -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include to the make file like
GCC = -I/usr/include/glib-2.0…
Harkirat Sethi
- 105
9
votes
3 answers
Unable to restart Nautilus (required by Dropbox)
Every time I log in Dropbox opens up the screen informing me that Nautilus needs to be restarted.
Clicking the restart button does nothing though.
If I enter terminal and run nautilus -q it returns the following errors:
Initializing…
DJ_Beardsquirt
- 825
7
votes
1 answer
Ubuntu 16.04 GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications
i keep getting this error. I am not sure how to get rid of it. I am using NVIDIA drivers 381.22 does that cause this problem?
i tried everything from here: My dconf/gsettings installation is broken. How can I fix it without Ubuntu reinstall?
no luck
S. N
- 73
7
votes
1 answer
Installing glib gives "You must have either have gettext support"
I'm trying to install glib-2.37.6 (also same problem with glib-2.32.1) and getting this error during configuration:
You must have either have gettext support in your C library, or use the
GNU gettext library.…
ajb
- 247
7
votes
1 answer
Version `GLIBC_2.28' not found
I'm trying to install PyTorch on ARMv7(32-bit) architecture but PyTorch doesn’t have official ARMv7 builds so i tried this unofficial build.
It installed successfully but when I import torch I get the following error
import torch
Traceback (most…
A_reda97
- 179
7
votes
1 answer
How to configure a `dconf` key globally across all user accounts
I want to set the 'automount' key, for the ‘media-handling’ schema, to ‘false’, for all users on a single desktop machine.
I can do this individually, i.e. one user at a time, by using gsettings whilst logged-in as the specific user:
gsettings set…
Andrew Hardiman
- 448
6
votes
3 answers
How can I install gsettings schema via a gnome shell extension?
I started to write my own Gnome Shell Extensions and can't find any answer to this question -> is there any way, how to install gsettings schema on machine just via extension code (e.g. not copying schema.xml into glib-2.0/schemas directory and…
Otaj
- 73
6
votes
3 answers
'Make' error - glib.h no such file or directory
I have never built a project in Ubuntu before and I am trying to come to grips with the GNU build tools and process.
When I try to make I get the glib.h - no such file or directory.
This is the output of pkg-config --cflags --libs…
SuperJumbo
- 599