[Gambas-user] Change Farm installed software location

Bruce Steers bsteers4 at gmail.com
Fri Jan 13 15:02:12 CET 2023


Maybe you could change the GetInstalledDir() function of CSoftware.class
(line 181)
app/src/gambas3/.src/Project/Farm/CSoftware.class

Public Sub GetInstalledDir() As String

  Return Desktop.DataDir &/ "gambas3/src" &/ LCase(Vendor) &/ Name

End


Or make the current dir a symlink to another location?


BruceS


On Fri, 13 Jan 2023, 13:21 Martin, <mbelmonte at belmotek.net> wrote:

> Hi,
>
> For technical reasons [1] I want to change the location of the
> "installed" Gambas ganja programs on the local disk [2] to a different
> location [3].
> Can it be done? if yes, how? if no, could you implement it?
>
> [1] To minimise the use of an SSD disk.
> [2] /home/USER/.local/share/gambas3/src/
> [3] /tmp or /home/USER/server-shared-folder
>
> Best regards
> Martin.
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230113/b4bde075/attachment.htm>


More information about the User mailing list