Questions tagged [glib]
The glib tag has no summary.
48 questions
0 votes
1 answer
65 views
How can I stop gvfs/glib from reading an internal drive as if it's external?
My file manager needs gvfs for the trash functionality,, but after installing gvfs my drive, which is mounted at /media/storage is read as an external 4tb volume at /dev/dm1 rather than just 'storage'....
1 vote
0 answers
79 views
GLib-GIO-CRITICAL errors when running Veracrypt on Ubuntu 24.04
When mounting an SSD encrypted with VeraCrypt on Ubuntu 24.04, I get the following alerts: # veracrypt /dev/sda2 /mnt/crucial ** (veracrypt:18207): WARNING **: 19:02:42.514: Unable to connect to dbus:...
0 votes
0 answers
73 views
Firefox freezes when using “save as” (glib issue?)
When trying to save anything in Firefox, using “save as” to do so, when the dialog box starts to show up, everything turns gray for a moment and then Firefox freezes permanently. Running firefox on ...
0 votes
0 answers
126 views
Thunar warning content type loading failed
I'm running a bash script that collates and organises files before turning it into a zip. When I run the script, multiple Thunar 'warnings' and 'critials' pop that I have a hard time figuring out what ...
1 vote
0 answers
906 views
Error using glib2 from yum: "libgio-2.0.so.0: undefined symbol: g_free"
I am trying to build all of the dependencies for Weasyprint 52.5 for AWS Lambda. Despite being a python library, Weasyprint has a large number of OS dependencies. I'm creating a lambda layer by ...
0 votes
2 answers
2k views
How to install glib 1.2 on new system?
I try to install glib 1.2 on Ubiuntu 21.04 to run old c program After succesfull ./configure --build=i386-linux-gnu --host=i386-linux-gnu I try make with error : make check Making check in . make[1]...
0 votes
1 answer
349 views
Disagreement between glib and gcc after gcc downgrade
I updated my distro a week ago Linux *** 5.10.41-1-MANJARO x86_64 GNU/Linux recent gcc and gcc-lib version 11.1.0 But need to work with gcc 10.2.0 and its coworker gcc-libs 10.2.0 I downgraded ...
0 votes
0 answers
270 views
Is it really true that no RedHat fix exists for this High/Important 3-month old glib issue?
Short version Red Hat Customer Portal lists CVE-2021-27219 as having a 9.8 out of 10 RedHat CVSS score, that it was published February 4, 2021, more than 3 months ago and that it affects RHEL 8, the ...
2 votes
1 answer
8k views
Installation of libglib2.0-dev on Fedora
Recently, I switched from Ubuntu to Fedora. Now, I would like to run the Fedora equivalent to the Ubuntu command sudo apt-get install libglib2.0-dev Because when I cmake a project (in particular lcm 1....
1 vote
1 answer
1k views
How to make a glib app look for "schema" at a different path?
I've built and installed a Glib-2.0-using application to /opt/myapp. However, when I run it, it looks for "schema" files under /usr/share/glib-2.0/schemas. How can I tell the app to look ...
0 votes
1 answer
290 views
How to send messages to a window
I've got a hung window "Set Title" in Ubuntu mate-terminal that doesn't react to input. I can move the window, but it doesn't render properly (with text box and "Ok" button), nor ...
0 votes
0 answers
410 views
What exactly is the purpose of Gsettings? Do I need this?
Accordingly to the documentation, GSettings is: GSettings are a nice way to manage your application’s settings. Those settings are stored in binary form for fast retrieval, and can be manipulated ...
1 vote
1 answer
583 views
In Arch, web browsers crash when opening file finder dialogue window
I recently update my Arch, and I am currently running kernel version 5.6.6-arch1-1. When I try to open a file finder window either from Firefox or from Chrome (e.g. uploading an email attachment), ...
0 votes
1 answer
2k views
bin/glnxa64/MATLABWindow: symbol lookup error: /lib64/libpango-1.0.so.0: undefined symbol: g_log_structured_standard
I am not sure how to solve this problem in CentOS7: >> cluster_sample MathWorks::System::IUserException [Error using matlab.internal.webwindow (line 310) MATLABWindow application failed to ...
0 votes
1 answer
5k views
GLib-GObject-CRITICAL warning when opening PDF with Evince
I tried to open a PDF using the Evince command, but I received the following message: GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed Can someone help me understand ...