Problems with glade

Archived topics about LMDE 1 and LMDE 2
Locked
stanley82
Level 3
Level 3
Posts: 114
Joined: Sat Jan 28, 2012 11:01 pm

Problems with glade

Post by stanley82 »

I've just installed glade from the repository on my Debian Mint box. Disaster, glade flashes on then off that's it. Worse still after coffer my black screen would flash on then off every time I touched a key or mouse. Reboot still awful, Firefox comes up, so does Thunderbird, gedit, synaptic, terminal etc it's still flash on then off. I booted into recovery and su password and aptitude purge glade that got rid of glade but I still do not have control of my machine. What a mess glade has got me into. I think the problem is deep inside x11 as a few other hard to describe video things possible to do with my video card appeared. I had to change a boot option from vga=779 to vga=771 to get the left side of the screen on the left not right. Any ideas? Ian.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Cebra

Re: Problems with glade

Post by Cebra »

Have you fixed this problem or is there any solution? I have the same problem.

If I start glade via 'sudo glade' it opens fine.
stanley82
Level 3
Level 3
Posts: 114
Joined: Sat Jan 28, 2012 11:01 pm

Re: Problems with glade

Post by stanley82 »

I have a problem with gtk libgtk-3-dev did the same thing exactly. It's stated as being headers and libs so that gcc can link to the gtk stuff. Strange that it does that. I've restored from backup, what a pest. Ian.
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: Problems with glade

Post by Monsta »

You know, both glade and libgtk-3-dev depend on so many packages that it's hard to guess which one causes the problem.
Since you have a backup, I propose an experiment:
  1. Get the list of the packages glade depends on. Run sudo apt-get install glade, press 'n' to abort the installation and look at the list of packages that are offered. In my case, it's as follows:

    Code: Select all

    The following extra packages will be installed:
      devhelp devhelp-common libatk-bridge2.0-dev libatk1.0-dev libatk1.0-doc libcairo-script-interpreter2 libcairo2-dev libdevhelp-3-2 libfontconfig1-dev
      libgdk-pixbuf2.0-dev libgladeui-2-0 libgladeui-common libglib2.0-dev libglib2.0-doc libgtk-3-dev libgtk-3-doc libharfbuzz-dev libice-dev libpango1.0-dev
      libpango1.0-doc libpcre3-dev libpcrecpp0 libpixman-1-dev libpng12-dev libsm-dev libxcb-render0-dev libxcb-shm0-dev libxcomposite-dev libxcursor-dev
      libxft-dev libxi-dev libxinerama-dev libxrandr-dev libxrender-dev x11proto-composite-dev x11proto-randr-dev x11proto-render-dev x11proto-xinerama-dev
  2. Do the same for libgtk-3-dev. In my case, it wants to install the following packages:

    Code: Select all

    The following extra packages will be installed:
      libatk-bridge2.0-dev libatk1.0-dev libcairo-script-interpreter2 libcairo2-dev libfontconfig1-dev libgdk-pixbuf2.0-dev libglib2.0-dev libharfbuzz-dev
      libice-dev libpango1.0-dev libpcre3-dev libpcrecpp0 libpixman-1-dev libpng12-dev libsm-dev libxcb-render0-dev libxcb-shm0-dev libxcomposite-dev
      libxcursor-dev libxft-dev libxi-dev libxinerama-dev libxrandr-dev libxrender-dev x11proto-composite-dev x11proto-randr-dev x11proto-render-dev
      x11proto-xinerama-dev
  3. As you see, some packages are present in both lists. Install them manually one by one to see which one causes the problem.
    Of course, your lists may differ from mine, so you'll have to look at them carefully.
Locked

Return to “LMDE Archive”