UbuntuIRC / 2012 /12 /11 /#ubuntu-app-devel.txt
niansa
Initial commit
4aa5fce
[06:33] <abogdan> I'm developing my first ubuntu app usig Quickly (python + gtk). I want to use some files and folders in my app. Do you know how to pack them together?
[06:33] <abogdan> I'm developing my first ubuntu app usig Quickly (python + gtk). I want to use some files and folders in my app. Do you know how to pack them together?
[06:39] <abogdan> I'm developing my first ubuntu app using Quickly (python + gtk). I want to use some files and foldersin my app (application will work with them). Do you know how to realise and pack them together?
[06:40] <hyperair> asking your question 3 times in 6 minutes isn't going to make your question get answered faster.
[06:41] <abogdan> oh, it's not for answering. Some trouble with net connection. I'm sorry.
[14:39] <coolbhavi> int_ua, hey
[14:39] <int_ua> coolbhavi: hi
[14:40] <int_ua> coolbhavi: any news?
[14:40] <coolbhavi> int_ua, I merged your wake-on-lan app with changes to a branch
[14:41] <coolbhavi> and replied on arb list
[14:43] <int_ua> coolbhavi: oh, BTW, what are the changes you've made? I didn't find them yet :)
[14:44] <coolbhavi> I removed the C/figures corrected typo in d.control and corrected version of debhelper in d/compat
[14:44] <coolbhavi> all trivial
[14:46] <int_ua> coolbhavi: ok :) What now? What's next? I'm going to update the code for quickly 12.08.1 but I'd like to make sure everything is ok with current version.
[14:48] <coolbhavi> Just copy the rules file from my branch rest two are straight :-)
[15:05] <int_ua> coolbhavi: what about "--install-scripts=/opt/extras.ubuntu.com/wakeonplan/bin"? Do I have to remove "bin"?
[15:09] <coolbhavi> nopes
[15:09] <coolbhavi> thats where the executable is stored :-)
[15:10] <coolbhavi> int_ua, logging off now due to a power failure
[15:10] <coolbhavi> ciao!
=== zoopster_ is now known as zoopster
[23:34] <zoopster> YokoZar: what is a good example of a wine app packaged "correctly" - have one?
[23:41] <YokoZar> zoopster: It depends how simple the app is; mazez temple is one I did but the app is only a single .exe file and doesn't need more than that
[23:41] <YokoZar> zoopster: if you need stuff like save data and configuration stuff or even parts of the windows filesystem then it gets a bit fancier (I've done that myself here but don't have anything in the app store yet)
[23:41] <YokoZar> zoopster: do you have a windows app in the queue? I'd be happy to handle it