[Gambas-user] IDE Error
T Lee Davidson
t.lee.davidson at gmail.com
Tue Mar 7 14:26:28 CET 2023
On 3/7/23 06:09, Bruce Steers wrote:
> The error occurs on this line...
> $cDesktopDirCache[Desktop.GetDirectory("PUBLICSHARE")] = "folder-share"
>
> Check your ~/.config/user-dirs.dirs file has something like this line in it.,..
> XDG_PUBLICSHARE_DIR="$HOME/Public"
>
> $ cat ~/.config/user-dirs.dirs
>
>
> Mine does and i get no errors.
>
> BruceS
I wonder if it is distro-specific.
No problem on openSUSE; the line was already there:
user at linux-desktop:~> grep -i "publicshare" ~/.config/user-dirs.dirs
XDG_PUBLICSHARE_DIR="$HOME/"
--
Lee
More information about the User
mailing list