-
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
GeanyLatex and "Make": Shortcuts become disabled #282
Comments
Is only the Make-menu-item effected by this? Do you see any output in Debug (Help->Debug) or while starting Geany from prompt? |
All "Make" menu-items are affected when the bug is triggered. I will look at Help->Debug the next time this happens. For the record, in the current run (where the bug hasn't triggered yet), I see several "INFO" lines, so Help->Debug works and there do not seem to be any warning or errors so far. I always start Geany from a command-line, and never see any warnings or errors. I am not sure which application causes the following warning (a standard warning that seems to be aimed at certain GTK-devs), so it may or may not be Geany.
EDIT: Googled and explained the warning |
I believe I found the core issue: geany really doesn't like Makefiles that spawn daemons, e.g. contain a target that executes Workaround: as soon as the called However, I believe that Geany should be able to |
I don't think so. I'm not so much knowledgeable about that, but AFAIK for the background jobs not to block Geany's spawning, it would require for Geany to inherit those children from the process it spawned, as they didn't deamonize themselves and need a parent. I understand your use case, but it seems fairly hacky to put that in the Makefile. I myself do something similar with Lilypond files, but have a separate (run) command to show the generated PDF, which doesn't have the problem you're facing. |
This one is hard to reproduce (sorry), and I have no idea what causes this or what is happening.
Steps to reproduce sometimes:
Actual behaviour: Sometimes the "Make" menu item becomes and stays disabled. This also disables the keyboard shortcut, so Shift+F9 does not do anything anymore. Switching between geany-tabs or re-opening the file does not help. The only way to work around this is to restart Geany.
Expected behaviour: Shift+F9 and the "Make" menu item stay enabled for the whole time.
Versions: Geany 1.25 "Veed" // "(compiled on 2015-07-12 or later)"
Sorry that I can't provide a more reliable way of reproducing the bug. I have already played with different things, and have, so far, only come to the conclusion that disabling the GeanyLaTeX pluging avoids this bug. However, this is not a guarantee, since I "only" tried that for a week. Otherwise I run into that bug roughly once every two weeks, so this experiment isn't conclusive.
I continue using Geany, so if anyone can give me a better "test", or instructions on what to look for via gdb while this is happening, I'd gladly do that.
The text was updated successfully, but these errors were encountered: