EzDevInfo.com

quickly interview questions

Top quickly frequently asked interview questions

How do I develop .NET apps on Ubuntu?

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)

Can I use aptana with Quickly?

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)

Advertisements

PyGTK Application Icon Blurred in Unity

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)

How do I get images to appear on buttons in Glade Designer?

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.

enter image description here enter image description here

Is there some property I need to change in order to force it to display the image?


Source: (StackOverflow)

Quickly template for PyQt?

Because I like Qt and Python, is there a Quickly template for PyQt similar to the PyGTK one?


Source: (StackOverflow)

How to create a new Quickly application template?

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)

Does Quickly support GTK3?

Simple question: can Quickly use GTK2 only or also GTK3 for GUI?


Source: (StackOverflow)

How do I add a daemon to my Quickly application?

I am building a app with quickly, and I wanted to add a daemon that will run in the background. How do you do this?


Source: (StackOverflow)

How to use Sublime Text 2 as Quickly default editor?

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)

Getting Quickly to use Gvim instead of Gedit

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)

How do I translate a quickly project?

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)

How to troubleshoot Quickly packaging failures

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)

How do I get "Quickly" to use Git?

How do I get Quickly to use Git as its default version control instead of Bazaar?


Source: (StackOverflow)

How to Change Quickly's Editor?

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)

How do I use get_media_file() in the latest Quickly?

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)