Had exactly the same problem on antergos KDE distro, and have it on Manjaro KDE too.
Every time I use CTRL+K shortcut, Geany freezes desktop environment for 2-3 seconds. Everything is working perfectly in Geany itself (I can type text and do anything I want), but if I try to switch to another app from taskbar (or open Start menu) everything is frozen and I need to wait 2-3 seconds. Then desktop environment starts working again (until next CTRL+K in Geany).
It only happens with existing (saved) files and doesn't happen if I create new file, start typing and then use CTRL+K without saving file first.
Tried disabling all plugins, didn't help. Am I the only who has this issue?
`14:53:57: GLib-GIO DEBUG : _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
14:53:57: Geany INFO : Geany 1.35, en_US.UTF-8
14:53:57: Geany INFO : GTK 3.24.8, GLib 2.60.3
14:53:57: Geany INFO : System data dir: /usr/share/geany
14:53:57: Geany INFO : User config dir: /home/toxpal/.config/geany
14:53:57: Geany INFO : Loaded GTK+ CSS theme '/usr/share/geany/geany.css'
14:53:57: Geany INFO : Loaded GTK+ CSS theme '/usr/share/geany/geany-3.20.css'
14:53:57: Geany INFO : System plugin path: /usr/lib/geany
14:53:57: Geany INFO : Added filetype JSON (61).
14:53:57: Geany INFO : Added filetype Graphviz (62).
14:53:57: Geany INFO : Added filetype Cython (63).
14:53:57: Geany INFO : Added filetype Clojure (64).
14:53:57: Geany INFO : Added filetype Scala (65).
14:53:57: Geany INFO : Added filetype Genie (66).
14:53:57: Geany INFO : Added filetype CUDA (67).
14:53:57: Geany INFO : Added filetype Arduino (68).
14:53:57: Geany INFO : Disabling terminal support
14:53:57: Geany INFO : Loaded: /usr/lib/geany/addons.so (Addons)
14:53:57: Geany INFO : Loaded: /usr/lib/geany/automark.so (Auto-mark)
14:53:57: Geany INFO : Loaded: /usr/lib/geany/geanydoc.so (Doc)
14:53:57: Geany INFO : Loaded: /usr/lib/geany/pairtaghighlighter.so (Pair Tag Highlighter)
14:53:57: SpellCheck DEBUG : Initializing Enchant library version 2.2.3
14:53:57: Geany INFO : Loaded: /usr/lib/geany/spellcheck.so (Spell Check)
14:53:57: Geany INFO : unknown : None (UTF-8)
14:53:57: Geany INFO : Bad color 'purewhitebluegrey'
14:53:57: Geany INFO : Bad color '3'
`
--
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/2201
The status message window displays something like:
14:05:30: File /path/to/something saved.
09:40:14: File /path/to/something/else saved.
It would be helpful to know which day it was...
Thank you
Ale
--
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/2200
this is on
arcolinux-v19.06.1.iso geany ver 1.35
arcolinux-v19.05.2.iso geany 1.34
Geany comes installed on this distro, the feature to change dir in the terminal with scripts path gets screwed up when I update the system after a fresh install of the distro. I've removed there repo version and installed geany from source both versions of geany mentioned and still get the same error whenever I change the tab to have it change to the dir the script is in in the terminal, I get this error .
```
[userx@archomeo SDCard]$ /home/userxcd
bash: /home/userxcd: No such file or directory
```
I have no idea where the code is that preforms the steps to call for a directory change to even look at it to see why it is doing this.
if I change my shell in geany to zsh it works, but bash does not work. I still get that error where the path and the command have been switch around and a space removed making it all one word.
--
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/2198
One thing I missed from switching over from Emacs (or Ms VS) is the auto highlighting the selected word, which is very handy to find out where on screen the the selected word is used at other places.
--
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/2199
- Try to solve this issue #1593. It is meaningless to save maximized window's size. Now geany "can restore to window sizeA" after unmaximizing.
- **Right** sidebar's position will be incorrectly restored with "save winsize/pos" unchecked or "msgwin right" checked.
The former is because `gtk_widget_get_allocated_width(pane)` get '1' at startup.
` src/ui_utils.c: void ui_swap_sidebar_pos(void):`
`gtk_paned_set_position(GTK_PANED(pane), gtk_widget_get_allocated_width(pane) - gtk_paned_get_position(GTK_PANED(pane)));`
The later is because sidebar position's setup is prior to msgwin's setup. If msgwin is too wide, sidebar's position will get inside the msgwin.
- Potential Fault: "Preference->change msgwin orientations->Apply". Because config file saved before the ui update, the wrong position but the correct orientation of msgwin will be recorded. If crash happened before gently exiting, geany will show wrong layout at next start. Hence the ui update of main window should be prior to config file saving.
Test with:
Ubuntu 16.04,
Geany 1.36 (1046ea49) ---- with configuration (msgwin bottom/right, sidebar left/right, (un)save winpos/size),
GTK 3.18.9.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2195
-- Commit Summary --
* minimal window size
* remake geometry restoration function
-- File Changes --
M src/geany.h (2)
M src/keyfile.c (68)
M src/libmain.c (21)
M src/main.h (2)
M src/prefs.c (2)
M src/ui_utils.c (21)
M src/ui_utils.h (4)
-- Patch Links --
https://github.com/geany/geany/pull/2195.patchhttps://github.com/geany/geany/pull/2195.diff
--
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/pull/2195
Thanks for providing screenshots, but please add previews to them, so that people can see what they are without even install the whole theme package, because after all, it'll be only a single theme that most people will stick to, or at most one or two.
I can add such preview, if you welcome such PR.
--
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-themes/issues/29