The version number of Geany: 1.36
The version number of GTK+ (can be printed with geany -V): 3.24.14
> geany 1.36 (compilado el día 2020-03-22 conGTK 3.24.14, GLib 2.64.1)
Your OS details: Ubuntu 20.04
```
$ uname -a
Linux leia 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
```
Seems to be related to #2105
---
**Normal open**
Dead keys works in all the system: gedit, firefox, libreoffice and others.
Up to a weeks ago (01/08/20 more or less) Geany was working ok. With no changes on Geany but the normal system updates now Geany behaves in a different way:
- Editor: Dead keys makes a blink on the whole window
- Draft: Dead keys ok
- Terminal: Dead keys ok
**Verbose**
In verbose mode (geany -v) I can see this message when I press a dead key on the Editor:
```
Gdk-Message: 18:46:05.005: Window 0x55ba970a1380 is a temporary window without parent, application will not be able to position it on screen.
```
It doesn't matter which dead key, all the time is the same message (timestamp updated).
No message when a dead key is pressed on Draft or Terminal, there just works ok.
**XMODIFIERS**
Setting XMODIFIERS to `@im=none` have no difference on the behavior of the dead keys. Again the error message on the Editor and works ok on Draft and Terminal
```
XMODIFIERS="@im=none" geany -v
```
**Force X11**
When forced to X11 the Editor comes back to work ok:
```
GDK_BACKEND=x11 geany -v
```
No error messages. The behavior is ok on Editor, Draft and Terminal.
**WORKAROUND**
As pointed out on #2105, seems like the workaround is to force X11 on the bashrc file to use Geany normally.
Just add this line to your .bashrc file:
```
export GDK_BACKEND=x11
```
**To be improved**
Maybe the Editor need the same component or behavior like Draft.
--
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/2575
Not sure how much use Geany has seen in Ukrainian, but the current uk-translation appears very much incomplete (~48%).
--
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/2723
Fixes #2723 . More like an overhaul; covers UI messages for the main core and the integrated plugins; reviewed and cross-checked.
Hopefully, with better localization Geany may integrate more seamlessly into the Ukrainian localized usage, at least in the case of Linux-based workflow.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2724
-- Commit Summary --
* PO:(uk) Update translation
-- File Changes --
M po/uk.po (3866)
M src/about.c (5)
-- Patch Links --
https://github.com/geany/geany/pull/2724.patchhttps://github.com/geany/geany/pull/2724.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/2724
After upgrading to 1.37-2 the startup with about 20-30 files takes ~10s on my 10.15,7 -- before it was <<5s
--
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-osx/issues/20
Geany needs me to press the same key twice to register it once. Note that this only happens on certain keys, like comma or a period.
--
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/2739
# geany F5 trouble
## Description of problem
F5 - works only the first time
restarting F5 is possible only if you press ENTER in the "terminal" window or enter command, example 'clear'
### Video
https://user-images.githubusercontent.com/76629445/106052373-8981ae80-60fa-…
## What i want
work every time a button F5 is pressed
## Environment
tested on all geany versions
geany 0.21, 1.22, 1.23, 1.24
Slackware 12.2
TDE-3.5.12
terminal client: konsole/kde3
--
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/2738
What config file if any stores the "Send selection to"/Custom commands? I have had my custom commands wiped out twice recently, not sure why maybe because of an update?
--
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/2735
I followed the instructions on the homepage exactly, but my colorscheme hasn't changed when I restart Geany. Are there missing instructions?
"Extract the tarball and copy all of the files in the colorschemes directory to your C:\Users\YourUserName\AppData\Roaming\geany\colorschemes directory. Create this directory if it doesn't already exist."
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-themes/issues/6
Open a document (JavaScript) that only contains a Tab followed by any character.
Status bar settings should use `%C` to display column position (if your setting is `%c`, subtract 1 to all my examples).
→a
(where the → character represents the Tab character)
- When you press Ctrl+Home, column is 1, correct 👍
- When you press Ctrl+End, column should be 3, but it is 6 👎
- Indeed, when you now press left arrow, column should be 2, but it is 5 👎
The problem is that the Tab is counted as 4 characters instead of 1.
--
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/2733