Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2021-09-22 Thread ralf3u
@xiota I created in .config/geany/plugins/geanylua a new document show_menubar.lua with this content: geany.signal("hbox_menubar", "show"). I changed in the terminal with the order cd in the directory ~/.config/geany/plugins/geanylua. I wanted to run show_menubar.lua by typing

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2021-09-22 Thread xiota
> But the menu bar is still there. The menu bar disappears only if I scroll > within a document or if I type something. Is this the normal behavior? On my computer, the menubar disappears immediately, in its entirety. It might be a window manager issue with compositing or the GPU. > How can I

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2021-09-22 Thread ralf3u
@xiota OK, I created in "~/.config/geany/plugins/geanylua" a document/script that I called "hide_menu.lua". The content of this document/script is "geany.signal("hbox_menubar", "hide")". Then I start Geany. I go to "Tools>Lua Script>Hidemenu". The words of the menu bar disappear right away. But

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2021-09-22 Thread xiota
@ralf3u The command to hide the menu bar is `geany.signal("hbox_menubar", "hide")`. I made a mistake pasting the link earlier... my scripts are here: [geanylua-scripts](https://github.com/xiota/geanylua-scripts) -- You are receiving this because you are subscribed to this thread. Reply to

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2021-09-22 Thread ralf3u
@xiota OK, "Lua Script" plugin is enabled, and I created the folder "geanylua" in "~/.config/geany/plugins". But I don't know how to program a script. So my two questions: 1 What is the document name (I can imagine that it has to end with ".lua")? 2 What is the content of the script to hide the

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2021-09-21 Thread xiota
@falf3u If the "Lua Script" plugin is enabled and `~/.config/geany/plugins/geanylua` doesn't exist, just create the folder and copy the scripts you want to use there. Then restart Geany. There should be a new menu item: "Tools/Lua Scripts" with the scripts listed. -- You are receiving this

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2021-09-21 Thread ralf3u
@xiota I use Geany 1.37.1. I installed geany plugins already. In Lubuntu in ~/.config/geany/plugins/ there is only one file called "spellcheck". Even if I activate in the plugins the checkbox "Lua Script" and after restarting Geany there is only one file called "spellcheck". >The script

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2021-09-21 Thread xiota
@ralf3u The package you need to install is `geany-plugin-lua`. Or you can install all the plugins with `geany-plugins`. Then in Geany, enable the plugin named "Lua Script". Scripts are installed at `~/.config/geany/plugins/geanylua`. Go to

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2021-09-21 Thread ralf3u
@xiota >I used to hide the menubar with the geanypy plugin... then when that stopped >working (b/c gtk3), I figured out how to do it with the lua plugin... Then I >didn't need it anymore because I started using global menus. Recently, I found >that old lua script still in the geany config

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2021-09-21 Thread xiota
I used to hide the menubar with the geanypy plugin... then when that stopped working (b/c gtk3), I figured out how to do it with the lua plugin... Then I didn't need it anymore because I started using global menus. Recently, I found that old lua script still in the geany config folder. For

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2020-07-19 Thread elextr
> to hide/show the menu bar was asked in August 2015. That’s nearly 5 years. Clearly nobody has wanted it enough to make a pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2020-07-19 Thread ralf3u
To hide/show the menu bar takes ALWAYS a lot of time: - close Geany - type in the terminal of Lubuntu: sudo featherpad /usr/share/geany/geany.glade - search for: hbox_menubar - in the next line: change True to False or vice versa - save the document - close Featherpad - open Geany Suggestion:

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2017-02-13 Thread Matthew Brush
@vineeshvs try running Geany from the terminal like `UBUNTU_MENUPROXY=0 geany`, it should disable Ubuntu's menu-hijacking. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2017-02-12 Thread elextr
@vineeshvs to repeat again, its nothing Geany does, you might be better to ask on a Ubuntu forum. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/633#issuecomment-279316882

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2017-02-12 Thread vineeshvs
@elextr Sorry for that. I posted because one of the previous posts went like this. Anyway, thanks for the suggestion. > Recently I lost the menu bar. > Can't get it back. Already tried purging package, removing local config from > ~/.config/geany with no luck. > Gerany 1.27 on Ubuntu 16.04 > >

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2017-02-12 Thread elextr
@vineeshvs please do not hijack other issues for your problems. This is not about invisible menus, it is an enhancement request to add the capability to hide the menu. To repeat the point I made above, Geany does not hide menus, something in your system is doing that, and its not a Geany

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2017-02-12 Thread vineeshvs
Tried the above solutions. Still the menu bar is invisible!! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/633#issuecomment-279313562

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2016-09-16 Thread elextr
> and if it's a casual thing, it's just as easy to forget. Maybe we are misunderstanding, but I would have thought the casual/accidental keybinding user was the one that needed the reminder. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2016-09-16 Thread Colomban Wendling
> But should probably have an "are you sure" dialog, keybindings get hit > accidently. You think? If the user "frequently" toggles the menubar, it'll be annoying, and if it's a casual thing, it's just as easy to forget. -- You are receiving this because you are subscribed to this thread.

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2016-09-16 Thread elextr
> and I could suppose that if someone set a custom keybinding for it, they > should know they did it. But should probably have an "are you sure" dialog, keybindings get hit accidently. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2016-09-16 Thread Colomban Wendling
> This will likely cause some confusion for people who have lost their menu and > can't get it back, if it's not done carefully. The UI to bring the menu back > (ex. preferences, view menu, etc) won't be accessible, and having a single > keybinding, which can't be inspected since preferences

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2016-09-06 Thread iljapelech
Looks like problem of unity-gtk*-module, which I installed just from curiousity. When I revmoved it, menu stopped disappearing. (I'm running Gnome on Opensuse). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2016-07-03 Thread Vasiliy Faronov
As a workaround for this issue, I have a [Toggle Bars plugin](https://github.com/vfaronov/geany-togglebars) that hides the menu and status bars initially but allows toggling them with a keybinding. --- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2016-05-13 Thread elextr
> Thought it was a Geany bug, as other apps display that menu correctly. It was working correctly on Ubuntu 14.04 geany 1.23 though. To be clear, Geany just uses the standard GTK 2 library calls to draw the menus. In the normal GTK library that displays at the top of the application window,

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2016-05-13 Thread peterrobles
Ok, Thought it was a Geany bug, as other apps display that menu correctly. It was working correctly on Ubuntu 14.04 geany 1.23 though. I wonder if Ubuntu has changed the way to deal with that. BTW my system config in All Settings -> Appearance -> Behaviour: Show the menus for a window in the

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2016-05-13 Thread elextr
@peterrobles unfortunately that menu is entirely done by Unity and Ubuntu's own hacks, Geany does not hide the menu, as you can see from the discussion above. So you would be better off asking on a Ubuntu forum. --- You are receiving this because you are subscribed to this thread. Reply to

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2016-05-13 Thread elextr
Is that on unity with the separated menubar? --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/633#issuecomment-218990807

Re: [Github-comments] [geany/geany] Hide Menu Bar (#633)

2016-05-13 Thread peterrobles
Hi, Recently I lost the menu bar. Can't get it back. Already tried purging package, removing local config from ~/.config/geany with no luck. Gerany 1.27 on Ubuntu 16.04 Any ideas? --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on