diff --git a/mate-panel-icons.tar.xz b/mate-panel-icons.tar.xz deleted file mode 100644 index c819316..0000000 Binary files a/mate-panel-icons.tar.xz and /dev/null differ diff --git a/mate-panel.spec b/mate-panel.spec index 6c43ba2..7cd439c 100644 --- a/mate-panel.spec +++ b/mate-panel.spec @@ -15,7 +15,7 @@ Name: mate-panel Version: %{branch}.2 %if 0%{?rel_build} -Release: 1%{?dist} +Release: 2%{?dist} %else Release: 0.13%{?git_rel}%{?dist} %endif @@ -31,8 +31,7 @@ URL: http://mate-desktop.org %{!?rel_build:Source0: http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}} Source1: mate-panel_fedora-30.layout -Source2: mate-panel_fedora-28.layout -Source3: mate-panel_rhel.layout +Source2: mate-panel_rhel.layout Requires: %{name}-libs%{?_isa} = %{version}-%{release} #for fish @@ -98,7 +97,7 @@ NOCONFIGURE=1 ./autogen.sh --disable-gtk-doc \ --enable-x11 \ --enable-wayland \ - --with-in-process-applets=none + --with-in-process-applets=all # remove unused-direct-shlib-dependency sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool @@ -119,14 +118,8 @@ desktop-file-install \ %if 0%{?fedora} && 0%{?fedora} >= 30 install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/mate-panel/layouts/fedora.layout %endif -%if 0%{?fedora} && 0%{?fedora} == 29 -install -D -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/mate-panel/layouts/fedora.layout -%endif -%if 0%{?fedora} && 0%{?fedora} == 28 -install -D -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/mate-panel/layouts/fedora.layout -%endif %if 0%{?rhel} -install -D -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/mate-panel/layouts/rhel.layout +install -D -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/mate-panel/layouts/rhel.layout %endif %find_lang %{name} --with-gnome --all-name @@ -138,15 +131,16 @@ install -D -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/mate-panel/layouts/rhel.la %{_bindir}/mate-desktop-item-edit %{_bindir}/mate-panel %{_bindir}/mate-panel-test-applets -%{_libexecdir}/mate-panel +#%%{_libexecdir}/mate-panel %{_datadir}/glib-2.0/schemas/org.mate.panel.*.xml %{_datadir}/applications/mate-panel.desktop %{_datadir}/icons/hicolor/*/*/* %{_datadir}/mate-panel -%{_datadir}/dbus-1/services/org.mate.panel.applet.ClockAppletFactory.service -%{_datadir}/dbus-1/services/org.mate.panel.applet.FishAppletFactory.service -%{_datadir}/dbus-1/services/org.mate.panel.applet.NotificationAreaAppletFactory.service -%{_datadir}/dbus-1/services/org.mate.panel.applet.WnckletFactory.service +#%%{_datadir}/dbus-1/services/org.mate.panel.applet.ClockAppletFactory.service +#%%{_datadir}/dbus-1/services/org.mate.panel.applet.FishAppletFactory.service +#%%{_datadir}/dbus-1/services/org.mate.panel.applet.NotificationAreaAppletFactory.service +#%%{_datadir}/dbus-1/services/org.mate.panel.applet.WnckletFactory.service +%{_libdir}/mate-panel/ %files libs %doc COPYING.LIB @@ -162,6 +156,9 @@ install -D -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/mate-panel/layouts/rhel.la %changelog +* Fri Mar 26 2021 Wolfgang Ulbrich - 1.24.2-2 +- switch applets to build-in-process for f34 + * Fri Mar 26 2021 Wolfgang Ulbrich - 1.24.2-1 - update to 1.24.2 diff --git a/mate-panel_0001-Do-not-collect-the-translation-for-Icon.patch b/mate-panel_0001-Do-not-collect-the-translation-for-Icon.patch deleted file mode 100644 index 5a42381..0000000 --- a/mate-panel_0001-Do-not-collect-the-translation-for-Icon.patch +++ /dev/null @@ -1,81 +0,0 @@ -From 8814541c1aa4cc99f404abfa2b47151a40d672e5 Mon Sep 17 00:00:00 2001 -From: rbuj -Date: Mon, 2 Mar 2020 10:03:36 +0100 -Subject: [PATCH] Do not collect the translation for Icon - ---- - applets/clock/Makefile.am | 2 +- - applets/fish/Makefile.am | 2 +- - applets/notification_area/Makefile.am | 2 +- - applets/wncklet/Makefile.am | 2 +- - mate-panel/Makefile.am | 2 +- - 5 files changed, 5 insertions(+), 5 deletions(-) - -diff --git a/applets/clock/Makefile.am b/applets/clock/Makefile.am -index 5247f63a..55f94e93 100644 ---- a/applets/clock/Makefile.am -+++ b/applets/clock/Makefile.am -@@ -136,7 +136,7 @@ $(applet_in_files): $(applet_in_files).in Makefile - $< > $@ - - $(applet_DATA): $(applet_in_files) -- $(AM_V_GEN) $(MSGFMT) --desktop --keyword Name --keyword Description --template $< -d $(top_srcdir)/po -o $@ -+ $(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@ - - if !CLOCK_INPROCESS - servicedir = $(datadir)/dbus-1/services -diff --git a/applets/fish/Makefile.am b/applets/fish/Makefile.am -index f5cfbf78..814d5d8c 100644 ---- a/applets/fish/Makefile.am -+++ b/applets/fish/Makefile.am -@@ -51,7 +51,7 @@ $(applet_in_files): $(applet_in_files).in Makefile - $< > $@ - - $(applet_DATA): $(applet_in_files) -- $(AM_V_GEN) $(MSGFMT) --desktop --keyword Name --keyword Description --template $< -d $(top_srcdir)/po -o $@ -+ $(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@ - - if !FISH_INPROCESS - servicedir = $(datadir)/dbus-1/services -diff --git a/applets/notification_area/Makefile.am b/applets/notification_area/Makefile.am -index f7b68110..539db550 100644 ---- a/applets/notification_area/Makefile.am -+++ b/applets/notification_area/Makefile.am -@@ -74,7 +74,7 @@ applet_in_files = org.mate.panel.NotificationAreaApplet.mate-panel-applet.deskto - applet_DATA = $(applet_in_files:.mate-panel-applet.desktop.in=.mate-panel-applet) - - $(applet_DATA): $(applet_in_files) -- $(AM_V_GEN) $(MSGFMT) --desktop --keyword Name --keyword Description --template $< -d $(top_srcdir)/po -o $@ -+ $(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@ - - $(applet_in_files): $(applet_in_files).in Makefile - $(AM_V_GEN)sed \ -diff --git a/applets/wncklet/Makefile.am b/applets/wncklet/Makefile.am -index 19923878..b933f81b 100644 ---- a/applets/wncklet/Makefile.am -+++ b/applets/wncklet/Makefile.am -@@ -60,7 +60,7 @@ $(applet_in_files): $(applet_in_files).in Makefile - $< > $@ - - $(applet_DATA): $(applet_in_files) -- $(AM_V_GEN) $(MSGFMT) --desktop --keyword Name --keyword Description --template $< -d $(top_srcdir)/po -o $@ -+ $(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@ - - if !WNCKLET_INPROCESS - servicedir = $(datadir)/dbus-1/services -diff --git a/mate-panel/Makefile.am b/mate-panel/Makefile.am -index 91edecf1..0c641583 100644 ---- a/mate-panel/Makefile.am -+++ b/mate-panel/Makefile.am -@@ -291,7 +291,7 @@ desktopdir = $(datadir)/applications - desktop_in_files = mate-panel.desktop.in - desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) - $(desktop_DATA): $(desktop_in_files) -- $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ -+ $(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Comment --template $< -d $(top_srcdir)/po -o $@ - - EXTRA_DIST = \ - $(ui_FILES) \ --- -2.21.1 - diff --git a/mate-panel_0001-Enable-applications-in-addto-menu.patch b/mate-panel_0001-Enable-applications-in-addto-menu.patch deleted file mode 100644 index bdc10ef..0000000 --- a/mate-panel_0001-Enable-applications-in-addto-menu.patch +++ /dev/null @@ -1,32 +0,0 @@ -From ff33beed95c841a5af1f8e8ed54acb7ac16f21a6 Mon Sep 17 00:00:00 2001 -From: William Wold -Date: Wed, 19 Feb 2020 16:59:18 -0500 -Subject: [PATCH] Enable applications in addto menu (fixes 1055) (#1056) - ---- - mate-panel/panel-addto.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/mate-panel/panel-addto.c b/mate-panel/panel-addto.c -index fbf5c52f..cfc9c715 100644 ---- a/mate-panel/panel-addto.c -+++ b/mate-panel/panel-addto.c -@@ -564,6 +564,7 @@ panel_addto_prepend_directory (GSList **parent_list, - data->item_info.icon = gicon ? g_icon_to_string(gicon) : g_strdup(PANEL_ICON_UNKNOWN); - data->item_info.menu_filename = g_strdup (filename); - data->item_info.menu_path = matemenu_tree_directory_make_path (directory, NULL); -+ data->item_info.enabled = TRUE; - data->item_info.static_data = FALSE; - - /* We should set the iid here to something and do -@@ -598,6 +599,7 @@ panel_addto_prepend_entry (GSList **parent_list, - data->item_info.description = g_strdup (g_app_info_get_description(G_APP_INFO(ginfo))); - data->item_info.icon = gicon ? g_icon_to_string(gicon) : g_strdup(PANEL_ICON_UNKNOWN); - data->item_info.launcher_path = g_strdup (matemenu_tree_entry_get_desktop_file_path (entry)); -+ data->item_info.enabled = TRUE; - data->item_info.static_data = FALSE; - - *parent_list = g_slist_prepend (*parent_list, data); --- -2.21.1 - diff --git a/mate-panel_0002-Add-256x256-icons.patch b/mate-panel_0002-Add-256x256-icons.patch deleted file mode 100644 index 1d53512..0000000 --- a/mate-panel_0002-Add-256x256-icons.patch +++ /dev/null @@ -1,78 +0,0 @@ -From 2ee2dee2586564ee0957dc2e72169e2a3f12ea83 Mon Sep 17 00:00:00 2001 -From: rbuj -Date: Thu, 19 Mar 2020 12:35:50 +0100 -Subject: [PATCH 2/5] Add 256x256 icons for SVG in scalable/*.svg; do - file=${SVG##*/}; echo "rsvg-convert -w 256 -h 256 $SVG -o - 256x256/${file%.svg}.png"; done | sh - ---- - configure.ac | 1 + - icons/256x256/Makefile.am | 34 ++++++++++++++++++ - icons/Makefile.am | 2 +- - 3 files changed, 36 insertions(+), 1 deletion(-) - create mode 100644 icons/256x256/Makefile.am - -diff --git a/configure.ac b/configure.ac -index f15f2419..083db971 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -308,6 +308,7 @@ icons/22x22/Makefile - icons/24x24/Makefile - icons/32x32/Makefile - icons/48x48/Makefile -+icons/256x256/Makefile - icons/scalable/Makefile - mate-panel/Makefile - mate-panel/libegg/Makefile -diff --git a/icons/256x256/Makefile.am b/icons/256x256/Makefile.am -new file mode 100644 -index 00000000..eb12062e ---- /dev/null -+++ b/icons/256x256/Makefile.am -@@ -0,0 +1,34 @@ -+size = 256x256 -+ -+iconsdir = $(datadir)/icons/hicolor/$(size)/apps -+ -+icons_DATA = \ -+ mate-panel-clock.png \ -+ mate-panel-drawer.png \ -+ mate-panel-fish.png \ -+ mate-panel-force-quit.png \ -+ mate-panel-launcher.png \ -+ mate-panel-notification-area.png \ -+ mate-panel.png \ -+ mate-panel-separator.png \ -+ mate-panel-window-list.png \ -+ mate-panel-window-menu.png \ -+ mate-panel-workspace-switcher.png -+ -+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor -+ -+install-data-hook: update-icon-cache -+uninstall-hook: update-icon-cache -+update-icon-cache: -+ @-if test -z "$(DESTDIR)"; then \ -+ echo "Updating Gtk icon cache."; \ -+ $(gtk_update_icon_cache); \ -+ else \ -+ echo "*** Icon cache not updated. After (un)install, run this:"; \ -+ echo "*** $(gtk_update_icon_cache)"; \ -+ fi -+ -+EXTRA_DIST = \ -+ $(icons_DATA) -+ -+-include $(top_srcdir)/git.mk -diff --git a/icons/Makefile.am b/icons/Makefile.am -index 014b2e4a..86acf6bf 100644 ---- a/icons/Makefile.am -+++ b/icons/Makefile.am -@@ -1,3 +1,3 @@ --SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable -+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable - - -include $(top_srcdir)/git.mk --- -2.21.1 - diff --git a/mate-panel_0003-Add-64x64-icons.patch b/mate-panel_0003-Add-64x64-icons.patch deleted file mode 100644 index cb5d3c4..0000000 --- a/mate-panel_0003-Add-64x64-icons.patch +++ /dev/null @@ -1,78 +0,0 @@ -From 6ed13133fe24271a677f7f7d8bfd59ba375fe6e3 Mon Sep 17 00:00:00 2001 -From: rbuj -Date: Wed, 25 Mar 2020 19:16:33 +0100 -Subject: [PATCH 3/5] Add 64x64 icons for SVG in scalable/*.svg; do - file=${SVG##*/}; echo "rsvg-convert -w 64 -h 64 $SVG -o - 64x64/${file%.svg}.png"; done | sh - ---- - configure.ac | 1 + - icons/64x64/Makefile.am | 34 ++++++++++++++++++ - icons/Makefile.am | 2 +- - 3 files changed, 36 insertions(+), 1 deletion(-) - create mode 100644 icons/64x64/Makefile.am - -diff --git a/configure.ac b/configure.ac -index 083db971..fec5c628 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -308,6 +308,7 @@ icons/22x22/Makefile - icons/24x24/Makefile - icons/32x32/Makefile - icons/48x48/Makefile -+icons/64x64/Makefile - icons/256x256/Makefile - icons/scalable/Makefile - mate-panel/Makefile -diff --git a/icons/64x64/Makefile.am b/icons/64x64/Makefile.am -new file mode 100644 -index 00000000..f08965e2 ---- /dev/null -+++ b/icons/64x64/Makefile.am -@@ -0,0 +1,34 @@ -+size = 64x64 -+ -+iconsdir = $(datadir)/icons/hicolor/$(size)/apps -+ -+icons_DATA = \ -+ mate-panel-clock.png \ -+ mate-panel-drawer.png \ -+ mate-panel-fish.png \ -+ mate-panel-force-quit.png \ -+ mate-panel-launcher.png \ -+ mate-panel-notification-area.png \ -+ mate-panel.png \ -+ mate-panel-separator.png \ -+ mate-panel-window-list.png \ -+ mate-panel-window-menu.png \ -+ mate-panel-workspace-switcher.png -+ -+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor -+ -+install-data-hook: update-icon-cache -+uninstall-hook: update-icon-cache -+update-icon-cache: -+ @-if test -z "$(DESTDIR)"; then \ -+ echo "Updating Gtk icon cache."; \ -+ $(gtk_update_icon_cache); \ -+ else \ -+ echo "*** Icon cache not updated. After (un)install, run this:"; \ -+ echo "*** $(gtk_update_icon_cache)"; \ -+ fi -+ -+EXTRA_DIST = \ -+ $(icons_DATA) -+ -+-include $(top_srcdir)/git.mk -diff --git a/icons/Makefile.am b/icons/Makefile.am -index 86acf6bf..8e5ab1ac 100644 ---- a/icons/Makefile.am -+++ b/icons/Makefile.am -@@ -1,3 +1,3 @@ --SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable -+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 64x64 256x256 scalable - - -include $(top_srcdir)/git.mk --- -2.21.1 - diff --git a/mate-panel_0004-Add-96x96-icons.patch b/mate-panel_0004-Add-96x96-icons.patch deleted file mode 100644 index 2d939b1..0000000 --- a/mate-panel_0004-Add-96x96-icons.patch +++ /dev/null @@ -1,76 +0,0 @@ -From d425d550c5c9bc546fce9c451229caf08665264c Mon Sep 17 00:00:00 2001 -From: rbuj -Date: Thu, 26 Mar 2020 15:17:25 +0100 -Subject: [PATCH 4/5] Add 96x96 icons - ---- - configure.ac | 1 + - icons/96x96/Makefile.am | 34 ++++++++++++++++++ - icons/Makefile.am | 2 +- - 3 files changed, 36 insertions(+), 1 deletion(-) - create mode 100644 icons/96x96/Makefile.am - -diff --git a/configure.ac b/configure.ac -index fec5c628..3102e66c 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -309,6 +309,7 @@ icons/24x24/Makefile - icons/32x32/Makefile - icons/48x48/Makefile - icons/64x64/Makefile -+icons/96x96/Makefile - icons/256x256/Makefile - icons/scalable/Makefile - mate-panel/Makefile -diff --git a/icons/96x96/Makefile.am b/icons/96x96/Makefile.am -new file mode 100644 -index 00000000..32fa3e8a ---- /dev/null -+++ b/icons/96x96/Makefile.am -@@ -0,0 +1,34 @@ -+size = 96x96 -+ -+iconsdir = $(datadir)/icons/hicolor/$(size)/apps -+ -+icons_DATA = \ -+ mate-panel-clock.png \ -+ mate-panel-drawer.png \ -+ mate-panel-fish.png \ -+ mate-panel-force-quit.png \ -+ mate-panel-launcher.png \ -+ mate-panel-notification-area.png \ -+ mate-panel.png \ -+ mate-panel-separator.png \ -+ mate-panel-window-list.png \ -+ mate-panel-window-menu.png \ -+ mate-panel-workspace-switcher.png -+ -+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor -+ -+install-data-hook: update-icon-cache -+uninstall-hook: update-icon-cache -+update-icon-cache: -+ @-if test -z "$(DESTDIR)"; then \ -+ echo "Updating Gtk icon cache."; \ -+ $(gtk_update_icon_cache); \ -+ else \ -+ echo "*** Icon cache not updated. After (un)install, run this:"; \ -+ echo "*** $(gtk_update_icon_cache)"; \ -+ fi -+ -+EXTRA_DIST = \ -+ $(icons_DATA) -+ -+-include $(top_srcdir)/git.mk -diff --git a/icons/Makefile.am b/icons/Makefile.am -index 8e5ab1ac..bdddd682 100644 ---- a/icons/Makefile.am -+++ b/icons/Makefile.am -@@ -1,3 +1,3 @@ --SUBDIRS = 16x16 22x22 24x24 32x32 48x48 64x64 256x256 scalable -+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 64x64 96x96 256x256 scalable - - -include $(top_srcdir)/git.mk --- -2.21.1 - diff --git a/mate-panel_0005-Add-48x48-icons.patch b/mate-panel_0005-Add-48x48-icons.patch deleted file mode 100644 index adde3c9..0000000 --- a/mate-panel_0005-Add-48x48-icons.patch +++ /dev/null @@ -1,47 +0,0 @@ -From 88028e7c757baf82b8c3a3126e0fe0fea535d711 Mon Sep 17 00:00:00 2001 -From: rbuj -Date: Thu, 26 Mar 2020 15:20:31 +0100 -Subject: [PATCH 5/5] Add 48x48 icons - ---- - icons/48x48/Makefile.am | 18 +- - 1 files changed, 12 insertions(+), 284 deletions(-) - -diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am -index b19e314f..08b9bf5b 100644 ---- a/icons/48x48/Makefile.am -+++ b/icons/48x48/Makefile.am -@@ -3,10 +3,17 @@ size = 48x48 - iconsdir = $(datadir)/icons/hicolor/$(size)/apps - - icons_DATA = \ -- mate-panel.png -- --icons_SOURCE = \ -- mate-panel.svg -+ mate-panel-clock.png \ -+ mate-panel-drawer.png \ -+ mate-panel-fish.png \ -+ mate-panel-force-quit.png \ -+ mate-panel-launcher.png \ -+ mate-panel-notification-area.png \ -+ mate-panel.png \ -+ mate-panel-separator.png \ -+ mate-panel-window-list.png \ -+ mate-panel-window-menu.png \ -+ mate-panel-workspace-switcher.png - - gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor - -@@ -22,7 +29,6 @@ update-icon-cache: - fi - - EXTRA_DIST = \ -- $(icons_DATA) \ -- $(icons_SOURCE) -+ $(icons_DATA) - - -include $(top_srcdir)/git.mk --- -2.21.1 - diff --git a/mate-panel_fedora-28.layout b/mate-panel_fedora-28.layout deleted file mode 100644 index d2c2e71..0000000 --- a/mate-panel_fedora-28.layout +++ /dev/null @@ -1,81 +0,0 @@ -[Toplevel top] -expand=true -orientation=top -size=24 - -[Toplevel bottom] -expand=true -orientation=bottom -size=24 - -[Object menu-bar] -object-type=menu-bar -toplevel-id=top -position=0 -locked=true - -[Object file-browser] -object-type=launcher -launcher-location=/usr/share/applications/caja-browser.desktop -toplevel-id=top -position=10 -locked=true - -[Object terminal] -object-type=launcher -launcher-location=/usr/share/applications/mate-terminal.desktop -toplevel-id=top -position=20 -locked=true - -[Object web-browser] -object-type=launcher -launcher-location=/usr/share/applications/firefox.desktop -toplevel-id=top -position=30 -locked=true - -[Object email-client] -object-type=launcher -launcher-location=/usr/share/applications/mozilla-thunderbird.desktop -toplevel-id=top -position=40 -locked=true - -[Object notification-area] -object-type=applet -applet-iid=NotificationAreaAppletFactory::NotificationArea -toplevel-id=top -position=10 -panel-right-stick=true -locked=true - -[Object clock] -object-type=applet -applet-iid=ClockAppletFactory::ClockApplet -toplevel-id=top -position=0 -panel-right-stick=true -locked=true - -[Object show-desktop] -object-type=applet -applet-iid=WnckletFactory::ShowDesktopApplet -toplevel-id=bottom -position=0 -locked=true - -[Object window-list] -object-type=applet -applet-iid=WnckletFactory::WindowListApplet -toplevel-id=bottom -position=20 -locked=true - -[Object workspace-switcher] -object-type=applet -applet-iid=WnckletFactory::WorkspaceSwitcherApplet -toplevel-id=bottom -position=0 -panel-right-stick=true -locked=true diff --git a/mate-panel_fedora.layout b/mate-panel_fedora.layout deleted file mode 100644 index 37e7c39..0000000 --- a/mate-panel_fedora.layout +++ /dev/null @@ -1,81 +0,0 @@ -[Toplevel top] -expand=true -orientation=top -size=24 - -[Toplevel bottom] -expand=true -orientation=bottom -size=24 - -[Object menu-bar] -object-type=menu-bar -toplevel-id=top -position=0 -locked=true - -[Object file-browser] -object-type=launcher -launcher-location=/usr/share/applications/caja-browser.desktop -toplevel-id=top -position=10 -locked=true - -[Object terminal] -object-type=launcher -launcher-location=/usr/share/applications/mate-terminal.desktop -toplevel-id=top -position=20 -locked=true - -[Object web-browser] -object-type=launcher -launcher-location=/usr/share/applications/firefox.desktop -toplevel-id=top -position=30 -locked=true - -[Object email-client] -object-type=launcher -launcher-location=/usr/share/applications/claws-mail.desktop -toplevel-id=top -position=40 -locked=true - -[Object notification-area] -object-type=applet -applet-iid=NotificationAreaAppletFactory::NotificationArea -toplevel-id=top -position=10 -panel-right-stick=true -locked=true - -[Object clock] -object-type=applet -applet-iid=ClockAppletFactory::ClockApplet -toplevel-id=top -position=0 -panel-right-stick=true -locked=true - -[Object show-desktop] -object-type=applet -applet-iid=WnckletFactory::ShowDesktopApplet -toplevel-id=bottom -position=0 -locked=true - -[Object window-list] -object-type=applet -applet-iid=WnckletFactory::WindowListApplet -toplevel-id=bottom -position=20 -locked=true - -[Object workspace-switcher] -object-type=applet -applet-iid=WnckletFactory::WorkspaceSwitcherApplet -toplevel-id=bottom -position=0 -panel-right-stick=true -locked=true