Problem Description:
I have now installed sfdk using the Docker Build Engine on two different computers, but on neither of them am I able to initialize a new Qt Quick application. The same problem occurs on both computers.
Problem Details:
-
Computer 1:
- Operating System: Ubuntu 23.04
- Docker Version: Docker desktop 4.19.0 (106363)
- Sailfish SDK Version: 3.10.4
-
Computer 2:
- Operating System: Ubuntu 20.04 (clean installation)
- Docker Version: Docker desktop 4.19.0 (106363)
- Sailfish SDK Version: 3.10.4
-
Docker Functionality: Docker works fine otherwise, and I have successfully used other Docker commands.
-
Reproducing the Problem:
- I installed Sailfish SDK following the instructions on the page: Installation | Sailfish OS Documentation
- Workspace folder (default): ~
- Sailfish SDK installed location (default): ~/SailfishOS
- I created a new directory at /home/myusername/sf-dev/test.
- I navigated to the /home/myusername/sf-dev/test directory.
- I tried to initialize a new Qt Quick application:
- Input:
~/sf-dev/test$ sfdk init -t qtquick2app
- Output: “install: cannot create regular file ‘./test.pro’: Invalid argument”
- Input:
- I installed Sailfish SDK following the instructions on the page: Installation | Sailfish OS Documentation
Additional Information:
If available, I will try to obtain a more detailed error message from the sfdk init -t qtquick2app
command. I have attempted to resolve the issue by reinstalling Sailfish SDK and Docker desktop. Finally, I even tried a fresh installation of the recommended Ubuntu version by Jolla (Computer 2).
Thank you in advance for your assistance.