[Geany-Users] geany does not send commands to terminal (in fresh new installation), geany 1.23, GTK 2.24, Ubuntu 12.04 64bit

Marco Bianchi marcolondonuk at xxxxx
Sun Jul 28 14:02:06 UTC 2013


Hello,

I have resetting the shell to "/bin/bash" in terminal preferences but get
the same problem, that is cannot access it. that is when i click on
terminal I have a black blank screen with no bash shell appearing.

marco



On Sun, Jul 28, 2013 at 1:57 PM, Colomban Wendling <
lists.ban at herbesfolles.org> wrote:

> Hi,
>
>
> Le 28/07/2013 13:22, Marco Bianchi a écrit :
> > thank you very much for helping. When I type R from normal bash outside
> > geany it works fine.
>
> Could you the try resetting the shell to "/bin/bash" and see if you can
> run /usr/bin/R from inside Geany's shell?   Just a random idea because I
> don't see what could be wrong :/
>
>
> > When I type geany -v at the prompt outside geany,
> > this is what I get
> >
> > marco at marco-desktop:~$ geany -v
> > Geany-INFO: Geany 1.23, en_GB.UTF-8
> > Geany-INFO: GTK 2.24.10, GLib 2.32.3
> > Geany-INFO: System data dir: /usr/share/geany
> > Geany-INFO: User config dir: /home/marco/.config/geany
> > Geany-INFO: System plugin path: /usr/lib/x86_64-linux-gnu/geany
> > Geany-INFO: Added filetype Go (55).
> > Geany-INFO: Added filetype Cython (56).
> > Geany-INFO: Added filetype Genie (57).
> > Geany-INFO: Added filetype Scala (58).
> > Geany-INFO: /home/marco/R/tex/commentary.tex : LaTeX (UTF-8)
> > Geany-INFO: /home/marco/R/reportEurope1.r : R (UTF-8)
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> >
> > (geany:2732): Tagmanager-CRITICAL **: get_tag_type: assertion `tag_name'
> > failed
> > Geany-INFO: Missing symbol-tree parent iter for type 524288!
> > Geany-INFO: Missing symbol-tree parent iter for type 524288!
> > Geany-INFO: Missing symbol-tree parent iter for type 524288!
> > Geany-INFO: Missing symbol-tree parent iter for type 524288!
> > Geany-INFO: Missing symbol-tree parent iter for type 524288!
> > Geany-INFO: Missing symbol-tree parent iter for type 524288!
> > Geany-INFO: Missing symbol-tree parent iter for type 524288!
> > Geany-INFO: Missing symbol-tree parent iter for type 524288!
> > Geany-INFO: Missing symbol-tree parent iter for type 524288!
> > Geany-INFO: Missing symbol-tree parent iter for type 524288!
>
> Looks like our R symbol parser and symbol tree need some love :)
> But that shouldn't have any impact on what concerns you.
>
> However, could you give "reportEurope1.r" or something with similar
> content so maybe we can fix those :)
>
> > (geany:2732): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion
> > `GTK_IS_MENU_SHELL(menu)' failed
> >
> > It looks therefore there is an error in GTK MENU SHELL...
>
> No, that's a bug in Ubuntu's Unity.  It's there for a long time, we told
> them even with a patch (thanks Matthew), but they still haven't fixed
> it.  However, AFAIK it's harmless in practice.
>
>
> Regards,
> Colomban
> _______________________________________________
> Users mailing list
> Users at lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geany.org/pipermail/users/attachments/20130728/e8800f53/attachment-0001.html>


More information about the Users mailing list