[Bug 1565267] Re: Gnome Calendar does not use Unity decorations

2016-05-12 Thread Sebastien Bacher
** Changed in: gnome-calendar (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  Gnome Calendar has white corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

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


[Bug 1565267] Re: Gnome Calendar does not use Unity decorations

2016-05-09 Thread Amr Ibrahim
Fixed in gnome-calendar 3.20.2.

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

Title:
  Gnome Calendar does not use Unity decorations

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

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


[Bug 1565267] Re: Gnome Calendar does not use Unity decorations

2016-05-08 Thread Bug Watch Updater
** Changed in: gnome-calendar
   Status: New => Fix Released

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

Title:
  Gnome Calendar does not use Unity decorations

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

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


[Bug 1565267] Re: Gnome Calendar does not use Unity decorations

2016-04-27 Thread Bug Watch Updater
** Changed in: gnome-calendar
   Status: Unknown => New

** Changed in: gnome-calendar
   Importance: Unknown => Medium

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

Title:
  Gnome Calendar does not use Unity decorations

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

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


[Bug 1565267] Re: Gnome Calendar does not use Unity decorations

2016-04-27 Thread Will Cooke
** Bug watch added: GNOME Bug Tracker #765664
   https://bugzilla.gnome.org/show_bug.cgi?id=765664

** Also affects: gnome-calendar via
   https://bugzilla.gnome.org/show_bug.cgi?id=765664
   Importance: Unknown
   Status: Unknown

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

Title:
  Gnome Calendar does not use Unity decorations

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

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


[Bug 1565267] Re: Gnome Calendar does not use Unity decorations

2016-04-27 Thread Will Cooke
Removing the .views CSS from the gtk-styles.css in Calendar and moving
it to our Ubuntu theme's calendar.css.  This needs to be applied in
conjunction with the patch to gnome-calendar's gtk-styles.css


** Attachment added: "themepatch.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1565267/+attachment/4648807/+files/themepatch.txt

** Also affects: ubuntu-themes
   Importance: Undecided
   Status: New

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

Title:
  Gnome Calendar does not use Unity decorations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-themes/+bug/1565267/+subscriptions

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


[Bug 1565267] Re: Gnome Calendar does not use Unity decorations

2016-04-27 Thread Will Cooke
Applying this patch to gtk-styles.css in gnome-calendar and then adding
the corresponding patch to the theme "fixes" the issue.


** Attachment added: "patch.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1565267/+attachment/4648805/+files/patch.txt

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

Title:
  Gnome Calendar does not use Unity decorations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-themes/+bug/1565267/+subscriptions

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


[Bug 1565267] Re: Gnome Calendar does not use Unity decorations

2016-04-26 Thread Khurshid Alam
Why are we using CSD at all? With gtk3-nocsd
(https://github.com/PCMan/gtk3-nocsd) it works quite well. Screenshot:
http://i.imgur.com/bb4EfOU.png

Why should disable headerbar under unity and patch menubar just like we
do for gedit and other apps.

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

Title:
  Gnome Calendar does not use Unity decorations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1565267/+subscriptions

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


[Bug 1565267] Re: Gnome Calendar does not use Unity decorations

2016-04-26 Thread Will Cooke
White corners are, I think, because g-cal has it's own CSS file "gtk-
styles.css".  Line 5 of this file sets .views to have a background
colour of @theme_base_color.

Our CSS tries to override this on the GcalWindow object and set the
colour to transparent.  I think this is being over-ridden in turn by the
hard-coded (?) gtk-styles.css.  Setting our override CSS to
GcalWindow.views is not effective.

In gcal-applicaiton.c:

#define CSS_FILE "resource:///org/gnome/calendar/gtk-styles.css"

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

Title:
  Gnome Calendar does not use Unity decorations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1565267/+subscriptions

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


[Bug 1565267] Re: Gnome Calendar does not use Unity decorations

2016-04-26 Thread Vincent Thiele
This should be fixed in Xenial. An LTS should look more polished!

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

Title:
  Gnome Calendar does not use Unity decorations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1565267/+subscriptions

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


[Bug 1565267] Re: Gnome Calendar does not use Unity decorations

2016-04-17 Thread Amr Ibrahim
** Summary changed:

- Gnome Calendar does not use Light theme title bar
+ Gnome Calendar does not use Unity decorations

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

Title:
  Gnome Calendar does not use Unity decorations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1565267/+subscriptions

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