Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 5683  / 2 Years ago, sun, august 28, 2022, 3:51:48

I am trying to use Gedit as an IDE for learning C. So far everything is working great but i have this problem: when using ls in its embedded terminal I am unable to see all the files and directories in my workspace directory (only shows .c files but not the .out and other directories), yet when i run terminal from CTRL+ALT+T all the files in the current directory show.



I can't seem to figure out why this is happening, so any ideas would be greatly appreciated. it seems to me that only the colored files aren't showing in the embedded terminal and i need them to show.



thank you!


More From » unity

 Answers
3

The OP is asking about a problem in Gedit embedded terminal plugin.



The only problem here is that the colour scheme is not good i.e., white prompt on light grey background makes it almost impossible to work. To change the colour scheme follow the next series of steps:




  1. Open dconf-editor. If it is not installed, install it through the following command :



    sudo apt-get install dconf-tools

  2. Once installed, execute it using the following command :



    dconf-editor

  3. In the dconf editor window, go to org->gnome->gedit->plugins->terminal




    • deselect the use-theme-colors option.

    • clear palette settings

    • set foreground color: #FFFFFF

    • set background color: #000000



    enter image description here


  4. Now restart the gedit program.



    enter image description here




Observe that a colour scheme of black prompt over light background is now active.


[#26538] Tuesday, August 30, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bewre

Total Points: 164
Total Questions: 108
Total Answers: 106

Location: Ghana
Member since Sun, Mar 27, 2022
2 Years ago
bewre questions
Sun, May 14, 23, 13:27, 1 Year ago
Mon, Aug 2, 21, 03:57, 3 Years ago
Thu, Aug 26, 21, 18:05, 3 Years ago
Sat, Aug 6, 22, 21:41, 2 Years ago
Sat, Jul 24, 21, 22:52, 3 Years ago
;