Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Widgetset
»
GTK
»
[Solved] GetWindowManager value is wrong
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Omitting semicolon on las...
by
Xenno
[
Today
at 02:04:31 pm]
Lazarus Image Editor
by
Paolo
[
Today
at 02:04:10 pm]
FPC Unleashed (inline var...
by
Thaddy
[
Today
at 01:44:27 pm]
Remote desktop software i...
by
domasz
[
Today
at 12:02:48 pm]
I can write your README.m...
by
domasz
[
Today
at 09:53:02 am]
fp-h2pas: New C header tr...
by
ccrause
[
Today
at 09:48:31 am]
Can /my/ AI help me with ...
by
cdbc
[
Today
at 08:59:28 am]
The ever re-appearing /= ...
by
440bx
[
Today
at 05:05:57 am]
android attack (inc)
by
speter
[
Today
at 04:19:54 am]
Little bit...
by
n7800
[
Today
at 03:51:08 am]
[ANN] Unofficial FPC 3.3....
by
440bx
[
Today
at 01:00:04 am]
NiceGrid component for La...
by
wp
[
Today
at 12:03:57 am]
Track windows cross-platf...
by
dsiders
[April 10, 2026, 07:43:43 pm]
[ANN] PasBuild v1.8.0 Rel...
by
Graeme
[April 10, 2026, 06:43:13 pm]
Подписи кнопок панели инс...
by
Raskaton
[April 10, 2026, 06:37:48 pm]
HTTPS-сервер с ГОСТ-серти...
by
Raskaton
[April 10, 2026, 06:29:36 pm]
Strange behavior with dat...
by
JanRoza
[April 10, 2026, 06:20:38 pm]
RegExpr matchting empty s...
by
Thaddy
[April 10, 2026, 04:35:27 pm]
TLazSerial : serial port ...
by
CM630
[April 10, 2026, 03:45:42 pm]
Can't pass string to TEdi...
by
lazarusprogrammer
[April 10, 2026, 02:04:36 pm]
Messing with Gemini AI an...
by
gidesa
[April 10, 2026, 12:48:03 pm]
Lazarus Bugfix Release 4....
by
dbannon
[April 10, 2026, 10:09:07 am]
[SOLVED] How to enter gen...
by
PascalDragon
[April 10, 2026, 07:27:12 am]
AI Assist Python - to - P...
by
PascalDragon
[April 10, 2026, 07:25:42 am]
How to remove a FORM from...
by
Martin_fr
[April 10, 2026, 12:29:46 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [Solved] GetWindowManager value is wrong (Read 3071 times)
AlexTP
Hero Member
Posts: 2696
[Solved] GetWindowManager value is wrong
«
on:
August 23, 2023, 11:36:25 am »
I made small demo to see GetWindowManager result string. It gives string of 6-7 Chinese symbols here in the demo! Why? I use latin Ubuntu 20.04 x64 with Gnome.
Code: Pascal
[Select]
[+]
[-]
implementation
uses
gtk2int
;
{$R *.lfm}
{ TForm1 }
procedure
TForm1
.
FormCreate
(
Sender
:
TObject
)
;
begin
caption
:
=
'wm: '
+
GTK2WidgetSet
.
GetWindowManager
;
end
;
Lazarus 3.99 (rev main_3_99-33-gcb65d62758) FPC 3.2.3 x86_64-linux-gtk2
«
Last Edit: August 24, 2023, 09:32:10 am by AlexTP
»
Logged
CudaText editor
-
ATSynEdit
-
More from me
zeljko
Hero Member
Posts: 1905
Re: GTK2WidgetSet.GetWindowManager value is wrong
«
Reply #1 on:
August 23, 2023, 03:03:11 pm »
I've maded change of wm name yesterday in trunk, changed PWideChar to PChar ... can you check inside GetWindowManager if PWideChar need to be returned back ?
Logged
zeljko
Hero Member
Posts: 1905
Re: GTK2WidgetSet.GetWindowManager value is wrong
«
Reply #2 on:
August 23, 2023, 03:10:21 pm »
Juha created bug with
https://gitlab.com/freepascal.org/lazarus/lazarus/-/commit/db2bca39494aed99664abf76990a26a635e8beb4
, 3 months ago, I've fixed it yesterday, also added to merge list for 3.0RC2.
Logged
AlexTP
Hero Member
Posts: 2696
Re: GTK2WidgetSet.GetWindowManager value is wrong
«
Reply #3 on:
August 23, 2023, 04:14:53 pm »
I used not last Lazarus! If I change PWideChar() to PChar(), then I get OK name 'gnome shell'.
Must be in .GetWindowManager:
Code:
[Select]
if (typeReturned = WMAtom) and (formatReturned = 8) then
Result := LowerCase(StrPas(PChar(Data)));
Logged
CudaText editor
-
ATSynEdit
-
More from me
zeljko
Hero Member
Posts: 1905
Re: GTK2WidgetSet.GetWindowManager value is wrong
«
Reply #4 on:
August 23, 2023, 06:17:22 pm »
As I sad it's fixed yesterday and merged to fixes_3_0
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Widgetset
»
GTK
»
[Solved] GetWindowManager value is wrong
TinyPortal
© 2005-2018