Hello,

Is this possible?

the workaround below solves the problem for me.

When the "Configure Lazarus IDE" dialog appears for the first Lazarus
start, one can ignore the Fppkg tab and start the IDE as it was possible
with former Lazarus versions. The (for me annoying) dialog will then no
longer appear when Lazarus starts again.

I could not detect any negative effects. The IDE can recompile itself
and installing packages via the integrated online package manager was
also possible.

Regards, Bernd.


--- main.pp0    2022-01-02 11:01:24.000000000 +0100
+++ main.pp     2022-02-19 14:07:50.640176600 +0100
@@ -1450,6 +1450,7 @@
     end;
   end;

+  (*
   ConfigFile:=EnvironmentOptions.GetParsedFppkgConfig;
   // check fppkg configuration
   if (not ShowSetupDialog)
@@ -1458,6 +1459,7 @@
     debugln('Warning: (lazarus) fppkg not properly configured.');
     ShowSetupDialog:=true;
   end;
+  *)

   // show setup dialog
   if ShowSetupDialog then begin
--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to