-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Geany debugger can't open source code from folders with non-ascii names #259
Comments
Maybe you could try #202, which should most probably fix this -- and if it doesn't I'd like to know :) |
Could you build amd64 package please? (guess geany-debugger-plugin will be enough) I can't build due to bunch of dependencies and old versions of packages in my Trusty Ubuntu :( |
Are your commits from #202 pulled to main geany-plugins repo? |
Screenshot showing version. Downloaded from your @b4n repo, not from this |
You used the appropriate branch? 'cause while I didn't test Cyrillic, I tired various special UTF8 characters and it worked OK… but indeed I might have missed something |
As far as I remember I used https://github.com/geany/geany-plugins |
Or this :/ |
You need to try the $ git remote add b4n https://github.com/b4n/geany-plugins/
$ git fetch b4n debugger/safer-gdb-mi-parsing
$ git checkout -b b4n-debugger/safer-gdb-mi-parsing b4n/debugger/safer-gdb-mi-parsing |
White I've made |
But the debugger is untranslated and fully in English. IS it Ok? |
Yay, great :)
Well… the version of the translations in this branch aren't very recent for sure. You can probably improve this by merging $ git checkout b4n-debugger/safer-gdb-mi-parsing
$ git merge master But ultimately I should merge this branch into the main repository, as the original author agreed as he doesn't care anymore about the plugin. I'm just a bit uneasy as I don't really use the plugin myself so could have overlooked some things, but if you use it and tell me it works fine/report issues, I guess it'd be enough :) |
Well, these commands and rebuilding didn't help, still English. Close this issue when you will merge your branch to https://github.com/geany/geany-plugins please. |
Ah yeah; to get translations you also need to build and install in the po/ directory, it holds the translations.
Ah, this is because some plugins depend on the development version of Geany (but don't properly check for it yet). $ ./configure --disable-geanygendoc --disable-projectorganizer --disable-geanyprj and then all should build fine. |
yes, now bug seems absolutely fixed :) Now I can continue learning programming, thanks a lot again. |
Fixed by #202 |
Mine code is located at /home/user/Загрузки but when I run geany debugger it show error "Can't find source code file /home/user/\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\270/natural.cxx"
The text was updated successfully, but these errors were encountered: