Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Juha Manninen via lazarus
On Sun, Nov 21, 2021 at 10:33 AM Michael Van Canneyt via lazarus < lazarus@lists.lazarus-ide.org> wrote: > You can install KDE, but then installing Lazarus will most likely add the > GTK libraries as a dependency. > With KDE I recommend Lazarus with LCL-QT5 bindings. KDE itself is based on QT5.

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Mehmet Erol Sanliturk via lazarus
If you please study TrueNAS , you will see that it is possible to manage a server with a "Web-based graphical user interface with optional SSL encryption" from your computer using a GUI desktop connected to the server in your local network

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Michael Van Canneyt via lazarus
On Sun, 21 Nov 2021, Bo Berglund via lazarus wrote: On Sun, 21 Nov 2021 02:53:35 +0300, Mehmet Erol Sanliturk via lazarus wrote: It is possible to use KUbuntu ( KDE with Ubuntu ) . My choice is Fedora because I find it more easily usable and with respect to their *.rpm repository quality

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Mehmet Erol Sanliturk via lazarus
Please do not assume that I am suggesting you change your server and waste your efforts . My aim is to define my approach with its reasons . If I were you I would prefer to use KDE . I am very satisfied with my use of KDE . When I use FreeBSD together with LInux I am using KDE also in FreeBSD .

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Kostas Michalopoulos via lazarus
On 11/21/21 11:45, Juha Manninen via lazarus wrote: LCL-QT5 works better than LCL-GTK2 now IMO. What are the issues on Gtk2 that are fixed in Qt5? Kostas -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Mehmet Erol Sanliturk via lazarus
In this thread there is a point which is not clear for me : Compile (1) programs in SERVER by using Lazarus installed in SERVER (2) programs in SERVER by using Lazarus installed in WORKSTATIONS These are different approaches for the development and use of programs . Therefore these require

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Michael Van Canneyt via lazarus
On Sun, 21 Nov 2021, Mehmet Erol Sanliturk wrote: If you please study TrueNAS , you will see that it is possible to manage a server with a "Web-based graphical user interface with optional SSL encryption" from your computer using a

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Mehmet Erol Sanliturk via lazarus
I agree with you. On Sun, Nov 21, 2021 at 3:01 PM Michael Van Canneyt wrote: > > > On Sun, 21 Nov 2021, Mehmet Erol Sanliturk wrote: > > > If you please study TrueNAS , you will see that it is possible to manage > a > > server with a > > > > "Web-based graphical user interface > >

Re: [Lazarus] Asteroids in Pascal

2021-11-21 Thread Graeme Geldenhuys via lazarus
On 2021-11-09 6:32 p.m., Anthony Walter via lazarus wrote: I've included a copy of the entire game logic code. Check it out here: Such a cool game. :-D Thank you for sharing. Regards, Graeme -- ___ lazarus mailing list

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Michael Van Canneyt via lazarus
On Sun, 21 Nov 2021, Juha Manninen via lazarus wrote: On Sun, Nov 21, 2021 at 10:33 AM Michael Van Canneyt via lazarus < lazarus@lists.lazarus-ide.org> wrote: You can install KDE, but then installing Lazarus will most likely add the GTK libraries as a dependency. With KDE I recommend

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Mehmet Erol Sanliturk via lazarus
On Sun, Nov 21, 2021 at 10:55 PM Bo Berglund via lazarus < lazarus@lists.lazarus-ide.org> wrote: > On Sun, 21 Nov 2021 14:51:44 +0300, Mehmet Erol Sanliturk via lazarus > wrote: > > >In this thread there is a point which is not clear for me : > > > >Compile > > > >(1) programs in SERVER by

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Juha Manninen via lazarus
On Sun, Nov 21, 2021 at 1:06 PM Kostas Michalopoulos via lazarus < lazarus@lists.lazarus-ide.org> wrote: > On 11/21/21 11:45, Juha Manninen via lazarus wrote: > > LCL-QT5 works better than LCL-GTK2 now IMO. > > What are the issues on Gtk2 that are fixed in Qt5? > Different LCL bindings have

[Lazarus] triggered by the frontend / Representation of an "watch" [[was: Re: Playing with debuggers]]

2021-11-21 Thread Martin Frb via lazarus
1) Events to be more frontend centric. 2) Actions (eval watch) to be triggered by the frontend 3) Representation of an "watch"  (Should methods be on the Watch object, or the Debugger object) => 2) Actions (eval watch) to be triggered by the frontend The evaluation of a watch is triggered

Re: [Lazarus] Playing with debuggers

2021-11-21 Thread Martin Frb via lazarus
On 14/09/2021 01:00, Joost van der Sluis via lazarus wrote: I've created a new Lazarus-debugger LazDabDebugger that can work with FpdServer. It depends on a package (LazDebugExtensionIntf) that adds another way of showing debugging variables inside Lazarus. I can write tons of texts about the

[Lazarus] Events to be more frontend centric [[was: Re: Playing with debuggers]]

2021-11-21 Thread Martin Frb via lazarus
1) Events to be more frontend centric. 2) Actions (eval watch) to be triggered by the frontend 3) Representation of an "watch"  (Should methods be on the Watch object, or the Debugger object) => 1) Events to be more frontend centric. The current events and especially states are certainly

Re: [Lazarus] triggered by the frontend / Representation of an "watch" [[was: Re: Playing with debuggers]]

2021-11-21 Thread Martin Frb via lazarus
On 21/11/2021 17:23, Martin Frb via lazarus wrote: - Watches are stored in a list. That is needed by the frontend. Because the History wants to know about the watches. However, this may not be needed by the backend. That can be reviewed. Actually, there only is a list for the frontend. It

Re: [Lazarus] Lazarus on Linux, which desktop environment?

2021-11-21 Thread Bo Berglund via lazarus
On Sun, 21 Nov 2021 14:51:44 +0300, Mehmet Erol Sanliturk via lazarus wrote: >In this thread there is a point which is not clear for me : > >Compile > >(1) programs in SERVER by using Lazarus installed in SERVER >(2) programs in SERVER by using Lazarus installed in WORKSTATIONS I mean:

[Lazarus] Where do I get the Lazarus sources on the release tag?

2021-11-21 Thread Bo Berglund via lazarus
I have a script to install Lazarus and FPC on Linux which exports the sources from the subversion repositories on the release tags. I use this when installing FPC/Lazarus on Raspberry Pi and other Linux devices. But that does not work anymore because of the move to gitlab: From an earlier post

Re: [Lazarus] Asteroids in Pascal

2021-11-21 Thread Евгений Кадисов via lazarus
Hi. My operating system is kubuntu 21.04. How can I execute system commands from my graphical lazarus program? вс, 21 нояб. 2021 г. в 14:18, Graeme Geldenhuys via lazarus < lazarus@lists.lazarus-ide.org>: > On 2021-11-09 6:32 p.m., Anthony Walter via lazarus wrote: > > I've included a copy of