--- Log opened Mon Sep 11 00:00:30 2017
02:13 -!- SADI [050080a4@gateway/web/freenode/ip.5.0.128.164] has quit [Ping timeout: 260 seconds]
05:08 -!- xenos1984 [~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120] has joined #navit
06:56 -!- SADI [050080a4@gateway/web/freenode/ip.5.0.128.164] has joined #navit
06:58 -!- SADI_ [050080a4@gateway/web/freenode/ip.5.0.128.164] has joined #navit
06:58 #navit: < SADI_> hello
06:59 #navit: < SADI_> any solve for my problem
07:00 #navit: < SADI_> ?
07:01 #navit: < SADI_> the names streets on my map show as [][[][][][][]
07:01 -!- SADI [050080a4@gateway/web/freenode/ip.5.0.128.164] has quit [Ping timeout: 260 seconds]
07:02 #navit: < SADI_> this names on Arabic language on the web site: (navit:plan maps9.navit.......)
07:06 #navit: < SADI_> I redownload the map multi more
07:06 #navit: < SADI_> but no thing change
07:31 #navit: < SADI_> ????
08:06 #navit: < SADI_> and I have other question
08:07 #navit: < SADI_> if I need to edit process in menu such as quiet()
08:08 #navit: < SADI_> in navit.xml I found :
Quit
08:09 #navit: < SADI_> wher I can found 'quit()' implemetion ????
09:07 #navit: < SADI_> ???
09:31 -!- noradtux [~noradtux@2a02:2028:700:ff01:d551:e8dc:930b:9c33] has quit [Ping timeout: 252 seconds]
09:35 -!- noradtux [~noradtux@port-4981.pppoe.wtnet.de] has joined #navit
09:35 -!- SADI_ [050080a4@gateway/web/freenode/ip.5.0.128.164] has quit [Quit: Page closed]
09:36 -!- SIS [050080a4@gateway/web/freenode/ip.5.0.128.164] has joined #navit
09:37 #navit: < SIS> hello all
09:37 #navit: < SIS> the names streets on my map show as [][[][][][][] this names on Arabic language on the web site: (navit:plan maps9.navit.......) I redownload the map multi more but no thing change and I have other question if I need to edit process in menu such as quiet() in navit.xml I found :
Quit wher I can found 'quit()' implemetion ????
09:38 #navit: < SIS> sorry
09:38 #navit: < SIS> the names streets on my map show as [][[][][][][]
09:38 #navit: < SIS> this names on Arabic language on the web site: (navit:plan maps9.navit.......)
09:38 #navit: < SIS> I redownload the map multi more
09:38 #navit: < SIS> but no thing change
09:39 #navit: < SIS> and I have other question
09:39 #navit: < SIS> if I need to edit process in menu such as quiet()
09:39 #navit: < SIS> in navit.xml I found :
Quit
09:39 #navit: < SIS> wher I can found 'quit()' implemetion ????
13:25 -!- ZeroOne [~ZeroOne@91.114.11.118] has joined #navit
13:41 -!- xenos1984 [~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120] has quit [Quit: Leaving.]
14:52 #navit: < SIS> hi
14:52 #navit: < SIS> any body?
15:11 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has joined #navit
16:13 -!- noradtux [~noradtux@port-4981.pppoe.wtnet.de] has quit [Ping timeout: 255 seconds]
16:28 -!- noradtux [~noradtux@2a02:2028:668:3501:b41f:edc6:cac:d2d9] has joined #navit
16:33 #navit: <@KaZeR> hi there
16:33 #navit: <@KaZeR> hi SIS
16:35 #navit: < SIS> hi
16:35 #navit: < SIS> how are you kazer
16:35 #navit: <@KaZeR> doing well thanks! how are you doing?
16:36 #navit: < SIS> well thanks
16:36 #navit: < SIS> :)
16:36 #navit: <@KaZeR> regarding your quit question : the way we exit the application depends on the UI/graphics that is running. Many commands are defined in command.c but this one is gui specific
16:36 #navit: <@KaZeR> so you can find the mapping between the command and the function here https://github.com/navit-gps/navit/blob/trunk/navit/gui/internal/gui_internal_command.c#L1334 for gui internal
16:37 #navit: <@KaZeR> and the implementation here : https://github.com/navit-gps/navit/blob/trunk/navit/gui/internal/gui_internal_command.c#L1056
16:37 #navit: <@KaZeR> regarding your street names question, what's your current locale ?
16:38 #navit: < SIS> I need to edit after compiling or before
16:38 #navit: < SIS> ?
16:38 #navit: < SIS> I am in Syria
16:39 #navit: < SIS> the language in Syria is Arabic
16:40 #navit: <@KaZeR> if you want to edit the code (i am guessing for the `quit` question) you will have to recompile
16:40 #navit: <@KaZeR> my question about the locale was to check was is currently set :)
16:40 #navit: <@KaZeR> if you type "locale" in the terminal where you start navit, what do you get?
16:41 #navit: <@KaZeR> you can also check it via Navit in the main menu, tools, show locale
16:42 #navit: < SIS> Lang=en_us.UTF8
16:43 #navit: <@KaZeR> that's your issue
16:43 #navit: <@KaZeR> your system is telling Navit to use that locale
16:43 #navit: < SIS> mmmm
16:43 #navit: <@KaZeR> try
16:43 #navit: <@KaZeR> export LC_ALL=ar_SY.UTF8
16:44 #navit: <@KaZeR> it looks like we have 134 missing translations for Arabic, so if you want to help https://translations.launchpad.net/navit/trunk/+pots/navit/ar/+translate :)
16:46 #navit: < SIS> I have message
16:46 #navit: < SIS> no file or directory
16:46 #navit: <@KaZeR> odd. Can you share a screenshot ?
16:47 #navit: < SIS> when I ececute : export LC_ALL=ar_SY.UTF8
16:47 #navit: < SIS> I can send screenshoot here
16:47 #navit: < SIS> ?
16:48 #navit: <@KaZeR> i have a text only client, so a link to something like imgur.com would be better
16:48 #navit: <@KaZeR> IRC doesn't support images anyway, so maybe your IRC client will do that for you
16:50 #navit: < SIS> -bash: warning: setlocale: LC_ALL: cannot change locale (ar_SY.UTF8): No such file or directory
16:51 #navit: < SIS> this is message
16:52 #navit: <@KaZeR> try maybe export LC_ALL=ar_SY
16:52 #navit: <@KaZeR> are the other application displayed in Arabic ?
16:55 #navit: < SIS> -bash: warning: setlocale: LC_ALL: cannot change locale (ar_SY)
16:56 #navit: < SIS> no
16:56 #navit: < SIS> I do not have application in Arabic
16:57 #navit: < SIS> but I can convert All OS raspbian to Arabic
16:57 #navit: < SIS> IF I doit that . I need to recompile navit ?
16:58 #navit: < SIS> to get this setting
16:58 -!- pini [~pini@bou-fi.pustule.org] has quit [Ping timeout: 240 seconds]
17:05 #navit: <@KaZeR> the locale setting isn't code related, so no need to recompile
17:06 #navit: <@KaZeR> try "dpkg-reconfigure locales"
17:06 #navit: <@KaZeR> looks like some packages are missing in your install
18:52 -!- mvglasow [5e87a62a@gateway/web/freenode/ip.94.135.166.42] has joined #navit
18:52 #navit: <@KaZeR> mvglasow: \o/
20:16 -!- ZeroOne [~ZeroOne@91.114.11.118] has quit [Read error: Connection reset by peer]
20:20 -!- mvglasow [5e87a62a@gateway/web/freenode/ip.94.135.166.42] has quit [Ping timeout: 260 seconds]
22:42 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has quit [Quit: Leaving.]
22:59 -!- pmckinley [~Peter_McK@88-110-219-50.dynamic.dsl.as9105.com] has joined #navit
22:59 -!- SIS [050080a4@gateway/web/freenode/ip.5.0.128.164] has quit [Ping timeout: 260 seconds]
23:00 -!- pmckinley [~Peter_McK@88-110-219-50.dynamic.dsl.as9105.com] has left #navit []
23:26 -!- Horwitz [~mich1@p200300800E46BF00022268FFFE64E7C4.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds]
23:41 -!- Horwitz [~mich1@p200300800E1CA900022268FFFE64E7C4.dip0.t-ipconnect.de] has joined #navit
23:41 -!- mode/#navit [+o Horwitz] by ChanServ
--- Log closed Tue Sep 12 00:00:31 2017