diff -Nru ubuntu-mate-settings-0.4.4.1/debian/changelog ubuntu-mate-settings-0.4.5/debian/changelog --- ubuntu-mate-settings-0.4.4.1/debian/changelog 2015-03-16 12:45:41.000000000 +0000 +++ ubuntu-mate-settings-0.4.5/debian/changelog 2015-05-19 12:56:27.000000000 +0100 @@ -1,3 +1,23 @@ +ubuntu-mate-settings (0.4.5) wily; urgency=medium + + * Added default settings for Plank. + * Added keybinding for launching Ubiquity from the live session. + * Added Netbook panel layouts. + * Added gschema overrides for Window Picker and Maximus. + * Added missing default applications list. + * Added ubuntu-mate-libreoffice-draw-icons package. + * Added ubuntu-mate-libreoffice-math-icons package. + * Updated custom menu entries to reduce clutter. + * Updated keybindings so they are consitent with Compiz. + * Updated the Xsession environment so QT accessibility and styling + are not enabled by default. + * Updated panel layouts with correct applet placement offsets. + * Changed the default theme to Ambiant-MATE. + * Removed custom im-config.desktop. Upstream is fixed. + * Closes (LP: #1456597) + + -- Martin Wimpress Sat, 16 May 2015 09:28:39 +0100 + ubuntu-mate-settings (0.4.4.1) vivid; urgency=medium * Make /usr/lib/ubuntu-mate/ubuntu-mate-tilda executable (LP: #1432439) diff -Nru ubuntu-mate-settings-0.4.4.1/debian/control ubuntu-mate-settings-0.4.5/debian/control --- ubuntu-mate-settings-0.4.4.1/debian/control 2015-03-16 10:46:27.000000000 +0000 +++ ubuntu-mate-settings-0.4.5/debian/control 2015-05-19 01:33:38.000000000 +0100 @@ -24,4 +24,18 @@ Description: Default settings for Ubuntu MATE live CD Various system settings tailored for Ubuntu MATE live CD. +Package: ubuntu-mate-libreoffice-draw-icons +Architecture: all +Depends: ${misc:Depends}, libreoffice-draw +Description: Ubuntu MATE desktop icons for LibreOffice draw + Slightly modified LibreOffice draw .desktop files, for + Ubuntu MATE, that reduce menu clutter. + +Package: ubuntu-mate-libreoffice-math-icons +Architecture: all +Depends: ${misc:Depends}, libreoffice-math +Description: Ubuntu MATE desktop icons for LibreOffice math + Slightly modified LibreOffice math .desktop files, for + Ubuntu MATE, that reduce menu clutter. + diff -Nru ubuntu-mate-settings-0.4.4.1/debian/ubuntu-mate-default-settings.install ubuntu-mate-settings-0.4.5/debian/ubuntu-mate-default-settings.install --- ubuntu-mate-settings-0.4.4.1/debian/ubuntu-mate-default-settings.install 2015-03-16 10:46:27.000000000 +0000 +++ ubuntu-mate-settings-0.4.5/debian/ubuntu-mate-default-settings.install 2015-05-19 01:29:29.000000000 +0100 @@ -6,6 +6,12 @@ usr/share/glib-2.0/schemas/ubuntu-mate.gschema.override usr/share/lightdm/lightdm.conf.d/50-ubuntu-mate.conf usr/share/mate/autostart/ +usr/share/mate/applications/defaults.list +usr/share/mate/applications/language-selector.desktop +usr/share/mate/applications/mate-keybinding.desktop +usr/share/mate/applications/mate-network-properties.desktop +usr/share/mate/applications/software-properties-gtk.desktop +usr/share/mate/applications/tilda.desktop usr/share/ubuntu-mate/ usr/share/mate-panel/layouts/ usr/share/X11/xorg.conf.d/ diff -Nru ubuntu-mate-settings-0.4.4.1/debian/ubuntu-mate-libreoffice-draw-icons.install ubuntu-mate-settings-0.4.5/debian/ubuntu-mate-libreoffice-draw-icons.install --- ubuntu-mate-settings-0.4.4.1/debian/ubuntu-mate-libreoffice-draw-icons.install 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/debian/ubuntu-mate-libreoffice-draw-icons.install 2015-05-14 17:02:23.000000000 +0100 @@ -0,0 +1 @@ +usr/share/mate/applications/libreoffice-draw.desktop diff -Nru ubuntu-mate-settings-0.4.4.1/debian/ubuntu-mate-libreoffice-math-icons.install ubuntu-mate-settings-0.4.5/debian/ubuntu-mate-libreoffice-math-icons.install --- ubuntu-mate-settings-0.4.4.1/debian/ubuntu-mate-libreoffice-math-icons.install 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/debian/ubuntu-mate-libreoffice-math-icons.install 2015-05-14 17:02:54.000000000 +0100 @@ -0,0 +1 @@ +usr/share/mate/applications/libreoffice-math.desktop diff -Nru ubuntu-mate-settings-0.4.4.1/etc/X11/Xsession.d/99mate-environment ubuntu-mate-settings-0.4.5/etc/X11/Xsession.d/99mate-environment --- ubuntu-mate-settings-0.4.4.1/etc/X11/Xsession.d/99mate-environment 2015-03-16 10:46:27.000000000 +0000 +++ ubuntu-mate-settings-0.4.5/etc/X11/Xsession.d/99mate-environment 2015-05-01 09:06:59.000000000 +0100 @@ -7,6 +7,9 @@ GTK_MODULES="$GTK_MODULES:canberra-gtk-module" fi export GTK_MODULES - export QT_STYLE_OVERRIDE=gtk - export QT_ACCESSIBILITY=1 + + # Sadly this environment variable can cause applications to segfault. + # For example: + # - Telegram doesn't work with QT_STYLE_OVERRIDE=gtk + # export QT_STYLE_OVERRIDE=gtk fi diff -Nru ubuntu-mate-settings-0.4.4.1/usr/lib/ubuntu-mate/ubuntu-mate-settings-overlay ubuntu-mate-settings-0.4.5/usr/lib/ubuntu-mate/ubuntu-mate-settings-overlay --- ubuntu-mate-settings-0.4.4.1/usr/lib/ubuntu-mate/ubuntu-mate-settings-overlay 2015-03-16 10:46:27.000000000 +0000 +++ ubuntu-mate-settings-0.4.5/usr/lib/ubuntu-mate/ubuntu-mate-settings-overlay 2015-05-19 01:43:29.000000000 +0100 @@ -10,7 +10,12 @@ fi } +overlay_file config/plank/dock1/settings +overlay_file config/plank/dock1/launchers/firefox.dockitem +overlay_file config/plank/dock1/launchers/matecc.dockitem +overlay_file config/plank/dock1/launchers/plank.dockitem +overlay_file config/plank/dock1/launchers/thunderbird.dockitem +overlay_file config/plank/dock1/launchers/ubuntu-software-center.dockitem +overlay_file config/plank/dock1/launchers/vlc.dockitem overlay_file config/folder-color/hide_donation overlay_file config/Trolltech.conf -overlay_file local/share/applications/im-config.desktop -update-desktop-database -q ${HOME}/.local/share/applications/ diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/glib-2.0/schemas/ubuntu-mate.gschema.override ubuntu-mate-settings-0.4.5/usr/share/glib-2.0/schemas/ubuntu-mate.gschema.override --- ubuntu-mate-settings-0.4.4.1/usr/share/glib-2.0/schemas/ubuntu-mate.gschema.override 2015-03-16 10:46:27.000000000 +0000 +++ ubuntu-mate-settings-0.4.5/usr/share/glib-2.0/schemas/ubuntu-mate.gschema.override 2015-04-30 09:35:00.000000000 +0100 @@ -15,7 +15,7 @@ [org.gnome.desktop.wm.preferences] button-layout='menu:minimize,maximize,close' -theme='Yuyo-Dark' +theme='Ambiant-MATE' titlebar-font='Ubuntu Bold 11' [org.gnome.rhythmbox.encoding-settings] @@ -58,7 +58,7 @@ [org.mate.interface] icon-theme='Ambiant-MATE' gtk-decoration-layout='menu:minimize,maximize,close' -gtk-theme='Yuyo-Dark' +gtk-theme='Ambiant-MATE' font-name='Ubuntu 11' document-font-name='Ubuntu 11' monospace-font-name='Ubuntu Mono 13' @@ -66,7 +66,7 @@ [org.mate.Marco.general] center-new-windows=false side-by-side-tiling=true -theme='Yuyo-Dark' +theme='Ambiant-MATE' titlebar-font='Ubuntu Medium 11' [org.mate.Marco.global-keybindings] @@ -77,9 +77,24 @@ switch-windows-all-backward='Tab' switch-windows-backward='Tab' +[org.mate.Marco.window-keybindings] +move-to-center='KP_Begin' +move-to-corner-ne='KP_Page_Up' +move-to-corner-nw='KP_Home' +move-to-corner-se='KP_Page_Down' +move-to-corner-sw='KP_End' +move-to-side-e='KP_Right' +move-to-side-n='KP_Up' +move-to-side-s='KP_Down' +move-to-side-w='KP_Left' + [org.mate.NotificationDaemon] theme='slider' +[org.mate.maximus] +no-maximize=true +undecorate=false + [org.mate.panel] default-layout='ubuntu-mate' @@ -91,7 +106,7 @@ tap-to-click=true [org.mate.pluma] -color-scheme='Yuyo-Dark' +color-scheme='Ambiant-MATE' display-line-numbers=true display-right-margin=true highlight-current-line=true diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/glib-2.0/schemas/zubuntu-mate-live.gschema.override ubuntu-mate-settings-0.4.5/usr/share/glib-2.0/schemas/zubuntu-mate-live.gschema.override --- ubuntu-mate-settings-0.4.4.1/usr/share/glib-2.0/schemas/zubuntu-mate-live.gschema.override 2015-03-16 10:46:27.000000000 +0000 +++ ubuntu-mate-settings-0.4.5/usr/share/glib-2.0/schemas/zubuntu-mate-live.gschema.override 2015-04-25 15:38:55.000000000 +0100 @@ -1,11 +1,5 @@ -[org.gnome.desktop.interface] -gtk-theme='Ambiant-MATE' +[org.mate.Marco.global-keybindings] +run-command-1='1' -[org.gnome.desktop.wm.preferences] -theme='Ambiant-MATE' - -[org.mate.interface] -gtk-theme='Ambiant-MATE' - -[org.mate.Marco.general] -theme='Ambiant-MATE' +[org.mate.Marco.keybinding-commands] +command-1='ubiquity gtk_ui' diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate/applications/language-selector.desktop ubuntu-mate-settings-0.4.5/usr/share/mate/applications/language-selector.desktop --- ubuntu-mate-settings-0.4.4.1/usr/share/mate/applications/language-selector.desktop 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/mate/applications/language-selector.desktop 2015-05-14 17:41:09.000000000 +0100 @@ -0,0 +1,13 @@ +[Desktop Entry] +Name=Language Support +Comment=Configure multiple and native language support on your system +Exec=/usr/bin/gnome-language-selector +Icon=preferences-desktop-locale +Terminal=false +Type=Application +Categories=GNOME;GTK;Settings;X-GNOME-Settings-Panel;X-Unity-Settings-Panel;X-GNOME-PersonalSettings +X-Ubuntu-Gettext-Domain=language-selector +NotShowIn=KDE; +X-GNOME-Settings-Panel=language +X-Unity-Settings-Panel=language +Keywords=Language;Input method;Region;Format; diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate/applications/libreoffice-draw.desktop ubuntu-mate-settings-0.4.5/usr/share/mate/applications/libreoffice-draw.desktop --- ubuntu-mate-settings-0.4.4.1/usr/share/mate/applications/libreoffice-draw.desktop 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/mate/applications/libreoffice-draw.desktop 2015-05-14 16:51:32.000000000 +0100 @@ -0,0 +1,217 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# +[Desktop Entry] +Version=1.0 +Terminal=false +Icon=libreoffice-draw +Type=Application +Categories=Office;FlowChart;2DGraphics;VectorGraphics;X-Red-Hat-Base;X-MandrivaLinux-Office-Drawing; +Exec=libreoffice --draw %U +MimeType=application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.graphics-flat-xml;application/vnd.oasis.opendocument.graphics-template;application/vnd.sun.xml.draw;application/vnd.sun.xml.draw.template;application/vnd.visio;application/x-wpg;application/vnd.corel-draw;application/vnd.ms-publisher;image/x-freehand;application/clarisworks;application/x-pagemaker; +Name=LibreOffice Draw +GenericName=Drawing Program +GenericName[sl]=Program za risanje +GenericName[cs]=Kreslící program +GenericName[si]=ඇදිමේ වැඩසටහන +GenericName[km]=កម្មវិធី​គូរ +GenericName[ro]=Program de desenare +GenericName[ss]=Drawing Program +GenericName[bs]=Program za crtanje +GenericName[pa_IN]=ਡਰਾਇੰਗ ਪਰੋਗਰਾਮ +GenericName[tn]=Drawing Program +GenericName[xh]=Drawing Program +GenericName[uk]=Програма для малювання +GenericName[fa]=برنامه طراحی +GenericName[pt]=Programa de desenho +GenericName[sk]=Kresliaci program +GenericName[ca]=Programa de dibuix +GenericName[ko]=그리기 프로그램 +GenericName[tg]=Drawing Program +GenericName[pl]=Program graficzny +GenericName[nl]=Tekenprogramma +GenericName[br]=Goulev tresañ +GenericName[et]=Skeemilooja +GenericName[hu]=Rajzolóprogram +GenericName[ka]=Drawing Program +GenericName[de]=Zeichenprogramm +GenericName[ne]=रेखाचित्र कार्यक्रम +GenericName[ta]=வரைபட செயலி +GenericName[uz]=Rasmlar tahrirchisi +GenericName[eo]=Desegna programo +GenericName[it]=Programma di disegno +GenericName[ar]=برنامج الرسم +GenericName[ast]=Programa de dibuxu +GenericName[zh_CN]=绘图程序 +GenericName[lv]=Zīmēšanas lietotne +GenericName[zh_TW]=繪圖程式 +GenericName[ru]=Редактор рисунков +GenericName[en_GB]=Drawing Program +GenericName[ja]=図形描画プログラム +GenericName[hr]=Program za crtanje +GenericName[fr]=Programme de dessin +GenericName[gd]=Prògram tarraing +GenericName[en]=Drawing Program +GenericName[vi]=Chương trình vẽ +GenericName[he]=תוכנת רשום +GenericName[af]=Tekenprogram +GenericName[as]=ড্রয়িং কাৰ্যক্ৰম +GenericName[nb]=Tegneprogram +GenericName[rw]=Drawing Program +GenericName[mk]=Програма за цртање +GenericName[es]=Programa de dibujo +GenericName[mn]=Drawing Program +GenericName[om]=Sagantaa Fakkii Kaasu +GenericName[en_ZA]=Drawing Program +GenericName[cy]=Rhaglen Lluniadu +GenericName[kk]=Сурет салу бағдарламасы +GenericName[be]=Праграма рысавання +GenericName[da]=Tegneprogram +GenericName[oc]=Programa de dessenh +GenericName[or]=ପ୍ରଗ୍ରାମ ଆଙ୍କୁଅଛି +GenericName[pt_BR]=Programa de desenho +GenericName[ca_valencia]=Programa de dibuix +GenericName[ve]=Drawing Program +GenericName[ug]=سىزمىچىلىق پروگراممىسى +GenericName[nn]=Teikneprogram +GenericName[mr]=चित्ररेखा कार्यक्रम +GenericName[st]=Drawing Program +GenericName[bn]=অঙ্কন প্রোগ্রাম +GenericName[dz]=Drawing Program +GenericName[ga]=Ríomhchlár Líníochta +GenericName[el]=Πρόγραμμα σχεδίασης +GenericName[lt]=Grafikos rengyklė +GenericName[te]=చిత్రలేఖక ప్రోగ్రాము +GenericName[nso]=Lenaneo la go thala +GenericName[nr]=Drawing Program +GenericName[gl]=Programa de debuxo +GenericName[eu]=Marrazketa programa +GenericName[gu]=પ્રક્રિયાનું ચિત્ર દોરી રહ્યા છે +GenericName[kmr_Latn]=Bernameya Xêzkirinê +GenericName[tr]=Çizim Programı +GenericName[hi]=रेखाचित्र प्रोग्राम +GenericName[fi]=Piirrosohjelma +GenericName[is]=Teikniforrit +GenericName[id]=Program Menggambar +GenericName[th]=โปรแกรมวาดภาพ +GenericName[zu]=Drawing Program +GenericName[ml]=ചിത്രരചനയ്ക്കുള്ള പ്രോഗ്രാം +GenericName[ts]=Drawing Program +GenericName[bg]=Програма за чертане +GenericName[sv]=Ritprogram +GenericName[sr]=Програм за цртање +Comment=Create and edit drawings, flow charts and logos by using Draw. +Comment[ast]=Crear y editar dibuxos, diagrames de fluxu y logos emplegando Draw. +Comment[rw]=Kurema no guhindura ibishushanyo, ibishushanyo by'ikurikirana, n'ikirango ukoresheje Draw +Comment[he]=יצירה ועריכה של ציורים, תרשימי זרימה וסמלים מסחריים באמצעות תוכנת הציור. +Comment[et]=Draw võimaldab luua ja redigeerida joonistusi, vooskeeme ning logosid. +Comment[sv]=Skapa och redigera teckningar, flödesdiagram och logotyper med hjälp av Draw. +Comment[tn]=Create and edit drawings, flow charts, and logos by using Draw. +Comment[en]=Create and edit drawings, flow charts, and logos by using Draw. +Comment[lt]=Grafikos rengykle galima braižyti brėžinius, blokines schemas, kurti logotipus. +Comment[ar]=إنشاء الرسوم وتحريرها، ورسوم الدفق البيانية، والشعارات باستخدام درو. +Comment[bn]=ড্র ব্যবহার করে অঙ্কন, প্রবাহ চিত্র, এবং লোগো তৈরি এবং সম্পাদনা করুন। +Comment[mr]=Draw चा वापरून रेखाचित्र, फ्लोचार्ट, व प्रतिक बनवा आणि संपादीत करा. +Comment[nb]=Opprett og rediger tegninger, flytdiagrammer og logoer ved å bruke Draw. +Comment[mn]=Draw ашиглан зураг, урсгал диаграмм ба лого үүсгэх болон засварлах. +Comment[uk]=Створення та редагування малюнків, діаграми та емблем. +Comment[ca_valencia]=Creeu i editeu dibuixos, diagrames de flux i logotips amb el Draw. +Comment[ru]=Создание и редактирование рисунков, блок-схем и логотипов. +Comment[ve]=Vhumbani nahone ni lulamise nyolo, tshati dza kusuvhele, na dziḽogo nga u shumisa Draw. +Comment[nl]=Met Draw kunt u tekeningen, stroomdiagrammen en logo's maken en bewerken. +Comment[is]=Búa til og breyta teikningum, flæðiritum og merkjum með því að nota Draw. +Comment[pt]=Criar e editar desenhos, fluxogramas e logótipos com o Draw. +Comment[eo]=Krei kaj redakti desegnaĵojn, stirfluajn diagramojn, kaj emblemojn per Desegnilo. +Comment[af]=Skep en redigeer tekeninge, vloeigrafieke en logo's met Draw. +Comment[gl]=Crear e editar debuxos, fluxogramas e logotipos con Draw. +Comment[ga]=Cruthaigh líníochtaí, sreabhchairteacha, agus lógónna, agus cuir iad in eagar le Draw. +Comment[tg]=Бо ёрии Draw тасвирҳо, нақшаҳо, логотипҳо сохтан мумкин аст. +Comment[dz]=ཌཱ་ི་པ་ལག་ལེན་འཐབ་ཐོག་པར་རིས་དང་འབབ་རྒྱུན་དཔེ་རིས་ ལེགས་རྟགས་ཚུ་་ཚད་རིས་ཚུ་བཟོ་ནི་དང་ཞུན་དག་རྐྱབ་ནི། +Comment[zu]=Yenza futhi ulungise imidwebo, amaflowchadi, namalogo ngokusebenzisa into yokuDweba. +Comment[fr]=Draw - Création et édition de dessins, d'organigrammes et de logos. +Comment[hi]=ड्रॉ के प्रयोग से रेखाचित्र, फ्लोचार्ट, और लोगो बनाता और संपादित करता है. +Comment[nr]=Enza nokuhlela imigwalo, amaflowtjhati namalogo ngokusebenzisa i-Draw. +Comment[ko]=그리기를 사용하여 그리기, 순서도 및 로고를 만들고 편집합니다. +Comment[ca]=Creeu i editeu dibuixos, diagrames de flux i logotips amb el Draw. +Comment[ja]=Draw を使用して、図形描画、フローチャート、およびロゴを作成および編集します。 +Comment[oc]=Draw - Creacion e edicion de dessenhs, d'organigramas e de lògos. +Comment[en_ZA]=Create and edit drawings, flow charts, and logos by using Draw. +Comment[hr]=Stvorite i uredite crteže, blok-dijagrame i logo koristeći Draw. +Comment[en_GB]=Create and edit drawings, flow charts and logos using Draw. +Comment[sl]=S programom Draw ustvarjajte in urejajte risbe, slike, diagrame poteka in logotipe. +Comment[om]=Draw fayyadamuun fakkasaawwan, yaa'insa taattoowwanii fi asxaa uumi, gulaali. +Comment[pt_BR]=Crie e edite desenhos, fluxogramas e logotipos por meio do Draw. +Comment[zh_TW]=使用 Draw 可建立與編輯繪圖、流程圖以及標誌。 +Comment[ka]=ქმნის და ასწორებს ნახატებს, დინების სქემებს და ლოგოებს Draw-ს გამოყენებით. +Comment[st]=Bopa le ho lokisa tse torowilweng, ditjhate tse phallang, le di-logo ka ho sebedisa Draw. +Comment[ts]=Endla ni ku lulamisa Vudirowi, tichati ta ntlhandlamano ni mimfungho hi ku tirhisa Draw. +Comment[it]=Con Draw puoi creare e modificate disegni, diagrammi di flusso e loghi. +Comment[pa_IN]=ਡਰਾਇੰਗ ਨਾਲ ਸ਼ਕਲਾਂ, ਵਹਾ-ਚਾਰਟ ਅਤੇ ਲੋਗੋ ਬਣਾਏ ਅਤੇ ਸੋਧੇ ਜਾ ਸਕਦੇ ਹਨ। +Comment[km]=បង្កើត និង​កែ​សម្រួល​គំនូរ គំនូស​តាង​​លំហូរ និង​រូបសញ្ញា​ដោយ​ប្រើ Draw ។ +Comment[as]=Draw ব্যৱহাৰ কৰি ড্ৰয়িং, ফ্ল' ছাৰ্ট আৰু ল'গ'বোৰ সৃষ্টি আৰু সম্পাদনা কৰক। +Comment[tr]=Draw kullanarak akış çizelgeleri ve logolar oluşturabilir ve düzenleyebilirsiniz. +Comment[lv]=Veidot un rediģēt zīmējumus, norises shēmas un firmas zīmes, lietojot Draw. +Comment[xh]=Dala uze uhlele imizobo, iitshati zomqukuqelo, kunye nee-logo ngokusebenza u-Draw. +Comment[gu]=ચિત્ર દ્દારા ચિત્રો, ફલો ચાર્ટ, અને લોગો બનાવો અને સુઘારો. +Comment[zh_CN]=使用 Draw 创建并编辑图形、流程图和徽标。 +Comment[nso]=Hlama le go lokiša dithalwa, ditšhate tša go elela, le maswao ka go diriša Draw. +Comment[gd]=Cruthaich is deasaich tarraingean, cairtean-srutha agus suaicheantasan le Draw. +Comment[th]=สร้างและแก้ไขการวาด แผนภูมิงาน และโลโก้ โดยการใช้ Draw +Comment[ug]=Draw ئىشلىتىپ سىزمىچىلىق، دىئاگرامما ۋە تۇغ قۇرۇپ ۋە تەھرىرلىيەلەيسىز. +Comment[eu]=Marrazkiak, fluxu-diagramak eta logotipoak sortu eta editatu Draw erabiliz. +Comment[cy]=Creu a golygu darluniau, siartiau llif a logos drwy ddefnyddio Draw. +Comment[vi]=Tạo và sửa bản vẽ, lưu đồ và biểu hình, dùng trình Draw. +Comment[ne]=चित्रको प्रयोगद्वारा रेखाचित्रहरू, फ्लो चित्रपटहरू र लोगोहरू सिर्जना तथा सम्पादन गर्नुहोस् । +Comment[sk]=Vytvárajte a upravujte obrázky, postupové diagramy a logá s použitím Draw. +Comment[kk]=Draw көмегімен суреттерді, блок-сызбаларды және логотиптерді жасау және түзетуге болады. +Comment[or]=ଅଙ୍କନ ଉପୟୋଗକରି ଚିତ୍ରାଙ୍କନ, ଫ୍ଲୋ ଚାର୍ଟ ଏବଂ ଚିହ୍ନଗୁଡିକୁ ସୃଷ୍ଟି ଏବଂ ସମ୍ପାଦନ କର। +Comment[bg]=С Draw можете да създавате и редактирате рисунки, блок-схеми и емблеми. +Comment[sr]=Направите и уређујте цртеже, дијаграме тока и логотипе у Цртању. +Comment[fi]=Luo ja muokkaa piirroksia, vuokaavioita ja logoja Draw-ohjelmalla. +Comment[bs]=Kreiranje i uređivanje crteža, dijagrama toka i amblema koristeći Draw. +Comment[hu]=Rajzok, folyamatábrák és logók létrehozása és szerkesztése a Draw használatával. +Comment[kmr_Latn]=Xêzkirinan, xanxankên herikînê û logoyan bi Drawê çêbike û sererast bike. +Comment[uz]=Draw yordamida chizmalar. grafiklar va logolar yaratish va tahrirlash. +Comment[da]=Opret og rediger tegninger, rutediagrammer og logoer ved brug af Draw. +Comment[pl]=Twórz i edytuj rysunki, wykresy i znaki graficzne używając programu Draw. +Comment[de]=Zeichnungen erstellen und bearbeiten, Flussdiagramme entwerfen und Logos kreieren - Draw macht's möglich. +Comment[cs]=Draw umožňuje vytvářet a upravovat kresby, vývojové diagramy a loga. +Comment[nn]=Med Draw kan du laga og redigera teikningar, flytdiagram og logoar. +Comment[te]=చిత్రలేఖనము,ఫ్లోచార్ట్ మరియు,దేవుని చిత్రములను నిర్మించి సరిచేయుము. +Comment[be]=Стварайце і рэдагуйце рысункі, блок-схемы і лагатыпы з дапамогаю Draw-а. +Comment[es]=Cree y edite dibujos, diagramas de flujo y logotipos con Draw. +Comment[si]=Draw භාවිතා කරමින් ඇඳීම්, ගැලීම් සටහන් සහ ලාංඡන සාදන්න සහ වෙනස් කරන්න. +Comment[ro]=Creați și editați desene, diagrame și sigle folosind Draw. +Comment[ta]=வரைபடங்கள், செயல்வழிப்படங்கள், லோகோ ஆகியவற்றை உருவாக்கவும் தொகுக்கவும் டிராவைப் பயன்படுத்துக. +Comment[ss]=Yakha u-edithe kudvweba, ndizisa emashati, neticubulo ngekusebentisa Draw. +Comment[mk]=Креирајте и уредувајте цртежи, графикони и логоа со користење на Draw. +Comment[id]=Mengolah gambar, diagram alur, dan logo menggunakan Draw. +Comment[ml]=ചിത്രരചന ഉപയോഗിച്ച് ചിത്രങ്ങള്, ഫ്‍ളോചാര്ട്ടുകള്, ലോഗോകള് സൃഷ്ടിക്കുകയും എഡിറ്റു ചെയ്യുകയും ചെയ്യുക. +Comment[el]=Δημιουργία και επεξεργασία σχεδίων, διαγραμμάτων ροής, και λογοτύπων με τη χρήση του Draw. +Comment[br]=Draw - Krouiñ hag embann tresadennoù, frammlunioù ha sielloù. +Comment[fa]=با استفاده از نقاش، نقاشی، روندنما و علامت تجاری طراحی یا ویرایش کنید. +StartupNotify=true +X-GIO-NoFuse=true +Keywords=Vector;Schema;Diagram;Layout;OpenDocument Graphics;Microsoft Publisher;Corel Draw;cdr;odg;svg; +InitialPreference=5 +StartupWMClass=libreoffice-draw +X-KDE-Protocols=file,http,ftp,webdav + +Actions=NewDocument; +[Desktop Action NewDocument] +Name=New Drawing +Exec=libreoffice --draw diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate/applications/libreoffice-math.desktop ubuntu-mate-settings-0.4.5/usr/share/mate/applications/libreoffice-math.desktop --- ubuntu-mate-settings-0.4.4.1/usr/share/mate/applications/libreoffice-math.desktop 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/mate/applications/libreoffice-math.desktop 2015-05-14 16:51:32.000000000 +0100 @@ -0,0 +1,218 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# +[Desktop Entry] +Version=1.0 +Terminal=false +NoDisplay=false +Icon=libreoffice-math +Type=Application +Categories=Office;Spreadsheet;Science;Math;X-Red-Hat-Base;X-MandrivaLinux-Office-Other; +Exec=libreoffice --math %U +MimeType=application/vnd.oasis.opendocument.formula;application/vnd.sun.xml.math;application/vnd.oasis.opendocument.formula-template;text/mathml;application/mathml+xml; +Name=LibreOffice Math +GenericName=Formula Editor +GenericName[fa]=ویرایش‌گر فرمول +GenericName[sk]=Editor vzorcov +GenericName[pt]=Editor de fórmulas +GenericName[xh]=Formula Editor +GenericName[uk]=Редактор формул +GenericName[pa_IN]=ਫਾਰਮੂਲਾ ਐਡੀਟਰ +GenericName[tn]=Formula Editor +GenericName[ss]=Formula Editor +GenericName[bs]=Editor za formule +GenericName[cs]=Editor vzorců +GenericName[si]=සූත්‍ර සකසනය +GenericName[ro]=Editor de formule +GenericName[km]=កម្មវិធី​កែសម្រួល​រូបមន្ដ +GenericName[sl]=Urejevalnik formul +GenericName[ta]=சூத்திரத் திருத்தி +GenericName[uz]=Formula tahrirchisi +GenericName[de]=Formeleditor +GenericName[ne]=सूत्र सम्पादक +GenericName[hu]=Képletszerkesztő +GenericName[ka]=Formula Editor +GenericName[nl]=Formule-bewerker +GenericName[br]=Embanner reollunioù +GenericName[et]=Valemiredaktor +GenericName[tg]=Formula Editor +GenericName[pl]=Edytor formuł +GenericName[ko]=수식 편집기 +GenericName[ca]=Editor de fórmules +GenericName[lv]=Formulu redaktors +GenericName[zh_TW]=公式編輯器 +GenericName[ru]=Редактор формул +GenericName[zh_CN]=公式编辑器 +GenericName[ast]=Editor de fórmules +GenericName[ar]=محرر الصيغة +GenericName[it]=Elaboratore di formule +GenericName[eo]=Formuloredaktilo +GenericName[mn]=Formula Editor +GenericName[es]=Editor de fórmulas +GenericName[om]=Gulaalaa Foormulaa +GenericName[rw]=Formula Editor +GenericName[mk]=Уредувач на формула +GenericName[nb]=Formelredigering +GenericName[af]=Formule-redigeerder +GenericName[as]=সূত্র সম্পাদক +GenericName[he]=עורך נוסחאות +GenericName[vi]=Trình soạn công thức +GenericName[hr]=Uređivač matematičkih formula +GenericName[ja]=数式エディター +GenericName[en_GB]=Formula Editor +GenericName[en]=Formula Editor +GenericName[gd]=Deasaiche foirmle +GenericName[fr]=Éditeur de formule +GenericName[ca_valencia]=Editor de fórmules +GenericName[pt_BR]=Editor de fórmulas +GenericName[or]=ସୂତ୍ର ସମ୍ପାଦକ +GenericName[oc]=Editor de formula +GenericName[kk]=Формулалар түзеткіші +GenericName[cy]=Golygydd Fformiwla +GenericName[da]=Formeleditor +GenericName[be]=Рэдактар формул +GenericName[en_ZA]=Formula Editor +GenericName[el]=Επεξεργαστής τύπων +GenericName[dz]=Formula Editor +GenericName[ga]=Eagarthóir Foirmlí +GenericName[bn]=সূত্র সম্পাদক +GenericName[mr]=सूत्र संपादक +GenericName[st]=Formula Editor +GenericName[ve]=Formula Editor +GenericName[nn]=Formelredigering +GenericName[ug]=فورمۇلا تەھرىرلىگۈچ +GenericName[tr]=Formül Düzenleyici +GenericName[eu]=Formula editorea +GenericName[gu]=સૂત્ર સંપાદક +GenericName[kmr_Latn]=Edîtorê Formulan +GenericName[gl]=Editor de fórmulas +GenericName[nso]=Morulaganyi wa fomula +GenericName[nr]=Formula Editor +GenericName[lt]=Formulių rengyklė +GenericName[te]=ఫార్ములా సరికూర్పరి +GenericName[sr]=Уређивач формуле +GenericName[sv]=Formelredigerare +GenericName[ts]=Formula Editor +GenericName[bg]=Редактор на формули +GenericName[ml]=ഫോര്‍മുലാ എഡിറ്റര്‍ +GenericName[th]=ตัวแก้ไขสูตร +GenericName[id]=Penyunting Rumus +GenericName[zu]=Formula Editor +GenericName[fi]=Kaavaeditori +GenericName[hi]=सूत्र संपादक +GenericName[is]=Formúluritill +Comment=Create and edit scientific formulas and equations by using Math. +Comment[sv]=Skapa och redigera vetenskapliga formler och ekvationer med hjälp av Math. +Comment[tn]=Create and edit scientific formulas and equations by using Math. +Comment[rw]=Kurema no guhindura inzira n'inganyagaciro bya gihanga ukoresheje Math. +Comment[ast]=Crear y editar fórmules científiques y ecuaciones emplegando Math. +Comment[he]=יצירה ועריכה של נוסחאות ומשוואות מדעיות באמצעות תוכנת הנוסחאות. +Comment[et]=Math võimaldab luua ja redigeerida teaduslikke valemeid ning võrrandeid. +Comment[nb]=Opprett og rediger vitenskapelige formler og ligninger ved bruk av Math. +Comment[mr]=Math चा वापर करून वैज्ञानिक सूत्रे व समीकरणे बनवा व संपादीत करा. +Comment[lt]=Formulių rengyklė skirta formulėms ir lygtims rašyti. +Comment[bn]=ম্যাথ ব্যবহার করে বৈজ্ঞানিক ফর্মূলা এবং সমীকরণ তৈরি এবং সম্পাদনা করুন। +Comment[ar]=إنشاء الصيغ العلمية والمعادلات وتحريرها باستخدام ماث. +Comment[en]=Create and edit scientific formulas and equations by using Math. +Comment[ve]=Vhumbani na u lumalamisa dzifomuḽa dza sainthifiki na dziikhwesheni nga u shumisa Math. +Comment[nl]=Met Math kunt u wiskundige formules en vergelijkingen maken en bewerken. +Comment[ru]=Создание и редактирование научных формул и уравнений. +Comment[mn]=Math ашиглан шинжлэх ухааны томьёо ба тэнцэтгэл биш үүсгэх болон засварлах. +Comment[uk]=Створення та редагування наукових формул та рівнянь. +Comment[ca_valencia]=Creeu i editeu fórmules científiques i equacions amb el Math. +Comment[ga]=Cruthaigh foirmlí eolaíocha agus cothromóidí agus cuir iad in eagar le Math. +Comment[af]=Skep en redigeer wetenskaplike formules en vergelykings met Math. +Comment[gl]=Crear e editar fórmulas científicas e ecuacións con Math. +Comment[eo]=Krei kaj redakti sciencajn formulojn kaj ekvaciojn per Formulilo. +Comment[pt]=Criar e editar fórmulas e equações científicas com o Math. +Comment[is]=Búa til og breyta vísindaformúlum og jöfnum með því að nota Math. +Comment[fr]=Math - Création et édition de formules scientifiques et d'équations. +Comment[dz]=ཨང་རྩིས་ལག་ལེན་འཐབ་ཐོག་ལས་ ཚན་རིག་དང་འབྲེལ་བའི་མན་ངག་དང་ཨི་ཀུའེ་ཊེ་ཤཱན་བཟོ་ནི་དང་ཞུན་དག་རྐྱབ་ནི། +Comment[zu]=Yenza futhi ulungise amafomula ezesayensi nama-ikhuweyjini ngokusebenzisa into yeziBalo. +Comment[tg]=Бо ёрии Math формулаҳои илмӣ сохтан, онҳоро ислоҳ кардан мумкин аст. +Comment[ja]=Math を使用して、科学の公式や方程式を作成し、編集します。 +Comment[oc]=Math - Creacion e edicion de formulas scientificas e d'eqüacions. +Comment[ca]=Creeu i editeu fórmules científiques i equacions amb el Math. +Comment[ko]=Math를 사용하여 수식 및 공학용 수식을 만들고 편집합니다. +Comment[hi]=गणित के प्रयोग से वैज्ञानिक सूत्र बनाएं और संपादित करें. +Comment[nr]=Enza nokuhlela amafomula namakhotheyitjhini ngokusebenzisa i-Math. +Comment[om]=Math fayyadamuun foormulaawwan saayinsaawaa fi himoota qixxaatoo uumi, gulaali. +Comment[sl]=S programom Math ustvarjajte in urejajte znanstvene formule in enačbe. +Comment[pt_BR]=Crie e edite fórmulas científicas e equações por meio do Math. +Comment[hr]=Stvorite i uredite znanstvene formule i jednadžbe. +Comment[en_GB]=Create and edit scientific formulae and equations using Math. +Comment[en_ZA]=Create and edit scientific formulae and equations by using Math. +Comment[ts]=Endla ni ku lulamisa Tifomula ta vutshila bya sayense ni tinhlayo hi ku tirhisa Math. +Comment[zh_TW]=使用 Math 可建立與編輯科學公式與方程式。 +Comment[ka]=ქმნის და ასწორებს სამეცნიერო ფორმულებს და განტოლებებს Math-ის გამოყენებით. +Comment[st]=Bopa le ho lokisa difomula tsa saense le diekweishene ka ho sebedisa Math. +Comment[lv]=Veidot un rediģēt formulas un vienādojumus, lietojot Math. +Comment[tr]=Math kullanarak bilimsel formülleri ve eşitlikleri oluşturabilir ve düzenleyebilirsiniz. +Comment[as]=Math ব্যৱহাৰ কৰি বৈজ্ঞানিক সূত্ৰ আৰু সমীকৰণবোৰ সৃষ্টি আৰু সম্পাদনা কৰক। +Comment[pa_IN]=ਗਣਿਤ (Math) ਨਾਲ ਵਿਗਿਆਨਕ ਫਾਰਮੂਲੇ ਅਤੇ ਸਮੀਕਰਨ ਬਣਾਓ। +Comment[km]=បង្កើត និង​កែ​សម្រួល​រូបមន្ត​វិទ្យាសាស្ត្រ និង​សមីការ​ដោយ​ប្រើ Math ។ +Comment[it]=Math ti permette di creare e modificare formule scientifiche ed equazioni. +Comment[gd]=Cruthaich is deasaich foirmlean is co-aontairean saidheansail le Math. +Comment[th]=สร้างและแก้ไขสูตรทางวิทยาศาสตร์และสมการโดยการใช้ Math +Comment[zh_CN]=使用 Math 创建并编辑科学公式和方程式。 +Comment[nso]=Hlama le go lokiša difomula tša saense le diekhoišene ka go diriša Math. +Comment[gu]=ગણિત વડે વૈજ્ઞાનિક સુત્રો અને સમીકરણો બનાવો. +Comment[xh]=Dala uze uhlele iindlela zokusebenzisa inzululwazi nongqinelaniso ngokusebenzisa u-Math. +Comment[sk]=Vytvárajte a upravujte vedecké vzorce a výrazy s použitím Math. +Comment[ne]=गणितको प्रयोगद्वारा वैज्ञानिक सूत्रहरू र समीकरणहरू सिर्जना तथा सम्पादन गर्नुहोस् । +Comment[kk]=Math көмегімен ғылыми формулаларды және теңдеулерді жасау және түзетуге болады. +Comment[or]=ଗଣିତ ଉପୟୋଗକରି ବୌଜ୍ଞାନିକ ସୂତ୍ର ଏବଂ ସମିକରଣଗୁଡିକୁ ସୃଷ୍ଟି ଏବଂ ସମ୍ପାଦନ କର । +Comment[cy]=Creu a golygu fformiwlâu gwyddonol a hafaliadau gan ddefnyddio Math. +Comment[vi]=Tạo và sửa công thức và phương trình khoa học, dùng trình Math. +Comment[ug]=Math ئىشلىتىپ ئىلىم-پەن فورمۇلاسى ۋە ئىپادىسى قۇرىدۇ، تەھرىرلەيدۇ. +Comment[eu]=Formula zientifikoak eta ekuazioak sortu eta editatu Math erabiliz. +Comment[uz]=Math yordamida ilmiy formulalarni tuzish va tahrirlash. +Comment[bs]=Kreiranje i uređivanje naučnih formula i jednačina koristeći Math. +Comment[hu]=Képletek és egyenletek létrehozása és szerkesztése a Math használatával. +Comment[kmr_Latn]=Wekhevîn û formulên zanistî bi Mathê çê bike û sererast bike. +Comment[fi]=Luo ja muokkaa tieteellisiä kaavioita ja yhtälöitä käyttämällä Math -ohjelmaa. +Comment[sr]=Направите и уређујте научне формуле и једначине у Математици. +Comment[bg]=С Math можете да създавате и редактирате математически формули и уравнения. +Comment[pl]=Twórz i edytuj wzory matematyczne i naukowe używając programu Math. +Comment[de]=Wissenschaftliche Formeln setzen und bearbeiten - Math macht's möglich. +Comment[da]=Opret og rediger videnskabelige formler ved brug af Math. +Comment[cs]=Math umožňuje vytvářet a upravovat vědecké vzorce a rovnice. +Comment[ro]=Creați și editați formule științifice și ecuații folosind Math. +Comment[si]=Math භාවිතා කරමින් විද්‍යාත්මක සූත්‍ර සහ සමීකරණ සාදන්න සහ වෙනස් කරන්න. +Comment[te]=శాస్త్ర సూత్రములు మరియు సమీకరణములను మేథ్ తో నిర్మించి, సరిచేయుము +Comment[es]=Cree y edite fórmulas científicas y ecuaciones con Math. +Comment[be]=Стварайце і рэдагуйце навуковыя формулы і ўраўненні з дапамогаю Math-а. +Comment[nn]=Med Math kan du laga og redigera vitskaplege formlar og likningar. +Comment[br]=Math. - Krouiñ hag embann reollunioù skiantel hag ataladoù. +Comment[fa]=با استفاده از ریاضی، فرمول‌ها و معادلات ریاضی ایجاد یا ویرایش کنید. +Comment[ml]=കണക്ക് ഉപയോഗിച്ച് ശാസ്ത്രീയ സൂത്രവാക്യങ്ങളും സമവാക്യങ്ങളും സൃഷ്ടിക്കുകയും എഡിറ്റു ചെയ്യുകയും ചെയ്യാം. +Comment[id]=Mengolah rumus ilmiah maupun persamaannya menggunakan Math. +Comment[el]=Δημιουργία και επεξεργασία επιστημονικών τύπων και εξισώσεων με τη χρήση του Math. +Comment[ss]=Yakha u-edithe ngekwesayensi yemafomula nemakhweshini ngakusebentisa Math. +Comment[ta]=அறிவியல் சூத்திரங்களையும் சமன்பாடுகளையும் உருவாக்க, தொகுக்க மேத்தைப் பயன்படுத்து. +Comment[mk]=Креирајте и уредувајте научни формули и равенки користејќи Math. +StartupNotify=true +X-GIO-NoFuse=true +Keywords=Equation;OpenDocument Formula;Formula;odf;MathML; +InitialPreference=5 +StartupWMClass=libreoffice-math +X-KDE-Protocols=file,http,ftp,webdav + +Actions=NewDocument; +[Desktop Action NewDocument] +Name=New Formula +Exec=libreoffice --math diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate/applications/mate-keybinding.desktop ubuntu-mate-settings-0.4.5/usr/share/mate/applications/mate-keybinding.desktop --- ubuntu-mate-settings-0.4.4.1/usr/share/mate/applications/mate-keybinding.desktop 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/mate/applications/mate-keybinding.desktop 2015-05-14 17:41:32.000000000 +0100 @@ -0,0 +1,194 @@ +[Desktop Entry] +Name=Keyboard Shortcuts +Name[af]=Sleutelbordkortpaaie +Name[am]=የፊደል ገበታ አቋራጭ +Name[ar]=اختصارات لوحة المفاتيح +Name[as]=চাবিৰ ফলকৰ শৰ্টকাট +Name[ast]=Atayos del Tecláu +Name[az]=Klaviatura Qısa Yolları +Name[be]=Скароты клавіятуры +Name[be@latin]=Klavijaturnyja skaroty +Name[bg]=Клавишни комбинации +Name[bn]=কি-বোর্ড শর্টকাট +Name[bn_IN]=কি-বোর্ড শর্টকাট +Name[br]=Berradenn klavier +Name[bs]=Kratice tastature +Name[ca]=Dreceres de teclat +Name[ca@valencia]=Dreceres de teclat +Name[cmn]=鍵盤捷徑鍵 +Name[crh]=Klavye Qısqayolları +Name[cs]=Klávesové zkratky +Name[cy]=Llwybrau byr y Bysellfwrdd +Name[da]=Tastaturgenveje +Name[de]=Tastenkombinationen +Name[dz]=ལྡེ་སྒྲོམ་གྱི་མགྱོགས་ཐབས། +Name[el]=Συντομεύσεις πληκτρολογίου +Name[en@shaw]=𐑒𐑰𐑚𐑪𐑮𐑛 𐑖𐑹𐑑𐑒𐑳𐑑𐑕 +Name[en_AU]=Keyboard Shortcuts +Name[en_CA]=Keyboard Shortcuts +Name[en_GB]=Keyboard Shortcuts +Name[es]=Combinaciones de teclas +Name[et]=Kiirklahvid +Name[eu]=Laster-teklak +Name[fa]=میان‌برهای صفحه‌کلید +Name[fi]=Pikanäppäimet +Name[fr]=Raccourcis clavier +Name[ga]=Aicearraí Méarchláir +Name[gl]=Atallo de teclado +Name[gu]=કીબોર્ડ ટૂંકાણો +Name[he]=קיצורי מקלדת +Name[hi]=कुंजीपटल शार्टकट +Name[hr]=Tipkovnički prečaci +Name[hu]=Gyorsbillentyűk +Name[id]=Tombol Pintas +Name[is]=Flýtilyklar +Name[it]=Scorciatoie da tastiera +Name[ja]=キーボード・ショートカット +Name[ka]=სხარტი კლავიშები +Name[kk]=Пернетақта жарлықтары +Name[kn]=ಕೀಲಿಮಣೆ ಶಾರ್ಟ್-ಕಟ್‍ಗಳು +Name[ko]=키보드 바로 가기 +Name[ku]=Kurteriyên Klavyeyê +Name[lt]=Klavišų susiejimai +Name[lv]=Tastatūras saīsnes +Name[mai]=कुंजीपटल शार्टकट +Name[mg]=Hintsin-dàlan'ny kitendry +Name[mk]=Кратенки за тастатурата +Name[ml]=കീബോര്‍ഡ് എളുപ്പവഴിികള്‍ +Name[mn]=Гарын шорткат +Name[mr]=कळफलक शॉर्टकट +Name[ms]=Pintasan Papan Kekunci +Name[nb]=Tastatursnarveier +Name[nds]=Knöppboord Kortsnieds +Name[ne]=कुञ्जीपाटी सर्टकट +Name[nl]=Sneltoetsen +Name[nn]=Snøggtastar +Name[nso]=Dikgaoletšo tša Boroto ya Dinotlelo +Name[oc]=Acorchis de clavièr +Name[or]=କିବୋର୍ଡ ସର୍ଟକଟଗୁଡିକ +Name[pa]=ਕੀ-ਬੋਰਡ ਸ਼ਾਰਟਕੱਟ +Name[pl]=Skróty klawiszowe +Name[pt]=Atalhos de teclado +Name[pt_BR]=Atalhos de teclado +Name[ro]=Scurtături tastatură +Name[ru]=Комбинации клавиш клавиатуры +Name[si]=යතුරු පුවරු කෙටි මාර්‍ඟ +Name[sk]=Klávesové skratky +Name[sl]=Tipkovne bližnjice +Name[sq]=Kombinime përshpejtuese nga tastiera +Name[sr]=Пречице на тастатури +Name[sr@latin]=Prečice na tastaturi +Name[sv]=Tangentbordsgenvägar +Name[ta]=விசைப்பலகை குறுக்கு வழிகள் +Name[te]=కీబోర్డు లఘువులు +Name[th]=ปุ่มลัด +Name[tr]=Klavye Kısayolları +Name[ug]=ھەرپتاختا تېزلەتمىلىرى +Name[uk]=Комбінації клавіш +Name[ur]=کیبورڈ اختصار +Name[uz]=Klaviatura tugmalar birikmasi: +Name[uz@cyrillic]=Клавиатура тугмалар бирикмаси: +Name[vi]=Phím tắt +Name[wa]=Rascourtis del taprece +Name[xh]=Iindlela eziNqumlayo ze-Keyboard +Name[zh_CN]=键盘快捷键 +Name[zh_HK]=鍵盤捷徑鍵 +Name[zh_TW]=鍵盤捷徑鍵 +Name[zu]=Izinqamulo zendawo yokushaya uma ubhala +Comment=Assign shortcut keys to commands +Comment[af]=Wys kortpadsleutel toe aan opdragte +Comment[ar]=اربط مفاتيح اختصار بأوامر +Comment[as]=বিভিন্ন আদেশৰ বাবে শৰ্টকাট নিৰ্ধাৰণ কৰক +Comment[ast]=Da-y una combinación de tecles a comandos +Comment[az]=Əmrlərə qısa yol düymələri tə'yin edin +Comment[be]=Задаць загады скаротам +Comment[be@latin]=Pryviažy klavijaturnyja skaroty da zahadaŭ +Comment[bg]=Поставяне на клавишни комбинации за команди +Comment[bn]=বিভিন্ন কমান্ডের জন্য শর্টকাট নির্ধারণ করুন +Comment[bn_IN]=বিভিন্ন কমান্ডের জন্য শর্ট-কাট নির্ধারণ করুন +Comment[bs]=Dodijeli kratice naredbama +Comment[ca]=Assigna dreceres a ordres +Comment[ca@valencia]=Assigna dreceres a ordes +Comment[cmn]=為不同的指令分配捷徑鍵 +Comment[crh]=Komutlara kısayol ata +Comment[cs]=Přiřadí klávesové zkratky k příkazům +Comment[cy]=_Neilltuo bysell byrlwybr â gorchmynion +Comment[da]=Tildel genvejstaster til kommandoer +Comment[de]=Befehlen eine Tastenkombination zuweisen +Comment[dz]=བརྡ་བཀོད་ཚུ་ལུ་ མགྱོགས་ཐབས་ལྡེ་མིག་ འགན་སྤྲོད་འབད། +Comment[el]=Ορισμός πλήκτρων συντόμευσης σε εντολές +Comment[en@shaw]=𐑩𐑕𐑲𐑯 𐑕𐑹𐑑𐑒𐑳𐑑 𐑒𐑰𐑟 𐑑 𐑒𐑩𐑥𐑭𐑯𐑛𐑟 +Comment[en_AU]=Assign shortcut keys to commands +Comment[en_CA]=Assign shortcut keys to commands +Comment[en_GB]=Assign shortcut keys to commands +Comment[es]=Asignar combinaciones de teclas a órdenes +Comment[et]=Käskudele kiirklahvide seadmine +Comment[eu]=Esleitu laster-teklak komandoei +Comment[fa]=انتساب کلید میان‌بر به فرمان‌ها +Comment[fi]=Liitä pikanäppäimiä komentoihin +Comment[fr]=Assigner des raccourcis clavier aux commandes +Comment[ga]=Sann eochracha aicearra ar orduithe +Comment[gl]=Asignar atallos de teclado a ordes +Comment[gu]=આદેશો માટે ટુંકાણ કી સુયોજીત કરો +Comment[he]=שייך מקשי קיצור לפקודות +Comment[hi]=कमांड हेतु शार्टकट कुंजियाँ नियत करें +Comment[hr]=Pridruži tipke prečaca naredbama +Comment[hu]=Gyorsbillentyűk parancsokhoz rendelése +Comment[id]=Pasang tombol singkat untuk perintah tertentu +Comment[is]=Tengja flýtilykla við skipanir +Comment[it]=Assegna dei tasti scorciatoia a dei comandi +Comment[ja]=コマンドにショートカット・キーを割り当てます +Comment[ka]=ბრძანებისთვის სხარტი კლავიშის მინიჭება +Comment[kn]=ಆಜ್ಞೆಗಳಿಗೆ ಶಾರ್ಟ್-ಕಟ್ ಕೀಲಿಗಳನ್ನು ನಿಯೋಜಿಸು +Comment[ko]=명령어에 단축 키를 지정합니다 +Comment[ku]=Kurteriyan li fermanan tayîn bike +Comment[lt]=Priskirti sparčiuosius klavišus komandoms +Comment[lv]=Piesaistīt komandām saīsņu taustiņus +Comment[mai]=कमाँड लेल शार्टकट कुँजीसभ नियत करू +Comment[mg]=Hamorona kitendry hitsin-dàlana ho ana baiko +Comment[mk]=Додели кратенки за команди +Comment[ml]=ആജ്ഞകള്‍ക്ക് എളുപ്പകീകള്‍ നല്‍കുക +Comment[mn]=Тушаалуудад шорткат оноох +Comment[mr]=शॉर्टकट किज् आदेशांस लागू +Comment[ms]=Umpuk kekunci pintasan ke perintah +Comment[nb]=Tilegn snarveitaster til kommandoer +Comment[ne]=आदेशहरूमा सर्टकट कुञ्जीहरू मानाङ्कन गर्नुहोस् +Comment[nl]=Sneltoetsen toewijzen aan opdrachten +Comment[nn]=Tileigna snøggtastar til kommandoar +Comment[nso]=Abela dinotlelo tša kgaoletšo go ditaelo +Comment[or]=ଆଦେଶଗୁଡିକୁ ସର୍ଟକଟ କିଗୁଡିକ ପ୍ରଦାନ କର +Comment[pa]=ਕਮਾਡਾਂ ਨੂੰ ਸ਼ਾਰਟਕੱਟ ਮੁਹੱਈਆ ਕਰੋ: +Comment[pl]=Powiązania skrótów klawiszowych z poleceniami +Comment[pt]=Atribuir teclas de atalho a comandos +Comment[pt_BR]=Atribuir teclas de atalhos a comandos +Comment[ro]=Asociați combinații comenzilor des utilizate +Comment[ru]=Диалог назначения комбинаций клавиш командам +Comment[sk]=Priradiť klávesové skratky príkazom +Comment[sl]=Ukazom določi tipkovne bližnjice +Comment[sq]=Cakton pulsante përshpejtues komandave +Comment[sr]=Подесите тастере за покретање честих наредби +Comment[sr@latin]=Podesite tastere za pokretanje čestih naredbi +Comment[sv]=Associera snabbtangenter med kommandon +Comment[ta]=கட்டளைகளுக்கான குறுக்கு வழி விசைகளை ஒப்படை +Comment[te]=ఆదేశాలకు లఘువులను జతచేయుము +Comment[th]=ตั้งปุ่มลัดสำหรับเรียกใช้คำสั่งต่างๆ +Comment[tr]=Komutlara kısayol ata +Comment[ug]=بۇيرۇققا تېزلەتمە بەلگىلىنىدۇ +Comment[uk]=Пов'язати комбінації клавіш з командами +Comment[ur]=کمانڈوں کو اختصار کلیدیں تفویض کریں +Comment[uz]=Buyruqlarga tugmalar birikmasi tayinlash +Comment[uz@cyrillic]=Буйруқларга тугмалар бирикмаси тайинлаш +Comment[vi]=Gán phím tắt cho lệnh +Comment[xh]=Nikela amaqhosha endlela enqumlayo kwimiyalelo +Comment[zh_CN]=为命令指定快捷键 +Comment[zh_HK]=為不同的指令分配捷徑鍵 +Comment[zh_TW]=為不同的指令分配捷徑鍵 +Comment[zu]=Nikela iinkinombho kwimilayezo +Exec=mate-keybinding-properties +Icon=preferences-desktop-keyboard-shortcuts +Terminal=false +Type=Application +StartupNotify=true +Categories=GTK;Settings;HardwareSettings; +Keywords=mate-control-center;MATE;assign;keyboard;shortcuts;keybindings; +OnlyShowIn=MATE; diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate/applications/mate-network-properties.desktop ubuntu-mate-settings-0.4.5/usr/share/mate/applications/mate-network-properties.desktop --- ubuntu-mate-settings-0.4.4.1/usr/share/mate/applications/mate-network-properties.desktop 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/mate/applications/mate-network-properties.desktop 2015-05-14 17:41:33.000000000 +0100 @@ -0,0 +1,184 @@ +[Desktop Entry] +Name=Network Proxy +Name[af]=Netwerk instaner +Name[ar]=وسيط الشبكة +Name[as]=নেটৱৰ্ক নিযুক্তক +Name[ast]=Proxy de Rede +Name[az]=Şəbəkə Vəkil Vericisi +Name[be]=Проксі сеткі +Name[be@latin]=Sietkavy proxy +Name[bg]=Мрежов сървър-посредник +Name[bn]=নেটওয়ার্ক প্রক্সি +Name[bn_IN]=নেটওয়ার্ক প্রক্সি +Name[br]=Proksi ar rouedad +Name[bs]=Mrežni proxy +Name[ca]=Servidor intermediari de xarxa +Name[ca@valencia]=Servidor intermediari de xarxa +Name[cmn]=代理伺服器 +Name[crh]=Şebeke Proksisi +Name[cs]=Proxy sítě +Name[cy]=Dirprwy Rhwydwaith +Name[da]=Netværksproxy +Name[de]=Netzwerk-Proxy +Name[dz]=ཡོངས་འབྲེལ་གྱི་ པོརོག་སི། +Name[el]=Διαμεσολαβητής δικτύου +Name[en@shaw]=𐑯𐑧𐑑𐑢𐑻𐑒 𐑐𐑮𐑪𐑒𐑕𐑦 +Name[en_AU]=Network Proxy +Name[en_CA]=Network Proxy +Name[en_GB]=Network Proxy +Name[es]=Proxy de la red +Name[et]=Võrgu proksi +Name[eu]=Sareko proxy-a +Name[fa]=پیشکار شبکه +Name[fi]=Välipalvelin +Name[fr]=Serveur mandataire +Name[ga]=Seachfhreastalaí Líonra +Name[gl]=Proxy da rede +Name[gu]=નેટવર્ક પ્રોક્સી +Name[he]=מתווך רשת +Name[hi]=नेटवर्क प्रॉक्सी +Name[hr]=Posrednički mrežni poslužitelj - proxy +Name[hu]=Hálózati proxy +Name[id]=Proksi Jaringan +Name[is]=Netsel +Name[it]=Proxy di rete +Name[ja]=ネットワークのプロキシ +Name[ka]=ქსელის პროქსი +Name[kn]=ಜಾಲಬಂಧ ಪ್ರಾಕ್ಸಿ +Name[ko]=네트워크 프록시 +Name[ku]=Cîgirê Toreyê +Name[ky]=Тармактык прокси-кызмат +Name[lt]=Tarpinis tinklo serveris +Name[lv]=Tīkla starpniekserveris +Name[mai]=संजाल प्रॉक्सी +Name[mg]=Proxy'ny rezo +Name[mk]=Мрежен прокси +Name[ml]=ശൃംഖലയിലെ പ്രോക്സി +Name[mn]=Сүлжээ-итгэмжлэгч +Name[mr]=संजाळ प्रॉक्सी +Name[ms]=Proksi Rangkaian +Name[nb]=Nettverksproxy +Name[nds]=Netwark-Proxy +Name[ne]=सञ्जाल प्रोक्सी +Name[nl]=Netwerkproxy +Name[nn]=Mellomtenar i nettverket +Name[nso]=Kemedi ya Neteweke +Name[or]=ନେଟୱର୍କ ପ୍ରକ୍ସି +Name[pa]=ਨੈੱਟਵਰਕ ਪਰਾਕਸੀ +Name[pl]=Pośrednik sieciowy +Name[pt]=Proxy de Rede +Name[pt_BR]=Proxy da rede +Name[ro]=Proxy rețea +Name[ru]=Сетевая прокси-служба +Name[sk]=Sieťové proxy +Name[sl]=Omrežni posredovalni strežnik +Name[sq]=Proxy i rrjetit +Name[sr]=Мрежни посредник +Name[sr@latin]=Mrežni posrednik +Name[sv]=Nätverksproxyserver +Name[ta]=வலையமைப்பு பிரதிநிதி. +Name[te]=నెట్వర్కు ప్రాక్సీ +Name[th]=พร็อกซีเครือข่าย +Name[tr]=Ağ Vekili +Name[ug]=تور ۋاكالەتچىسى +Name[uk]=Служба проксі +Name[ur]=نیٹ ورک پراکسی +Name[uz]=Tarmoq proksisi +Name[uz@cyrillic]=Тармоқ проксиси +Name[vi]=Ủy nhiệm mạng +Name[xh]=Unxibelelwano lweKhompyutha esebenza njengomqobo +Name[zh_CN]=网络代理 +Name[zh_HK]=代理伺服器 +Name[zh_TW]=代理伺服器 +Name[zu]=Proxy yokuxhumana +Comment=Set your network proxy preferences +Comment[af]=Stel jou voorkeure in vir netwerkinstaanbedieners +Comment[ar]=اضبط خيارات وسيط شبكتك +Comment[as]=নেটৱৰ্ক নিযুক্তক সম্পৰ্কিত পছন্দ নিৰ্ধাৰণ কৰক +Comment[ast]=Afitar les preferencies de proxy de rede +Comment[be]=Задаць настаўленні проксі +Comment[be@latin]=Abiary nałady sietkavaha proxy +Comment[bg]=Настройки на мрежовия сървър-посредник +Comment[bn]=নেটওয়ার্ক প্রক্সি সম্পর্কিত পছন্দ নির্ধারণ করুন +Comment[bn_IN]=নেটওয়ার্ক প্রক্সি সম্পর্কিত পছন্দ নির্ধারণ করুন +Comment[ca]=Establiu les preferències del servidor intermediari de xarxa +Comment[ca@valencia]=Establiu les preferències del servidor intermediari de xarxa +Comment[cmn]=設定代理伺服器 +Comment[crh]=Ağ vekil tercihlerini ayarlayın +Comment[cs]=Nastaví proxy sítě +Comment[cy]=Gosod eich hoffterau dirprwy rhwydwaith +Comment[da]=Sæt dine indstillinger for netværksproxy +Comment[de]=Legen Sie hier Ihre Netzwerk-Proxy-Einstellungen fest +Comment[dz]=ཁྱོད་རའི་ཡོངས་འབྲེལ་གྱི་ པོརོག་སི་དགའ་གདམ་ཚུ་ གཞི་སྒྲིག་འབད། +Comment[el]=Καθορισμός προτιμήσεων διαμεσολαβητή δικτύου +Comment[en@shaw]=𐑕𐑧𐑑 𐑿𐑼 𐑯𐑧𐑑𐑢𐑻𐑒 𐑐𐑮𐑪𐑒𐑕𐑦 𐑐𐑮𐑧𐑓𐑼𐑩𐑯𐑕𐑩𐑟 +Comment[en_AU]=Set your network proxy preferences +Comment[en_CA]=Set your network proxy preferences +Comment[en_GB]=Set your network proxy preferences +Comment[es]=Establezca sus preferencias del proxy de la red +Comment[et]=Võrguproksi eelistuste seadmine +Comment[eu]=Sareko proxy-aren hobespenak ezartzen ditu +Comment[fa]=ترجیحات پیشکار شبکه‌تان تنظیم کنید +Comment[fi]=Muuta välipalvelinasetuksia +Comment[fr]=Définir vos préférences de serveur mandataire (proxy) +Comment[ga]=Socraigh do chuid sainroghanna sheachfhreastalaí líonra +Comment[gl]=Estabeleza as súas preferencias do proxy da rede +Comment[gu]=તમારા નેટવર્ક પ્રોક્સીની પસંદગીઓ સુયોજિત કરો +Comment[he]=הגדרת העדפות מתווך הרשת +Comment[hi]=नेटवर्क प्रॉक्सी वरीयताएँ सेट करें +Comment[hr]=Postavi vlastite prilagodbe posredničkog mrežnog poslužitelja +Comment[hu]=Hálózati proxy beállításai +Comment[id]=Atur preferensi proksi jaringan Anda +Comment[it]=Imposta le preferenze del proxy di rete +Comment[ja]=お使いのネットワーク・プロキシを設定します +Comment[ka]=თვენი ქსელის პროქსის პარამეტრების დაყენება +Comment[kn]=ಜಾಲಬಂಧ ಪ್ರಾಕ್ಸಿಯ ಆದ್ಯತೆಗಳನ್ನು ಹೊಂದಿಸಿ +Comment[ko]=네트워크 프록시를 설정합니다 +Comment[ku]=Tercîhên cîgirê toreyê mîheng bike +Comment[lt]=Nurodyti tarpinio tinklo serverio nustatymus +Comment[lv]=Mainīt tīkla starpniekservera iestatījumus +Comment[mai]=संजाल प्रॉक्सी वरीयतासभ सेट करू +Comment[mg]=Mamaritra ny safidy manokan'ny proxy'ny rezonao +Comment[mk]=Поставете ги вашите преференци за мрежниот proxy +Comment[ml]=നിങ്ങളുടെ ശൃംഖലയിലെ പ്രോക്സി മുന്‍ഗണനകള്‍ സജ്ജീകരിയ്ക്കുക +Comment[mn]=Сүлжээ-итгэмжлэгчийн тохируулгыг хийх +Comment[mr]=तुमच्या संजाळ प्रॉक्सी पसंती निर्धारित करा +Comment[ms]=Tetapkan keutamaan proksi rangkaian anda +Comment[nb]=Sett dine brukervalg for nettverksproxy +Comment[nds]=Netwark-Proxy-Instellens setten +Comment[ne]=तपाईँको सञ्जाल प्रोक्सी प्राथमिक्ताहरू सेट गर्नुहोस् +Comment[nl]=Netwerkproxy-voorkeuren instellen +Comment[nn]=Sett opp instillingane for mellomtenar i nettverket +Comment[or]=ଆପଣଙ୍କର ନେଟୱର୍କ ପ୍ରକ୍ସି ପସନ୍ଦକୁ ସେଟକରନ୍ତୁ +Comment[pa]=ਆਪਣੀ ਨੈੱਟਵਰਕ ਪਰਾਕਸੀ ਪਸੰਦ ਦਿਓ +Comment[pl]=Ustawianie preferencji pośrednika sieciowego +Comment[pt]=Definir as suas preferências do proxy de rede +Comment[pt_BR]=Defina suas preferências do proxy da rede +Comment[ro]=Opțiuni proxy rețea +Comment[ru]=Диалог настройки прокси-серверов +Comment[sk]=Nastaviť predvoľby vášho sieťového proxy +Comment[sl]=Možnosti posredovalnega strežnika omrežja +Comment[sq]=Përcakton preferimet e proxy të rrjetit +Comment[sr]=Подесите поставке мрежног посредника +Comment[sr@latin]=Podesite postavke mrežnog posrednika +Comment[sv]=Ställ in dina inställningar för nätverksproxyserver +Comment[ta]=உங்கள் பிணைய பதிலாள் முன்னுரிமைகளை அமை +Comment[te]=మీ నెట్వర్కు ప్రాక్సీ అభీష్టాలను అమర్చుము +Comment[th]=ตั้งค่าพร็อกซีของเครือข่าย +Comment[tr]=Ağ vekil tercihlerini ayarlayın +Comment[ug]=تور ۋاكالەتچى مايىللىقىڭىزنى تەڭشەڭ +Comment[uk]=Діалог налаштовування проксі-сервера +Comment[ur]=اپنے نیٹ ورک پراکسی کی ترجیحات مُتعین کریں +Comment[vi]=Đặt tùy thích máy phục vụ ủy nhiệm mạng cho bạn. +Comment[xh]=Misela uluhlu lokukhetha lonxibelelwano lwekhompyutha esbenza njengomqobo +Comment[zh_CN]=设置您的网络代理首选项 +Comment[zh_HK]=設定代理伺服器 +Comment[zh_TW]=設定代理伺服器 +Exec=mate-network-properties +Icon=mate-network-properties +Terminal=false +Type=Application +StartupNotify=true +Categories=GTK;Settings;X-MATE-NetworkSettings; +Keywords=mate-control-center;MATE;network;http;socks;proxy; +OnlyShowIn=MATE; diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate/applications/software-properties-gtk.desktop ubuntu-mate-settings-0.4.5/usr/share/mate/applications/software-properties-gtk.desktop --- ubuntu-mate-settings-0.4.4.1/usr/share/mate/applications/software-properties-gtk.desktop 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/mate/applications/software-properties-gtk.desktop 2015-05-14 17:51:49.000000000 +0100 @@ -0,0 +1,17 @@ +[Desktop Entry] +Name=Software & Updates +GenericName=Software & Updates +Comment=Configure the sources for installable software and updates +Keywords=Drivers;Repositories;Repository;PPA; +Exec=software-properties-gtk +Icon=software-properties +Terminal=false +X-MultipleArgs=false +Type=Application +NotShowIn=GNOME; +Categories=System;Settings; +X-GNOME-Settings-Panel=software-properties +X-Unity-Settings-Panel=software-properties +MimeType=text/x-apt-sources-list; +X-KDE-SubstituteUID=true +X-Ubuntu-Gettext-Domain=software-properties diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate/applications/tilda.desktop ubuntu-mate-settings-0.4.5/usr/share/mate/applications/tilda.desktop --- ubuntu-mate-settings-0.4.4.1/usr/share/mate/applications/tilda.desktop 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/mate/applications/tilda.desktop 2015-05-14 17:30:23.000000000 +0100 @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Tilda +Exec=/usr/bin/tilda +Icon=tilda +Terminal=false +Type=Application +Categories=GNOME;GTK;System;Utility;TerminalEmulator; +NoDisplay=true diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/eleven-fresh.layout ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/eleven-fresh.layout --- ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/eleven-fresh.layout 2015-03-16 10:46:27.000000000 +0000 +++ ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/eleven-fresh.layout 2015-04-28 13:10:59.000000000 +0100 @@ -22,7 +22,7 @@ object-type=applet applet-iid=NotificationAreaAppletFactory::NotificationArea toplevel-id=top -position=30 +position=20 panel-right-stick=true locked=true @@ -30,14 +30,14 @@ object-type=applet applet-iid=ClockAppletFactory::ClockApplet toplevel-id=top -position=20 +position=10 panel-right-stick=true locked=true [Object shutdown] action-type=shutdown object-type=action -position=10 +position=0 panel-right-stick=true toplevel-id=top locked=true diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/eleven-indicators.layout ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/eleven-indicators.layout --- ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/eleven-indicators.layout 2015-03-16 10:46:27.000000000 +0000 +++ ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/eleven-indicators.layout 2015-04-28 13:12:16.000000000 +0100 @@ -21,7 +21,7 @@ object-type=applet applet-iid=NotificationAreaAppletFactory::NotificationArea toplevel-id=top -position=40 +position=30 panel-right-stick=true locked=true @@ -29,7 +29,7 @@ object-type=applet applet-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete toplevel-id=top -position=30 +position=20 panel-right-stick=true locked=true @@ -37,14 +37,14 @@ object-type=applet applet-iid=ClockAppletFactory::ClockApplet toplevel-id=top -position=20 +position=10 panel-right-stick=true locked=true [Object shutdown] action-type=shutdown object-type=action -position=10 +position=0 panel-right-stick=true toplevel-id=top locked=true diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/eleven.layout ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/eleven.layout --- ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/eleven.layout 2015-03-16 10:46:27.000000000 +0000 +++ ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/eleven.layout 2015-04-28 13:11:25.000000000 +0100 @@ -21,7 +21,7 @@ object-type=applet applet-iid=NotificationAreaAppletFactory::NotificationArea toplevel-id=top -position=30 +position=20 panel-right-stick=true locked=true @@ -29,14 +29,14 @@ object-type=applet applet-iid=ClockAppletFactory::ClockApplet toplevel-id=top -position=20 +position=10 panel-right-stick=true locked=true [Object shutdown] action-type=shutdown object-type=action -position=10 +position=0 panel-right-stick=true toplevel-id=top locked=true diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/netbook-fresh.layout ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/netbook-fresh.layout --- ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/netbook-fresh.layout 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/netbook-fresh.layout 2015-04-28 13:07:35.000000000 +0100 @@ -0,0 +1,50 @@ +[Toplevel top] +orientation=top +expand=true +size=24 + +[Object mate-menu] +locked=true +position=0 +toplevel-id=top +applet-iid=MateMenuAppletFactory::MateMenuApplet +object-type=applet + +[Object matewindowpicker] +object-type=applet +applet-iid=MateWindowPickerFactory::MateWindowPicker +toplevel-id=top +position=10 +locked=true + +[Object workspaceswitcherapplet] +object-type=applet +applet-iid=WnckletFactory::WorkspaceSwitcherApplet +toplevel-id=top +position=40 +panel-right-stick=true +locked=true + +[Object notificationarea] +object-type=applet +applet-iid=NotificationAreaAppletFactory::NotificationArea +toplevel-id=top +position=30 +panel-right-stick=true +locked=True + +[Object clockapplet] +object-type=applet +applet-iid=ClockAppletFactory::ClockApplet +toplevel-id=top +position=10 +panel-right-stick=true +locked=true + +[Object shutdown] +action-type=shutdown +object-type=action +toplevel-id=top +position=0 +panel-right-stick=true +locked=true diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/netbook-indicators-fresh.layout ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/netbook-indicators-fresh.layout --- ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/netbook-indicators-fresh.layout 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/netbook-indicators-fresh.layout 2015-04-28 13:13:41.000000000 +0100 @@ -0,0 +1,58 @@ +[Toplevel top] +orientation=top +expand=true +size=24 + +[Object mate-menu] +locked=true +position=0 +toplevel-id=top +applet-iid=MateMenuAppletFactory::MateMenuApplet +object-type=applet + +[Object matewindowpicker] +object-type=applet +applet-iid=MateWindowPickerFactory::MateWindowPicker +toplevel-id=top +position=10 +locked=true + +[Object workspaceswitcherapplet] +object-type=applet +applet-iid=WnckletFactory::WorkspaceSwitcherApplet +toplevel-id=top +position=40 +panel-right-stick=true +locked=true + +[Object notification-area] +object-type=applet +applet-iid=NotificationAreaAppletFactory::NotificationArea +toplevel-id=top +position=30 +panel-right-stick=true +locked=true + +[Object indicatorappletcomplete] +object-type=applet +applet-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete +toplevel-id=top +position=20 +panel-right-stick=true +locked=true + +[Object clockapplet] +object-type=applet +applet-iid=ClockAppletFactory::ClockApplet +toplevel-id=top +position=10 +panel-right-stick=true +locked=true + +[Object shutdown] +action-type=shutdown +object-type=action +toplevel-id=top +position=0 +panel-right-stick=true +locked=true diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/netbook-indicators.layout ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/netbook-indicators.layout --- ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/netbook-indicators.layout 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/netbook-indicators.layout 2015-04-28 13:13:07.000000000 +0100 @@ -0,0 +1,57 @@ +[Toplevel top] +orientation=top +expand=true +size=24 + +[Object menu] +object-type=menu +toplevel-id=top +position=0 +locked=true + +[Object matewindowpicker] +object-type=applet +applet-iid=MateWindowPickerFactory::MateWindowPicker +toplevel-id=top +position=10 +locked=true + +[Object workspaceswitcherapplet] +object-type=applet +applet-iid=WnckletFactory::WorkspaceSwitcherApplet +toplevel-id=top +position=40 +panel-right-stick=true +locked=true + +[Object notification-area] +object-type=applet +applet-iid=NotificationAreaAppletFactory::NotificationArea +toplevel-id=top +position=30 +panel-right-stick=true +locked=true + +[Object indicatorappletcomplete] +object-type=applet +applet-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete +toplevel-id=top +position=20 +panel-right-stick=true +locked=true + +[Object clockapplet] +object-type=applet +applet-iid=ClockAppletFactory::ClockApplet +toplevel-id=top +position=10 +panel-right-stick=true +locked=true + +[Object shutdown] +action-type=shutdown +object-type=action +toplevel-id=top +position=0 +panel-right-stick=true +locked=true diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/netbook.layout ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/netbook.layout --- ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/netbook.layout 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/netbook.layout 2015-04-28 13:07:12.000000000 +0100 @@ -0,0 +1,49 @@ +[Toplevel top] +orientation=top +expand=true +size=24 + +[Object menu] +object-type=menu +toplevel-id=top +position=0 +locked=true + +[Object matewindowpicker] +object-type=applet +applet-iid=MateWindowPickerFactory::MateWindowPicker +toplevel-id=top +position=10 +locked=true + +[Object workspaceswitcherapplet] +object-type=applet +applet-iid=WnckletFactory::WorkspaceSwitcherApplet +toplevel-id=top +position=40 +panel-right-stick=true +locked=true + +[Object notificationarea] +object-type=applet +applet-iid=NotificationAreaAppletFactory::NotificationArea +toplevel-id=top +position=30 +panel-right-stick=true +locked=True + +[Object clockapplet] +object-type=applet +applet-iid=ClockAppletFactory::ClockApplet +toplevel-id=top +position=10 +panel-right-stick=true +locked=true + +[Object shutdown] +action-type=shutdown +object-type=action +toplevel-id=top +position=0 +panel-right-stick=true +locked=true diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/ubuntu-mate-fresh.layout ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/ubuntu-mate-fresh.layout --- ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/ubuntu-mate-fresh.layout 2015-03-16 10:46:27.000000000 +0000 +++ ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/ubuntu-mate-fresh.layout 2015-04-28 13:16:10.000000000 +0100 @@ -27,7 +27,7 @@ object-type=applet applet-iid=NotificationAreaAppletFactory::NotificationArea toplevel-id=top -position=30 +position=20 panel-right-stick=true locked=true @@ -35,14 +35,14 @@ object-type=applet applet-iid=ClockAppletFactory::ClockApplet toplevel-id=top -position=20 +position=10 panel-right-stick=true locked=true [Object shutdown] action-type=shutdown object-type=action -position=10 +position=0 panel-right-stick=true toplevel-id=top locked=true diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/ubuntu-mate-indicators-fresh.layout ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/ubuntu-mate-indicators-fresh.layout --- ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/ubuntu-mate-indicators-fresh.layout 2015-03-16 10:46:27.000000000 +0000 +++ ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/ubuntu-mate-indicators-fresh.layout 2015-04-28 13:15:44.000000000 +0100 @@ -27,7 +27,7 @@ object-type=applet applet-iid=NotificationAreaAppletFactory::NotificationArea toplevel-id=top -position=40 +position=30 panel-right-stick=true locked=true @@ -35,7 +35,7 @@ object-type=applet applet-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete toplevel-id=top -position=30 +position=20 panel-right-stick=true locked=true @@ -43,14 +43,14 @@ object-type=applet applet-iid=ClockAppletFactory::ClockApplet toplevel-id=top -position=20 +position=10 panel-right-stick=true locked=true [Object shutdown] action-type=shutdown object-type=action -position=10 +position=0 panel-right-stick=true toplevel-id=top locked=true diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/ubuntu-mate-indicators.layout ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/ubuntu-mate-indicators.layout --- ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/ubuntu-mate-indicators.layout 2015-03-16 10:46:27.000000000 +0000 +++ ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/ubuntu-mate-indicators.layout 2015-04-28 13:15:03.000000000 +0100 @@ -26,7 +26,7 @@ object-type=applet applet-iid=NotificationAreaAppletFactory::NotificationArea toplevel-id=top -position=40 +position=30 panel-right-stick=true locked=true @@ -34,7 +34,7 @@ object-type=applet applet-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete toplevel-id=top -position=30 +position=20 panel-right-stick=true locked=true @@ -42,14 +42,14 @@ object-type=applet applet-iid=ClockAppletFactory::ClockApplet toplevel-id=top -position=20 +position=10 panel-right-stick=true locked=true [Object shutdown] action-type=shutdown object-type=action -position=10 +position=0 panel-right-stick=true toplevel-id=top locked=true diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/ubuntu-mate.layout ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/ubuntu-mate.layout --- ubuntu-mate-settings-0.4.4.1/usr/share/mate-panel/layouts/ubuntu-mate.layout 2015-03-16 10:46:27.000000000 +0000 +++ ubuntu-mate-settings-0.4.5/usr/share/mate-panel/layouts/ubuntu-mate.layout 2015-04-28 13:14:27.000000000 +0100 @@ -26,7 +26,7 @@ object-type=applet applet-iid=NotificationAreaAppletFactory::NotificationArea toplevel-id=top -position=30 +position=20 panel-right-stick=true locked=true @@ -34,14 +34,14 @@ object-type=applet applet-iid=ClockAppletFactory::ClockApplet toplevel-id=top -position=20 +position=10 panel-right-stick=true locked=true [Object shutdown] action-type=shutdown object-type=action -position=10 +position=0 panel-right-stick=true toplevel-id=top locked=true diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/firefox.dockitem ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/firefox.dockitem --- ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/firefox.dockitem 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/firefox.dockitem 2015-04-24 13:21:01.000000000 +0100 @@ -0,0 +1,2 @@ +[PlankItemsDockItemPreferences] +Launcher=file:///usr/share/applications/firefox.desktop diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/matecc.dockitem ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/matecc.dockitem --- ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/matecc.dockitem 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/matecc.dockitem 2015-04-24 13:21:02.000000000 +0100 @@ -0,0 +1,2 @@ +[PlankItemsDockItemPreferences] +Launcher=file:///usr/share/applications/matecc.desktop diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/plank.dockitem ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/plank.dockitem --- ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/plank.dockitem 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/plank.dockitem 2015-04-24 13:21:02.000000000 +0100 @@ -0,0 +1,2 @@ +[PlankItemsDockItemPreferences] +Launcher=file:///usr/share/applications/plank.desktop diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/thunderbird.dockitem ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/thunderbird.dockitem --- ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/thunderbird.dockitem 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/thunderbird.dockitem 2015-04-24 13:21:02.000000000 +0100 @@ -0,0 +1,2 @@ +[PlankItemsDockItemPreferences] +Launcher=file:///usr/share/applications/thunderbird.desktop diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/ubuntu-software-center.dockitem ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/ubuntu-software-center.dockitem --- ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/ubuntu-software-center.dockitem 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/ubuntu-software-center.dockitem 2015-04-24 13:21:03.000000000 +0100 @@ -0,0 +1,2 @@ +[PlankItemsDockItemPreferences] +Launcher=file:///usr/share/applications/ubuntu-software-center.desktop diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/vlc.dockitem ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/vlc.dockitem --- ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/vlc.dockitem 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/vlc.dockitem 2015-04-24 13:21:03.000000000 +0100 @@ -0,0 +1,2 @@ +[PlankItemsDockItemPreferences] +Launcher=file:///usr/share/applications/vlc.desktop diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/settings ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/settings --- ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/settings 1970-01-01 01:00:00.000000000 +0100 +++ ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/settings 2015-04-24 13:21:22.000000000 +0100 @@ -0,0 +1,36 @@ +#This file auto-generated by Plank. +#2015-04-24T12:14:46+0000 + +[PlankDockPreferences] +#Whether to show only windows of the current workspace. +CurrentWorkspaceOnly=false +#The size of dock icons (in pixels). +IconSize=48 +#If 0, the dock won't hide. If 1, the dock intelligently hides. If 2, the dock auto-hides. If 3, the dock dodges active maximized windows. If 4, the dock dodges every window. +HideMode=1 +#Time (in ms) to wait before unhiding the dock. +UnhideDelay=0 +#Time (in ms) to wait before hiding the dock. +HideDelay=0 +#The plug-name of the monitor for the dock to show on (e.g. DVI-I-1, HDMI1, LVDS1). Leave this empty to keep on the primary monitor. +Monitor= +#List of *.dockitem files on this dock. DO NOT MODIFY +DockItems=plank.dockitem;;firefox.dockitem;;thunderbird.dockitem;;vlc.dockitem;;matecc.dockitem;;ubuntu-software-center.dockitem +#The position for the dock on the monitor. If 0, left. If 1, right. If 2, top. If 3, bottom. +Position=3 +#The dock's position offset from center (in percent). +Offset=0 +#The name of the dock's theme to use. +Theme=Gtk+ +#The alignment for the dock on the monitor's edge. If 0, panel-mode. If 1, left-aligned. If 2, right-aligned. If 3, centered. +Alignment=3 +#The alignment of the items in this dock if panel-mode is used. If 1, left-aligned. If 2, right-aligned. If 3, centered. +ItemsAlignment=3 +#Whether to prevent drag'n'drop actions and lock items on the dock. +LockItems=false +#Whether to use pressure-based revealing of the dock if the support is available. +PressureReveal=false +#Whether to show only pinned applications. Useful for running more then one dock. +PinnedOnly=false +#Whether to automatically pin an application if it seems useful to do. +AutoPinning=true diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/config/tilda/config_0 ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/config/tilda/config_0 --- ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/config/tilda/config_0 2015-03-16 10:46:27.000000000 +0000 +++ ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/config/tilda/config_0 2015-05-11 16:03:34.000000000 +0100 @@ -51,9 +51,9 @@ show_on_monitor_number = 0 palette = {11822, 13364, 13878, 52428, 0, 0, 20046, 39578, 1542, 50372, 41120, 0, 13364, 25957, 42148, 30069, 20560, 31611, 1542, 38944, 39578, 54227, 55255, 53199, 21845, 22359, 21331, 61423, 10537, 10537, 35466, 58082, 13364, 64764, 59881, 20303, 29298, 40863, 53199, 44461, 32639, 43176, 13364, 58082, 58082, 61166, 61166, 60652} scrollbar_pos = 2 -back_red = 13364 -back_green = 16962 -back_blue = 11822 +back_red = 13107 +back_green = 12850 +back_blue = 12079 text_red = 54227 text_green = 55255 text_blue = 53199 @@ -80,4 +80,3 @@ double_buffer = false auto_hide_on_focus_lost = false auto_hide_on_mouse_leave = false - diff -Nru ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/local/share/applications/im-config.desktop ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/local/share/applications/im-config.desktop --- ubuntu-mate-settings-0.4.4.1/usr/share/ubuntu-mate/settings-overlay/local/share/applications/im-config.desktop 2015-03-16 10:46:27.000000000 +0000 +++ ubuntu-mate-settings-0.4.5/usr/share/ubuntu-mate/settings-overlay/local/share/applications/im-config.desktop 1970-01-01 01:00:00.000000000 +0100 @@ -1,27 +0,0 @@ -[Desktop Entry] -Name=Input Method -Name[ja]=入力メソッド -Name[zh_TW]=輸入法 -Name[zh_HK]=輸入法 -Name[zh_CN]=输入法 -Name[ko]=입력기 -Name[vi]=Trình chuyển cách nhập liệu -Name[fr]=Méthode d'entrée -Name[de]=Eingabemethode -Name[uk]=Спосіб введення -Name[ru]=Метод ввода -Comment=Set Keyboard Input Method -Comment[ja]=キーボード入力メソッドの設定 -Comment[zh_TW]=設定鍵盤輸入模式 -Comment[zh_HK]=設定鍵盤輸入模式 -Comment[zh_CN]=设定键盘输入模式 -Comment[vi]=Chọn kiểu nhập bàn phím -Comment[uk]=Налаштування способу введення за допомогою клавіатури -Comment[ru]=Настройка метода ввода с клавиатуры -Type=Application -Keywords=keyboard;input -Exec=im-config -Terminal=false -Icon=input-keyboard -Categories=Settings -NotShowIn=MATE;