UbuntuIRC / 2012 /07 /20 /#ubuntu-app-devel.txt
niansa
Initial commit
4aa5fce
=== jalcine is now known as Jacky
[06:26] <dpm> good morning
[11:00] <johhnn> hello, in my app the indicator does not show on top panel when running the app as root? how to solve this?
[12:08] <newUSR> hi all
[12:09] <newUSR> have a question about organization of my app
[12:09] <newUSR> i've used quickly to create main layout
[12:11] <newUSR> now i want to add openGL window using gtkglext
[12:11] <newUSR> that openGL should be packed into preconstructed widget that i created in glade
[12:12] <newUSR> where should i do this?in main()?
[12:13] <newUSR> i really want to keep my app extensible and easy to upgrade
[12:13] <newUSR> .../correct
[12:15] <newUSR> any good suggestion is welcome...tnx
[12:56] <nandersson> Hi, where do I put my app.desktop-file when I package my .deb? I have had a look at the gnome-games packages for guidance but I couldnt find them. I looked in debian/ for .desktop-files but couldnt find any.
[14:36] <nandersson> Just found it in data/ thanks anyway :)
[14:38] <nandersson> One thing I am not clear about though is why an underline proceeds Name and Comment in gnomine.desktop.in.in:
[14:38] <nandersson> [Desktop Entry]_Name=Mines_Comment=Clear hidden mines from a minefield Exec=/usr/games/gnomine
[14:46] <dpm> nandersson, it is so that it can be marked for translation
[14:47] <dpm> if you leave out that underscore in the .in file, the name and comment will always be in English
[14:48] <nandersson> dpm, Ah, okey. Thanks a lot!