I've been having several serious problems with the ancient version of glade included in squeeze. Now it is entirely unusable. I'm convinced the only way to fix this rediculous mess is to install a newer version. Guess what? testing and unstable have the exact same version as squeeze. The experimental one can't be installed because out of the 20 or so packages it needs installed to run 18 are missing. Is there a half-decent repository where I can get a new-ish version of glade? Try compiling from source and tada: My "intltool" is too old whatever that is.
After upgrading my media computer earlier today, I tried to run Samba config (system-config-samba) and it crashed. Running again in terminal I got the following error:-
Code: import mainWindow File "/usr/share/system-config-samba/mainWindow.py", line 30, in <module> import gtk.glade ImportError: No module named glade Ths was fixed by installing (via Synaptic):-
I did an "aptitude update && aptitude upgrade" in the terminal, and I get the following packages which want to update:
The following NEW packages will be installed:
liblzma2{a} xz-utils{a} The following packages will be upgraded: dpkg libsgutils2-2 libvlc2 libvlccore2 libvte-common libvte9 mozilla-plugin-vlc vlc vlc-data vlc-nox vlc-plugin-pulse
[code]...
I usually just break out of this with Ctrl+c, and now every time I try to update my system, I run into this. What should I do?
I need to install a old version of PHP... the old stable version PHP 5.2.17.Is it possible?When I use the command line "apt-get install php5", it installs the current stable version PHP 5.3.6. how to install a old version of PHP?
I want to install libtorrent-rasterbar version 0.14 or greater.
I want to use apt-get to do this.
It seems to be available here: [url]
How can I do it? My current libtorrent-rasterbar package is version 0.13 (I've ran apt-get update).
I DON'T want to install anything else. The last time I added a 'sid' source to my sources.list, it installed the untested version of EVERYTHING. Due to this, I had to reinstall the OS. I don't want this to happen again.
How to install libtorrent-rasterbar version 0.14+ on Debian 5?
How do I install a base version of GNOME I only use a few programs (GIMP, Ksnapshot, Abiword, Amarok, Totem (media player), Kopete, Google Chrome, Synaptic Package Manager, and of course the terminal) and want the smallest installation possible.
Also last time I did it my volume hotkeys didn't work any ideas what else I need to get them working again So summed up: How do I get the smallest installation of GNOME and what do I need to get my hotkeys working?I am waiting on my disc to be delivered so i wont be able to tell you if it helped I also did the base installation with Debian Lenny so I'm not suer if it has the hotkey problem
I'm on Debian stable, I want to know if I could continue on Debian stable but install the latest version of KDE (5.6.1) without moving to testing or unstable. I want to install KDE latest (5.6.1) without having to have all of my other installs to be potentially unstable.
I am trying to install asterisk on my box. When I use "apt-get install asterisk", version 1.6.29 is installed. Is there a way I can install 1.4 instead?
to install a Python module I need a more recent version of a library (libcurl) that the one available in Lenny. How should I manage it? Shall I just install it manually? Won't it mess the system to have two versions of the same library in the system?
Ever since i found out that there was something called cinepaint i've tried to install it. On their website it says that the debian version currently isn't stable, and therefore not released. I've tried their own CVS file, and costum files. Nothing so far works.
1. I'm trying out ratpoison (a windows manager). It's cool, but a few commands weren't working - I now think that it's because Debian delivered ratpoison 1.4.3 (Feb 2008), while development has issued two more releases (the latest being 1.4.5). Should I (or should I not) install the later release?
2. IF I do, I need to figure out how to convert the tar.gz to a debian package
When a new version of open box comes out. If compile a newer version of open box will it install over the current version or will it install a separate version?
I am still running Debian Lenny and have found that the curl version 7.18 is just too outdated for my needs, I would rather not do an upgrade just yet to the stable release of squeeze. I was looking for some information on how I could install a newer version of curl and libcurl without breaking my system.
I installed debian squeeze on an old computer that I found. (Pentium 4 3.2GHz HT) I installed from the i386 version, but now the uname command shows that its an i686. I don't find many packages that I need using apt-get. Do I need to compile each package I need from source or use dpkg to install the deb of an i386 version?
Can I use the i386 version on this computer rather than the i686 version? Will it cause a signifncant performance decreaes? (I use this computer to mostly do some reading and writing and file storage, no gaming etc.) How do I force the installer to use the i386 version?
The system has driver for intel, but the opengl version is 2.1. How to update opengl version to 4.1. (intel 945). For ATI just download driver version 11.5 and install it. All is OK.
Sometimes a kernel image seems to have the same version as the backported kernel image, for example: linux-image-2.6.32-bpo.5-amd64 linux-image-2.6.32-5-amd64
I would like to install a more modern version of GNU utils (coreutils) on a debian linux system where I have no admin rights. Is there a way to do that?
The rationale is that I need a more modern version to the one installed in the system where I intend to run my analysis. I am trying to use "sort -R" or "shuf" to randomize lines in a big text file.
I am a fairly new ubuntu user. I am using ubuntu 10.04 and glade 3 for building a simple interface that uses C. In my interface , I have created two buttons : start and stop .Tofocus on my actual problem , I have created a simpler UI and code. start button runs a while(1) loop and stop should stop the loop .
The problem is , when I press start , the gui freezes and I cannot press any other button. I cant even close my app.After some thorough experimentation, I found out that when I press start, it never comes out of the while loop. I need the loop to keep running until I press stop . What should i do? Here are the functions for the clickable buttons :
this is my first time here: I've been programming GUI software in C# in MonoDev for some time now. I just noticed that I can use my favorite language, C, with Glade to do the same thing. I've been going through some tutorials with a little frustration with them. Some seem to be written for older Glade versions.
The latest example had me save my Glade project to a "tutorial.glade" file. Then run it through a 'gtk-builder-convert' utility. Problem: the utility program returns errors indicating the the tutorial.glade file was written badly, that there is supposed to be a <glade-interface> tag that is missing.
I'm trying to write a GUI using Glade and pyGtk. I had a problem so decided to go back and start from a helloWorld, but I still have a problem. here is my code for the program
I have created a glade file which so far have two regions in it:
1) On the right division is a toggle button which calls a C script when enabled.
2) I have a drawing area, in which I would like to plot a point (X-Y scatter plot). The plot should be generated dynamically using a C script. I am not sure how the integration between the two is possible for a drawing area.
In glade what properties of drawing area should I set? eg.expose event, realize etc. I was thinking of using cairo for generating the plot.