quickly interview questions
Top quickly frequently asked interview questions
at college we use Microsoft .NET for developing applications. I recently switched to Ubuntu and would like to know similar tools for making apps on/for ubuntu.
Source: (StackOverflow)
I want to develop python apps with aptana, I really love this editor.
Is possible to develop python apps with quickly + aptana or only quickly + gedit?
Source: (StackOverflow)
I have 128x128 icon referenced in main window glade file like <property name="icon">../media/my-icon.svg</property>
.
I tried, with both svg and png, but it is always very blurred in Ubuntu app switcher (Alt + Tab).
I noticed same when creating application from template using quickly, Ubuntu logo is very blurred as well.
Any idea why this might happen?
Source: (StackOverflow)
Not sure if this is a bug or just a very annoying feature, but I can't get an image to appear on any of my buttons in Glade Designer.
Is there some property I need to change in order to force it to display the image?
Source: (StackOverflow)
Because I like Qt and Python, is there a Quickly template for PyQt similar to the PyGTK one?
Source: (StackOverflow)
Cannot find the answer elsewhere,
I'm asking for a documentation of the process to create a new template for quickly. I'm interested in writing a pyside (python + qt4) template like the pygtk one.
Can anyone help me?
Source: (StackOverflow)
I used this answer to change the editor used with quickly and it worked, however now,when I type quickly edit
the command line stays on the open and does not allow me to enter other commands as long as Sublime Text 2 is open. I realise this is a daft question, but I can't seem to find a way to get around it.
Source: (StackOverflow)
How do I get Quickly to use Gvim (or just vim in a terminal) as its default text editor instead of Gedit?
If this can be done, I must be doing it wrong...
Ubuntu 10.10 AMD64.
Source: (StackOverflow)
I am just getting started with using quickly and I have a small project that's starting to take shape.
Right now I would like to add a translation to my project.
I already noticed that quickly automatically generates po/.pot but I can't quite figure out how/where to add the language-specific .po files.
I tried creating en.po / de.po / es.po manually inside the po/ sub-directory but - even after I run quickly share - quickly (using quickly run or the installed .deb) doesn't seem to recognize / use the translations.
Am I missing something really obvious/stupid?
Any help would be highly appreciated!
Cheers,
Marcel
Source: (StackOverflow)
I have created a Quickly app and I'm trying to create a package for distributing it through the Software Center.
However, whenever I try one of the Quickly packaging commands (package
, share
, release
or submitubuntu
), it fails without telling me exactly why.
How can I troubleshoot the packaging failure so I can either investigate it or ask for help about it?
Source: (StackOverflow)
I've just downloaded Ninja IDE and I really like it's interface.
Is there a way to configure the Quickly app to launch my project in Ninja IDE when I type quickly edit?
Source: (StackOverflow)
I am writing a project with Quickly and GTK 3 and I want to use the get_media_file()
helper so I can load an icon in my data/media directory.
I can't see how I use get_media_file()
with the latest quickly; it looks like the Quickly helpers have changed.
Can anyone provide me with some sample code of how this works?
Source: (StackOverflow)