[12:54] i want to develop app for terminal using c++, but don't know where to start from :( could any one please help me [12:56] deeps_: do u know "c++"? [12:56] yup i know c++ [12:57] have already develop the app in c++ [12:57] just i need to make it usable for terminal... [12:57] so, u already developed the app for terminal; u just don't know how to execute it? [12:58] the app works by defining adding it to $PATH... [12:59] i want to take make available as repo [12:59] so everyone can install by apt-get... [13:00] ah... checkout http://developer.ubuntu.com [13:00] got jumbled :( [13:00] click "my apps" and follow the instructions :) [13:00] but c++ and terminal [13:00] these words [13:01] i didn't found anywhere ;( [13:01] u already did the app, u only wanna get it into the software center, right? [13:02] else google "debian packaging" [13:02] i have the app but i haven't develop its [13:02] to learn how to make a ".deb" [13:02] deb package :( [13:02] do you have quick guide url? [13:03] http://developer.ubuntu.com/packaging/html/ [13:03] one more query... [13:04] in terminal we have feature like by pressing key it shows the possible commands for the application... [13:04] how can i do it in c++ [13:04] packaging: http://developer.ubuntu.com/packaging/html/packaging-new-software.html#starting-a-package [13:06] could you please help me with my last query... [13:07] deeps_: i believe key: is a bash feature [13:08] where can i find about it... [13:08] https://duckduckgo.com/?q=bash+completion+&t=canonical [13:08] thanx a lot :) [13:08] deeps_: ur welcome [13:09] i think i need to study all those links :) [13:09] if possible could you IM your email address [13:09] would be very helpful for me [13:10] I'm everday in this channel ;) next time u may wanna ask in #ubuntu there are more people and lots of devs too. [13:11] here r unly 44 online and not very active ;) [13:25] How do you use the sync menu in your app? Is it possible to use it using D-Bus? I'm working on a Java application so the native libraries wont work I think