=== Jacky_ is now known as zz_Jacky_ === zz_Jacky_ is now known as jackyalcine === jackyalcine is now known as Jacky_ === Jacky_ is now known as jackyalcine [04:21] Hi, there === jackyalcine is now known as Jacky === Guest97826 is now known as jackyalcine === jackyalcine is now known as zz_jackyalcine === amithkk_ is now known as amithkk === glebihan_ is now known as glebihan === zz_jackyalcine is now known as jackyalcine === jackyalcine is now known as Jacky_ === Jacky_ is now known as zz_Jacky_ === zz_Jacky_ is now known as jackyalcine === jackyalcine is now known as Jacky_ === Jacky_ is now known as zz_Jacky_ === zz_Jacky_ is now known as jackyalcine === jackyalcine is now known as Jacky [18:21] Hey [18:23] Can someone help me how apps work in ubuntu? [18:24] about how* [18:24] I'm a little confused about how localization and program settings work in linux :/ [18:31] if by localisation you mean translations, usually gettext is used for that [18:32] other localisation options are usually handled by the C library and/or other libraries (e.g. the GUI libraries) [18:32] JanC: I'm using that, but I heard localization and program settings should go into their specific directories in linux, and I don't really understand it's directory structure :S [18:34] translations get installed into /usr/share/locale/ (or probably a similar */share/locale/ location if installed under /opt or in your home) [18:35] but usually that happens more or less automatically by the build system ;) [18:36] configuration files usually are under /etc/ or ~/.config/ [18:38] possibly in a subdirectory under that, especially if there is more than one config file [18:50] Build system? === Jacky is now known as zz_Jacky [19:58] I'd like to develop an app for Ubuntu [20:03] anyone [20:06] Halite: see http://developer.ubuntu.com/ . [20:07] odra: the automatic tools which compile your source code & put it in the right place on your system so it can be executed. [20:16] when the package been installed, what do I do