Developing KDE PIM with Docker

Sandro Knauß sknauss at kde.org
Fri Nov 3 11:28:29 GMT 2017


Hey,

> > ls -lsan ~/kdepim-dev
> 
> total 8
> 4 drwxr-xr-x  2 1000 1000 4096 Nov  2 19:56 .
> 4 drwxr-xr-x 60 1000 1000 4096 Nov  2 19:56 ..
> 
> > docker exec -it kdepim-dev ls -lsan /home/neon/kdepim
> 
> total 8
> 4 drwxr-xr-x 2 1000 1000 4096 Nov  2 19:56 .
> 4 drwxr-xr-x 6 1000 1001 4096 Nov  3 00:34 ..

^^ did you see this? 1001 - this at least shows, that the homedir is not owned 
by the same group. Better run id inside and outside docker to look uid/gid:
$ id
uid=1000(neon) gid=1001(neon) groups=1001(neon),29(audio),44(video),
1000(admin)

This is my setting inside my docker setup.

Maybe standard linux tools are more verbose? Did you try create a folder/file 
inside kdepim folder with mkdir/touch.

Best regards,

sandro

PS: maybe via IRC is more help full here, cause we need to ask so many things 
back-and-forth - you find us at freenode #kontact



More information about the kde-pim mailing list