You are not logged in.

#1 2016-05-24 16:59:04

marytheidiot
Member
Registered: 2016-04-22
Posts: 6

Gtk not responding in real time in my application

Hey, I hope I'm posting to the right forum.

I'm working on an assignment and I have to build an interface with GTK+ for it. It was working all right until last week when I ran `pacman -Syu`. Then it started behaving strangely: Some buttons were supposed to navigate through a canvas, moving up, down, left and right. Now, when I press these buttons, nothing happens. However, when I open another window (not another instance of the program) in the program, all of the button presses take effect at once. Also, when I press a button in the new window, that was supposed to close that window, the button disappears, the code associated with the button runs (the outputs get printed, at least), and the new window stays there, but with no OK button.

This same code works fine on another person's computer that runs Ubuntu. I'm trying to make a gif of the program running to better illustrate this.

Does anyone know what could possibly be happening?

Offline

#2 2016-05-24 17:15:52

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,442
Website

Re: Gtk not responding in real time in my application

marytheidiot wrote:

I'm working on an assignment ...

Generally we do not allow homework questions here.  But this one seems fair to me as you are not looking for the solution to your homework, but rather trying to solve an arch-specific issue with why your code does not run as intended.

But no one can possibly help with this level of description.  Are you able to share the code?  Can we test it on our systems?

Also, check your pacman log: what was updated when it stopped working?  Can you try downgrading some packages to pinpoint which update led to the problems?  Have you checked changelogs for any libs you are using?

mod note: moved from Multimedia & Games to Programming & Scripting.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2016-05-25 03:31:39

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: Gtk not responding in real time in my application

I somewhat disagree with my colleague here. Homework help is fine when it is fully disclosed.  It does allow us to allow you to maintain your academic integrity by using a more Socratic approach.  h

Are you using the same versions of Gtk on both distros?   Recent changes to Gtk created havoc around here, Gtk3 is not compatible with a lot of the Gtk themes out there.
Also, are you using the same environments in Arch as you are in Ubuntu?  Is that Ubuntu using Wayland or Xorg?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#4 2016-05-25 16:29:32

marytheidiot
Member
Registered: 2016-04-22
Posts: 6

Re: Gtk not responding in real time in my application

I'm sorry I took so long to reply. The full code is here on my github (It's very messy, I'm sorry!!): https://github.com/marianatuma/CG

His version of GTK is 3.20.6, and his is 3.16.something. Though I was looking at the pacman logs and I found this:

