Installation on Ubuntu 20.04
-
I've been developing on my iMac and now I've downloaded Ubuntu 20.04 which I have set-up in Oracle VirtualBox. I have downloaded qt-unified-linux-x64-4.0.1-1-online.run, several times actually, but when I try to run it from Ubuntu by clicking on the file I get an error dialog containing:
Could Not Display "qt-unified-linux-x64-4.0.1-1-online.run" There is no application installed for "executable" files. Do you want to search for an application to open this file?
This was downloaded automatically from:
https://www.qt.io/download-thank-youI've clicked the button "Search in Software", nothing happens.
-
I've been developing on my iMac and now I've downloaded Ubuntu 20.04 which I have set-up in Oracle VirtualBox. I have downloaded qt-unified-linux-x64-4.0.1-1-online.run, several times actually, but when I try to run it from Ubuntu by clicking on the file I get an error dialog containing:
Could Not Display "qt-unified-linux-x64-4.0.1-1-online.run" There is no application installed for "executable" files. Do you want to search for an application to open this file?
This was downloaded automatically from:
https://www.qt.io/download-thank-youI've clicked the button "Search in Software", nothing happens.
@SPlatten Not really Qt related. You should ask this on the forum related to the broken Debian you use.
My guess would be that downloaded file doesn't have exec permission. Righ-click on the file, [Properties], "Allow file execution" or similar.
Alternatively from the console: "chmod +x qt-unified-linux-x64-4.0.1-1-online.run"That should fix your issue but I would also allow for the risk that this system is more broken than usual.
-
Hi,
From memory, by default the file is not executable.
You have to use the terminal and do a
chmod +x "qt-unified-linux-x64-4.0.1-1-online.run
and then either call it directly from there or double click on it. -
I've been developing on my iMac and now I've downloaded Ubuntu 20.04 which I have set-up in Oracle VirtualBox. I have downloaded qt-unified-linux-x64-4.0.1-1-online.run, several times actually, but when I try to run it from Ubuntu by clicking on the file I get an error dialog containing:
Could Not Display "qt-unified-linux-x64-4.0.1-1-online.run" There is no application installed for "executable" files. Do you want to search for an application to open this file?
This was downloaded automatically from:
https://www.qt.io/download-thank-youI've clicked the button "Search in Software", nothing happens.
-
@SPlatten Not really Qt related. You should ask this on the forum related to the broken Debian you use.
My guess would be that downloaded file doesn't have exec permission. Righ-click on the file, [Properties], "Allow file execution" or similar.
Alternatively from the console: "chmod +x qt-unified-linux-x64-4.0.1-1-online.run"That should fix your issue but I would also allow for the risk that this system is more broken than usual.
@artwaw said in Installation on Ubuntu 20.04:
@SPlatten Not really Qt related. You should ask this on the forum related to the broken Debian you use.
My guess would be that downloaded file doesn't have exec permission. Righ-click on the file, [Properties], "Allow file execution" or similar.
Alternatively from the console: "chmod +x qt-unified-linux-x64-4.0.1-1-online.run"That should fix your issue but I would also allow for the risk that this system is more broken than usual.
This is unrelated to the distribution used, the file just has no execution permission which is fine in itself.
-
Hi
Its default on ubuntu.
https://help.ubuntu.com/community/InstallingRunPackageAs else it would be very Windows alike to allow to run anything pr default:)
-
Hi
Its default on ubuntu.
https://help.ubuntu.com/community/InstallingRunPackageAs else it would be very Windows alike to allow to run anything pr default:)
-
@artwaw said in Installation on Ubuntu 20.04:
@SPlatten Not really Qt related. You should ask this on the forum related to the broken Debian you use.
My guess would be that downloaded file doesn't have exec permission. Righ-click on the file, [Properties], "Allow file execution" or similar.
Alternatively from the console: "chmod +x qt-unified-linux-x64-4.0.1-1-online.run"That should fix your issue but I would also allow for the risk that this system is more broken than usual.
This is unrelated to the distribution used, the file just has no execution permission which is fine in itself.
-
@SGaist In theory, yes. Downloaded files should always have execution bit missing. But this is ubuntu, you never know if it will behave like a proper Linux should.
@artwaw said in Installation on Ubuntu 20.04:
But this is ubuntu, you never know if it will behave like a proper Linux should.
Not sure what you mean: it behaves exactly like it should, executable bit is not set for downloaded files.
-
@artwaw said in Installation on Ubuntu 20.04:
But this is ubuntu, you never know if it will behave like a proper Linux should.
Not sure what you mean: it behaves exactly like it should, executable bit is not set for downloaded files.
-
@SGaist In theory, yes. Downloaded files should always have execution bit missing. But this is ubuntu, you never know if it will behave like a proper Linux should.
@artwaw said in Installation on Ubuntu 20.04:
But this is ubuntu, you never know if it will behave like a proper Linux should.
Why do you say this? It sounds like Ubuntu bashing?!?
I use Ubuntu and/or Debian since many years, it works as it should.
Most of the time system error occurred when I force something what the system did not allow ;) -
@artwaw said in Installation on Ubuntu 20.04:
But this is ubuntu, you never know if it will behave like a proper Linux should.
Why do you say this? It sounds like Ubuntu bashing?!?
I use Ubuntu and/or Debian since many years, it works as it should.
Most of the time system error occurred when I force something what the system did not allow ;)@KroMignon Bashing might be a bit of a strong word but I detest *buntu deeply. Having to work with those over the years I become very cautious as it tends to break in the least suitable moments. Maybe for purely desktop use it is ok, I admit to lack of experience in that regard. In every other aspect it is... Full of surprises, let's say. Of course, still better than most other distros. [/rant ends here]
-
So now having installed Qt from that link, Qt Creator itself will not launch. Any suggestions on how to fault find?
-
So now having installed Qt from that link, Qt Creator itself will not launch. Any suggestions on how to fault find?
@SPlatten Try to start it from the terminal and see whether there are any errors.
Also try to start it with "-noload all" parameter to see whether it makes a difference.
https://doc.qt.io/qtcreator/creator-cli.html -
@SPlatten Try to start it from the terminal and see whether there are any errors.
Also try to start it with "-noload all" parameter to see whether it makes a difference.
https://doc.qt.io/qtcreator/creator-cli.html@artwaw , @jsulm , dam it, Virtualbox isn't new and still seems buggy as hell, Shared Clipboard & Drag'n'Drop both set to Bidirectional, neither work.
I've opened a terminal and typed in:
sy@sy-VirtualBox:~/.local/share/applications$ ./org.qt-project.qtcreator.desktop: line 1: [Desktop: command not found ./org.qt-project.qtcreator.desktop: line 3: fg: no job control ./org.qt-project.qtcreator.desktop: line 4: Creator: command not found ./org.qt-project.qtcreator.desktop: line 5: IDE: command not found ./org.qt-project.qtcreator.desktop: line 9: IDE: command not found ./org.qt-project.qtcreator.desktop: line 10: text/x-c++hdr: No such file or directory ./org.qt-project.qtcreator.desktop: line 10: text/x-xsrc: No such file or directory ./org.qt-project.qtcreator.desktop: line 10: application/x-designer: No such file or directory ./org.qt-project.qtcreator.desktop: line 10: application/vnd.qt.qmakeprofile: No such file or directory ./org.qt-project.qtcreator.desktop: line 10: application/vnd.qt.xml.resource: No such file or directory ./org.qt-project.qtcreator.desktop: line 10: text/x-qml: No such file or directory ./org.qt-project.qtcreator.desktop: line 10: text/x-qt.qml: No such file or directory ./org.qt-project.qtcreator.desktop: line 10: text/x-qt.qbs: No such file or directory
Obviously from the list above there are prerequisites required that are not present. Is there a guide on how to get up and running? I was following an online guide by Qt, but I didn't think I had to manually go through the huge list of downloads?
-
@artwaw , @jsulm , dam it, Virtualbox isn't new and still seems buggy as hell, Shared Clipboard & Drag'n'Drop both set to Bidirectional, neither work.
I've opened a terminal and typed in:
sy@sy-VirtualBox:~/.local/share/applications$ ./org.qt-project.qtcreator.desktop: line 1: [Desktop: command not found ./org.qt-project.qtcreator.desktop: line 3: fg: no job control ./org.qt-project.qtcreator.desktop: line 4: Creator: command not found ./org.qt-project.qtcreator.desktop: line 5: IDE: command not found ./org.qt-project.qtcreator.desktop: line 9: IDE: command not found ./org.qt-project.qtcreator.desktop: line 10: text/x-c++hdr: No such file or directory ./org.qt-project.qtcreator.desktop: line 10: text/x-xsrc: No such file or directory ./org.qt-project.qtcreator.desktop: line 10: application/x-designer: No such file or directory ./org.qt-project.qtcreator.desktop: line 10: application/vnd.qt.qmakeprofile: No such file or directory ./org.qt-project.qtcreator.desktop: line 10: application/vnd.qt.xml.resource: No such file or directory ./org.qt-project.qtcreator.desktop: line 10: text/x-qml: No such file or directory ./org.qt-project.qtcreator.desktop: line 10: text/x-qt.qml: No such file or directory ./org.qt-project.qtcreator.desktop: line 10: text/x-qt.qbs: No such file or directory
Obviously from the list above there are prerequisites required that are not present. Is there a guide on how to get up and running? I was following an online guide by Qt, but I didn't think I had to manually go through the huge list of downloads?
@SPlatten said in Installation on Ubuntu 20.04:
Shared Clipboard & Drag'n'Drop both set to Bidirectional, neither work.
Did you install VirtualBox extensions?
I use Ubuntu 20.04 in a VirtualBox VM on Windows7 and Windows10 host and copy/past or shared clipboard just work.I hope you did not install Qt as administrator on your Ubuntu VM?
-
@SPlatten said in Installation on Ubuntu 20.04:
Shared Clipboard & Drag'n'Drop both set to Bidirectional, neither work.
Did you install VirtualBox extensions?
I use Ubuntu 20.04 in a VirtualBox VM on Windows7 and Windows10 host and copy/past or shared clipboard just work.I hope you did not install Qt as administrator on your Ubuntu VM?
@KroMignon said in Installation on Ubuntu 20.04:
t as administrat
It could be the macOS variant of Oracle VirtualBox. The user I'm using on Ubuntu is a standard user not super user.
-
@KroMignon said in Installation on Ubuntu 20.04:
t as administrat
It could be the macOS variant of Oracle VirtualBox. The user I'm using on Ubuntu is a standard user not super user.
-
@SPlatten said in Installation on Ubuntu 20.04:
It could be the macOS variant of Oracle VirtualBox.
Sorry, I never used macOS, can not really help you :(
@KroMignon, apart from the GUI, its Linux.