octave gui : typing text in command window is not visible
Hi I am student and I heard about octave gui
I used the command octave --force-gui
when I had version 3.8
and while typing in command window I was not able to see the text.
Cursor was there but no text is to be seen.
I thought this could be a problem with the Ubuntu theme, but I tried different themes and still no luck. I opened configuration pop up and made any kind of setting but still no luck.
Yesterday I download the last octave release (octave 4.0) and thought the problem will no more occur, but unfortunately same problem remains.
I have the feeling it is not a octave problem but a Ubuntu 14.04 problem because octave gui works well in windows OS (I tested it).
14.04 octave
add a comment |
Hi I am student and I heard about octave gui
I used the command octave --force-gui
when I had version 3.8
and while typing in command window I was not able to see the text.
Cursor was there but no text is to be seen.
I thought this could be a problem with the Ubuntu theme, but I tried different themes and still no luck. I opened configuration pop up and made any kind of setting but still no luck.
Yesterday I download the last octave release (octave 4.0) and thought the problem will no more occur, but unfortunately same problem remains.
I have the feeling it is not a octave problem but a Ubuntu 14.04 problem because octave gui works well in windows OS (I tested it).
14.04 octave
I cannot reproduce this behavior: is the command window functional in spite of the invisible text e.g. if you enter and execute a command (such asversion
) does it subsequently appear in the command history window?
– steeldriver
Jun 1 '15 at 12:37
Do you have proper permissions? It was not working properly when I started octave as root user but worked just fine when started through single user mode.
– Kaustubh Sable
Aug 11 '16 at 19:11
add a comment |
Hi I am student and I heard about octave gui
I used the command octave --force-gui
when I had version 3.8
and while typing in command window I was not able to see the text.
Cursor was there but no text is to be seen.
I thought this could be a problem with the Ubuntu theme, but I tried different themes and still no luck. I opened configuration pop up and made any kind of setting but still no luck.
Yesterday I download the last octave release (octave 4.0) and thought the problem will no more occur, but unfortunately same problem remains.
I have the feeling it is not a octave problem but a Ubuntu 14.04 problem because octave gui works well in windows OS (I tested it).
14.04 octave
Hi I am student and I heard about octave gui
I used the command octave --force-gui
when I had version 3.8
and while typing in command window I was not able to see the text.
Cursor was there but no text is to be seen.
I thought this could be a problem with the Ubuntu theme, but I tried different themes and still no luck. I opened configuration pop up and made any kind of setting but still no luck.
Yesterday I download the last octave release (octave 4.0) and thought the problem will no more occur, but unfortunately same problem remains.
I have the feeling it is not a octave problem but a Ubuntu 14.04 problem because octave gui works well in windows OS (I tested it).
14.04 octave
14.04 octave
edited Jun 1 '15 at 12:32
steeldriver
68.7k11113184
68.7k11113184
asked Jun 1 '15 at 6:51
unisternunistern
111
111
I cannot reproduce this behavior: is the command window functional in spite of the invisible text e.g. if you enter and execute a command (such asversion
) does it subsequently appear in the command history window?
– steeldriver
Jun 1 '15 at 12:37
Do you have proper permissions? It was not working properly when I started octave as root user but worked just fine when started through single user mode.
– Kaustubh Sable
Aug 11 '16 at 19:11
add a comment |
I cannot reproduce this behavior: is the command window functional in spite of the invisible text e.g. if you enter and execute a command (such asversion
) does it subsequently appear in the command history window?
– steeldriver
Jun 1 '15 at 12:37
Do you have proper permissions? It was not working properly when I started octave as root user but worked just fine when started through single user mode.
– Kaustubh Sable
Aug 11 '16 at 19:11
I cannot reproduce this behavior: is the command window functional in spite of the invisible text e.g. if you enter and execute a command (such as
version
) does it subsequently appear in the command history window?– steeldriver
Jun 1 '15 at 12:37
I cannot reproduce this behavior: is the command window functional in spite of the invisible text e.g. if you enter and execute a command (such as
version
) does it subsequently appear in the command history window?– steeldriver
Jun 1 '15 at 12:37
Do you have proper permissions? It was not working properly when I started octave as root user but worked just fine when started through single user mode.
– Kaustubh Sable
Aug 11 '16 at 19:11
Do you have proper permissions? It was not working properly when I started octave as root user but worked just fine when started through single user mode.
– Kaustubh Sable
Aug 11 '16 at 19:11
add a comment |
1 Answer
1
active
oldest
votes
I had the same exact problem on with Octave 3.8.1 and Ubuntu 14.04
This saved me:
sudo apt-get install octave-strings
Thank you to steeldriver who mentioned octave-strings in this question!
add a comment |
protected by Community♦ Sep 5 '16 at 8:47
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had the same exact problem on with Octave 3.8.1 and Ubuntu 14.04
This saved me:
sudo apt-get install octave-strings
Thank you to steeldriver who mentioned octave-strings in this question!
add a comment |
I had the same exact problem on with Octave 3.8.1 and Ubuntu 14.04
This saved me:
sudo apt-get install octave-strings
Thank you to steeldriver who mentioned octave-strings in this question!
add a comment |
I had the same exact problem on with Octave 3.8.1 and Ubuntu 14.04
This saved me:
sudo apt-get install octave-strings
Thank you to steeldriver who mentioned octave-strings in this question!
I had the same exact problem on with Octave 3.8.1 and Ubuntu 14.04
This saved me:
sudo apt-get install octave-strings
Thank you to steeldriver who mentioned octave-strings in this question!
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Jun 5 '15 at 17:51
Danny MDanny M
101
101
add a comment |
add a comment |
protected by Community♦ Sep 5 '16 at 8:47
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
I cannot reproduce this behavior: is the command window functional in spite of the invisible text e.g. if you enter and execute a command (such as
version
) does it subsequently appear in the command history window?– steeldriver
Jun 1 '15 at 12:37
Do you have proper permissions? It was not working properly when I started octave as root user but worked just fine when started through single user mode.
– Kaustubh Sable
Aug 11 '16 at 19:11