[Gambas-user] A whole load of directories in my .local folder ??
Bruce Steers
bsteers4 at gmail.com
Thu Feb 15 16:42:41 CET 2024
On Thu, 15 Feb 2024 at 15:32, Benoît Minisini <
benoit.minisini at gambas-basic.org> wrote:
> Le 15/02/2024 à 16:26, Bruce Steers a écrit :
> >
> >
> > On Thu, 15 Feb 2024 at 15:13, Benoît Minisini
> > <benoit.minisini at gambas-basic.org
> > <mailto:benoit.minisini at gambas-basic.org>> wrote:
> >
> > Le 15/02/2024 à 16:06, Bruce Steers a écrit :
> > > I'm trying to think back 180 launches of gambas ago because i had
> > 180
> > > folders ??
> > > That must be when you changed something.
> > >
> > > could it be litehtml ? (i'm curious about the fact it's an
> > .sqlite file)
> > >
> > > I deleted them all so cannot get an earliest date on them.
> > > Respects
> > >
> > > BruceS
> > >
> >
> > OK, it's not _InitApp() then... It's another library outside of
> Gambas
> > code that decides to create these folders, using the internal name of
> > the application applied by 'gb.gtk3'. But why does it put them inside
> > '~/.local/share', this is not the place. I don't think it's
> 'litehtml',
> > as this library does not use anything except the C/C++ system
> library.
> >
> > Regards,
> >
> > --
> > Benoît Minisini.
> >
> >
> > I cannot find the date they started as i deleted them but maybe someone
> > else could by running this in a terminal..
> >
> > echo -e 'Dim d,de As Date, sName As String\nde=Now\nFor Each s as string
> > in Dir(User.Home &/ ".local/share","org.gambas.*"
> > )\nd = Stat(User.Home &/ ".local/share" &/ s &/
> > "hsts-storage.sqlite").LastModified\nIf d<de then\n d=de\nsName =
> > s\nEndif\nNext\nP
> > rint sName;; de' | gbs3
> >
> > That should print the earliest/first file time
> > Respects
> > BruceS
> >
>
> I guess it's WebKitGTK+ that creates these files and do not remove them,
> or something like Curl.
>
> Regards,
>
> --
> Benoît Minisini.
>
I think it's something to do with libsoup
Not that i know anything about lib soup or if you use it?
Respects
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20240215/90f378e4/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Untitled.jpg
Type: image/jpeg
Size: 80691 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20240215/90f378e4/attachment-0001.jpg>
More information about the User
mailing list