Skip to content
Snippets Groups Projects
Commit e81a018a authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Added systray back to gnome panel

parent 893c01d9
No related branches found
No related tags found
No related merge requests found
...@@ -12,4 +12,3 @@ ...@@ -12,4 +12,3 @@
return panel_popup_menu (toplevel, event->button, event->time); return panel_popup_menu (toplevel, event->button, event->time);
return FALSE; return FALSE;
Only in gnome-panel-3.8.0: po
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=8 VERSION=10
. ./config . ./config
# Remove the arrot in the main menu button # Remove the arrow in the main menu button
sed 's/"tooltip", tooltip,/"tooltip", "Trisquel",/; s/"has-arrow", TRUE,/"has-arrow", FALSE,/' -i gnome-panel/panel-menu-button.c sed 's/"tooltip", tooltip,/"tooltip", "Trisquel",/; s/"has-arrow", TRUE,/"has-arrow", FALSE,/' -i gnome-panel/panel-menu-button.c
# Disable patches related to the gnome sessions # Disable patches related to the gnome sessions
...@@ -68,9 +68,7 @@ Depends: ${misc:Depends}, ...@@ -68,9 +68,7 @@ Depends: ${misc:Depends},
gnome-session-common, gnome-session-common,
metacity (>= 2.30), metacity (>= 2.30),
nautilus (>= 3.8), nautilus (>= 3.8),
notification-daemon (>= 0.7),
policykit-1-gnome, policykit-1-gnome,
unity-settings-daemon
Provides: x-session-manager, gnome-session-flashback Provides: x-session-manager, gnome-session-flashback
Replaces: gnome-session-flashback Replaces: gnome-session-flashback
Conflicts: gnome-session-flashback Conflicts: gnome-session-flashback
...@@ -118,7 +116,7 @@ pack-type=start ...@@ -118,7 +116,7 @@ pack-type=start
toplevel-id=panel toplevel-id=panel
[Object indicators] [Object indicators]
object-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete object-iid=IndicatorAppletFactory::IndicatorApplet
toplevel-id=panel toplevel-id=panel
pack-type=end pack-type=end
pack-index=10 pack-index=10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment