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
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Setting the fpc path
by
cousinp
[
Today
at 02:50:07 am]
"Show Compiler Dialog"
by
JuhaManninen
[
Today
at 02:04:04 am]
Incorrect FPC/Lazarus bui...
by
Seenkao
[
Today
at 01:47:00 am]
Bitmap 16bit R5G6B5
by
wp
[
Today
at 01:16:23 am]
Loading text data from a ...
by
carl_caulkett
[
Today
at 01:10:53 am]
Game Music Emulator
by
Fred vS
[
Today
at 12:28:56 am]
Recommended way to build ...
by
carl_caulkett
[
Today
at 12:13:25 am]
Is there a better web-bro...
by
QEnnay
[September 17, 2024, 11:50:29 pm]
LazReport / FreeReport qu...
by
dseligo
[September 17, 2024, 11:37:59 pm]
Complex objects and JsonO...
by
Flea
[September 17, 2024, 11:02:28 pm]
Best way to exchange data...
by
cdbc
[September 17, 2024, 10:16:27 pm]
TListView.OnChange Event ...
by
msintle
[September 17, 2024, 10:11:04 pm]
Broken Icon Display on ma...
by
msintle
[September 17, 2024, 10:09:18 pm]
Compiler error when check...
by
ASerge
[September 17, 2024, 08:57:07 pm]
how to convert pdf to png...
by
zeljko
[September 17, 2024, 08:35:54 pm]
Simple multithreading cod...
by
MarkMLl
[September 17, 2024, 08:31:05 pm]
Golang vs free pascal
by
gidesa
[September 17, 2024, 08:27:08 pm]
Extended Module Player
by
TRon
[September 17, 2024, 06:32:25 pm]
Listview how to custom or...
by
VisualLab
[September 17, 2024, 05:48:48 pm]
Non-OS dependent way to u...
by
carl_caulkett
[September 17, 2024, 05:27:57 pm]
Problems with case statem...
by
MarkMLl
[September 17, 2024, 03:02:33 pm]
Tessellated Pattern: How ...
by
Boleeman
[September 17, 2024, 02:15:20 pm]
macOS 11 Cocoa headers
by
Hansaplast
[September 17, 2024, 12:44:49 pm]
How do you move a Procedu...
by
MarkMLl
[September 17, 2024, 12:40:14 pm]
Cross Fractal
by
Boleeman
[September 17, 2024, 12:27:53 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [Solved] GetWindowManager value is wrong (Read 1904 times)
AlexTP
Hero Member
Posts: 2457
[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: 1639
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: 1639
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: 2457
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: 1639
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