[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-13 Thread Norbert
Thanks, Khurshid!

I automated your method by

```
mkdir -p ~/.config/gtk-3.0

cat > ~/.config/gtk-3.0/gtk.css << EOF
.context-menu {
font-weight: medium;
font-family: regular;
}
EOF
```

and got almost normal context menu in Pluma.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-13 Thread Khurshid Alam
In lp: #1242984 light theme is already using (see
https://code.launchpad.net/~larsu/ubuntu-themes/gedit-
fixes/+merge/201212)

.context-menu { font: regular medium;}

not sure why it is not working. May be it needs to use font-family. So
changing it in ~/.config/gtk-3.0/gtk.css works for me.

.context-menu {
font-weight: medium;
font-family: regular;
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-12 Thread Norbert
@seb128

Yaru theme on regular Ubuntu desktop (GNOME Shell) is not affected.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-12 Thread Sebastien Bacher
It doesn't seem an issue on a default disco install with the new yaru
theme?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-10 Thread Khurshid Alam
@Norbert

No, I actually wanted you to change the font from gedit preference. For
example select purisha oblique.

Reset geit pref. Install tweak-tool. Try changing monospace font. It
will change both context menu and soureview font.

But I think you are right by default it is set to monospace font. But
you can force it to use other fonts.

And yes this can be set in the theme too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-themes (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mate-themes (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-08 Thread Daniel van Vugt
** Tags removed: artful zesty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-08 Thread Norbert
I'm using default clean installation of Ubuntu with default settings of
GNOME desktop (say 18.04 LTS).

> Did you try changing font by de-selecting "use system fixed width
font" ?

Going to Preferences → Font & Colors → Font, and deselecting "use system
fixed width font" substitutes font with other monospaced font - see
image.


So this is not a solution.

** Attachment added: ""use system fixed width font" unchecked"
   
https://bugs.launchpad.net/ubuntu/+source/pluma/+bug/1823550/+attachment/5254209/+files/unchecked.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-08 Thread Khurshid Alam
Did you try changing font by de-selecting "use system fixed width font"
?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-08 Thread Norbert
The problem is also exists in Gedit, which is by default themed with Ambiance 
theme from `light-themes` package.
Problem confirmed on Ubuntu session (means GNOME) of Ubuntu 18.04.2 LTS and in 
upcoming 19.04 while running Unity desktop. Here only Adwaita theme looks 
correct.

So all modern GTK themes should be fixed to correctly show drop-down
menu in GtkSourceView.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-08 Thread Norbert
** Also affects: ubuntu-themes (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-08 Thread Sebastien Bacher
** Changed in: gtk+3.0 (Ubuntu)
   Status: New => Invalid

** Changed in: gtksourceview3 (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-07 Thread Norbert
The issue:
*   exists with the following themes - Ambiant-MATE, Ambiant-MATE-Dark, 
BlackMATE, GreenLaguna, Radiant-MATE, TraditionalGreen, TraditionalOk;
*does not exist with BlueMenta, Blue-Submarine, Green-Submarine, High 
Contrast, High Contrast Inverse, Menta.

So all default `mate-themes` themes should be changed to have normal
font in aforementioned dropdown menus. See BlueMenta as good example in
attachment.

** Attachment added: "BlueMenta theme is not affected"
   
https://bugs.launchpad.net/ubuntu/+source/pluma/+bug/1823550/+attachment/5253813/+files/bluementa.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-07 Thread Bug Watch Updater
** Changed in: gtksourceview
   Status: Unknown => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-07 Thread Norbert
** Also affects: mate-themes (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-07 Thread Norbert
** Bug watch added: gitlab.gnome.org/GNOME/gtksourceview/issues #52
   https://gitlab.gnome.org/GNOME/gtksourceview/issues/52

** Also affects: mate-desktop via
   https://gitlab.gnome.org/GNOME/gtksourceview/issues/52
   Importance: Unknown
   Status: Unknown

** Project changed: mate-desktop => gnome-desktop

** Project changed: gnome-desktop => gtksourceview

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1823550] Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

2019-04-07 Thread Norbert
** Description changed:

  Steps to reproduce:
- 1. Have Ubuntu MATE 17.04 installed
- 2. Open Pluma
+ 1. Have Ubuntu 17.04 or later installed
+ 2. Open any application with GtkSourceView component - such as Pluma, Gedit, 
Giggle, Gitg, gnome-builder and maybe others (see complete list with `apt-cache 
rdepends libgtksourceview-3.0-1`)
  3. Click right mouse button on text zone
  
  Expected result:
  * dropdown menu has normal font as all other interface elements
  
  Actual result:
  * dropdwon menu wrongly has monospaced font
  
- 
  Notes:
- * first seen in 17.04, but persists in 17.10, 18.04 LTS, 18.10, 19.04 
releases. 
+ * first seen in 17.04, but persists in 17.10, 18.04 LTS, 18.10, 19.04 
releases.
  * seems to be caused by GTK3 library
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: pluma 1.18.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-42.46-generic 4.10.17
  Uname: Linux 4.10.0-42-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.10
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sun Apr  7 20:13:24 2019
  InstallationDate: Installed on 2018-08-07 (243 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  SourcePackage: pluma
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView wrongly has monospaced font in dropdown (context) menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1823550/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs