Hi

If you edit a file belonging to a package, it will be overwritten when
you receive an update for that package.

However creating a custom file here,

0 jan@tunis:~$grep -A1 gnome.gedit.plugins.terminal
/usr/share/glib-2.0/schemas/00_aims_settings.gschema.override
[org.gnome.gedit.plugins.terminal]
use-theme-colors=false

And running

sudo glib-compile-schemas /usr/share/glib-2.0/schemas

will set this for your system (system-wide, for all users, as a default,
they can change it again).

Regards,
Jan


On 19 July 2012 23:06, Voidcode <[email protected]> wrote:

> 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<http://askubuntu.com/questions/35109/how-to-%0Achange-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 subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/946095
>
> Title:
>   font not visible in terminal plugin
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gedit/+bug/946095/+subscriptions
>


-- 
  .~.
  /V\     Jan Groenewald
 /( )\    www.aims.ac.za
 ^^-^^

-- 
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     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to