~ubuntu-branches/ubuntu/trusty/gnome-panel/trusty-updates

« back to all changes in this revision

Viewing changes to debian/patches/51_show_in_unity.patch

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-02-16 15:20:41 UTC
  • mfrom: (249.1.1 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20140216152041-9kupfh9an6le207c
Tags: 1:3.8.0-1ubuntu5
Remove the two symbols. This is indeed an API/ABI break, but none
of Debian/Ubuntu packages use those symbols, and new applets fix
some bugs and crashes. I will discuss with upstream the possibility
to avoid such breaks in the future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: show in Unity environment
 
2
 We are going to identify Flashback session as Unity, so
 
3
 gnome-panel needs to be shown there. Suggested by Tim Lunn
 
4
 in LP: #1224217.
 
5
Author: Dmitry Shachnev <mitya57@ubuntu.com>
 
6
Forwarded: not-needed
 
7
Last-Update: 2014-02-16
 
8
 
 
9
--- a/gnome-panel/gnome-panel.desktop.in
 
10
+++ b/gnome-panel/gnome-panel.desktop.in
 
11
@@ -11,7 +11,7 @@
 
12
 X-GNOME-Bugzilla-Component=general
 
13
 X-GNOME-Bugzilla-Version=3.8.0
 
14
 Categories=GNOME;GTK;System;Core;
 
15
-OnlyShowIn=GNOME;
 
16
+OnlyShowIn=GNOME;Unity;
 
17
 NoDisplay=true
 
18
 X-GNOME-AutoRestart=true
 
19
 X-GNOME-Autostart-Phase=Panel
 
20
--- a/gnome-panel/gnome-panel.desktop.in.in
 
21
+++ b/gnome-panel/gnome-panel.desktop.in.in
 
22
@@ -11,7 +11,7 @@
 
23
 X-GNOME-Bugzilla-Component=general
 
24
 X-GNOME-Bugzilla-Version=@VERSION@
 
25
 Categories=GNOME;GTK;System;Core;
 
26
-OnlyShowIn=GNOME;
 
27
+OnlyShowIn=GNOME;Unity;
 
28
 NoDisplay=true
 
29
 X-GNOME-AutoRestart=true
 
30
 X-GNOME-Autostart-Phase=Panel