Wee just need to edited the /usr/lib/gedit/plugins/terminal.py.

Search for:

fg = context.get_color(Gtk.StateFlags.NORMAL)
bg = context.get_background_color(Gtk.StateFlags.NORMAL)

I replace with

fg = Gdk.RGBA(0, 0, 0, 1)
bg = Gdk.RGBA(1, 1, 1, 1)

Info: fg = black text, bg = white background

Find this on askubuntu: http://askubuntu.com/questions/35109/how-to-
change-background-color-of-gedit-embedded-terminal

** Attachment added: "replace: fg = context.get_color(Gtk.StateFlags.NORMAL) bg 
= context.get_background_color(Gtk.StateFlags.NORMAL) with fg = Gdk.RGBA(0, 0, 
0, 1) bg = Gdk.RGBA(1, 1, 1, 1)"
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/946095/+attachment/3228834/+files/terminal.py

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/946095

Title:
  font not visible in terminal plugin

Status in Light-Weight Text Editor for Gnome:
  Won't Fix
Status in “gedit” package in Ubuntu:
  Confirmed

Bug description:
  In font of the terminal plugin is not visible as the background and
  the font have the same colour(white)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gedit 3.3.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic-pae 3.2.6
  Uname: Linux 3.2.0-17-generic-pae i686
  ApportVersion: 1.93-0ubuntu2
  Architecture: i386
  Date: Sun Mar  4 11:02:22 2012
  ExecutablePath: /usr/bin/gedit
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 
(20120201.1)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: gedit
  UpgradeStatus: Upgraded to precise on 2012-02-25 (7 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/946095/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to