[2016-05-17 22:17] [PACMAN] Running 'pacman -Syu'
[2016-05-17 22:17] [PACMAN] synchronizing package lists
[2016-05-17 22:17] [PACMAN] starting full system upgrade
[2016-05-17 22:34] [PACMAN] Running 'pacman -Syu'
[2016-05-17 22:34] [PACMAN] synchronizing package lists
[2016-05-17 22:34] [PACMAN] starting full system upgrade
[2016-05-17 22:34] [ALPM] running '70-dkms-remove.hook'...
[2016-05-17 22:34] [ALPM-SCRIPTLET] ==> dkms -q remove -q -m vboxhost -v 5.0.18_OSE -k 4.5.1-1-ARCH
[2016-05-17 22:35] [ALPM-SCRIPTLET] ==> dkms -q remove -q -m vboxhost -v 5.0.18_OSE -k 4.5.1-1-ARCH
[2016-05-17 22:35] [ALPM] transaction started
[2016-05-17 22:35] [ALPM] upgraded linux-api-headers (4.4.1-1 -> 4.5.2-1)
[2016-05-17 22:35] [ALPM] upgraded glibc (2.23-1 -> 2.23-4)
[2016-05-17 22:35] [ALPM-SCRIPTLET] Generating locales...
[2016-05-17 22:35] [ALPM-SCRIPTLET]   en_US.UTF-8... done
[2016-05-17 22:35] [ALPM-SCRIPTLET] Generation complete.
[2016-05-17 22:35] [ALPM] upgraded gcc-libs (5.3.0-5 -> 6.1.1-1)
[2016-05-17 22:35] [ALPM] upgraded xproto (7.0.28-1 -> 7.0.29-1)
[2016-05-17 22:35] [ALPM] upgraded aalib (1.4rc5-11 -> 1.4rc5-12)
[2016-05-17 22:35] [ALPM] upgraded glib2 (2.48.0-1 -> 2.48.1-1)
[2016-05-17 22:35] [ALPM] upgraded jasper (1.900.1-14 -> 1.900.1-15)
[2016-05-17 22:35] [ALPM] upgraded gdk-pixbuf2 (2.34.0-1 -> 2.34.0-2)
[2016-05-17 22:35] [ALPM] upgraded gtk-update-icon-cache (3.20.3-1 -> 3.20.4-2)
[2016-05-17 22:35] [ALPM] upgraded harfbuzz (1.2.6-1 -> 1.2.7-1)
[2016-05-17 22:35] [ALPM] upgraded llvm-libs (3.7.1-1 -> 3.8.0-1)
[2016-05-17 22:35] [ALPM] upgraded libgpg-error (1.21-1 -> 1.22-1)
[2016-05-17 22:35] [ALPM] upgraded libgcrypt (1.7.0-1 -> 1.7.0-2)
[2016-05-17 22:35] [ALPM] upgraded libdrm (2.4.67-2 -> 2.4.68-1)
[2016-05-17 22:35] [ALPM] upgraded libseccomp (2.2.3-1 -> 2.3.1-1)
[2016-05-17 22:35] [ALPM] upgraded perl (5.22.1-2 -> 5.22.2-1)
[2016-05-17 22:35] [ALPM] upgraded openssl (1.0.2.g-3 -> 1.0.2.h-1)
[2016-05-17 22:35] [ALPM] upgraded gmp (6.1.0-3 -> 6.1.0-4)
[2016-05-17 22:35] [ALPM] upgraded gzip (1.7-1 -> 1.8-1)
[2016-05-17 22:35] [ALPM] upgraded texinfo (6.1-1 -> 6.1-3)
[2016-05-17 22:35] [ALPM] upgraded mesa (11.2.1-1 -> 11.2.2-1)
[2016-05-17 22:35] [ALPM] upgraded mesa-libgl (11.2.1-1 -> 11.2.2-1)
[2016-05-17 22:35] [ALPM] upgraded librsvg (2:2.40.15-1 -> 2:2.40.15-2)
[2016-05-17 22:35] [ALPM] upgraded adwaita-icon-theme (3.20-1 -> 3.20-2)
[2016-05-17 22:35] [ALPM] upgraded libtasn1 (4.8-1 -> 4.8-2)
[2016-05-17 22:35] [ALPM] upgraded nettle (3.2-1 -> 3.2-2)
[2016-05-17 22:35] [ALPM] upgraded gnutls (3.4.11-1 -> 3.4.11-2)
[2016-05-17 22:35] [ALPM] upgraded libcups (2.1.3-1 -> 2.1.3-2)
[2016-05-17 22:35] [ALPM] upgraded shared-mime-info (1.6-1 -> 1.6-2)
[2016-05-17 22:35] [ALPM] upgraded colord (1.3.2-1 -> 1.3.2-2)
[2016-05-17 22:35] [ALPM] upgraded ca-certificates-utils (20150402-1 -> 20160507-1)
[2016-05-17 22:35] [ALPM] upgraded ca-certificates-mozilla (3.23-3 -> 3.23-4)
[2016-05-17 22:35] [ALPM] upgraded ca-certificates-cacert (20140824-2 -> 20140824-3)
[2016-05-17 22:35] [ALPM] upgraded ca-certificates (20150402-1 -> 20160507-1)
[2016-05-17 22:35] [ALPM] upgraded glib-networking (2.48.0-1 -> 2.48.2-1)
[2016-05-17 22:35] [ALPM] upgraded libsoup (2.54.0.1-1 -> 2.54.1-1)
[2016-05-17 22:35] [ALPM] upgraded rest (0.7.93-1 -> 0.8.0-1)
[2016-05-17 22:35] [ALPM] upgraded desktop-file-utils (0.22-1 -> 0.22-2)
[2016-05-17 22:35] [ALPM] upgraded gtk3 (3.20.3-1 -> 3.20.4-2)
[2016-05-17 22:35] [ALPM] upgraded gconf (3.2.6-3 -> 3.2.6-4)
[2016-05-17 22:35] [ALPM] upgraded libtool (2.4.6-4 -> 2.4.6-5)
[2016-05-17 22:35] [ALPM] upgraded aisleriot (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:35] [ALPM] upgraded aspell (0.60.6.1-4 -> 0.60.6.1-5)
[2016-05-17 22:35] [ALPM] upgraded mpfr (3.1.4-1 -> 3.1.4.p1-1)
[2016-05-17 22:35] [ALPM] upgraded autoconf-archive (1:2016.03.20-2 -> 1:2016.03.20-4)
[2016-05-17 22:35] [ALPM] upgraded bc (1.06.95-1 -> 1.06.95-2)
[2016-05-17 22:35] [ALPM] upgraded nss (3.23-3 -> 3.23-4)
[2016-05-17 22:35] [ALPM] upgraded geocode-glib (3.20.1-1 -> 3.20.1-2)
[2016-05-17 22:35] [ALPM] upgraded libgweather (3.20.0-1 -> 3.20.1-1)
[2016-05-17 22:35] [ALPM] upgraded harfbuzz-icu (1.2.6-1 -> 1.2.7-1)
[2016-05-17 22:35] [ALPM] upgraded libnm-glib (1.0.12-1 -> 1.2.2-1)
[2016-05-17 22:35] [ALPM] upgraded webkit2gtk (2.12.1-1 -> 2.12.2-1)
[2016-05-17 22:35] [ALPM] upgraded boost-libs (1.60.0-4 -> 1.60.0-5)
[2016-05-17 22:35] [ALPM] upgraded evolution-data-server (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:35] [ALPM] upgraded popt (1.16-7 -> 1.16-8)
[2016-05-17 22:35] [ALPM] upgraded networkmanager (1.0.12-1 -> 1.2.2-1)
[2016-05-17 22:35] [ALPM] upgraded taglib (1.10-3 -> 1.11-1)
[2016-05-17 22:35] [ALPM] upgraded libksba (1.3.3-1 -> 1.3.4-1)
[2016-05-17 22:35] [ALPM] upgraded libassuan (2.4.2-1 -> 2.4.2-2)
[2016-05-17 22:35] [ALPM] upgraded pinentry (0.9.7-1 -> 0.9.7-2)
[2016-05-17 22:35] [ALPM] upgraded gnupg (2.1.11-1 -> 2.1.12-2)
[2016-05-17 22:35] [ALPM] upgraded xapian-core (1:1.2.22-1 -> 1:1.2.23-1)
[2016-05-17 22:35] [ALPM] upgraded bijiben (3.20.0-1 -> 3.20.2-1)
[2016-05-17 22:35] [ALPM] upgraded bind-tools (9.10.3.P4-1 -> 9.10.4-1)
[2016-05-17 22:35] [ALPM] upgraded binutils (2.26-3 -> 2.26-4)
[2016-05-17 22:35] [ALPM] upgraded bison (3.0.4-1 -> 3.0.4-2)
[2016-05-17 22:35] [ALPM] upgraded iso-codes (3.67-1 -> 3.68-1)
[2016-05-17 22:35] [ALPM] upgraded gnome-desktop (1:3.20.1-1 -> 1:3.20.2-1)
[2016-05-17 22:35] [ALPM] upgraded libevdev (1.4.6-1 -> 1.5.1-1)
[2016-05-17 22:35] [ALPM] upgraded libinput (1.2.4-1 -> 1.3.0-1)
[2016-05-17 22:35] [ALPM] upgraded libbluray (0.9.2-1 -> 0.9.2-2)
[2016-05-17 22:35] [ALPM] installed hdf5 (1.10.0-1)
[2016-05-17 22:35] [ALPM] installed netcdf (4.4.1rc1-1)
[2016-05-17 22:35] [ALPM] upgraded ffmpeg (1:3.0.1-1 -> 1:3.0.2-2)
[2016-05-17 22:35] [ALPM] upgraded fftw (3.3.4-1 -> 3.3.4-2)
[2016-05-17 22:35] [ALPM] upgraded imlib2 (1.4.8-1 -> 1.4.9-1)
[2016-05-17 22:35] [ALPM] upgraded cheese (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:35] [ALPM] upgraded libmpc (1.0.3-1 -> 1.0.3-2)
[2016-05-17 22:35] [ALPM] upgraded gcc (5.3.0-5 -> 6.1.1-1)
[2016-05-17 22:35] [ALPM] upgraded clang (3.7.1-1 -> 3.8.0-1)
[2016-05-17 22:35] [ALPM] upgraded imagemagick (6.9.3.8-1 -> 6.9.4.0-1)
[2016-05-17 22:35] [ALPM] upgraded liblouis (2.6.5-1 -> 2.6.5-2)
[2016-05-17 22:35] [ALPM] upgraded cups (2.1.3-1 -> 2.1.3-2)
[2016-05-17 22:35] [ALPM] upgraded dconf-editor (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:35] [ALPM] upgraded device-mapper (2.02.149-1 -> 2.02.150-1)
[2016-05-17 22:35] [ALPM] upgraded dhclient (4.3.4-1 -> 4.3.4-2)
[2016-05-17 22:35] [ALPM] upgraded dialog (1:1.3_20160209-1 -> 1:1.3_20160424-1)
[2016-05-17 22:35] [ALPM] upgraded djvulibre (3.5.27-2 -> 3.5.27-3)
[2016-05-17 22:35] [ALPM] installed runc (0.1.0-1)
[2016-05-17 22:35] [ALPM] installed containerd (0.1.0-1)
[2016-05-17 22:35] [ALPM] upgraded docker (1:1.10.3-1 -> 1:1.11.1-1)
[2016-05-17 22:35] [ALPM] upgraded telepathy-logger (0.8.2-1 -> 0.8.2-2)
[2016-05-17 22:35] [ALPM] upgraded telepathy-mission-control (5.16.3-1 -> 5.16.3-2)
[2016-05-17 22:35] [ALPM] upgraded empathy (3.12.11-1 -> 3.12.12-1)
[2016-05-17 22:35] [ALPM] upgraded eog (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:35] [ALPM] upgraded gnome-themes-standard (3.20-1 -> 3.20.2-1)
[2016-05-17 22:35] [ALPM] upgraded epiphany (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:35] [ALPM] upgraded erlang-nox (18.3.1-1 -> 18.3.3-1)
[2016-05-17 22:35] [ALPM] upgraded evince (3.20.0-1 -> 3.20.0-2)
[2016-05-17 22:35] [ALPM] upgraded evolution (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:35] [ALPM] upgraded file (5.26-1 -> 5.26-2)
[2016-05-17 22:35] [ALPM] upgraded file-roller (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:35] [ALPM] upgraded gtk2 (2.24.30-1 -> 2.24.30-2)
[2016-05-17 22:35] [ALPM] upgraded firefox (45.0.2-1 -> 46.0.1-1)
[2016-05-17 22:35] [ALPM] upgraded flashplugin (11.2.202.616-1 -> 11.2.202.621-1)
[2016-05-17 22:35] [ALPM] upgraded flex (2.6.0-2 -> 2.6.0-3)
[2016-05-17 22:35] [ALPM] upgraded four-in-a-row (3.20.0-1 -> 3.20.1-1)
[2016-05-17 22:35] [ALPM] upgraded fuse (2.9.5-1 -> 2.9.6-1)
[2016-05-17 22:35] [ALPM] upgraded gd (2.1.1-3 -> 2.1.1-4)
[2016-05-17 22:35] [ALPM] upgraded gtksourceview3 (3.20.1-1 -> 3.20.3-1)
[2016-05-17 22:35] [ALPM] upgraded gedit (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:35] [ALPM] upgraded git (2.8.0-1 -> 2.8.2-1)
[2016-05-17 22:35] [ALPM] upgraded gitg (3.20.0-1 -> 3.20.0-2)
[2016-05-17 22:35] [ALPM] upgraded libgames-support (1.0.1-1 -> 1.0.2-1)
[2016-05-17 22:35] [ALPM] upgraded gnome-2048 (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:35] [ALPM] upgraded vte-common (0.44.1-1 -> 0.44.2-1)
[2016-05-17 22:35] [ALPM] upgraded vte3 (0.44.1-1 -> 0.44.2-1)
[2016-05-17 22:35] [ALPM] upgraded gnome-builder (3.20.0-1 -> 3.20.4-2)
[2016-05-17 22:35] [ALPM] upgraded gnome-calculator (3.20.0-1 -> 3.20.1-1)
[2016-05-17 22:35] [ALPM] upgraded gnome-calendar (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:35] [ALPM] upgraded gnome-chess (3.20.0-1 -> 3.20.1-1)
[2016-05-17 22:35] [ALPM] upgraded gnome-clocks (3.20.0-1 -> 3.20.1-1)
[2016-05-17 22:36] [ALPM] upgraded gnome-devel-docs (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:36] [ALPM] upgraded parted (3.2-3 -> 3.2-4)
[2016-05-17 22:36] [ALPM] upgraded gnome-disk-utility (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:36] [ALPM] upgraded gnome-font-viewer (3.20.0-1 -> 3.20.2-1)
[2016-05-17 22:36] [ALPM] upgraded gnome-klotski (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:36] [ALPM] upgraded gvfs (1.28.1-1 -> 1.28.2-1)
[2016-05-17 22:36] [ALPM] upgraded python-requests (2.9.1-1 -> 2.10.0-1)
[2016-05-17 22:36] [ALPM] upgraded gnome-music (3.20.0-1 -> 3.20.2-1)
[2016-05-17 22:36] [ALPM] upgraded gnome-nibbles (3.20.1-1 -> 3.20.2.1-1)
[2016-05-17 22:36] [ALPM] upgraded gnome-robots (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:36] [ALPM] upgraded mutter (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:36] [ALPM] upgraded nm-connection-editor (1.0.10-1 -> 1.2.2-1)
[2016-05-17 22:36] [ALPM] upgraded python-atspi (2.20.1-1 -> 2.20.2-1)
[2016-05-17 22:36] [ALPM] upgraded gnome-shell (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:36] [ALPM] upgraded gnome-shell-extensions (3.20.0-1 -> 3.20.1-1)
[2016-05-17 22:36] [ALPM] upgraded gnome-sound-recorder (3.19.91-1 -> 3.20.2-1)
[2016-05-17 22:36] [ALPM] upgraded gnome-sudoku (3.20.0-1 -> 3.20.1-1)
[2016-05-17 22:36] [ALPM] upgraded gnome-taquin (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:36] [ALPM] upgraded gnome-terminal (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:36] [ALPM] upgraded gnome-tweak-tool (3.20.0-1 -> 3.20.1-1)
[2016-05-17 22:36] [ALPM] upgraded gnome-user-docs (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:36] [ALPM] upgraded gnome-user-share (3.18.1-1 -> 3.18.1-2)
[2016-05-17 22:36] [ALPM] upgraded gnome-weather (3.20.0-1 -> 3.20.1-1)
[2016-05-17 22:36] [ALPM] upgraded gssdp (0.14.14-1 -> 0.14.15-1)
[2016-05-17 22:36] [ALPM] upgraded gupnp (0.20.16-1 -> 0.20.17-1)
[2016-05-17 22:36] [ALPM] upgraded gvfs-afc (1.28.1-1 -> 1.28.2-1)
[2016-05-17 22:36] [ALPM] upgraded gvfs-goa (1.28.1-1 -> 1.28.2-1)
[2016-05-17 22:36] [ALPM] upgraded gvfs-google (1.28.1-1 -> 1.28.2-1)
[2016-05-17 22:36] [ALPM] upgraded gvfs-gphoto2 (1.28.1-1 -> 1.28.2-1)
[2016-05-17 22:36] [ALPM] upgraded gvfs-mtp (1.28.1-1 -> 1.28.2-1)
[2016-05-17 22:36] [ALPM] upgraded gvfs-nfs (1.28.1-1 -> 1.28.2-1)
[2016-05-17 22:36] [ALPM] upgraded libwbclient (4.4.2-1 -> 4.4.3-1)
[2016-05-17 22:36] [ALPM] upgraded talloc (2.1.6-1 -> 2.1.7-1)
[2016-05-17 22:36] [ALPM] upgraded smbclient (4.4.2-1 -> 4.4.3-1)
[2016-05-17 22:36] [ALPM] upgraded gvfs-smb (1.28.1-1 -> 1.28.2-1)
[2016-05-17 22:36] [ALPM] upgraded iagno (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:36] [ALPM] upgraded intellij-idea-libs (1:2016.1.1-1 -> 1:2016.1.2-1)
[2016-05-17 22:36] [ALPM] upgraded intellij-idea-community-edition (1:2016.1.1-1 -> 1:2016.1.2-1)
[2016-05-17 22:36] [ALPM] upgraded jemalloc (4.1.0-1 -> 4.1.1-1)
[2016-05-17 22:36] [ALPM] upgraded lib32-glibc (2.23-1 -> 2.23-4)
[2016-05-17 22:36] [ALPM] upgraded lib32-expat (2.1.1-1 -> 2.1.1-2)
[2016-05-17 22:36] [ALPM] upgraded lib32-gcc-libs (5.3.0-5 -> 6.1.1-1)
[2016-05-17 22:36] [ALPM] upgraded lib32-harfbuzz (1.2.6-1 -> 1.2.7-1)
[2016-05-17 22:36] [ALPM] upgraded lib32-libdrm (2.4.67-1 -> 2.4.68-1)
[2016-05-17 22:36] [ALPM] upgraded lib32-libgpg-error (1.21-1 -> 1.22-1)
[2016-05-17 22:36] [ALPM] upgraded lib32-llvm-libs (3.7.1-1 -> 3.8.0-1)
[2016-05-17 22:36] [ALPM] upgraded lib32-mesa (11.2.1-1 -> 11.2.2-1)
[2016-05-17 22:36] [ALPM] upgraded lib32-mesa-libgl (11.2.1-1 -> 11.2.2-1)
[2016-05-17 22:36] [ALPM] upgraded libgnomekbd (3.6.0-2 -> 3.6.0-3)
[2016-05-17 22:36] [ALPM] upgraded libibus (1.5.13-1 -> 1.5.13-2)
[2016-05-17 22:36] [ALPM] upgraded libmariadbclient (10.1.13-1 -> 10.1.14-1)
[2016-05-17 22:36] [ALPM] upgraded libnautilus-extension (3.20.0-1 -> 3.20.1-1)
[2016-05-17 22:36] [ALPM] upgraded libreoffice-fresh (5.1.2-1 -> 5.1.3-1)
[2016-05-17 22:36] [ALPM] upgraded libuv (1.9.0-1 -> 1.9.1-1)
[2016-05-17 22:36] [ALPM] upgraded lightdm-gtk-greeter (1:2.0.1-2 -> 1:2.0.1-3)
[2016-05-17 22:36] [ALPM] upgraded linux (4.5.1-1 -> 4.5.4-1)
[2016-05-17 22:36] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
[2016-05-17 22:36] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
[2016-05-17 22:36] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2016-05-17 22:36] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2016-05-17 22:36] [ALPM-SCRIPTLET] ==> Starting build: 4.5.4-1-ARCH
[2016-05-17 22:36] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2016-05-17 22:36] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2016-05-17 22:36] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2016-05-17 22:36] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2016-05-17 22:36] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2016-05-17 22:36] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2016-05-17 22:36] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2016-05-17 22:36] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2016-05-17 22:36] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2016-05-17 22:36] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2016-05-17 22:36] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2016-05-17 22:37] [ALPM-SCRIPTLET] ==> Image generation successful
[2016-05-17 22:37] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2016-05-17 22:37] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2016-05-17 22:37] [ALPM-SCRIPTLET] ==> Starting build: 4.5.4-1-ARCH
[2016-05-17 22:37] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2016-05-17 22:37] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2016-05-17 22:37] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2016-05-17 22:37] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2016-05-17 22:37] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2016-05-17 22:37] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2016-05-17 22:37] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2016-05-17 22:37] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2016-05-17 22:37] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2016-05-17 22:37] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2016-05-17 22:37] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2016-05-17 22:37] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2016-05-17 22:37] [ALPM-SCRIPTLET] ==> Image generation successful
[2016-05-17 22:37] [ALPM] upgraded linux-headers (4.5.1-1 -> 4.5.4-1)
[2016-05-17 22:37] [ALPM] upgraded lvm2 (2.02.149-1 -> 2.02.150-1)
[2016-05-17 22:37] [ALPM] upgraded make (4.1-3 -> 4.1-4)
[2016-05-17 22:37] [ALPM] upgraded man-pages (4.05-1 -> 4.06-1)
[2016-05-17 22:37] [ALPM] upgraded mariadb-clients (10.1.13-1 -> 10.1.14-1)
[2016-05-17 22:37] [ALPM] upgraded mariadb (10.1.13-1 -> 10.1.14-1)
[2016-05-17 22:37] [ALPM] upgraded python2-pyparsing (2.1.1-1 -> 2.1.4-1)
[2016-05-17 22:37] [ALPM] upgraded python2-setuptools (1:20.10.1-1 -> 1:21.0.0-1)
[2016-05-17 22:37] [ALPM] installed python2-pyasn1 (0.1.9-1)
[2016-05-17 22:37] [ALPM] installed python2-ply (3.8-1)
[2016-05-17 22:37] [ALPM] installed python2-pycparser (2.14-2)
[2016-05-17 22:37] [ALPM] installed python2-cffi (1.6.0-1)
[2016-05-17 22:37] [ALPM] installed python2-enum34 (1.1.2-1)
[2016-05-17 22:37] [ALPM] installed python2-idna (2.1-1)
[2016-05-17 22:37] [ALPM] installed python2-ipaddress (1.0.16-1)
[2016-05-17 22:37] [ALPM] installed python2-cryptography (1.3.2-1)
[2016-05-17 22:37] [ALPM] upgraded python2-paramiko (1.16.0-1 -> 2.0.0-1)
[2016-05-17 22:37] [ALPM] upgraded mysql-workbench (6.3.6-5 -> 6.3.6-6)
[2016-05-17 22:37] [ALPM] upgraded nano (2.5.3-1 -> 2.5.3-2)
[2016-05-17 22:37] [ALPM] upgraded nautilus (3.20.0-1 -> 3.20.1-1)
[2016-05-17 22:37] [ALPM] upgraded nodejs (5.11.0-1 -> 6.1.0-1)
[2016-05-17 22:37] [ALPM] upgraded npm (3.8.7-1 -> 3.9.0-1)
[2016-05-17 22:37] [ALPM] upgraded xf86-input-evdev (2.10.1-3 -> 2.10.2-1)
[2016-05-17 22:37] [ALPM] upgraded nvidia (364.19-1 -> 364.19-3)
[2016-05-17 22:37] [ALPM-SCRIPTLET] In order to use nvidia module, reboot the system.
[2016-05-17 22:37] [ALPM] upgraded python-pyparsing (2.1.1-1 -> 2.1.4-1)
[2016-05-17 22:37] [ALPM] upgraded python-setuptools (1:20.10.1-1 -> 1:21.0.0-1)
[2016-05-17 22:37] [ALPM] upgraded orca (3.20.0-2 -> 3.20.1-1)
[2016-05-17 22:37] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
[2016-05-17 22:37] [ALPM] upgraded pacman-mirrorlist (20160424-1 -> 20160516-1)
[2016-05-17 22:37] [ALPM] upgraded pacman (5.0.1-2 -> 5.0.1-3)
[2016-05-17 22:37] [ALPM] upgraded polari (3.20.0-1 -> 3.20.2-1)
[2016-05-17 22:37] [ALPM] upgraded python2-atspi (2.20.1-1 -> 2.20.2-1)
[2016-05-17 22:37] [ALPM] upgraded source-highlight (3.1.8-6 -> 3.1.8-8)
[2016-05-17 22:37] [ALPM] upgraded steam (1.0.0.51-1 -> 1.0.0.52-2)
[2016-05-17 22:37] [ALPM] upgraded vim-runtime (7.4.1689-1 -> 7.4.1797-1)
[2016-05-17 22:37] [ALPM] upgraded vim (7.4.1689-1 -> 7.4.1797-1)
[2016-05-17 22:37] [ALPM] upgraded vinagre (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:37] [ALPM] upgraded vino (3.20.1-1 -> 3.20.2-1)
[2016-05-17 22:37] [ALPM] upgraded virtualbox-host-dkms (5.0.18-1 -> 5.0.20-1)
[2016-05-17 22:37] [ALPM] upgraded virtualbox (5.0.18-1 -> 5.0.20-1)
[2016-05-17 22:37] [ALPM] upgraded xf86-video-intel (1:2.99.917+636+g562ae1f-1 -> 1:2.99.917+645+g88733a7-1)
[2016-05-17 22:37] [ALPM] upgraded xfsprogs (4.3.0-1 -> 4.5.0-1)
[2016-05-17 22:37] [ALPM] transaction completed
[2016-05-17 22:37] [ALPM] running '70-dkms-install.hook'...
[2016-05-17 22:37] [ALPM-SCRIPTLET] ==> dkms -q install -m vboxhost -v 5.0.20_OSE -k 4.5.4-1-ARCH
[2016-05-17 22:38] [ALPM-SCRIPTLET] ==> dkms -q install -m vboxhost -v 5.0.20_OSE -k 4.5.4-1-ARCH
[2016-05-17 22:38] [ALPM] running 'gconf-install.hook'...
[2016-05-17 22:38] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2016-05-17 22:38] [ALPM] running 'gio-querymodules.hook'...
[2016-05-17 22:38] [ALPM] running 'glib-compile-schemes.hook'...
[2016-05-17 22:38] [ALPM] running 'gtk-query-immodules-2.0.hook'...
[2016-05-17 22:38] [ALPM] running 'gtk-query-immodules-3.0.hook'...
[2016-05-17 22:38] [ALPM] running 'gtk-update-icon-cache.hook'...
[2016-05-17 22:38] [ALPM] running 'gvfsd.hook'...
[2016-05-17 22:38] [ALPM] running 'texinfo-install.hook'...
[2016-05-17 22:38] [ALPM] running 'update-ca-trust.hook'...
[2016-05-17 22:38] [ALPM] running 'update-desktop-database.hook'...
[2016-05-17 22:38] [ALPM] running 'update-mime-database.hook'...

This update happened when I ran pacman -Syu, and I think this is when my program started to not work properly. I am sure i was already working with GTK 3.20 before I started having problems.

Is there any other information I can give you that would help?

Last edited by marytheidiot (2016-05-25 18:05:27)

Offline

#5 2016-05-25 17:09:12

marytheidiot
Member
Registered: 2016-04-22
Posts: 6

Re: Gtk not responding in real time in my application

Here is the gif, finally:

http://i.imgur.com/SAKD4zM.gifv

Maybe I could downgrade GTK?

EDIT:

I downgraded to gtk3.20.1 and gtk3.16.1 but the problems persist. I assume now it's not a problem with GTK, but some other package? Can I downgrade my whole system if I haven't made a snapshot?

Last edited by marytheidiot (2016-05-27 01:08:14)

Offline

#6 2016-05-27 01:16:10

marytheidiot
Member
Registered: 2016-04-22
Posts: 6

Re: Gtk not responding in real time in my application

Ok, I'm getting really desperate now... I just did a downgrade to 03/30/2016 and the program still behaves like in the gif. This is a major assignment that I have to get done, can anyone suggest me anything else?

Offline

Board footer

Powered by FluxBB