Cannot run GUI at all in Ubuntu 18.04 #3825
Replies: 5 comments
-
With the mentality of giving it a try, I downloaded 3.1.0. 3.1.0 DOESN'T HAVE THIS PROBLEM |
Beta Was this translation helpful? Give feedback.
-
Can you tell me that this command gives you when you execute it against 3.2.1 version?
It would also be nice to see what is says against 3.1.0 - is there a difference? For me it shows this:
|
Beta Was this translation helpful? Give feedback.
-
Regarding CLI ( If you do, see what |
Beta Was this translation helpful? Give feedback.
-
3.2.1 VS 3.2.1(yours)Essentially could not see anything different (except the directory location). 3.1.0 VS 3.2.1may diff a lot |
Beta Was this translation helpful? Give feedback.
-
Hm. Looks okay. |
Beta Was this translation helpful? Give feedback.
-
Details
Tested in two places: my WSL and an Ubuntu server
See more in Steps.
Steps to reproduce
Step 1
Whether you choose installing or downloading the .tar.xz file, make it done and try to run sqlitestudio with double-click in explorer.
You would see nothing.
Step 2
Try to call sqlitestudio by using terminal. Type
./sqlitestudio
into terminal and exec it. The result is:Step 3
Try CLI mode. Type
./sqlitestudiocli
into terminal and exec it. The result is:Step 4
Then we have to INSTALL
libreadline6
. (For me it isn't in the apt repository and I used dpkg instead.)Step 5
Retry to run CLI again. It works well now. BUT
When exited the CLI process(.quit command), the system still show:
Step 6
Retry to run GUI again. The problem still exists.
I am now on Step 6, and don't know how to do next.
Operating system
problems are same.
SQLiteStudio version
latest release (3.2.1)
Beta Was this translation helpful? Give feedback.
All reactions