Alexander Pyhalov
2016-08-04 005fb56930218fbf86686be21f4dca1f5db0bbf3
mate-panel: preserve traditional OI look and feel
3 files added
3 files modified
116 ■■■■■ changed files
components/desktop/mate/mate-panel/Makefile 2 ●●● patch | view | raw | blame | history
components/desktop/mate/mate-panel/files/01-mate-panel 106 ●●●●● patch | view | raw | blame | history
components/desktop/mate/mate-panel/files/bottom-panel-image.png patch | view | raw | blame | history
components/desktop/mate/mate-panel/files/top-panel-image.png patch | view | raw | blame | history
components/desktop/mate/mate-panel/mate-panel.p5m 4 ●●●● patch | view | raw | blame | history
transforms/actuators 4 ●●●● patch | view | raw | blame | history
components/desktop/mate/mate-panel/Makefile
@@ -17,7 +17,7 @@
COMPONENT_NAME=        mate-panel
COMPONENT_VERSION=    1.14.0
COMPONENT_REVISION=    1
COMPONENT_REVISION=    2
COMPONENT_PROJECT_URL=    http://www.mate-desktop.org
COMPONENT_SUMMARY=    The Panel of Mate
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
components/desktop/mate/mate-panel/files/01-mate-panel
New file
@@ -0,0 +1,106 @@
[org/mate/panel/general]
object-id-list=['main-menu', 'notification-area', 'trash', 'clock', 'show-desktop', 'window-list', 'workspace-switcher', 'firefox', 'thunderbird', 'terminal']
toplevel-id-list=['top', 'bottom']
[org/mate/panel/toplevels/bottom]
expand=true
orientation='bottom'
size=26
screen=0
y-bottom=0
[org/mate/panel/toplevels/bottom/background]
image='/usr/share/mate-panel/pixmaps/bottom-panel-image.png'
type='image'
[org/mate/panel/toplevels/top]
expand=true
orientation='top'
screen=0
size=24
[org/mate/panel/toplevels/top/background]
image='/usr/share/mate-panel/pixmaps/top-panel-image.png'
type='image'
[org/mate/panel/objects/show-desktop]
applet-iid='WnckletFactory::ShowDesktopApplet'
locked=true
toplevel-id='bottom'
position=0
object-type='applet'
panel-right-stick=false
[org/mate/panel/objects/window-list]
applet-iid='WnckletFactory::WindowListApplet'
locked=true
toplevel-id='bottom'
position=1
object-type='applet'
panel-right-stick=false
[org/mate/panel/objects/workspace-switcher]
applet-iid='WnckletFactory::WorkspaceSwitcherApplet'
locked=true
toplevel-id='bottom'
position=2
object-type='applet'
panel-right-stick=true
[org/mate/panel/objects/firefox]
locked=true
launcher-location='/usr/share/applications/firefox.desktop'
toplevel-id='top'
position=2
object-type='launcher'
panel-right-stick=false
[org/mate/panel/objects/terminal]
locked=true
launcher-location='/usr/share/applications/mate-terminal.desktop'
toplevel-id='top'
position=4
object-type='launcher'
panel-right-stick=false
[org/mate/panel/objects/thunderbird]
locked=true
launcher-location='/usr/share/applications/thunderbird.desktop'
toplevel-id='top'
position=3
object-type='launcher'
panel-right-stick=false
[org/mate/panel/objects/main-menu]
locked=true
toplevel-id='top'
position=0
object-type='menu-bar'
panel-right-stick=false
[org/mate/panel/objects/notification-area]
applet-iid='NotificationAreaAppletFactory::NotificationArea'
toplevel-id='top'
object-type='applet'
position=2
panel-right-stick=true
[org/mate/panel/objects/clock]
applet-iid='ClockAppletFactory::ClockApplet'
locked=true
toplevel-id='top'
position=1
object-type='applet'
panel-right-stick=true
[org/mate/panel/objects/clock/prefs]
format='24-hour'
custom-format=''
[org/mate/panel/objects/trash]
applet-iid='TrashAppletFactory::TrashApplet'
locked=true
toplevel-id='bottom'
position=1
object-type='applet'
panel-right-stick=true
components/desktop/mate/mate-panel/files/bottom-panel-image.png
components/desktop/mate/mate-panel/files/top-panel-image.png
components/desktop/mate/mate-panel/mate-panel.p5m
@@ -22,6 +22,10 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file files/bottom-panel-image.png path=usr/share/mate-panel/pixmaps/bottom-panel-image.png
file files/top-panel-image.png path=usr/share/mate-panel/pixmaps/top-panel-image.png
file files/01-mate-panel path=etc/dconf/db/local.d/01-mate-panel preserve=true
file path=usr/bin/$(MACH64)/mate-desktop-item-edit
file path=usr/bin/$(MACH64)/mate-panel
file path=usr/bin/$(MACH64)/mate-panel-test-applets
transforms/actuators
@@ -73,6 +73,10 @@
<transform file link hardlink path=usr/lib.*/gio/modules/.*\.so$ -> \
    default restart_fmri svc:/application/desktop-cache/gio-module-cache:default>
# Dconf databases
<transform file path=etc/dconf/.* -> \
    default restart_fmri svc:/application/desktop-cache/dconf-update:default>
# RAD
<transform file path=usr/lib/rad/.* -> add restart_fmri \
    svc:/system/rad:local>