Re: Moving Ubuntu SDK Plugin out of the QtCreator source package

2013-05-15 Thread Sergey Shambir
Just some notes: 1. Any header in QtCreator sources is API (more precisely, any class/function exported with macro PLUGINNAME_EXPORT). Any API can be changed in minor or patch-level versions. 2. Thus, QtCreator designed to provide vendor-specific bundles with defined set of plugins. Examples

Re: libappindicator inline pixbuf question

2013-05-15 Thread Matthew Paul Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 JT Olds wrote on 10/05/13 08:44: ... As you may be aware, Gtk provides a commandline tool called gdk-pixbuf-csource, which generates c source from a given asset. It's then possible to use gdk_pixbuf_new_from_inline to get a straight up

Re: Should we sunset brainstorm.ubuntu.com?

2013-05-15 Thread Javier P.L.
On 14/05/13 at 06:56am, David Overcash wrote: I'm in agreement with Alexandru - Launchpad is certainly not an effective place for new ( or even longtime ) users to submit ideas and wishlist bugs. The interface can be pretty intimidating and whatnot. However, having the data ON launchpad is

Re: libappindicator inline pixbuf question

2013-05-15 Thread Marco Trevisan
Il giorno ven, 10/05/2013 alle 01.44 -0600, JT Olds ha scritto: However, once I've done this and added my icon to the icon theme, the AppIndicator menu I have in Unity does not show my custom icon. I assume this is because the AppIndicator dbus protocol passes the icon name and not the actual

Mysterious Python pyc file corruption problems

2013-05-15 Thread Barry Warsaw
Hello Developers, I am trying to debug and fix a particularly vexing problem in Python that manifests on Ubuntu in several different ways. I have a hypothesis about the problem, but there are still some mysteries and I don't know how to reproduce it. I think I can fix it, but I'm sending this

Re: Mysterious Python pyc file corruption problems

2013-05-15 Thread Brian Murray
On Wed, May 15, 2013 at 04:36:56PM -0400, Barry Warsaw wrote: Hello Developers, I am trying to debug and fix a particularly vexing problem in Python that manifests on Ubuntu in several different ways. I have a hypothesis about the problem, but there are still some mysteries and I don't know

Re: Mysterious Python pyc file corruption problems

2013-05-15 Thread Brian Murray
On Wed, May 15, 2013 at 03:15:05PM -0700, Brian Murray wrote: On Wed, May 15, 2013 at 04:36:56PM -0400, Barry Warsaw wrote: Hello Developers, I am trying to debug and fix a particularly vexing problem in Python that manifests on Ubuntu in several different ways. I have a hypothesis

Re: Mysterious Python pyc file corruption problems

2013-05-15 Thread Matthias Klose
Am 16.05.2013 01:29, schrieb Brian Murray: On Wed, May 15, 2013 at 03:15:05PM -0700, Brian Murray wrote: On Wed, May 15, 2013 at 04:36:56PM -0400, Barry Warsaw wrote: Hello Developers, I am trying to debug and fix a particularly vexing problem in Python that manifests on Ubuntu in several

Re: any plymouth ...

2013-05-15 Thread Thomas Prost
Am Dienstag, den 07.05.2013, 03:43 -0700 schrieb Dmitrijs Ledkovs: On 7 May 2013 01:55, Thomas Prost t...@prosts.info wrote: Hello devels, I came here last month hoping to meet the maintainer(s) of plymouth 0.8.2-2ubuntu2. Is there anybody there ... ? All packages are

Re: any plymouth ...

2013-05-15 Thread Martin Pitt
Thomas Prost [2013-05-15 8:28 +0200]: So the question is: What must I do to carry on, seeing all what the machine is doing - instead of that nice aubergine screen ? Drop the splash boot option. You can do this for an individual boot in the grub menu editor (press shift after power on to get to

Re: Side-by-side installation of Qt5 and Qt4

2013-05-15 Thread Timo Jyrinki
Hi, Yes, Qt4 and Qt5 are fully co-installable in Ubuntu 13.04 (and 12.04 LTS + 12.10 with the help of the PPA). You should install either qt4-default or qt5-default package to select which tools are given you by default, ie. when you type eg. qmake without any parameters. You can then switch