├── .bzrignore ├── .github └── FUNDING.yml ├── COPYING ├── debian ├── bzr-builddeb.conf ├── changelog ├── compat ├── control ├── copyright ├── rules ├── source │ └── format ├── ubuntu-mate-default-settings.install ├── ubuntu-mate-default-settings.maintscript ├── ubuntu-mate-default-settings.postinst ├── ubuntu-mate-default-settings.postrm ├── ubuntu-mate-live-settings.install ├── ubuntu-mate-live-settings.postrm └── ubuntu-mate-live-settings.preinst ├── etc ├── X11 │ └── Xsession.d │ │ └── 80mate-environment ├── compizconfig │ ├── mate.conf │ └── mate.ini ├── firefox │ └── policies │ │ └── policies.json ├── fonts │ └── conf.d │ │ └── 91-ubuntu-mate-emoji.conf ├── lightdm │ └── lightdm.conf.d │ │ └── 91-arctica-greeter-mate.conf ├── profile.d │ └── mate-qt.sh └── tlp.d │ └── 10-usb-autosuspend.conf └── usr ├── bin └── mate-open ├── lib ├── chromium-browser │ └── master_preferences ├── firefox │ ├── defaults │ │ └── pref │ │ │ └── all-ubuntumate.js │ └── ubuntumate.cfg └── ubuntu-mate │ ├── caja-dropbox-autostart │ ├── dock-replace │ └── ubuntu-mate-settings-overlay └── share ├── applications ├── mate-mimeapps.list ├── orca.desktop └── plank-preferences.desktop ├── desktop-provision ├── icons │ ├── access.png │ ├── celluloid.png │ ├── chromium.png │ ├── desktop.png │ ├── evolution.png │ ├── firefox.png │ ├── gimp.png │ ├── languages.png │ ├── libreoffice-calc.png │ ├── libreoffice-impress.png │ ├── libreoffice-writer.png │ ├── preferences-desktop-theme.png │ ├── rhythmbox.png │ ├── shotwell.png │ ├── software-boutique.png │ ├── softwarecenter.png │ ├── steam.png │ ├── system-software-install.png │ └── welcome.png ├── images │ ├── ubuntu-mate-icon.svg │ └── ubuntu-mate.png ├── slides │ ├── 1 │ │ ├── slide_en_US.html │ │ └── welcome_logos.jpg │ ├── 2 │ │ ├── 02_about.png │ │ └── slide_en_US.html │ ├── 3 │ │ ├── 05_tweak.png │ │ └── slide_en_US.html │ ├── 4 │ │ ├── 06_browse.png │ │ └── slide_en_US.html │ ├── 5 │ │ ├── 07_games.png │ │ └── slide_en_US.html │ ├── 6 │ │ ├── 08_music.png │ │ └── slide_en_US.html │ ├── 7 │ │ ├── 09_photos.png │ │ └── slide_en_US.html │ ├── 8 │ │ ├── 10_video.png │ │ └── slide_en_US.html │ ├── 9 │ │ ├── 11_office.png │ │ └── slide_en_US.html │ ├── 10 │ │ ├── 12_accessibility.png │ │ └── slide_en_US.html │ └── 11 │ │ ├── 13_community.png │ │ └── slide_en_US.html └── whitelabel.yaml ├── glib-2.0 └── schemas │ ├── 30_ubuntu-mate.gschema.override │ └── 40_ubuntu-mate-live.gschema.override ├── lightdm └── lightdm.conf.d │ ├── 50-ubuntu-mate.conf │ └── 51-autologin.conf ├── mate-panel └── layouts │ ├── contemporary.layout │ ├── eleven.dock │ ├── eleven.layout │ ├── familiar.layout │ ├── mutiny.dock │ ├── mutiny.layout │ ├── netbook.layout │ ├── pantheon.dock │ ├── pantheon.layout │ ├── redmond.layout │ └── ubuntu-mate.layout ├── mate ├── applications │ ├── ayatana-settings.desktop │ ├── blueman-manager.desktop │ ├── compton.desktop │ ├── debian-uxterm.desktop │ ├── debian-xterm.desktop │ ├── defaults.list │ ├── display-im6.desktop │ ├── display-im6.q16.desktop │ ├── firefox.desktop │ ├── gnome-language-selector.desktop │ ├── hplip.desktop │ ├── htop.desktop │ ├── info.desktop │ ├── jstest-gtk.desktop │ ├── mate-screensaver-preferences.desktop │ ├── mpv.desktop │ ├── nm-applet.desktop │ ├── org.gtkhash.gtkhash.desktop │ ├── org.mate-desktop.mate-eiciel.desktop │ ├── pavucontrol.desktop │ ├── picom.desktop │ ├── rofi-theme-selector.desktop │ ├── rofi.desktop │ ├── software-properties-gtk.desktop │ ├── system-config-printer.desktop │ ├── tilda-dbus.desktop │ ├── tilda.desktop │ └── time.desktop └── autostart │ ├── ayatana-indicator-keyboard.desktop │ ├── caja-dropbox-autostart.desktop │ ├── dock-replace.desktop │ ├── nm-applet.desktop │ ├── print-applet.desktop │ ├── ubuntu-desktop-bootstrap.desktop │ └── ubuntu-mate-settings-overlay.desktop ├── plank └── themes │ ├── Mutiny-dark │ ├── dock.theme │ └── hover.theme │ ├── Mutiny-light │ ├── dock.theme │ └── hover.theme │ ├── Ubuntu-MATE │ └── dock.theme │ ├── Yaru-dark │ ├── dock.theme │ └── hover.theme │ └── Yaru-light │ ├── dock.theme │ └── hover.theme ├── ubiquity └── pixmaps │ ├── panel.png │ └── ubuntu_installed.png └── ubuntu-mate └── settings-overlay └── config ├── Trolltech.conf ├── Webcamoid └── Webcamoid.conf ├── folder-color └── hide_donation ├── libreoffice └── 4 │ └── user │ └── registrymodifications.xcu ├── plank └── dock1 │ └── launchers │ ├── caja-browser.dockitem │ ├── clock.dockitem │ ├── desktop.dockitem │ ├── firefox_firefox.dockitem │ ├── mate-calc.dockitem │ ├── mate-system-monitor.dockitem │ ├── mate-terminal.dockitem │ ├── matecc.dockitem │ └── trash.dockitem └── tilda └── config_0 /.bzrignore: -------------------------------------------------------------------------------- 1 | debian/indicator-application.desktop 2 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 | patreon: ubuntu_mate 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: ubuntumate 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | custom: https://ubuntu-mate.org/donate/ 10 | -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 2, June 1991 3 | 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc., 5 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 6 | Everyone is permitted to copy and distribute verbatim copies 7 | of this license document, but changing it is not allowed. 8 | 9 | Preamble 10 | 11 | The licenses for most software are designed to take away your 12 | freedom to share and change it. By contrast, the GNU General Public 13 | License is intended to guarantee your freedom to share and change free 14 | software--to make sure the software is free for all its users. This 15 | General Public License applies to most of the Free Software 16 | Foundation's software and to any other program whose authors commit to 17 | using it. (Some other Free Software Foundation software is covered by 18 | the GNU Lesser General Public License instead.) You can apply it to 19 | your programs, too. 20 | 21 | When we speak of free software, we are referring to freedom, not 22 | price. Our General Public Licenses are designed to make sure that you 23 | have the freedom to distribute copies of free software (and charge for 24 | this service if you wish), that you receive source code or can get it 25 | if you want it, that you can change the software or use pieces of it 26 | in new free programs; and that you know you can do these things. 27 | 28 | To protect your rights, we need to make restrictions that forbid 29 | anyone to deny you these rights or to ask you to surrender the rights. 30 | These restrictions translate to certain responsibilities for you if you 31 | distribute copies of the software, or if you modify it. 32 | 33 | For example, if you distribute copies of such a program, whether 34 | gratis or for a fee, you must give the recipients all the rights that 35 | you have. You must make sure that they, too, receive or can get the 36 | source code. And you must show them these terms so they know their 37 | rights. 38 | 39 | We protect your rights with two steps: (1) copyright the software, and 40 | (2) offer you this license which gives you legal permission to copy, 41 | distribute and/or modify the software. 42 | 43 | Also, for each author's protection and ours, we want to make certain 44 | that everyone understands that there is no warranty for this free 45 | software. If the software is modified by someone else and passed on, we 46 | want its recipients to know that what they have is not the original, so 47 | that any problems introduced by others will not reflect on the original 48 | authors' reputations. 49 | 50 | Finally, any free program is threatened constantly by software 51 | patents. We wish to avoid the danger that redistributors of a free 52 | program will individually obtain patent licenses, in effect making the 53 | program proprietary. To prevent this, we have made it clear that any 54 | patent must be licensed for everyone's free use or not licensed at all. 55 | 56 | The precise terms and conditions for copying, distribution and 57 | modification follow. 58 | 59 | GNU GENERAL PUBLIC LICENSE 60 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 61 | 62 | 0. This License applies to any program or other work which contains 63 | a notice placed by the copyright holder saying it may be distributed 64 | under the terms of this General Public License. The "Program", below, 65 | refers to any such program or work, and a "work based on the Program" 66 | means either the Program or any derivative work under copyright law: 67 | that is to say, a work containing the Program or a portion of it, 68 | either verbatim or with modifications and/or translated into another 69 | language. (Hereinafter, translation is included without limitation in 70 | the term "modification".) Each licensee is addressed as "you". 71 | 72 | Activities other than copying, distribution and modification are not 73 | covered by this License; they are outside its scope. The act of 74 | running the Program is not restricted, and the output from the Program 75 | is covered only if its contents constitute a work based on the 76 | Program (independent of having been made by running the Program). 77 | Whether that is true depends on what the Program does. 78 | 79 | 1. You may copy and distribute verbatim copies of the Program's 80 | source code as you receive it, in any medium, provided that you 81 | conspicuously and appropriately publish on each copy an appropriate 82 | copyright notice and disclaimer of warranty; keep intact all the 83 | notices that refer to this License and to the absence of any warranty; 84 | and give any other recipients of the Program a copy of this License 85 | along with the Program. 86 | 87 | You may charge a fee for the physical act of transferring a copy, and 88 | you may at your option offer warranty protection in exchange for a fee. 89 | 90 | 2. You may modify your copy or copies of the Program or any portion 91 | of it, thus forming a work based on the Program, and copy and 92 | distribute such modifications or work under the terms of Section 1 93 | above, provided that you also meet all of these conditions: 94 | 95 | a) You must cause the modified files to carry prominent notices 96 | stating that you changed the files and the date of any change. 97 | 98 | b) You must cause any work that you distribute or publish, that in 99 | whole or in part contains or is derived from the Program or any 100 | part thereof, to be licensed as a whole at no charge to all third 101 | parties under the terms of this License. 102 | 103 | c) If the modified program normally reads commands interactively 104 | when run, you must cause it, when started running for such 105 | interactive use in the most ordinary way, to print or display an 106 | announcement including an appropriate copyright notice and a 107 | notice that there is no warranty (or else, saying that you provide 108 | a warranty) and that users may redistribute the program under 109 | these conditions, and telling the user how to view a copy of this 110 | License. (Exception: if the Program itself is interactive but 111 | does not normally print such an announcement, your work based on 112 | the Program is not required to print an announcement.) 113 | 114 | These requirements apply to the modified work as a whole. If 115 | identifiable sections of that work are not derived from the Program, 116 | and can be reasonably considered independent and separate works in 117 | themselves, then this License, and its terms, do not apply to those 118 | sections when you distribute them as separate works. But when you 119 | distribute the same sections as part of a whole which is a work based 120 | on the Program, the distribution of the whole must be on the terms of 121 | this License, whose permissions for other licensees extend to the 122 | entire whole, and thus to each and every part regardless of who wrote it. 123 | 124 | Thus, it is not the intent of this section to claim rights or contest 125 | your rights to work written entirely by you; rather, the intent is to 126 | exercise the right to control the distribution of derivative or 127 | collective works based on the Program. 128 | 129 | In addition, mere aggregation of another work not based on the Program 130 | with the Program (or with a work based on the Program) on a volume of 131 | a storage or distribution medium does not bring the other work under 132 | the scope of this License. 133 | 134 | 3. You may copy and distribute the Program (or a work based on it, 135 | under Section 2) in object code or executable form under the terms of 136 | Sections 1 and 2 above provided that you also do one of the following: 137 | 138 | a) Accompany it with the complete corresponding machine-readable 139 | source code, which must be distributed under the terms of Sections 140 | 1 and 2 above on a medium customarily used for software interchange; or, 141 | 142 | b) Accompany it with a written offer, valid for at least three 143 | years, to give any third party, for a charge no more than your 144 | cost of physically performing source distribution, a complete 145 | machine-readable copy of the corresponding source code, to be 146 | distributed under the terms of Sections 1 and 2 above on a medium 147 | customarily used for software interchange; or, 148 | 149 | c) Accompany it with the information you received as to the offer 150 | to distribute corresponding source code. (This alternative is 151 | allowed only for noncommercial distribution and only if you 152 | received the program in object code or executable form with such 153 | an offer, in accord with Subsection b above.) 154 | 155 | The source code for a work means the preferred form of the work for 156 | making modifications to it. For an executable work, complete source 157 | code means all the source code for all modules it contains, plus any 158 | associated interface definition files, plus the scripts used to 159 | control compilation and installation of the executable. However, as a 160 | special exception, the source code distributed need not include 161 | anything that is normally distributed (in either source or binary 162 | form) with the major components (compiler, kernel, and so on) of the 163 | operating system on which the executable runs, unless that component 164 | itself accompanies the executable. 165 | 166 | If distribution of executable or object code is made by offering 167 | access to copy from a designated place, then offering equivalent 168 | access to copy the source code from the same place counts as 169 | distribution of the source code, even though third parties are not 170 | compelled to copy the source along with the object code. 171 | 172 | 4. You may not copy, modify, sublicense, or distribute the Program 173 | except as expressly provided under this License. Any attempt 174 | otherwise to copy, modify, sublicense or distribute the Program is 175 | void, and will automatically terminate your rights under this License. 176 | However, parties who have received copies, or rights, from you under 177 | this License will not have their licenses terminated so long as such 178 | parties remain in full compliance. 179 | 180 | 5. You are not required to accept this License, since you have not 181 | signed it. However, nothing else grants you permission to modify or 182 | distribute the Program or its derivative works. These actions are 183 | prohibited by law if you do not accept this License. Therefore, by 184 | modifying or distributing the Program (or any work based on the 185 | Program), you indicate your acceptance of this License to do so, and 186 | all its terms and conditions for copying, distributing or modifying 187 | the Program or works based on it. 188 | 189 | 6. Each time you redistribute the Program (or any work based on the 190 | Program), the recipient automatically receives a license from the 191 | original licensor to copy, distribute or modify the Program subject to 192 | these terms and conditions. You may not impose any further 193 | restrictions on the recipients' exercise of the rights granted herein. 194 | You are not responsible for enforcing compliance by third parties to 195 | this License. 196 | 197 | 7. If, as a consequence of a court judgment or allegation of patent 198 | infringement or for any other reason (not limited to patent issues), 199 | conditions are imposed on you (whether by court order, agreement or 200 | otherwise) that contradict the conditions of this License, they do not 201 | excuse you from the conditions of this License. If you cannot 202 | distribute so as to satisfy simultaneously your obligations under this 203 | License and any other pertinent obligations, then as a consequence you 204 | may not distribute the Program at all. For example, if a patent 205 | license would not permit royalty-free redistribution of the Program by 206 | all those who receive copies directly or indirectly through you, then 207 | the only way you could satisfy both it and this License would be to 208 | refrain entirely from distribution of the Program. 209 | 210 | If any portion of this section is held invalid or unenforceable under 211 | any particular circumstance, the balance of the section is intended to 212 | apply and the section as a whole is intended to apply in other 213 | circumstances. 214 | 215 | It is not the purpose of this section to induce you to infringe any 216 | patents or other property right claims or to contest validity of any 217 | such claims; this section has the sole purpose of protecting the 218 | integrity of the free software distribution system, which is 219 | implemented by public license practices. Many people have made 220 | generous contributions to the wide range of software distributed 221 | through that system in reliance on consistent application of that 222 | system; it is up to the author/donor to decide if he or she is willing 223 | to distribute software through any other system and a licensee cannot 224 | impose that choice. 225 | 226 | This section is intended to make thoroughly clear what is believed to 227 | be a consequence of the rest of this License. 228 | 229 | 8. If the distribution and/or use of the Program is restricted in 230 | certain countries either by patents or by copyrighted interfaces, the 231 | original copyright holder who places the Program under this License 232 | may add an explicit geographical distribution limitation excluding 233 | those countries, so that distribution is permitted only in or among 234 | countries not thus excluded. In such case, this License incorporates 235 | the limitation as if written in the body of this License. 236 | 237 | 9. The Free Software Foundation may publish revised and/or new versions 238 | of the General Public License from time to time. Such new versions will 239 | be similar in spirit to the present version, but may differ in detail to 240 | address new problems or concerns. 241 | 242 | Each version is given a distinguishing version number. If the Program 243 | specifies a version number of this License which applies to it and "any 244 | later version", you have the option of following the terms and conditions 245 | either of that version or of any later version published by the Free 246 | Software Foundation. If the Program does not specify a version number of 247 | this License, you may choose any version ever published by the Free Software 248 | Foundation. 249 | 250 | 10. If you wish to incorporate parts of the Program into other free 251 | programs whose distribution conditions are different, write to the author 252 | to ask for permission. For software which is copyrighted by the Free 253 | Software Foundation, write to the Free Software Foundation; we sometimes 254 | make exceptions for this. Our decision will be guided by the two goals 255 | of preserving the free status of all derivatives of our free software and 256 | of promoting the sharing and reuse of software generally. 257 | 258 | NO WARRANTY 259 | 260 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 261 | FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 262 | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 263 | PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 264 | OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 265 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 266 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 267 | PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 268 | REPAIR OR CORRECTION. 269 | 270 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 271 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 272 | REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 273 | INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 274 | OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 275 | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 276 | YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 277 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 278 | POSSIBILITY OF SUCH DAMAGES. 279 | 280 | END OF TERMS AND CONDITIONS 281 | 282 | How to Apply These Terms to Your New Programs 283 | 284 | If you develop a new program, and you want it to be of the greatest 285 | possible use to the public, the best way to achieve this is to make it 286 | free software which everyone can redistribute and change under these terms. 287 | 288 | To do so, attach the following notices to the program. It is safest 289 | to attach them to the start of each source file to most effectively 290 | convey the exclusion of warranty; and each file should have at least 291 | the "copyright" line and a pointer to where the full notice is found. 292 | 293 | 294 | Copyright (C) 295 | 296 | This program is free software; you can redistribute it and/or modify 297 | it under the terms of the GNU General Public License as published by 298 | the Free Software Foundation; either version 2 of the License, or 299 | (at your option) any later version. 300 | 301 | This program is distributed in the hope that it will be useful, 302 | but WITHOUT ANY WARRANTY; without even the implied warranty of 303 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 304 | GNU General Public License for more details. 305 | 306 | You should have received a copy of the GNU General Public License along 307 | with this program; if not, write to the Free Software Foundation, Inc., 308 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 309 | 310 | Also add information on how to contact you by electronic and paper mail. 311 | 312 | If the program is interactive, make it output a short notice like this 313 | when it starts in an interactive mode: 314 | 315 | Gnomovision version 69, Copyright (C) year name of author 316 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 317 | This is free software, and you are welcome to redistribute it 318 | under certain conditions; type `show c' for details. 319 | 320 | The hypothetical commands `show w' and `show c' should show the appropriate 321 | parts of the General Public License. Of course, the commands you use may 322 | be called something other than `show w' and `show c'; they could even be 323 | mouse-clicks or menu items--whatever suits your program. 324 | 325 | You should also get your employer (if you work as a programmer) or your 326 | school, if any, to sign a "copyright disclaimer" for the program, if 327 | necessary. Here is a sample; alter the names: 328 | 329 | Yoyodyne, Inc., hereby disclaims all copyright interest in the program 330 | `Gnomovision' (which makes passes at compilers) written by James Hacker. 331 | 332 | , 1 April 1989 333 | Ty Coon, President of Vice 334 | 335 | This General Public License does not permit incorporating your program into 336 | proprietary programs. If your program is a subroutine library, you may 337 | consider it more useful to permit linking proprietary applications with the 338 | library. If this is what you want to do, use the GNU Lesser General 339 | Public License instead of this License. 340 | -------------------------------------------------------------------------------- /debian/bzr-builddeb.conf: -------------------------------------------------------------------------------- 1 | [BUILDDEB] 2 | native = True 3 | -------------------------------------------------------------------------------- /debian/compat: -------------------------------------------------------------------------------- 1 | 11 2 | -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- 1 | Source: ubuntu-mate-settings 2 | Section: x11 3 | Priority: optional 4 | Maintainer: Ubuntu MATE Team 5 | Build-Depends: debhelper (>= 11), 6 | Standards-Version: 4.1.3 7 | Homepage: https://github.com/ubuntu-mate/ubuntu-mate-settings 8 | Vcs-Git: https://github.com/ubuntu-mate/ubuntu-mate-settings.git 9 | Vcs-Browser: https://github.com/ubuntu-mate/ubuntu-mate-settings 10 | 11 | Package: ubuntu-mate-default-settings 12 | Architecture: all 13 | Depends: desktop-file-utils, 14 | im-config, 15 | libglib2.0-bin, 16 | fonts-ubuntu, 17 | ${misc:Depends}, 18 | Replaces: policykit-desktop-privileges-ubuntu-mate, 19 | compiz-mate (<< 1:0.9.13.1+19.04.20190208-0ubuntu1~), 20 | Suggests: mate-desktop-environment-core (>= 1.14.0), 21 | Conflicts: debian-mate-default-settings, 22 | mint-mate-default-settings, 23 | Description: Default settings for Ubuntu MATE 24 | Various system settings tailored for Ubuntu MATE. 25 | 26 | Package: ubuntu-mate-live-settings 27 | Architecture: all 28 | Depends: ${misc:Depends}, 29 | Description: Default settings for Ubuntu MATE live CD 30 | Various system settings tailored for Ubuntu MATE live CD. 31 | -------------------------------------------------------------------------------- /debian/copyright: -------------------------------------------------------------------------------- 1 | Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 | Comment: 3 | This package is a meta-package. 4 | 5 | Files: * 6 | Copyright: 2014, Ubuntu MATE Developers 7 | License: GPL-2+ 8 | 9 | License: GPL-2+ 10 | This package is free software; you can redistribute it and/or modify 11 | it under the terms of the GNU General Public License as published by 12 | the Free Software Foundation; either version 2 of the License, or 13 | (at your option) any later version. 14 | . 15 | This package is distributed in the hope that it will be useful, 16 | but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | GNU General Public License for more details. 19 | . 20 | On Debian sysyems, the complete test of the GNU General Public 21 | License version 2 can be found in "/usr/share/common-licenses/GPL-2". 22 | -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | 3 | %: 4 | dh $@ 5 | -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (native) 2 | -------------------------------------------------------------------------------- /debian/ubuntu-mate-default-settings.install: -------------------------------------------------------------------------------- 1 | etc/firefox/ 2 | etc/fonts/conf.d/ 3 | etc/compizconfig/ 4 | etc/lightdm/lightdm.conf.d/ 5 | etc/tlp.d/ 6 | etc/X11/Xsession.d/ 7 | etc/profile.d/ 8 | usr/bin/ 9 | usr/lib/chromium-browser/ 10 | usr/lib/firefox/ 11 | usr/lib/ubuntu-mate/ 12 | usr/share/applications/ 13 | usr/share/glib-2.0/schemas/30_ubuntu-mate.gschema.override 14 | usr/share/lightdm/lightdm.conf.d/50-ubuntu-mate.conf 15 | usr/share/mate-panel/layouts/ 16 | usr/share/mate/applications/ 17 | usr/share/mate/autostart/ayatana-indicator-keyboard.desktop 18 | usr/share/mate/autostart/caja-dropbox-autostart.desktop 19 | usr/share/mate/autostart/nm-applet.desktop 20 | usr/share/mate/autostart/dock-replace.desktop 21 | usr/share/mate/autostart/print-applet.desktop 22 | usr/share/mate/autostart/ubuntu-mate-settings-overlay.desktop 23 | usr/share/plank/themes/ 24 | usr/share/ubuntu-mate/ 25 | -------------------------------------------------------------------------------- /debian/ubuntu-mate-default-settings.maintscript: -------------------------------------------------------------------------------- 1 | rm_conffile /etc/xdg/autostart/nm-applet-mate.desktop 0.4.2ubuntu1 2 | rm_conffile /etc/xdg/autostart/tilda.desktop 0.4.2ubuntu1 3 | rm_conffile /etc/skel/.local/share/applications/im-config.desktop 0.4.2ubuntu1 4 | rm_conffile /etc/skel/.local/share/applications/mimeapps.list 0.4.2ubuntu1 5 | rm_conffile /etc/skel/.config/libreoffice/4/user/registrymodifications.xcu 0.4.2ubuntu1 6 | rm_conffile /etc/skel/.config/tilda/config_0 0.4.2ubuntu1 7 | rm_conffile /etc/profile.d/mate.sh 17.10.17 8 | rm_conffile /etc/profile.d/gtk-accessibility.sh 17.10.17 9 | rm_conffile /etc/X11/Xsession.d/99mate-environment 17.10.17 -------------------------------------------------------------------------------- /debian/ubuntu-mate-default-settings.postinst: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | rm -f /usr/local/bin/firefox 4 | rm -f /usr/local/bin/thunderbird 5 | 6 | #DEBHELPER# 7 | exit 0 8 | -------------------------------------------------------------------------------- /debian/ubuntu-mate-default-settings.postrm: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ "$1" = remove -o "$1" = purge ]; then 4 | rm -f /usr/local/bin/firefox 5 | rm -f /usr/local/bin/thunderbird 6 | fi 7 | 8 | #DEBHELPER# 9 | exit 0 -------------------------------------------------------------------------------- /debian/ubuntu-mate-live-settings.install: -------------------------------------------------------------------------------- 1 | usr/share/glib-2.0/schemas/40_ubuntu-mate-live.gschema.override 2 | usr/share/lightdm/lightdm.conf.d/51-autologin.conf 3 | usr/share/mate/autostart/ubuntu-desktop-bootstrap.desktop 4 | usr/share/desktop-provision 5 | -------------------------------------------------------------------------------- /debian/ubuntu-mate-live-settings.postrm: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ "$1" = remove -o "$1" = purge ]; then 4 | dpkg-divert --remove --rename --package ubuntu-mate-live-settings --divert /usr/share/ubiquity/pixmaps/ubuntu_installed.png.distrib /usr/share/ubiquity/pixmaps/ubuntu_installed.png 5 | dpkg-divert --remove --rename --package ubuntu-mate-live-settings --divert /usr/share/ubiquity/pixmaps/panel.png.distrib /usr/share/ubiquity/pixmaps/panel.png 6 | fi 7 | 8 | #DEBHELPER# 9 | -------------------------------------------------------------------------------- /debian/ubuntu-mate-live-settings.preinst: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ "$1" = install -o "$1" = upgrade ]; then 4 | dpkg-divert --add --rename --package ubuntu-mate-live-settings --divert /usr/share/ubiquity/pixmaps/ubuntu_installed.png.distrib /usr/share/ubiquity/pixmaps/ubuntu_installed.png 5 | dpkg-divert --add --rename --package ubuntu-mate-live-settings --divert /usr/share/ubiquity/pixmaps/panel.png.distrib /usr/share/ubiquity/pixmaps/panel.png 6 | fi 7 | 8 | #DEBHELPER# 9 | -------------------------------------------------------------------------------- /etc/X11/Xsession.d/80mate-environment: -------------------------------------------------------------------------------- 1 | # This file is sourced by Xsession(5), not executed. 2 | if [ "x$DESKTOP_SESSION" = "xmate" ] || [ "x$XDG_SESSION_DESKTOP" = "xmate" ]; then 3 | # Ensure GTK accessibility modules are active. 4 | if [ -z "$GTK_MODULES" ]; then 5 | GTK_MODULES=gail:atk-bridge:canberra-gtk-module 6 | else 7 | GTK_MODULES="$GTK_MODULES:gail:atk-bridge:canberra-gtk-module" 8 | fi 9 | export GTK_MODULES 10 | 11 | # Disable GTK3 overlay scrollbars 12 | export GTK_OVERLAY_SCROLLING=0 13 | 14 | # Instruct Compiz which configuration profile to use 15 | export COMPIZ_CONFIG_PROFILE="mate" 16 | fi 17 | -------------------------------------------------------------------------------- /etc/compizconfig/mate.conf: -------------------------------------------------------------------------------- 1 | [general_mate] 2 | backend = gsettings 3 | integration = false 4 | plugin_list_autosort = true 5 | profile = mate -------------------------------------------------------------------------------- /etc/compizconfig/mate.ini: -------------------------------------------------------------------------------- 1 | [addhelper] 2 | s0_ononinit = true 3 | s0_brightness = 95 4 | s0_saturation = 100 5 | 6 | [animation] 7 | s0_open_matches = ((type=Normal | Unknown) | name=sun-awt-X11-XFramePeer | name=sun-awt-X11-XDialogPeer) & !(role=toolTipTip | role=qtooltip_label) & !(type=Normal & override_redirect=1) & !(name=mate-screensaver);((type=Menu | PopupMenu | DropdownMenu | Combo | Dialog | ModalDialog | Normal) & !(class=\.exe$));(type=Tooltip | Notification | Utility) & !(name=compiz) & !(title=notify-osd); 8 | s0_close_matches = ((type=Normal | Unknown) | name=sun-awt-X11-XFramePeer | name=sun-awt-X11-XDialogPeer) & !(role=toolTipTip | role=qtooltip_label) & !(type=Normal & override_redirect=1) & !(name=mate-screensaver) & !(name=mate-screenshot);((type=Menu | PopupMenu | DropdownMenu | Combo | Dialog | ModalDialog | Normal) & !(class=\.exe$));(type=Tooltip | Notification | Utility) & !(name=compiz) & !(title=notify-osd); 9 | s0_unminimize_effects = animation:Glide 2; 10 | 11 | [commands] 12 | s0_command0 = mate-screensaver-command --lock 13 | s0_command1 = mate-screenshot --area --interactive 14 | s0_command20 = /usr/bin/mate-system-monitor -p 15 | s0_run_command0_key = l 16 | s0_run_command1_key = Print 17 | 18 | [core] 19 | s0_active_plugins = core;composite;crashhandler;opengl;workspacenames;compiztoolbox;copytex;decor;grid;imgpng;matecompat;mousepoll;move;neg;place;regex;resize;session;snap;thumbnail;vpswitch;wall;animation;commands;expo;ezoom;fade;scale;switcher; 20 | s0_autoraise = false 21 | s0_autoraise_delay = 500 22 | s0_focus_prevention_level = 0 23 | s0_minimize_window_key = F9 24 | s0_maximize_window_key = F10 25 | s0_unmaximize_or_minimize_window_key = Disabled 26 | s0_show_desktop_key = d 27 | s0_toggle_window_maximized_key = F5 28 | s0_hsize = 4 29 | 30 | [crashhandler] 31 | s0_directory = /var/crash 32 | s0_start_wm = true 33 | s0_wm_cmd = /usr/bin/marco --replace 34 | 35 | [cube] 36 | s0_top_color = #34422eff 37 | s0_bottom_color = #34422eff 38 | s0_skydome = true 39 | s0_skydome_image = /usr/share/backgrounds/ubuntu-mate-common/Grey-Wall.png 40 | s0_skydome_gradient_start_color = #34422eff 41 | s0_skydome_gradient_end_color = #87a752ff 42 | s0_active_opacity = 72.000000 43 | 44 | [cubeaddon] 45 | s0_reflection = false 46 | s0_ground_color1 = #4b5044cc 47 | s0_ground_color2 = #34363100 48 | s0_deformation = 0 49 | s0_unfold_deformation = false 50 | s0_top_images = /usr/share/backgrounds/ubuntu-mate-common/Grey-Wall-Logo.png; 51 | s0_bottom_images = /usr/share/backgrounds/ubuntu-mate-common/Grey-Wall-Logo.png; 52 | 53 | [decor] 54 | s0_active_shadow_radius = 13.000000 55 | s0_active_shadow_opacity = 0.225000 56 | s0_active_shadow_color = #00000080 57 | s0_active_shadow_x_offset = 2 58 | s0_active_shadow_y_offset = 2 59 | s0_inactive_shadow_radius = 13.000000 60 | s0_inactive_shadow_opacity = 0.225000 61 | s0_inactive_shadow_color = #000000ff 62 | s0_inactive_shadow_x_offset = 2 63 | s0_inactive_shadow_y_offset = 2 64 | s0_mipmap = false 65 | 66 | [expo] 67 | s0_expo_key = s 68 | s0_selected_color = #34422eff 69 | s0_reflection = true 70 | s0_ground_color1 = #343631cc 71 | s0_ground_color2 = #4b504400 72 | 73 | [ezoom] 74 | s0_zoom_in_button = Button4 75 | s0_zoom_out_button = Button5 76 | s0_zoom_box_button = Button2 77 | s0_zoom_box_outline_color = #4b50449f 78 | s0_zoom_box_fill_color = #2f2f2f4f 79 | 80 | [firepaint] 81 | s0_fire_color = #87a752ff 82 | 83 | [freewins] 84 | s0_snap_threshold = 50 85 | s0_circle_color = #54befb80 86 | s0_line_color = #1800ffff 87 | s0_cross_line_color = #1800ffff 88 | 89 | [gnomecompat] 90 | s0_main_menu_key = Disabled 91 | s0_run_key = Disabled 92 | s0_command_screenshot = mate-screenshot 93 | s0_command_window_screenshot = mate-screenshot -w 94 | s0_command_terminal = x-terminal-emulator 95 | s0_run_command_terminal_key = t 96 | 97 | [grid] 98 | s0_put_maximize_key = Disabled 99 | s0_put_restore_key = Disabled 100 | s0_top_left_corner_action = 7 101 | s0_top_edge_action = 8 102 | s0_top_right_corner_action = 9 103 | s0_bottom_left_corner_action = 1 104 | s0_bottom_edge_action = 2 105 | s0_bottom_right_corner_action = 3 106 | s0_outline_color = #87a7529f 107 | s0_fill_color = #74fb001b 108 | 109 | [mag] 110 | s0_zoom_factor = 2.500000 111 | 112 | [matecompat] 113 | s0_command_screenshot = mate-screenshot 114 | s0_command_window_screenshot = mate-screenshot -w 115 | s0_command_terminal = x-terminal-emulator 116 | s0_run_command_terminal_key = t 117 | 118 | [resize] 119 | s0_border_color = #6164659f 120 | s0_fill_color = #87a75240 121 | 122 | [resizeinfo] 123 | s0_gradient_1 = #cccce6cc 124 | s0_gradient_2 = #f3f3f3cc 125 | s0_gradient_3 = #d9d9d9cc 126 | s0_outline_color = #e6e6e6ff 127 | 128 | [rotate] 129 | s0_edge_flip_window = false 130 | s0_edge_flip_dnd = false 131 | s0_zoom = 0.075000 132 | s0_rotate_to_1_key = Home 133 | s0_rotate_to_1_window_key = Home 134 | 135 | [scale] 136 | s0_window_match = (Toolbar | Utility | Dialog | Normal | Unknown) & !(class=Tilda) 137 | 138 | [screenshot] 139 | s0_selection_outline_color = #2f2f4f9f 140 | s0_selection_fill_color = #2f2f4f4f 141 | 142 | [shift] 143 | s0_ground_color1 = #343631cc 144 | s0_ground_color2 = #4b504400 145 | 146 | [showdesktop] 147 | s0_window_match = (type=toolbar | type=utility | type=dialog | type=normal) & !(class=Tilda) 148 | 149 | [showmouse] 150 | s0_rotation_speed = 0.350000 151 | s0_radius = 70 152 | s0_num_particles = 384 153 | s0_color = #87a752ff 154 | 155 | [staticswitcher] 156 | s0_background_color = #333333d9 157 | 158 | [switcher] 159 | s0_mipmap = false 160 | s0_brightness = 100 161 | s0_opacity = 100 162 | s0_bring_to_front = false 163 | s0_zoom = 0.000000 164 | s0_background_color = #333333d9 165 | 166 | [td] 167 | s0_manual_only = false 168 | 169 | [thumbnail] 170 | s0_thumb_size = 256 171 | s0_fade_speed = 0.000000 172 | s0_border = 15 173 | s0_thumb_color = #34363130 174 | s0_window_like = false 175 | s0_mipmap = false 176 | s0_current_viewport = false 177 | s0_title_enabled = false 178 | s0_font_bold = false 179 | s0_font_background_color = #4b50447f 180 | 181 | [vpswitch] 182 | s0_switch_to_1_key = Home 183 | 184 | [wall] 185 | s0_preview_scale = 256 186 | s0_thumb_highlight_gradient_shadow_color = #dfdfdfff 187 | s0_arrow_base_color = #e6e6e6d9 188 | s0_arrow_shadow_color = #dcdcdcd9 189 | 190 | [workspacenames] 191 | s0_names = Workspace 1;Workspace 2;Workspace 3;Workspace 4; 192 | -------------------------------------------------------------------------------- /etc/firefox/policies/policies.json: -------------------------------------------------------------------------------- 1 | { 2 | "policies": { 3 | "Homepage": { 4 | "URL": "https://start.ubuntu-mate.org/", 5 | "Locked": false, 6 | "StartPage": "homepage" 7 | } 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /etc/fonts/conf.d/91-ubuntu-mate-emoji.conf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | sans-serif 6 | 7 | Noto Color Emoji 8 | Noto Emoji 9 | 10 | 11 | 12 | 13 | serif 14 | 15 | Noto Color Emoji 16 | Noto Emoji 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /etc/lightdm/lightdm.conf.d/91-arctica-greeter-mate.conf: -------------------------------------------------------------------------------- 1 | [SeatDefaults] 2 | 3 | # don't show a username / password login prompt for local login 4 | greeter-show-manual-login=false 5 | -------------------------------------------------------------------------------- /etc/profile.d/mate-qt.sh: -------------------------------------------------------------------------------- 1 | # MATE Desktop Qt integrations 2 | if [ "x$DESKTOP_SESSION" = "xmate" ] || [ "x$XDG_SESSION_DESKTOP" = "xmate" ]; then 3 | # QT apps to use GTK styling 4 | export QT_QPA_PLATFORMTHEME=gtk2 5 | fi 6 | -------------------------------------------------------------------------------- /etc/tlp.d/10-usb-autosuspend.conf: -------------------------------------------------------------------------------- 1 | USB_AUTOSUSPEND=0 2 | -------------------------------------------------------------------------------- /usr/bin/mate-open: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | if [ -x /usr/bin/gio ]; then 4 | gio open "${1}" 5 | elif [ -x /usr/bin/gvfs-open ]; then 6 | gvfs-open "${1}" 7 | else 8 | echo "ERROR! Could not find gvfs-open or gio to open ${1}" 9 | fi 10 | -------------------------------------------------------------------------------- /usr/lib/chromium-browser/master_preferences: -------------------------------------------------------------------------------- 1 | { 2 | "homepage" : "https://start.ubuntu-mate.org", 3 | "homepage_is_newtabpage" : false, 4 | "browser": { 5 | "show_home_button": true 6 | }, 7 | "distribution" : { 8 | "skip_first_run_ui" : true, 9 | "show_welcome_page" : false 10 | }, 11 | "first_run_tabs": [ 12 | "https://start.ubuntu-mate.org", 13 | "http://welcome_page" 14 | ], 15 | "session": { 16 | "restore_on_startup": 1 17 | }, 18 | "sync_promo": { 19 | "show_on_first_run_allowed": false 20 | } 21 | } -------------------------------------------------------------------------------- /usr/lib/firefox/defaults/pref/all-ubuntumate.js: -------------------------------------------------------------------------------- 1 | pref("general.config.obscure_value", 0); 2 | pref("general.config.filename", "ubuntumate.cfg"); 3 | -------------------------------------------------------------------------------- /usr/lib/firefox/ubuntumate.cfg: -------------------------------------------------------------------------------- 1 | // 2 | defaultPref("browser.startup.homepage", "https://start.ubuntu-mate.org"); 3 | -------------------------------------------------------------------------------- /usr/lib/ubuntu-mate/caja-dropbox-autostart: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Wrapper to start caja-dropbox if it is installed. 4 | if [ -f /usr/bin/caja-dropbox ]; then 5 | if [ ! -f "${HOME}/.config/autostart/caja-dropbox.desktop" ]; then 6 | /usr/bin/caja-dropbox autostart y 7 | exec /usr/bin/caja-dropbox start -i & 8 | else 9 | echo "Found an existing autostart for caja-dropbox, doing nothing." 10 | fi 11 | else 12 | echo "caja-dropbox is not installed, doing nothing." 13 | fi 14 | -------------------------------------------------------------------------------- /usr/lib/ubuntu-mate/dock-replace: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | MOMENT=15 4 | LOG="/tmp/dock-replace.log" 5 | 6 | function logit() { 7 | local MSG="${1}" 8 | echo "$(date +"%D %H:%M:%S"): ${MSG}" | tee -a "${LOG}" 9 | } 10 | 11 | logit "Getting dock from dconf." 12 | DOCK=$(dconf read /org/mate/desktop/session/required-components/dock | sed "s/'//g" | sed 's/ //g') 13 | if [ -n "${DOCK}" ]; then 14 | logit "Dock is '${DOCK}'. Waiting a moment..." 15 | sleep ${MOMENT} 16 | logit "Looking for ${DOCK} process..." 17 | DOCK_PIDS=$(pidof "${DOCK}") 18 | if [ $? -eq 0 ]; then 19 | logit "Replacing ${DOCK} (${DOCK_PIDS})." 20 | killall ${DOCK} 21 | exec ${DOCK} & 22 | logit "${DOCK} has been replaced." 23 | else 24 | logit "Launching ${DOCK}." 25 | exec ${DOCK} & 26 | logit "${DOCK} has been launched." 27 | fi 28 | else 29 | logit "Dock is not set in dconf, doing nothing." 30 | fi 31 | -------------------------------------------------------------------------------- /usr/lib/ubuntu-mate/ubuntu-mate-settings-overlay: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | function autostart_clean() { 4 | FILENAME="${1}" 5 | if [ -e "/usr/share/mate/autostart/${FILENAME}" ] && [ -e "${HOME}/.config/autostart/${FILENAME}" ]; then 6 | rm -f "${HOME}/.config/autostart/${FILENAME}" 7 | fi 8 | } 9 | 10 | function overlay_file() { 11 | local SYSTEM_FILE="/usr/share/ubuntu-mate/settings-overlay/${1}" 12 | local USER_FILE="${HOME}/.${1}" 13 | local USER_DIR=$(dirname "${USER_FILE}") 14 | 15 | # If the file doesn't exist or is zero-bytes then overlay the 16 | # configuration. 17 | if [ ! -f "${USER_FILE}" ] || [ ! -s "${USER_FILE}" ]; then 18 | mkdir -p "${USER_DIR}" 19 | cp "${SYSTEM_FILE}" "${USER_FILE}" 20 | fi 21 | } 22 | 23 | if [ ! -d "${HOME}/.config/plank/dock1" ]; then 24 | overlay_file config/plank/dock1/launchers/desktop.dockitem 25 | overlay_file config/plank/dock1/launchers/firefox_firefox.dockitem 26 | overlay_file config/plank/dock1/launchers/caja-browser.dockitem 27 | overlay_file config/plank/dock1/launchers/matecc.dockitem 28 | overlay_file config/plank/dock1/launchers/mate-system-monitor.dockitem 29 | overlay_file config/plank/dock1/launchers/mate-terminal.dockitem 30 | overlay_file config/plank/dock1/launchers/mate-calc.dockitem 31 | overlay_file config/plank/dock1/launchers/clock.dockitem 32 | overlay_file config/plank/dock1/launchers/trash.dockitem 33 | fi 34 | overlay_file config/folder-color/hide_donation 35 | overlay_file config/libreoffice/4/user/registrymodifications.xcu 36 | overlay_file config/smplayer/smplayer.ini 37 | overlay_file config/tilda/config_0 38 | overlay_file config/Webcamoid/Webcamoid.conf 39 | overlay_file config/Trolltech.conf 40 | 41 | # Now that the HUD is enabled by default at the system 42 | # level, any duplicate local autostart files can be removed. 43 | autostart_clean mate-hud.desktop 44 | autostart_clean ubuntu-mate-welcome.desktop 45 | 46 | # Migrate from Ambiant/Radiant themes for Yaru/Yaru-MATE 47 | ambiant="Ambiant-MATE" 48 | ambiant_dark="Ambiant-MATE-Dark" 49 | radiant="Radiant-MATE" 50 | 51 | yaru_mate_light="'Yaru-MATE-light'" 52 | yaru_mate_dark="'Yaru-MATE-dark'" 53 | yaru_light="'Yaru'" 54 | yaru_dark="'Yaru-dark'" 55 | 56 | color_scheme_light="'default'" 57 | color_scheme_dark="'prefer-dark'" 58 | 59 | plank_light="'Yaru-light'" 60 | plank_dark="'Yaru-dark'" 61 | cursor_theme="'Yaru'" 62 | 63 | gtk_theme=$(gsettings get org.mate.interface gtk-theme | cut -d"'" -f2) 64 | if [ ! -e "${HOME}/.themes/${gtk_theme}/index.theme" ] && \ 65 | [ ! -e "${HOME}/.local/share/${gtk_theme}/index.theme" ] && \ 66 | [ ! -e "/usr/share/themes/${gtk_theme}/index.theme" ]; then 67 | # Migrate from missing gtk theme 68 | case ${gtk_theme} in 69 | "$ambiant"|"$ambiant_dark") 70 | gsettings set org.mate.interface gtk-theme "$yaru_mate_dark" 71 | gsettings set org.gnome.desktop.interface gtk-theme "$yaru_mate_dark" 72 | gsettings set org.gnome.desktop.interface color-scheme "$color_scheme_dark" 73 | gsettings set net.launchpad.plank.dock.settings theme "$plank_dark" 74 | dconf write /net/launchpad/plank/docks/dock1/theme "$plank_dark" 75 | ;; 76 | *) 77 | gsettings set org.mate.interface gtk-theme "$yaru_mate_light" 78 | gsettings set org.gnome.desktop.interface gtk-theme "$yaru_mate_light" 79 | gsettings set org.gnome.desktop.interface color-scheme "$color_scheme_light" 80 | gsettings set net.launchpad.plank.dock.settings theme "$plank_light" 81 | dconf write /net/launchpad/plank/docks/dock1/theme "$plank_dark" 82 | ;; 83 | esac 84 | fi 85 | 86 | icon_theme=$(gsettings get org.mate.interface icon-theme | cut -d"'" -f2) 87 | if [ ! -e "${HOME}/.icons/${icon_theme}/index.theme" ] && \ 88 | [ ! -e "${HOME}/.local/share/icons/${icon_theme}/index.theme" ] && \ 89 | [ ! -e "/usr/share/icons/${icon_theme}/index.theme" ]; then 90 | # Migrate from missing icon theme 91 | case ${icon_theme} in 92 | "$ambiant"|"$ambiant_dark") 93 | gsettings set org.mate.interface icon-theme "$yaru_mate_dark" 94 | gsettings set org.gnome.desktop.interface icon-theme "$yaru_mate_dark" 95 | ;; 96 | *) 97 | gsettings set org.mate.interface icon-theme "$yaru_mate_light" 98 | gsettings set org.gnome.desktop.interface icon-theme "$yaru_mate_light" 99 | ;; 100 | esac 101 | fi 102 | 103 | # Migrate from Ambiant/Radiant/Yaru-MATE xcursor theme 104 | case $(gsettings get org.mate.peripherals-mouse cursor-theme) in 105 | "$ambiant"|"$ambiant_dark"|"$radiant"|"$yaru_mate_light"|"$yaru_mate_dark") 106 | gsettings set org.mate.peripherals-mouse cursor-theme "$cursor_theme" 107 | gsettings set org.gnome.desktop.interface cursor-theme "$cursor_theme" 108 | ;; 109 | esac 110 | 111 | marco_theme=$(gsettings get org.mate.Marco.general theme | cut -d"'" -f2) 112 | if [ ! -e "${HOME}/.themes/${marco_theme}/metacity-1/metacity-theme-1.xml" ] && \ 113 | [ ! -e "${HOME}/.local/share/${marco_theme}/metacity-1/metacity-theme-1.xml" ] && \ 114 | [ ! -e "/usr/share/themes/${marco_theme}/metacity-1/metacity-theme-1.xml" ]; then 115 | # Migrate from missing Metacity theme 116 | case ${marco_theme} in 117 | "$ambiant"|"$ambiant_dark") gsettings set org.mate.Marco.general theme "$yaru_dark";; 118 | *) gsettings set org.mate.Marco.general theme "$yaru_light";; 119 | esac 120 | fi 121 | 122 | # Migrate from Ambiant/Radiant/Yaru-MATE GtkSourceView styles 123 | case $(gsettings get org.mate.pluma color-scheme) in 124 | "$ambiant"|"$ambiant_dark"|"$yaru_mate_dark") gsettings set org.mate.pluma color-scheme "$yaru_dark";; 125 | "$radiant"|"$yaru_mate_light") gsettings set org.mate.pluma color-scheme "$yaru_light";; 126 | esac 127 | 128 | # If the theme is "-dark", set the GNOME 42 dark preference 129 | case $(gsettings get org.mate.interface gtk-theme) in 130 | *-dark\') gsettings set org.gnome.desktop.interface color-scheme "$color_scheme_dark";; 131 | esac 132 | 133 | # Migrate Firefox from deb to snap 134 | # https://bazaar.launchpad.net/~mozillateam/firefox/firefox.jammy/view/head:/firefox 135 | if [ -x /snap/bin/firefox ]; then 136 | # Update default browser 137 | if [ "$(xdg-settings get default-web-browser)" = "firefox.desktop" ]; then 138 | xdg-settings set default-web-browser firefox_firefox.desktop 139 | fi 140 | 141 | # Migrate mate-panel launchers 142 | OLD="/usr/share/applications/firefox.desktop" 143 | NEW="/var/lib/snapd/desktop/applications/firefox_firefox.desktop" 144 | OBJECTS=$(gsettings get org.mate.panel object-id-list 2> /dev/null) 145 | for object in $OBJECTS; do 146 | object=$(echo $object | cut -d\' -f2) 147 | launcher=$(gsettings get org.mate.panel.object:/org/mate/panel/objects/$object/ launcher-location) 148 | if [ "$launcher" = "'$OLD'" ]; then 149 | gsettings set org.mate.panel.object:/org/mate/panel/objects/$object/ launcher-location "'$NEW'" 150 | fi 151 | done 152 | 153 | # Migrate plank dockitems 154 | if [ -e ~/.config/plank/dock1/launchers/firefox.dockitem ]; then 155 | rm ~/.config/plank/dock1/launchers/firefox.dockitem 156 | overlay_file config/plank/dock1/launchers/firefox_firefox.dockitem 157 | fi 158 | fi 159 | -------------------------------------------------------------------------------- /usr/share/applications/mate-mimeapps.list: -------------------------------------------------------------------------------- 1 | [Default Applications] 2 | x-scheme-handler/apt=apturl.desktop 3 | x-scheme-handler/http=firefox.desktop 4 | x-scheme-handler/https=firefox.desktop 5 | x-scheme-handler/about=firefox.desktop 6 | x-scheme-handler/mailto=evolution.desktop 7 | application/x-deb=gdebi.desktop 8 | application/x-debian-package=gdebi.desktop 9 | application/x-extension-eml=evolution.desktop 10 | message/rfc822=evolution.desktop 11 | inode/directory=caja-folder-handler.desktop 12 | text/plain=pluma.desktop 13 | audio/mpeg=rhythmbox.desktop 14 | audio/x-mpegurl=rhythmbox.desktop 15 | audio/x-scpls=rhythmbox.desktop 16 | audio/x-vorbis+ogg=rhythmbox.desktop 17 | audio/x-wav=rhythmbox.desktop 18 | x-content/audio-cdda=rhythmbox-device.desktop 19 | x-content/audio-player=rhythmbox-device.desktop 20 | video/mp4=io.github.GnomeMpv.desktop 21 | video/mpeg=io.github.GnomeMpv.desktop 22 | video/mp2t=io.github.GnomeMpv.desktop 23 | video/msvideo=io.github.GnomeMpv.desktop 24 | video/quicktime=io.github.GnomeMpv.desktop 25 | video/webm=io.github.GnomeMpv.desktop 26 | video/x-avi=io.github.GnomeMpv.desktop 27 | video/x-flv=io.github.GnomeMpv.desktop 28 | video/x-matroska=io.github.GnomeMpv.desktop 29 | video/x-mpeg=io.github.GnomeMpv.desktop 30 | video/x-ogm+ogg=io.github.GnomeMpv.desktop 31 | x-content/video-bluray=io.github.GnomeMpv.desktop 32 | x-content/video-dvd=io.github.GnomeMpv.desktop 33 | x-content/video-hddvd=io.github.GnomeMpv.desktop 34 | x-content/video-vcd=io.github.GnomeMpv.desktop 35 | x-content/video-svcd=io.github.GnomeMpv.desktop 36 | image/bmp=eom.desktop 37 | image/gif=eom.desktop 38 | image/jpeg=eom.desktop 39 | image/png=eom.desktop 40 | image/tiff=eom.desktop 41 | application/pdf=atril.desktop -------------------------------------------------------------------------------- /usr/share/applications/orca.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Screen Reader 3 | GenericName=Screen Reader 4 | X-GNOME-FullName=Orca Screen Reader 5 | Comment=Provide access to graphical desktop environments via synthesized speech and/or refreshable braille 6 | Keywords=screen reader;speech;braille; 7 | Exec=orca --replace 8 | Icon=orca 9 | Terminal=false 10 | Type=Application 11 | StartupNotify=true 12 | Categories=GTK;GNOME;Utility;Accessibility; 13 | X-GNOME-Bugzilla-Bugzilla=GNOME 14 | X-GNOME-Bugzilla-Product=orca 15 | X-GNOME-Bugzilla-Component=general 16 | OnlyShowIn=MATE; 17 | -------------------------------------------------------------------------------- /usr/share/applications/plank-preferences.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Plank Preferences 3 | Categories=GTK;Settings;DesktopSettings; 4 | Type=Application 5 | Exec=plank --preferences 6 | Icon=plank 7 | Terminal=false 8 | NoDisplay=false 9 | Keywords=mate-control-center;MATE;appearance;properties;dock;customize;look; 10 | OnlyShowIn=MATE; 11 | -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/access.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/celluloid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/celluloid.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/chromium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/chromium.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/desktop.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/evolution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/evolution.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/firefox.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/gimp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/gimp.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/languages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/languages.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/libreoffice-calc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/libreoffice-calc.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/libreoffice-impress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/libreoffice-impress.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/libreoffice-writer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/libreoffice-writer.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/preferences-desktop-theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/preferences-desktop-theme.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/rhythmbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/rhythmbox.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/shotwell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/shotwell.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/software-boutique.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/software-boutique.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/softwarecenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/softwarecenter.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/steam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/steam.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/system-software-install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/system-software-install.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/icons/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/icons/welcome.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/images/ubuntu-mate-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 20 | 47 | 54 | 55 | 57 | 58 | 60 | image/svg+xml 61 | 63 | 64 | 65 | 66 | 67 | 72 | 74 | 79 | 84 | 89 | 90 | 91 | 92 | -------------------------------------------------------------------------------- /usr/share/desktop-provision/images/ubuntu-mate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/images/ubuntu-mate.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/1/slide_en_US.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 40 | 41 | 42 |
43 | 44 |
45 | 46 | 47 | 51 | 52 |
48 |

Welcome to Ubuntu MATE

49 |

A community developed Ubuntu based operating system that beautifully integrates the MATE desktop

50 |
53 | 54 | 55 | -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/1/welcome_logos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/slides/1/welcome_logos.jpg -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/10/12_accessibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/slides/10/12_accessibility.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/10/slide_en_US.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 33 | 34 | 35 | 36 | 37 | 40 | 51 | 52 |
38 | 39 | 41 |

Accessible for everyone

42 |

At the heart of the Ubuntu MATE philosophy is the belief that computing is for everyone. With advanced accessibility tools and options to change language, colour scheme and text size, Ubuntu MATE makes computing easy - whoever and wherever you are.

43 |

Customization options


44 | 45 |

Appearance


46 | 47 |

Assistive technologies


48 | 49 |

Language support

50 |
53 | 54 | 55 | -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/11/13_community.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/slides/11/13_community.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/11/slide_en_US.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 33 | 34 | 35 | 36 | 37 | 40 | 52 | 53 |
38 | 39 | 41 |

Join the community


42 |

43 |

Discussion and Support


44 | • Ubuntu MATE Discourse
45 | • Ubuntu MATE Matrix
46 |

Social


47 | • Twitter
48 |

Development


49 | • Code
50 | • Bug Tracker
51 |
54 | 55 | 56 | -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/2/02_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/slides/2/02_about.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/2/slide_en_US.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 33 | 34 | 35 | 36 | 37 | 40 | 46 | 47 |
38 | 39 | 41 |

About

42 |

Ubuntu MATE is a stable, easy-to-use operating system with a configurable desktop environment. Ideal for those who want the most out of their computers and prefer a traditional desktop metaphor.

43 |

With modest hardware requirements it is suitable for modern workstations, single board computers and older hardware alike.

44 |

For users coming from other operating systems, Ubuntu MATE can adapt the user interface with one-click to something more modern or something that you might be more familiar with via MATE Tweak

45 |
48 | 49 | 50 | -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/3/05_tweak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/slides/3/05_tweak.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/3/slide_en_US.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 33 | 34 | 35 | 36 | 37 | 40 | 48 | 49 |
38 | 39 | 41 |

Personalized computing

42 |

The default Ubuntu MATE user interface is intuitive and easy to use. But we understand people have different tastes and preferences, which is why we created MATE Tweak; a tool to change the user interface to mimic other operating systems.

43 |

Coming from Windows? Try Redmond. Prefer the way macOS is layed out? Try Cupertino. For Ubuntu Unity fans take a look at Mutiny. Or for a hybrid user interface, try Pantheon or Comptemporary. Experienced users can customise the user interface and save their creations.

44 |

Included software


45 | 46 |

MATE Tweak

47 |
50 | 51 | 52 | -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/4/06_browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/slides/4/06_browse.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/4/slide_en_US.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 33 | 34 | 35 | 36 | 37 | 40 | 53 | 54 |
38 | 39 | 41 |

Make the most of the web

42 |

Ubuntu MATE includes Firefox, an easy and safe web browser used by millions of people around the world. Designed with privacy in mind it includes enhanced security features to protect you from online threats.

43 |

Included software


44 | 45 |

Firefox

46 | 47 |

Evolution


48 |

49 |


Supported software


50 | 51 |

Chromium

52 |
55 | 56 | 57 | -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/5/07_games.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/slides/5/07_games.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/5/slide_en_US.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 33 | 34 | 35 | 36 | 37 | 40 | 47 | 48 |
38 | 39 | 41 |

Get your game on!

42 |

Ubuntu MATE is not just about work, it's also great for play! You'll find Steam in the App Center. We've also selected the very best open source games and stocked the App Center with platformers, shoot 'em ups, racers, flight simulators, puzzlers, turn based strategy and first person shooters.

43 |

Supported software


44 | 45 |

Steam

46 |
49 | 50 | 51 | -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/6/08_music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/slides/6/08_music.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/6/slide_en_US.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 33 | 34 | 35 | 36 | 37 | 40 | 49 | 50 |
38 | 39 | 41 |

Take your music with you

42 |

Ubuntu MATE comes with the amazing Rhythmbox music player. With advanced playback options, it's simple to queue up the perfect songs. And it works great with CDs and portable music players, so you can enjoy all your music wherever you go. If you prefer streaming services you'll find Spotify in the App Center.

43 |

Included software


44 | 45 |

Rhythmbox Music Player

46 | 47 |

Celluloid

48 |
51 | 52 | 53 | -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/7/09_photos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/slides/7/09_photos.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/7/slide_en_US.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 33 | 34 | 35 | 36 | 37 | 40 | 49 | 50 |
38 | 39 | 41 |

Organise your photos

42 |

Shotwell is a handy photo manager that is ready for your gadgets. Connect a camera or a phone to transfer your photos, then it's easy to share them and keep them safe. For the digital photography enthusiasts and professionals the App Center includes Darktable and Luminance HDR that offer virtual lightable and darkroom for RAW and HDR image workflows

43 |

Included software


44 | 45 |

Shotwell Photo Manager

46 | 47 |

GIMP Image Editor

48 |
51 | 52 | 53 | -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/8/10_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/slides/8/10_video.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/8/slide_en_US.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 33 | 34 | 35 | 36 | 37 | 40 | 48 | 49 |
38 | 39 | 41 |

Grab some popcorn!

42 |

Ubuntu MATE comes with Firefox pre-installed and Chromium is in the App Center so you can watch content from your favourite streaming services such as Netflix and YouTube.

43 |

With Celluloid installed by default you can watch all your local video with ease.

44 |

Included software


45 | 46 |

Celluloid

47 |
50 | 51 | 52 | -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/9/11_office.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/desktop-provision/slides/9/11_office.png -------------------------------------------------------------------------------- /usr/share/desktop-provision/slides/9/slide_en_US.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 33 | 34 | 35 | 36 | 37 | 40 | 51 | 52 |
38 | 39 | 41 |

Everything you need for the office

42 |

LibreOffice is a free office suite packed with everything you need to create documents, spreadsheets and presentations. Compatible with Microsoft Office file formats, it gives you all the features you need, without the price tag.

43 |

Included software


44 | 45 |

LibreOffice Writer


46 | 47 |

LibreOffice Calc


48 | 49 |

LibreOffice Impress


50 |
53 | 54 | 55 | -------------------------------------------------------------------------------- /usr/share/desktop-provision/whitelabel.yaml: -------------------------------------------------------------------------------- 1 | # whitelabel.yaml: specifies behavior of ubuntu-desktop-bootstrap installer 2 | # 3 | # (Optional) Drives overall behavior for specific provisioners. 4 | # 5 | # Options: 6 | # - standard (default): the common provision flow for Ubuntu Desktop and Flavors 7 | # - oem: enables the eula page and disables the user creation page during bootstrap 8 | # - core-desktop: disables exiting the installer at the end (because there is no 9 | # live session), and only allows to reboot 10 | mode: standard 11 | 12 | # (Optional) When set, the light and dark theme is inherited from ubuntu-flutter-plugins and the distro name is set. 13 | # 14 | # Options: 15 | # - budgie 16 | # - cinnamon 17 | # - edubuntu 18 | # - kubuntu 19 | # - kylin 20 | # - lubuntu 21 | # - mate 22 | # - studio 23 | # - unity 24 | # - xubuntu 25 | flavor: mate 26 | 27 | # (Optional) Sets the window's title (e.g. the text in alt|super + tab) 28 | app-name: Ubuntu MATE Installer 29 | 30 | # (Optional) Overrides the theme's accent colors (remember the quotes) 31 | theme: 32 | light: 33 | accent-color: "#69844a" # i.e. "#ff0011" 34 | # elevated-button-color: 35 | # elevated-button-text-color: 36 | dark: 37 | accent-color: "#69844a" # i.e. "#ff0011" 38 | # elevated-button-color: 39 | # elevated-button-text-color: 40 | # (Optional) Override a page's image asset and whether they should be shown or not. 41 | # Images expected in /usr/share/desktop-provision/images/ 42 | # 43 | # Bootstrap pages: 44 | # - locale: Select the interface language 45 | # - accessibility: Allow user to configure GNOME accessibility options 46 | # - try-or-install: Choose between trying the live session or installing (only shown when --try-or-install is passed) 47 | # - rst: Identifies if the computer has Intel Rapid Storage Technology (rst) active 48 | # - keyboard: Set keyboard layout 49 | # - network: Connect to a network 50 | # - refresh: Expose installer's auto-update mechanism 51 | # - source-selection: Choose installation source, i.e. which applications that should be installed 52 | # - codecs-and-drivers: Choose if proprietary codecs and drivers should be installed 53 | # - not-enough-disk-space: Notifies if there is insufficient disk space 54 | # - secure-boot: Handles secure boot# - storage: Select target disk and partition 55 | # - identity: Create the first-user account (only displayed if mode = default) 56 | # - confirm: A summary of the installation and confirmation button to start the install 57 | # - done: Choose whether to restart or continue testing in the live session 58 | # 59 | # Init pages (for oem only) 60 | # - identity: Create the first-user account 61 | # - ubuntu-pro: Enable Ubuntu Pro 62 | # - privacy: Enable location services 63 | # - timezone: Set the timezone 64 | # - telemetry: Enable sending telemetry 65 | # 66 | # Do note that currently only accessibility, try-or-install, refresh and source-selection can be hidden. 67 | pages: 68 | locale: 69 | image: ubuntu-mate.png 70 | refresh: 71 | image: ubuntu-mate-icon.svg 72 | try-or-install: 73 | image: ubuntu-mate.png 74 | storage-icon: 75 | image: ubuntu-mate-icon.svg 76 | done: 77 | image: ubuntu-mate-icon.svg 78 | -------------------------------------------------------------------------------- /usr/share/glib-2.0/schemas/30_ubuntu-mate.gschema.override: -------------------------------------------------------------------------------- 1 | [x.dm.slick-greeter] 2 | background='/usr/share/backgrounds/ubuntu-mate-common/Green-Wall-Logo.png' 3 | background-color='#3C3B37' 4 | draw-grid=false 5 | draw-user-backgrounds=false 6 | enable-hidpi='auto' 7 | font-name='Ubuntu 11' 8 | icon-theme-name='Yaru-MATE-dark' 9 | idle-timeout=300 10 | high-contrast=false 11 | #logo=Logo file to use 12 | onscreen-keyboard=false 13 | +#other-monitors-logo=Logo file to use for other monitors 14 | +# play-ready-sound=A sound file to play when the greeter is ready 15 | screen-reader=false 16 | theme-name='Yaru-MATE-dark' 17 | xft-antialias=true 18 | xft-dpi=96 19 | xft-hintstyle='hintslight' 20 | xft-rgba='rgb' 21 | 22 | [com.solus-project.brisk-menu] 23 | rollover-activate=true 24 | search-position='top' 25 | 26 | [com.ubuntu.update-manager] 27 | show-details=true 28 | show-versions=true 29 | 30 | [com.ubuntu.update-notifier:MATE] 31 | notify-ubuntu-advantage-available=false 32 | show-livepatch-status-icon=false 33 | 34 | [io.github.celluloid-player.Celluloid] 35 | csd-enable=false 36 | dark-theme-enable=false 37 | 38 | [net.launchpad.plank.dock.settings] 39 | dock-items=['desktop.dockitem', 'firefox_firefox.dockitem', 'caja-browser.dockitem', 'matecc.dockitem', 'mate-system-monitor.dockitem', 'mate-terminal.dockitem', 'mate-calc.dockitem', 'clock.dockitem', 'trash.dockitem'] 40 | hide-mode='window-dodge' 41 | show-dock-item=false 42 | theme='Yaru-light' 43 | zoom-enabled=true 44 | zoom-percent=150 45 | 46 | [org.appmenu.gtk-module] 47 | blacklist=['appmenu-mate', 'mate-hud', 'mate-indicator-applet','mate-indicator-applet-appmenu','mate-indicator-applet-complete', 'mate-menu', 'mate-panel'] 48 | whitelist=['firefox', 'thunderbird'] 49 | 50 | [org.ayatana.indicator.datetime] 51 | alarm-default-sound='/usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga' 52 | calendar-default-sound='/usr/share/sounds/Yaru/stereo/message.oga' 53 | 54 | [org.ayatana.indicator.notifications] 55 | filter-list=['Spotify', 'NetworkManager', 'MATE Tweak'] 56 | 57 | [org.ayatana.indicator.session] 58 | suppress-restart-menuitem=true 59 | 60 | [org.gnome.crypto.pgp] 61 | keyservers=['hkp://keyserver.ubuntu.com:11371', 'hkp://pool.sks-keyservers.net', 'ldap://keyserver.pgp.com'] 62 | 63 | [org.gnome.evolution.mail] 64 | monospace-font='Ubuntu Mono 12' 65 | search-gravatar-for-photo=true 66 | show-sender-photo=true 67 | variable-width-font='Ubuntu 12' 68 | 69 | [org.gnome.evolution.plugin.external-editor] 70 | command='pluma' 71 | 72 | [org.gnome.rhythmbox.encoding-settings] 73 | media-type-presets={'audio/x-vorbis':'Ubuntu', 'audio/mpeg':'Ubuntu'} 74 | 75 | [org.gnome.rhythmbox.rhythmdb:MATE] 76 | monitor-library=true 77 | 78 | [org.gnome.rhythmbox.plugins:MATE] 79 | active-plugins=['alternative-toolbar', 'artsearch', 'audiocd','audioscrobbler','daap','dbus-media-server','generic-player','ipod','iradio','mmkeys','mpris','mtpdevice','notification','power-manager'] 80 | 81 | [org.gnome.Charmap:MATE] 82 | font='Ubuntu 22' 83 | 84 | [org.mate.applications-at-mobility] 85 | exec='onboard' 86 | 87 | [org.mate.applications-at-visual] 88 | exec='orca' 89 | 90 | [org.mate.applications-office.calendar] 91 | exec='evolution' 92 | 93 | [org.mate.applications-office.tasks] 94 | exec='evolution' 95 | 96 | [org.mate.background] 97 | picture-filename='/usr/share/backgrounds/ubuntu-mate-common/Green-Wall-Logo.png' 98 | 99 | [org.mate.control-center.appearance] 100 | more-backgrounds-url='https://ubuntu-mate.community/c/multimedia/artwork' 101 | 102 | [org.mate.eom.view] 103 | extrapolate=false 104 | interpolate=false 105 | 106 | [org.mate.hud] 107 | enabled=false 108 | 109 | [org.mate.Marco.general] 110 | alt-tab-expand-to-fit-title=true 111 | show-tab-border=false 112 | 113 | [org.mate.panel] 114 | default-layout='familiar' 115 | 116 | [org.mate.panel.menubar] 117 | icon-name='start-here-symbolic' 118 | 119 | [org.mate.peripherals-mouse] 120 | cursor-size=24 121 | 122 | [org.mate.peripherals-touchpad] 123 | three-finger-click=0 124 | two-finger-click=0 125 | 126 | [org.mate.power-manager] 127 | icon-policy='never' 128 | notify-discharging=false 129 | notify-fully-charged=false 130 | notify-low-capacity=false 131 | notify-low-power=false 132 | 133 | [org.mate.system-monitor] 134 | cpu-color0="#9A0606" 135 | cpu-color1="#B42828" 136 | cpu-color2="#CD5050" 137 | cpu-color3="#E67F7F" 138 | cpu-color4="#FFB4B4" 139 | cpu-color5="#9A5306" 140 | cpu-color6="#B47028" 141 | cpu-color7="#CD8F50" 142 | cpu-color8="#E6B37F" 143 | cpu-color9="#FFDBB5" 144 | cpu-color10="#6B9A06" 145 | cpu-color11="#86B428" 146 | cpu-color12="#A4CD50" 147 | cpu-color13="#C4E67F" 148 | cpu-color14="#E6FFB3" 149 | cpu-color15="#066B9A" 150 | cpu-color16="#2886B4" 151 | cpu-color17="#50A5CD" 152 | cpu-color18="#7FC4E6" 153 | cpu-color19="#B3E6FF" 154 | cpu-color20="#21069A" 155 | cpu-color21="#4028B4" 156 | cpu-color22="#6550CD" 157 | cpu-color23="#907FE6" 158 | cpu-color24="#C0B4FF" 159 | cpu-color25="#870087" 160 | cpu-color26="#BC00BC" 161 | cpu-color27="#F100F1" 162 | cpu-color28="#FF4FFF" 163 | cpu-color29="#FF87FF" 164 | cpu-color30="#C4A000" 165 | cpu-color31="#EDD400" 166 | 167 | [org.mate.window-applets.window-buttons] 168 | behaviour='active-maximized' 169 | control-maximized-window=true 170 | padding=8 171 | spacing=0 172 | 173 | [org.onboard] 174 | layout='Compact' 175 | theme='Nightshade' 176 | key-label-font='Ubuntu' 177 | key-label-overrides=['RWIN::super-group', 'LWIN::super-group'] 178 | xembed-onboard=true 179 | 180 | [org.onboard.window] 181 | docking-enabled=true 182 | force-to-top=true 183 | 184 | [org.yorba.shotwell.printing] 185 | titles-font='Ubuntu Bold 12' 186 | -------------------------------------------------------------------------------- /usr/share/glib-2.0/schemas/40_ubuntu-mate-live.gschema.override: -------------------------------------------------------------------------------- 1 | [org.mate.Marco.global-keybindings] 2 | run-command-1='1' 3 | 4 | [org.mate.Marco.keybinding-commands] 5 | command-1='ubiquity gtk_ui' 6 | 7 | [org.mate.background] 8 | picture-filename='/usr/share/backgrounds/ubuntu-mate-common/Green-Wall-Logo.png' 9 | 10 | [org.mate.interface] 11 | accessibility=true 12 | -------------------------------------------------------------------------------- /usr/share/lightdm/lightdm.conf.d/50-ubuntu-mate.conf: -------------------------------------------------------------------------------- 1 | [Seat:*] 2 | user-session=mate 3 | -------------------------------------------------------------------------------- /usr/share/lightdm/lightdm.conf.d/51-autologin.conf: -------------------------------------------------------------------------------- 1 | [Seat:*] 2 | autologin-user=ubuntu 3 | -------------------------------------------------------------------------------- /usr/share/mate-panel/layouts/contemporary.layout: -------------------------------------------------------------------------------- 1 | [Toplevel top] 2 | expand=true 3 | orientation=top 4 | size=28 5 | 6 | [Toplevel bottom] 7 | expand=true 8 | orientation=bottom 9 | size=28 10 | 11 | [Object briskmenu] 12 | object-type=applet 13 | applet-iid=BriskMenuFactory::BriskMenu 14 | toplevel-id=top 15 | position=0 16 | locked=true 17 | 18 | [Object appmenuapplet] 19 | position=10 20 | toplevel-id=top 21 | applet-iid=AppmenuAppletFactory::AppmenuApplet 22 | object-type=applet 23 | relative-to-edge=end 24 | locked=true 25 | 26 | [Object notification-area] 27 | object-type=applet 28 | applet-iid=NotificationAreaAppletFactory::NotificationArea 29 | toplevel-id=top 30 | position=10 31 | relative-to-edge=end 32 | locked=true 33 | 34 | [Object indicatorappletcomplete] 35 | object-type=applet 36 | applet-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete 37 | toplevel-id=top 38 | position=0 39 | relative-to-edge=end 40 | locked=true 41 | 42 | [Object show-desktop] 43 | object-type=applet 44 | applet-iid=WnckletFactory::ShowDesktopApplet 45 | toplevel-id=bottom 46 | position=0 47 | locked=true 48 | 49 | [Object window-list] 50 | object-type=applet 51 | applet-iid=WnckletFactory::WindowListApplet 52 | toplevel-id=bottom 53 | position=20 54 | locked=true 55 | 56 | [Object workspace-switcher] 57 | object-type=applet 58 | applet-iid=WnckletFactory::WorkspaceSwitcherApplet 59 | toplevel-id=bottom 60 | position=10 61 | relative-to-edge=end 62 | locked=true 63 | 64 | [Object trashapplet] 65 | object-type=applet 66 | applet-iid=TrashAppletFactory::TrashApplet 67 | toplevel-id=bottom 68 | position=0 69 | relative-to-edge=end 70 | locked=true 71 | -------------------------------------------------------------------------------- /usr/share/mate-panel/layouts/eleven.dock: -------------------------------------------------------------------------------- 1 | plank 2 | -------------------------------------------------------------------------------- /usr/share/mate-panel/layouts/eleven.layout: -------------------------------------------------------------------------------- 1 | [Toplevel top] 2 | expand=true 3 | orientation=top 4 | size=28 5 | 6 | [Object briskmenu] 7 | object-type=applet 8 | applet-iid=BriskMenuFactory::BriskMenu 9 | toplevel-id=top 10 | position=0 11 | locked=true 12 | 13 | [Object appmenuapplet] 14 | locked=true 15 | position=10 16 | toplevel-id=top 17 | applet-iid=AppmenuAppletFactory::AppmenuApplet 18 | object-type=applet 19 | 20 | [Object notification-area] 21 | object-type=applet 22 | applet-iid=NotificationAreaAppletFactory::NotificationArea 23 | toplevel-id=top 24 | position=10 25 | relative-to-edge=end 26 | locked=true 27 | 28 | [Object indicatorappletcomplete] 29 | object-type=applet 30 | applet-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete 31 | toplevel-id=top 32 | position=0 33 | relative-to-edge=end 34 | locked=true 35 | -------------------------------------------------------------------------------- /usr/share/mate-panel/layouts/familiar.layout: -------------------------------------------------------------------------------- 1 | [Toplevel top] 2 | expand=true 3 | orientation=top 4 | size=28 5 | 6 | [Toplevel bottom] 7 | expand=true 8 | orientation=bottom 9 | size=28 10 | 11 | [Object briskmenu] 12 | object-type=applet 13 | applet-iid=BriskMenuFactory::BriskMenu 14 | toplevel-id=top 15 | position=0 16 | locked=true 17 | 18 | [Object firefox] 19 | locked=true 20 | position=10 21 | launcher-location=/var/lib/snapd/desktop/applications/firefox_firefox.desktop 22 | toplevel-id=top 23 | object-type=launcher 24 | menu-path=applications:/ 25 | 26 | [Object notification-area] 27 | object-type=applet 28 | applet-iid=NotificationAreaAppletFactory::NotificationArea 29 | toplevel-id=top 30 | position=10 31 | relative-to-edge=end 32 | locked=true 33 | 34 | [Object indicatorappletcomplete] 35 | object-type=applet 36 | applet-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete 37 | toplevel-id=top 38 | position=0 39 | relative-to-edge=end 40 | locked=true 41 | 42 | [Object show-desktop] 43 | object-type=applet 44 | applet-iid=WnckletFactory::ShowDesktopApplet 45 | toplevel-id=bottom 46 | position=0 47 | locked=true 48 | 49 | [Object window-list] 50 | object-type=applet 51 | applet-iid=WnckletFactory::WindowListApplet 52 | toplevel-id=bottom 53 | position=20 54 | locked=true 55 | 56 | [Object workspace-switcher] 57 | object-type=applet 58 | applet-iid=WnckletFactory::WorkspaceSwitcherApplet 59 | toplevel-id=bottom 60 | position=10 61 | relative-to-edge=end 62 | locked=true 63 | 64 | [Object trashapplet] 65 | locked=true 66 | position=0 67 | toplevel-id=bottom 68 | applet-iid=TrashAppletFactory::TrashApplet 69 | object-type=applet 70 | relative-to-edge=end 71 | -------------------------------------------------------------------------------- /usr/share/mate-panel/layouts/mutiny.dock: -------------------------------------------------------------------------------- 1 | plank 2 | -------------------------------------------------------------------------------- /usr/share/mate-panel/layouts/mutiny.layout: -------------------------------------------------------------------------------- 1 | [Toplevel top] 2 | orientation=top 3 | expand=true 4 | size=28 5 | 6 | [Object briskmenu] 7 | object-type=applet 8 | applet-iid=BriskMenuFactory::BriskMenu 9 | toplevel-id=top 10 | position=0 11 | locked=true 12 | 13 | [Object notification-area] 14 | object-type=applet 15 | applet-iid=NotificationAreaAppletFactory::NotificationArea 16 | toplevel-id=top 17 | position=10 18 | relative-to-edge=end 19 | locked=true 20 | 21 | [Object indicatorappletcomplete] 22 | object-type=applet 23 | applet-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete 24 | toplevel-id=top 25 | position=0 26 | relative-to-edge=end 27 | locked=true 28 | -------------------------------------------------------------------------------- /usr/share/mate-panel/layouts/netbook.layout: -------------------------------------------------------------------------------- 1 | [Toplevel top] 2 | orientation=top 3 | expand=true 4 | size=28 5 | 6 | [Object briskmenu] 7 | locked=true 8 | position=0 9 | panel-right-stick=false 10 | toplevel-id=top 11 | applet-iid=BriskMenuFactory::BriskMenu 12 | object-type=applet 13 | 14 | [Object windowpicker] 15 | locked=true 16 | position=10 17 | panel-right-stick=false 18 | toplevel-id=top 19 | applet-iid=MateWindowPickerFactory::MateWindowPicker 20 | object-type=applet 21 | 22 | [Object windowbuttonsapplet] 23 | locked=true 24 | position=20 25 | relative-to-edge=end 26 | toplevel-id=top 27 | applet-iid=WindowButtonsAppletFactory::WindowButtonsApplet 28 | object-type=applet 29 | 30 | [Object notificationarea] 31 | locked=true 32 | position=10 33 | relative-to-edge=end 34 | toplevel-id=top 35 | applet-iid=NotificationAreaAppletFactory::NotificationArea 36 | object-type=applet 37 | 38 | [Object indicatorappletcomplete] 39 | locked=true 40 | position=0 41 | relative-to-edge=end 42 | toplevel-id=top 43 | applet-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete 44 | object-type=applet 45 | -------------------------------------------------------------------------------- /usr/share/mate-panel/layouts/pantheon.dock: -------------------------------------------------------------------------------- 1 | plank 2 | -------------------------------------------------------------------------------- /usr/share/mate-panel/layouts/pantheon.layout: -------------------------------------------------------------------------------- 1 | [Toplevel top] 2 | expand=true 3 | orientation=top 4 | size=28 5 | 6 | [Object briskmenu] 7 | object-type=applet 8 | applet-iid=BriskMenuFactory::BriskMenu 9 | toplevel-id=top 10 | position=0 11 | locked=true 12 | 13 | [Object notification-area] 14 | object-type=applet 15 | applet-iid=NotificationAreaAppletFactory::NotificationArea 16 | toplevel-id=top 17 | position=10 18 | relative-to-edge=end 19 | locked=true 20 | 21 | [Object indicatorappletcomplete] 22 | object-type=applet 23 | applet-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete 24 | toplevel-id=top 25 | position=0 26 | relative-to-edge=end 27 | locked=true 28 | -------------------------------------------------------------------------------- /usr/share/mate-panel/layouts/redmond.layout: -------------------------------------------------------------------------------- 1 | [Toplevel bottom] 2 | expand=true 3 | orientation=bottom 4 | size=28 5 | 6 | [Object briskmenu] 7 | object-type=applet 8 | applet-iid=BriskMenuFactory::BriskMenu 9 | toplevel-id=bottom 10 | position=0 11 | locked=true 12 | 13 | [Object showdesktopapplet] 14 | locked=true 15 | position=10 16 | toplevel-id=bottom 17 | applet-iid=WnckletFactory::ShowDesktopApplet 18 | object-type=applet 19 | 20 | [Object firefox] 21 | locked=true 22 | position=20 23 | launcher-location=/var/lib/snapd/desktop/applications/firefox_firefox.desktop 24 | toplevel-id=bottom 25 | object-type=launcher 26 | menu-path=applications:/ 27 | 28 | [Object evolution] 29 | locked=true 30 | position=30 31 | launcher-location=/usr/share/applications/org.gnome.Evolution.desktop 32 | toplevel-id=bottom 33 | object-type=launcher 34 | menu-path=applications:/ 35 | 36 | [Object window-list] 37 | object-type=applet 38 | applet-iid=WnckletFactory::WindowListApplet 39 | toplevel-id=bottom 40 | position=40 41 | locked=true 42 | 43 | [Object drivemountapplet] 44 | object-type=applet 45 | applet-iid=DriveMountAppletFactory::DriveMountApplet 46 | toplevel-id=bottom 47 | position=20 48 | relative-to-edge=end 49 | locked=true 50 | 51 | [Object notification-area] 52 | object-type=applet 53 | applet-iid=NotificationAreaAppletFactory::NotificationArea 54 | toplevel-id=bottom 55 | position=10 56 | relative-to-edge=end 57 | locked=true 58 | 59 | [Object indicatorappletcomplete] 60 | object-type=applet 61 | applet-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete 62 | toplevel-id=bottom 63 | position=0 64 | relative-to-edge=end 65 | locked=true 66 | -------------------------------------------------------------------------------- /usr/share/mate-panel/layouts/ubuntu-mate.layout: -------------------------------------------------------------------------------- 1 | [Toplevel top] 2 | expand=true 3 | orientation=top 4 | size=28 5 | 6 | [Toplevel bottom] 7 | expand=true 8 | orientation=bottom 9 | size=28 10 | 11 | [Object menu-bar] 12 | object-type=menu-bar 13 | toplevel-id=top 14 | position=0 15 | locked=true 16 | 17 | [Object firefox] 18 | locked=true 19 | position=10 20 | launcher-location=/var/lib/snapd/desktop/applications/firefox_firefox.desktop 21 | toplevel-id=top 22 | object-type=launcher 23 | menu-path=applications:/ 24 | 25 | [Object notification-area] 26 | object-type=applet 27 | applet-iid=NotificationAreaAppletFactory::NotificationArea 28 | toplevel-id=top 29 | position=10 30 | relative-to-edge=end 31 | locked=true 32 | 33 | [Object indicatorappletcomplete] 34 | object-type=applet 35 | applet-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete 36 | toplevel-id=top 37 | position=0 38 | relative-to-edge=end 39 | locked=true 40 | 41 | [Object show-desktop] 42 | object-type=applet 43 | applet-iid=WnckletFactory::ShowDesktopApplet 44 | toplevel-id=bottom 45 | position=0 46 | locked=true 47 | 48 | [Object window-list] 49 | object-type=applet 50 | applet-iid=WnckletFactory::WindowListApplet 51 | toplevel-id=bottom 52 | position=10 53 | locked=true 54 | 55 | [Object workspace-switcher] 56 | object-type=applet 57 | applet-iid=WnckletFactory::WorkspaceSwitcherApplet 58 | toplevel-id=bottom 59 | position=10 60 | relative-to-edge=end 61 | locked=true 62 | 63 | [Object trashapplet] 64 | locked=true 65 | position=0 66 | toplevel-id=bottom 67 | applet-iid=TrashAppletFactory::TrashApplet 68 | object-type=applet 69 | relative-to-edge=end 70 | -------------------------------------------------------------------------------- /usr/share/mate/applications/ayatana-settings.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Categories=Settings;DesktopSettings;X-LXDE-Settings;X-XFCE-SettingsDialog;X-XFCE-SystemSettings; 3 | Comment=Ayatana Indicators Settings 4 | TryExec=/usr/bin/ayatana-settings 5 | Exec=/usr/bin/ayatana-settings 6 | Icon=system-component-addon 7 | Keywords=settings;indicators;ayatana;control;system;sound;notifications;datetime;events;messages;bluetooth;network;session; 8 | Name=Indicators 9 | Terminal=false 10 | Type=Application 11 | X-Ubuntu-Gettext-Domain=ayatana-settings 12 | 13 | -------------------------------------------------------------------------------- /usr/share/mate/applications/blueman-manager.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name[ar]=مدير البلوتوث 3 | Name[ast]=Alministrador Bluetooth 4 | Name[be]=Кіраўнік Bluetooth 5 | Name[de]=Bluetooth Manager 6 | Name[el]=Διαχειριστής Bluetooth 7 | Name[es]=Gestor de conexiones Bluetooth 8 | Name[et]=Bluetoothi haldur 9 | Name[fi]=Bluetooth-hallinta 10 | Name[fr]=Gestionnaire Bluetooth 11 | Name[he]=מנהל Bluetooth 12 | Name[hr]=Bluetooth upravljač 13 | Name[it]=Gestore Bluetooth 14 | Name[ja]=Bluetooth マネージャー 15 | Name[ko]=블루투스 관리자 16 | Name[lt]=„Bluetooth“ tvarkytuvė 17 | Name[nb]=Håndtering av Blåtann 18 | Name[nl]=Bluetooth-beheerder 19 | Name[pl]=Menedżer Bluetooth 20 | Name[pt_BR]=Gerenciador de Bluetooth 21 | Name[pt]=Gestor de Bluetooth 22 | Name[ru]=Bluetooth менеджер 23 | Name[sk]=Správca Bluetooth 24 | Name[sl]=Bluetooth upravljalnik 25 | Name[sv]=Bluetooth-hanterare 26 | Name[tr]=Bluetooth Yöneticisi 27 | Name[uk]=Засіб керування Bluetooth 28 | Name[vi]=Trình quản lý Bluetooth 29 | Name[zh_CN]=蓝牙管理器 30 | Name[zh_TW]=藍牙管理器 31 | Name[oc]=Gestionari Bluetooth 32 | Name=Bluetooth Manager 33 | Comment[ar]=مدير بلوتوث بلومان 34 | Comment[ast]=Alministrador Bluetooth Blueman 35 | Comment[be]=Blueman - кіраўнік Bluetooth 36 | Comment[de]=Blueman Bluetooth Manager 37 | Comment[el]=Διαχειριστής bluetooth του blueman 38 | Comment[es]=Gestor de conexiones Bluetooth Blueman 39 | Comment[et]=Bluetoothi haldur Blueman 40 | Comment[fi]=Blueman bluetooth-hallinta 41 | Comment[fr]=Gestionnaire Bluetooth Blueman 42 | Comment[he]=Blueman - מנהל Bluetooth 43 | Comment[hr]=Blueman Bluetooth upravljač 44 | Comment[it]=Blueman Gestore Bluetooth 45 | Comment[ja]=Blueman は GTK+ の Bluetooth マネージャーです 46 | Comment[ko]=Blueman 블루투스 관리자 47 | Comment[lt]=Blueman „Bluetooth“ tvarkytuvė 48 | Comment[nb]=Blueman Blåtannsbehandler 49 | Comment[nl]=Blueman Bluetooth-beheer 50 | Comment[pl]=Menedżer Bluetooth Blueman 51 | Comment[pt_BR]=Gerenciador de Bluetooth Blueman 52 | Comment[pt]=Gestor de Bluetooth Blueman 53 | Comment[ru]=Менеджер Bluetooth Blueman 54 | Comment[sk]=Správca Bluetooth Blueman 55 | Comment[sl]=Blueman Bluetooth upravljalnik 56 | Comment[sv]=Blueman Bluetooth-hanterare 57 | Comment[tr]=Blueman Bluetooth Yöneticisi 58 | Comment[uk]=Blueman — засіб керування Bluetooth 59 | Comment[zh_CN]=Blueman 蓝牙管理器 60 | Comment[zh_TW]=Blueman 藍牙管理器 61 | Comment[oc]=Gestionari Bluetooth Blueman 62 | Comment=Blueman Bluetooth Manager 63 | Icon=preferences-system-bluetooth 64 | TryExec=blueman-manager 65 | Exec=blueman-manager 66 | Terminal=false 67 | Type=Application 68 | StartupNotify=true 69 | Categories=GTK;GNOME;Settings;HardwareSettings; 70 | -------------------------------------------------------------------------------- /usr/share/mate/applications/compton.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Type=Application 4 | Name=compton 5 | GenericName=X compositor 6 | Comment=A X compositor 7 | Categories=Utility; 8 | TryExec=compton 9 | Exec=compton 10 | Icon=compton 11 | Keywords=x;x11;compositor; 12 | NoDisplay=true 13 | -------------------------------------------------------------------------------- /usr/share/mate/applications/debian-uxterm.desktop: -------------------------------------------------------------------------------- 1 | # $XTermId: uxterm.desktop,v 1.13 2012/06/24 22:20:29 tom Exp $ 2 | # ----------------------------------------------------------------------------- 3 | # this file is part of xterm 4 | # 5 | # Copyright 2006-2010,2012 by Thomas E. Dickey 6 | # 7 | # All Rights Reserved 8 | # 9 | # Permission is hereby granted, free of charge, to any person obtaining a 10 | # copy of this software and associated documentation files (the 11 | # "Software"), to deal in the Software without restriction, including 12 | # without limitation the rights to use, copy, modify, merge, publish, 13 | # distribute, sublicense, and/or sell copies of the Software, and to 14 | # permit persons to whom the Software is furnished to do so, subject to 15 | # the following conditions: 16 | # 17 | # The above copyright notice and this permission notice shall be included 18 | # in all copies or substantial portions of the Software. 19 | # 20 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 21 | # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 23 | # IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY 24 | # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 25 | # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 26 | # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | # 28 | # Except as contained in this notice, the name(s) of the above copyright 29 | # holders shall not be used in advertising or otherwise to promote the 30 | # sale, use or other dealings in this Software without prior written 31 | # authorization. 32 | # ----------------------------------------------------------------------------- 33 | 34 | [Desktop Entry] 35 | Name=UXTerm 36 | #GenericName=Terminal 37 | Comment=standard terminal emulator for the X window system 38 | Exec=uxterm 39 | Terminal=false 40 | Type=Application 41 | #Encoding=UTF-8 42 | Icon=xterm-color 43 | Categories=System;TerminalEmulator;Utility; 44 | X-Desktop-File-Install-Version=0.22 45 | NoDisplay=true 46 | -------------------------------------------------------------------------------- /usr/share/mate/applications/debian-xterm.desktop: -------------------------------------------------------------------------------- 1 | # $XTermId: xterm.desktop,v 1.14 2012/06/24 22:20:29 tom Exp $ 2 | # ----------------------------------------------------------------------------- 3 | # this file is part of xterm 4 | # 5 | # Copyright 2006-2010,2012 by Thomas E. Dickey 6 | # 7 | # All Rights Reserved 8 | # 9 | # Permission is hereby granted, free of charge, to any person obtaining a 10 | # copy of this software and associated documentation files (the 11 | # "Software"), to deal in the Software without restriction, including 12 | # without limitation the rights to use, copy, modify, merge, publish, 13 | # distribute, sublicense, and/or sell copies of the Software, and to 14 | # permit persons to whom the Software is furnished to do so, subject to 15 | # the following conditions: 16 | # 17 | # The above copyright notice and this permission notice shall be included 18 | # in all copies or substantial portions of the Software. 19 | # 20 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 21 | # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22 | # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 23 | # IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY 24 | # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 25 | # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 26 | # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 | # 28 | # Except as contained in this notice, the name(s) of the above copyright 29 | # holders shall not be used in advertising or otherwise to promote the 30 | # sale, use or other dealings in this Software without prior written 31 | # authorization. 32 | # ----------------------------------------------------------------------------- 33 | 34 | [Desktop Entry] 35 | Name=XTerm 36 | #GenericName=Terminal 37 | Comment=standard terminal emulator for the X window system 38 | Exec=xterm 39 | Terminal=false 40 | Type=Application 41 | #Encoding=UTF-8 42 | Icon=xterm-color 43 | Categories=System;TerminalEmulator;Utility; 44 | X-Desktop-File-Install-Version=0.22 45 | NoDisplay=true 46 | -------------------------------------------------------------------------------- /usr/share/mate/applications/defaults.list: -------------------------------------------------------------------------------- 1 | [Default Applications] 2 | application/csv=libreoffice-calc.desktop 3 | application/excel=libreoffice-calc.desktop 4 | application/javascript=pluma.desktop 5 | application/mbox=evolution.desktop 6 | application/msexcel=libreoffice-calc.desktop 7 | application/mspowerpoint=libreoffice-impress.desktop 8 | application/msword=libreoffice-writer.desktop 9 | application/mxf=io.github.GnomeMpv.desktop 10 | application/ogg=io.github.GnomeMpv.desktop 11 | application/pdf=atril.desktop 12 | application/postscript=atril.desktop 13 | application/ram=io.github.GnomeMpv.desktop 14 | application/rdf+xml=firefox.desktop 15 | application/rss+xml=firefox.desktop 16 | application/rtf=libreoffice-writer.desktop 17 | application/sdp=io.github.GnomeMpv.desktop 18 | application/smil=io.github.GnomeMpv.desktop 19 | application/smil+xml=io.github.GnomeMpv.desktop 20 | application/tab-separated-values=libreoffice-calc.desktop 21 | application/vnd.lotus-1-2-3=libreoffice-calc.desktop 22 | application/vnd.lotus-wordpro=libreoffice-writer.desktop 23 | application/vnd.ms-excel=libreoffice-calc.desktop 24 | application/vnd.ms-excel.sheet.binary.macroenabled.12=libreoffice-calc.desktop 25 | application/vnd.ms-excel.sheet.macroenabled.12=libreoffice-calc.desktop 26 | application/vnd.ms-excel.template.macroenabled.12=libreoffice-calc.desktop 27 | application/vnd.ms-powerpoint=libreoffice-impress.desktop 28 | application/vnd.ms-powerpoint.presentation.macroenabled.12=libreoffice-impress.desktop 29 | application/vnd.ms-powerpoint.template.macroenabled.12=libreoffice-impress.desktop 30 | application/vnd.ms-word=libreoffice-writer.desktop 31 | application/vnd.ms-word.document.macroenabled.12=libreoffice-writer.desktop 32 | application/vnd.ms-word.template.macroenabled.12=libreoffice-writer.desktop 33 | application/vnd.ms-wpl=io.github.GnomeMpv.desktop 34 | application/vnd.oasis.opendocument.formula=libreoffice-math.desktop 35 | application/vnd.oasis.opendocument.graphics-flat-xml=libreoffice-draw.desktop 36 | application/vnd.oasis.opendocument.graphics=libreoffice-draw.desktop 37 | application/vnd.oasis.opendocument.graphics-template=libreoffice-draw.desktop 38 | application/vnd.oasis.opendocument.presentation-flat-xml=libreoffice-impress.desktop 39 | application/vnd.oasis.opendocument.presentation=libreoffice-impress.desktop 40 | application/vnd.oasis.opendocument.presentation-template=libreoffice-impress.desktop 41 | application/vnd.oasis.opendocument.spreadsheet-flat-xml=libreoffice-calc.desktop 42 | application/vnd.oasis.opendocument.spreadsheet=libreoffice-calc.desktop 43 | application/vnd.oasis.opendocument.spreadsheet-template=libreoffice-calc.desktop 44 | application/vnd.oasis.opendocument.text-flat-xml=libreoffice-writer.desktop 45 | application/vnd.oasis.opendocument.text=libreoffice-writer.desktop 46 | application/vnd.oasis.opendocument.text-master=libreoffice-writer.desktop 47 | application/vnd.oasis.opendocument.text-template=libreoffice-writer.desktop 48 | application/vnd.oasis.opendocument.text-web=libreoffice-writer.desktop 49 | application/vnd.openxmlformats-officedocument.presentationml.presentation=libreoffice-impress.desktop 50 | application/vnd.openxmlformats-officedocument.presentationml.slide=libreoffice-impress.desktop 51 | application/vnd.openxmlformats-officedocument.presentationml.slideshow=libreoffice-impress.desktop 52 | application/vnd.openxmlformats-officedocument.presentationml.template=libreoffice-impress.desktop 53 | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=libreoffice-calc.desktop 54 | application/vnd.openxmlformats-officedocument.spreadsheetml.template=libreoffice-calc.desktop 55 | application/vnd.openxmlformats-officedocument.wordprocessingml.document=libreoffice-writer.desktop 56 | application/vnd.openxmlformats-officedocument.wordprocessingml.template=libreoffice-writer.desktop 57 | application/vnd.rn-realmedia=io.github.GnomeMpv.desktop 58 | application/vnd.stardivision.calc=libreoffice-calc.desktop 59 | application/vnd.stardivision.chart=libreoffice-calc.desktop 60 | application/vnd.stardivision.writer=libreoffice-writer.desktop 61 | application/vnd.sun.xml.calc=libreoffice-calc.desktop 62 | application/vnd.sun.xml.calc.template=libreoffice-calc.desktop 63 | application/vnd.sun.xml.draw=libreoffice-draw.desktop 64 | application/vnd.sun.xml.draw.template=libreoffice-draw.desktop 65 | application/vnd.sun.xml.impress=libreoffice-impress.desktop 66 | application/vnd.sun.xml.impress.template=libreoffice-impress.desktop 67 | application/vnd.sun.xml.math=libreoffice-math.desktop 68 | application/vnd.sun.xml.writer.global=libreoffice-writer.desktop 69 | application/vnd.sun.xml.writer=libreoffice-writer.desktop 70 | application/vnd.sun.xml.writer.template=libreoffice-writer.desktop 71 | application/vnd.visio=libreoffice-draw.desktop 72 | application/vnd.wordperfect=libreoffice-writer.desktop 73 | application/wordperfect=libreoffice-writer.desktop 74 | application/x-123=libreoffice-calc.desktop 75 | application/x-7z-compressed=engrampa.desktop 76 | application/x-7z-compressed-tar=engrampa.desktop 77 | application/x-abiword=abiword.desktop 78 | application/x-ace=engrampa.desktop 79 | application/x-alz=engrampa.desktop 80 | application/x-applix-spreadsheet=libreoffice-calc.desktop 81 | application/x-ar=engrampa.desktop 82 | application/x-arj=engrampa.desktop 83 | application/x-bittorrent=transmission-gtk.desktop 84 | application/x-bzdvi=atril.desktop 85 | application/x-bzip1-compressed-tar=engrampa.desktop 86 | application/x-bzip1=engrampa.desktop 87 | application/x-bzip-compressed-tar=engrampa.desktop 88 | application/x-bzip=engrampa.desktop 89 | application/x-bzpdf=atril.desktop 90 | application/x-bzpostscript=atril.desktop 91 | application/x-cabinet=engrampa.desktop 92 | application/x-cb7=atril.desktop 93 | application/x-cbr=atril.desktop 94 | application/x-cbz=atril.desktop 95 | application/x-cd-image=engrampa.desktop 96 | application/x-cgi=pluma.desktop 97 | application/x-compressed-tar=engrampa.desktop 98 | application/x-compress=engrampa.desktop 99 | application/x-cpio=engrampa.desktop 100 | application/x-dbase=libreoffice-calc.desktop 101 | application/x-dbf=libreoffice-calc.desktop 102 | application/x-deb=gdebi.desktop;engrampa.desktop 103 | application/x-debian-package=gdebi.desktop;engrampa.desktop 104 | application/x-dia-diagram=dia.desktop 105 | application/x-doc=libreoffice-writer.desktop 106 | application/x-dos_ms_excel=libreoffice-calc.desktop 107 | application/x-dvi=atril.desktop 108 | application/x-ear=engrampa.desktop 109 | application/x-excel=libreoffice-calc.desktop 110 | application/x-extension-m4a=io.github.GnomeMpv.desktop 111 | application/x-extension-mp4=io.github.GnomeMpv.desktop 112 | application/x-flac=io.github.GnomeMpv.desktop 113 | application/x-flash-video=io.github.GnomeMpv.desktop 114 | application/x-font-otf=mate-font-viewer.desktop 115 | application/x-font-pcf=mate-font-viewer.desktop 116 | application/x-font-ttf=mate-font-viewer.desktop 117 | application/x-font-type1=mate-font-viewer.desktop 118 | application/x-gnome-saved-search=caja.desktop 119 | application/x-gnumeric=gnumeric.desktop 120 | application/x-gtar=engrampa.desktop 121 | application/x-gzdvi=atril.desktop 122 | application/x-gzip=engrampa.desktop 123 | application/x-gzpdf=atril.desktop 124 | application/x-gzpostscript=atril.desktop 125 | application/xhtml+xml=firefox.desktop 126 | application/x-hwp=libreoffice-writer.desktop 127 | application/x-java-archive=engrampa.desktop 128 | application/x-javascript=pluma.desktop 129 | application/x-lha=engrampa.desktop 130 | application/x-lhz=engrampa.desktop 131 | application/xls=libreoffice-calc.desktop 132 | application/x-lyx=lyx.desktop 133 | application/x-lzip-compressed-tar=engrampa.desktop 134 | application/x-lzip=engrampa.desktop 135 | application/x-lzma-compressed-tar=engrampa.desktop 136 | application/x-lzma=engrampa.desktop 137 | application/x-lzop-compressed-tar=engrampa.desktop 138 | application/x-lzop=engrampa.desktop 139 | application/x-matroska=io.github.GnomeMpv.desktop 140 | application/xml-dtd=pluma.desktop 141 | application/xml=pluma.desktop 142 | application/x-mps=libreoffice-calc.desktop 143 | application/x-ms-excel=libreoffice-calc.desktop 144 | application/x-msexcel=libreoffice-calc.desktop 145 | application/x-netshow-channel=io.github.GnomeMpv.desktop 146 | application/x-ogg=io.github.GnomeMpv.desktop 147 | application/x-oleo=libreoffice-calc.desktop 148 | application/x-perl=pluma.desktop 149 | application/x-php=pluma.desktop 150 | application/x-planperfect=libreoffice-calc.desktop 151 | application/x-python=pluma.desktop 152 | application/x-quattropro=libreoffice-calc.desktop 153 | application/x-quicktime-media-link=io.github.GnomeMpv.desktop 154 | application/x-quicktimeplayer=io.github.GnomeMpv.desktop 155 | application/x-rar-compressed=engrampa.desktop 156 | application/x-rar=engrampa.desktop 157 | application/x-rpm=engrampa.desktop 158 | application/x-rzip=engrampa.desktop 159 | application/x-sc=libreoffice-calc.desktop 160 | application/x-shellscript=pluma.desktop 161 | application/x-shorten=io.github.GnomeMpv.desktop 162 | application/x-smil=io.github.GnomeMpv.desktop 163 | application/xspf+xml=io.github.GnomeMpv.desktop 164 | application/x-stuffit=engrampa.desktop 165 | application/x-sylk=libreoffice-calc.desktop 166 | application/x-tar=engrampa.desktop 167 | application/x-tarz=engrampa.desktop 168 | application/x-war=engrampa.desktop 169 | application/x-xbase=libreoffice-calc.desktop 170 | application/x-xls=libreoffice-calc.desktop 171 | application/x-xz-compressed-tar=engrampa.desktop 172 | application/x-xz=engrampa.desktop 173 | application/x-zip-compressed=engrampa.desktop 174 | application/x-zip=engrampa.desktop 175 | application/x-zoo=engrampa.desktop 176 | application/zip=engrampa.desktop 177 | audio/3gpp=io.github.GnomeMpv.desktop 178 | audio/ac3=io.github.GnomeMpv.desktop 179 | audio/AMR=io.github.GnomeMpv.desktop 180 | audio/AMR-WB=io.github.GnomeMpv.desktop 181 | audio/basic=io.github.GnomeMpv.desktop 182 | audio/flac=io.github.GnomeMpv.desktop 183 | audio/midi=io.github.GnomeMpv.desktop 184 | audio/mp4=io.github.GnomeMpv.desktop 185 | audio/mpegurl=io.github.GnomeMpv.desktop 186 | audio/mpeg=io.github.GnomeMpv.desktop 187 | audio/ogg=io.github.GnomeMpv.desktop 188 | audio/prs.sid=io.github.GnomeMpv.desktop 189 | audio/vnd.rn-realaudio=io.github.GnomeMpv.desktop 190 | audio/x-ape=io.github.GnomeMpv.desktop 191 | audio/x-flac=io.github.GnomeMpv.desktop 192 | audio/x-gsm=io.github.GnomeMpv.desktop 193 | audio/x-it=io.github.GnomeMpv.desktop 194 | audio/x-m4a=io.github.GnomeMpv.desktop 195 | audio/x-matroska=io.github.GnomeMpv.desktop 196 | audio/x-mod=io.github.GnomeMpv.desktop 197 | audio/x-mp3=io.github.GnomeMpv.desktop 198 | audio/x-mpegurl=io.github.GnomeMpv.desktop 199 | audio/x-mpeg=io.github.GnomeMpv.desktop 200 | audio/x-ms-asf=io.github.GnomeMpv.desktop 201 | audio/x-ms-asx=io.github.GnomeMpv.desktop 202 | audio/x-ms-wax=io.github.GnomeMpv.desktop 203 | audio/x-ms-wma=io.github.GnomeMpv.desktop 204 | audio/x-musepack=io.github.GnomeMpv.desktop 205 | audio/x-pn-aiff=io.github.GnomeMpv.desktop 206 | audio/x-pn-au=io.github.GnomeMpv.desktop 207 | audio/x-pn-realaudio-plugin=io.github.GnomeMpv.desktop 208 | audio/x-pn-realaudio=io.github.GnomeMpv.desktop 209 | audio/x-pn-wav=io.github.GnomeMpv.desktop 210 | audio/x-pn-windows-acm=io.github.GnomeMpv.desktop 211 | audio/x-real-audio=io.github.GnomeMpv.desktop 212 | audio/x-realaudio=io.github.GnomeMpv.desktop 213 | audio/x-sbc=io.github.GnomeMpv.desktop 214 | audio/x-scpls=io.github.GnomeMpv.desktop 215 | audio/x-speex=io.github.GnomeMpv.desktop 216 | audio/x-tta=io.github.GnomeMpv.desktop 217 | audio/x-vorbis+ogg=io.github.GnomeMpv.desktop 218 | audio/x-vorbis=io.github.GnomeMpv.desktop 219 | audio/x-wavpack=io.github.GnomeMpv.desktop 220 | audio/x-wav=io.github.GnomeMpv.desktop 221 | audio/x-xm=io.github.GnomeMpv.desktop 222 | eapplication/vnd.ms-word=libreoffice-writer.desktop 223 | image/bmp=eom.desktop 224 | image/g3fax=gimp.desktop 225 | image/gif=eom.desktop 226 | image/jpeg=eom.desktop 227 | image/jpg=eom.desktop 228 | image/pjpeg=eom.desktop 229 | image/png=eom.desktop 230 | image/svg+xml-compressed=eom.desktop 231 | image/svg+xml=eom.desktop 232 | image/tiff=atril.desktop 233 | image/vnd.djvu=atril.desktop 234 | image/vnd.rn-realpix=io.github.GnomeMpv.desktop 235 | image/vnd.wap.wbmp=eom.desktop 236 | image/x-bmp=eom.desktop 237 | image/x-bzeps=atril.desktop 238 | image/x-compressed-xcf=gimp.desktop 239 | image/x-eps=atril.desktop 240 | image/x-fits=gimp.desktop 241 | image/x-gray=eom.desktop 242 | image/x-gzeps=atril.desktop 243 | image/x-icb=eom.desktop 244 | image/x-ico=eom.desktop 245 | image/x-icon=gimp.desktop 246 | image/x-pcx=eom.desktop 247 | image/x-pict=io.github.GnomeMpv.desktop 248 | image/x-png=eom.desktop 249 | image/x-portable-anymap=eom.desktop 250 | image/x-portable-bitmap=eom.desktop 251 | image/x-portable-graymap=eom.desktop 252 | image/x-portable-pixmap=eom.desktop 253 | image/x-psd=gimp.desktop 254 | image/x-sgi=gimp.desktop 255 | image/x-sun-raster=gimp.desktop 256 | image/x-tga=gimp.desktop 257 | image/x-xbitmap=eom.desktop 258 | image/x-xcf=gimp.desktop 259 | image/x-xpixmap=eom.desktop 260 | image/x-xwindowdump=gimp.desktop 261 | inode/directory=caja-folder-handler.desktop 262 | message/rfc822=evolution.desktop 263 | misc/ultravox=io.github.GnomeMpv.desktop 264 | multipart/x-zip=engrampa.desktop 265 | text/abiword=abiword.desktop 266 | text/calendar=evolution.desktop 267 | text/comma-separated-values=libreoffice-calc.desktop 268 | text/css=pluma.desktop 269 | text/csv=libreoffice-calc.desktop 270 | text/google-video-pointer=io.github.GnomeMpv.desktop 271 | text/html=firefox.desktop 272 | text/javascript=pluma.desktop 273 | text/mathml=pluma.desktop 274 | text/plain=pluma.desktop 275 | text/richtext=libreoffice-writer.desktop 276 | text/rtf=libreoffice-writer.desktop 277 | text/spreadsheet=libreoffice-calc.desktop 278 | text/tab-separated-values=libreoffice-calc.desktop 279 | text/x-abiword=abiword.desktop 280 | text/x-c++hdr=pluma.desktop 281 | text/x-chdr=pluma.desktop 282 | text/x-comma-separated-values=libreoffice-calc.desktop 283 | text/x-c++src=pluma.desktop 284 | text/x-csrc=pluma.desktop 285 | text/x-csv=libreoffice-calc.desktop 286 | text/x-dtd=pluma.desktop 287 | text/x-google-video-pointer=io.github.GnomeMpv.desktop 288 | text/x-java=pluma.desktop 289 | text/x-javascript=pluma.desktop 290 | text/x-makefile=pluma.desktop 291 | text/xml=pluma.desktop 292 | text/x-moc=pluma.desktop 293 | text/x-pascal=pluma.desktop 294 | text/x-patch=pluma.desktop 295 | text/x-perl=pluma.desktop 296 | text/x-php=pluma.desktop 297 | text/x-python=pluma.desktop 298 | text/x-sql=pluma.desktop 299 | text/x-tcl=pluma.desktop 300 | text/x-tex=pluma.desktop 301 | text/x-vcard=icedove.desktop 302 | text/x-xml-abiword=abiword.desktop 303 | video/3gpp=io.github.GnomeMpv.desktop 304 | video/dv=io.github.GnomeMpv.desktop 305 | video/fli=io.github.GnomeMpv.desktop 306 | video/flv=io.github.GnomeMpv.desktop 307 | video/mp2t=io.github.GnomeMpv.desktop 308 | video/mp4v-es=io.github.GnomeMpv.desktop 309 | video/mp4=io.github.GnomeMpv.desktop 310 | video/mpeg=io.github.GnomeMpv.desktop 311 | video/msvideo=io.github.GnomeMpv.desktop 312 | video/ogg=io.github.GnomeMpv.desktop 313 | video/quicktime=io.github.GnomeMpv.desktop 314 | video/vivo=io.github.GnomeMpv.desktop 315 | video/vnd.divx=io.github.GnomeMpv.desktop 316 | video/vnd.rn-realvideo=io.github.GnomeMpv.desktop 317 | video/vnd.vivo=io.github.GnomeMpv.desktop 318 | video/webm=io.github.GnomeMpv.desktop 319 | video/x-anim=io.github.GnomeMpv.desktop 320 | video/x-avi=io.github.GnomeMpv.desktop 321 | video/x-flc=io.github.GnomeMpv.desktop 322 | video/x-flic=io.github.GnomeMpv.desktop 323 | video/x-fli=io.github.GnomeMpv.desktop 324 | video/x-flv=io.github.GnomeMpv.desktop 325 | video/x-m4v=io.github.GnomeMpv.desktop 326 | video/x-matroska=io.github.GnomeMpv.desktop 327 | video/x-mpeg=io.github.GnomeMpv.desktop 328 | video/x-ms-asf=io.github.GnomeMpv.desktop 329 | video/x-ms-asx=io.github.GnomeMpv.desktop 330 | video/x-msvideo=io.github.GnomeMpv.desktop 331 | video/x-ms-wm=io.github.GnomeMpv.desktop 332 | video/x-ms-wmv=io.github.GnomeMpv.desktop 333 | video/x-ms-wmx=io.github.GnomeMpv.desktop 334 | video/x-ms-wvx=io.github.GnomeMpv.desktop 335 | video/x-nsv=io.github.GnomeMpv.desktop 336 | video/x-ogm+ogg=io.github.GnomeMpv.desktop 337 | video/x-theora+ogg=io.github.GnomeMpv.desktop 338 | video/x-totem-stream=io.github.GnomeMpv.desktop 339 | x-content/audio-cdda=rhythmbox-device.desktop 340 | x-content/audio-player=rhythmbox-device.desktop 341 | x-content/blank-bd=brasero.desktop 342 | x-content/blank-cd=brasero.desktop 343 | x-content/blank-dvd=brasero.desktop 344 | x-content/blank-hddvd=brasero.desktop 345 | x-content/software=caja-autorun-software.desktop 346 | x-content/video-bluray=io.github.GnomeMpv.desktop 347 | x-content/video-dvd=io.github.GnomeMpv.desktop 348 | x-content/video-hddvd=io.github.GnomeMpv.desktop 349 | x-content/video-svcd=io.github.GnomeMpv.desktop 350 | x-content/video-vcd=io.github.GnomeMpv.desktop 351 | x-directory/gnome-default-handler=caja-folder-handler.desktop 352 | x-directory/normal=caja-folder-handler.desktop 353 | x-scheme-handler/apt=apturl.desktop 354 | x-scheme-handler/ghelp=yelp.desktop 355 | x-scheme-handler/help=yelp.desktop 356 | x-scheme-handler/http=firefox.desktop 357 | x-scheme-handler/https=firefox.desktop 358 | x-scheme-handler/icy=io.github.GnomeMpv.desktop 359 | x-scheme-handler/icyx=io.github.GnomeMpv.desktop 360 | x-scheme-handler/info=yelp.desktop 361 | x-scheme-handler/magnet=transmission-gtk.desktop 362 | x-scheme-handler/mailto=evolution.desktop 363 | x-scheme-handler/man=yelp.desktop 364 | x-scheme-handler/mmsh=io.github.GnomeMpv.desktop 365 | x-scheme-handler/mms=io.github.GnomeMpv.desktop 366 | x-scheme-handler/net=io.github.GnomeMpv.desktop 367 | x-scheme-handler/pnm=io.github.GnomeMpv.desktop 368 | x-scheme-handler/rtp=io.github.GnomeMpv.desktop 369 | x-scheme-handler/rtsp=io.github.GnomeMpv.desktop 370 | x-scheme-handler/uvox=io.github.GnomeMpv.desktop 371 | zz-application/zz-winassoc-xls=libreoffice-calc.desktop 372 | -------------------------------------------------------------------------------- /usr/share/mate/applications/display-im6.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Name=ImageMagick (display Q16) 4 | Comment=Display and edit image files 5 | Comment[fr]=Affiche et édite des fichiers images 6 | Comment[pt]=Exiba e edite arquivos de imagem 7 | Exec=/usr/bin/display-im6 %f 8 | Terminal=false 9 | Icon=display-im6.Q16 10 | Type=Application 11 | Categories=Graphics; 12 | Keywords=Image;Slideshow;View;Transform;Enhance;F/X;Special Effects 13 | Keywords[fr]=Image;Diaporama;Visualiser;Transformer;Améliorer;Effets spéciaux 14 | MimeType=image/avs;image/bie;image/x-ms-bmp;image/cmyk;image/dcx;image/eps;image/fax;image/fits;image/gif;image/gray;image/jpeg;image/pjpeg;image/miff;image/mono;image/mtv;image/x-portable-bitmap;image/pcd;image/pcx;image/pdf;image/x-portable-graymap;image/pict;image/png;image/x-portable-anymap;image/x-portable-pixmap;image/ps;image/rad;image/x-rgb;image/rgba;image/rla;image/rle;image/sgi;image/sun-raster;image/targa;image/tiff;image/uyvy;image/vid;image/viff;image/x-xbitmap;image/x-xpixmap;image/x-xwindowdump;image/x-icon;image/yuv; 15 | NoDisplay=true 16 | -------------------------------------------------------------------------------- /usr/share/mate/applications/display-im6.q16.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Name=ImageMagick (color depth=q16) 4 | Comment=Display and edit image files 5 | Comment[fr]=Affiche et édite des fichiers images 6 | Comment[pt]=Exiba e edite arquivos de imagem 7 | Exec=/usr/bin/display-im6.q16 -nostdin %F 8 | Terminal=false 9 | Icon=display-im6.q16 10 | Type=Application 11 | Categories=Graphics; 12 | Keywords=Image;Slideshow;View;Transform;Enhance;F/X;Special Effects; 13 | Keywords[fr]=Image;Diaporama;Visualiser;Transformer;Améliorer;Effets spéciaux; 14 | MimeType=image/avs;image/bie;image/x-ms-bmp;image/cmyk;image/dcx;image/eps;image/fax;image/fits;image/gif;image/gray;image/jpeg;image/pjpeg;image/miff;image/mono;image/mtv;image/x-portable-bitmap;image/pcd;image/pcx;image/pdf;image/x-portable-graymap;image/pict;image/png;image/x-portable-anymap;image/x-portable-pixmap;image/ps;image/rad;image/x-rgb;image/rgba;image/rla;image/rle;image/sgi;image/sun-raster;image/targa;image/tiff;image/uyvy;image/vid;image/viff;image/x-xbitmap;image/x-xpixmap;image/x-xwindowdump;image/x-icon;image/yuv; 15 | NoDisplay=true 16 | -------------------------------------------------------------------------------- /usr/share/mate/applications/firefox.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Name=Firefox Web Browser 4 | Name[ar]=متصفح الويب فَيَرفُكْس 5 | Name[ast]=Restolador web Firefox 6 | Name[bn]=ফায়ারফক্স ওয়েব ব্রাউজার 7 | Name[ca]=Navegador web Firefox 8 | Name[cs]=Firefox Webový prohlížeč 9 | Name[da]=Firefox - internetbrowser 10 | Name[el]=Περιηγητής Firefox 11 | Name[es]=Navegador web Firefox 12 | Name[et]=Firefoxi veebibrauser 13 | Name[fa]=مرورگر اینترنتی Firefox 14 | Name[fi]=Firefox-selain 15 | Name[fr]=Navigateur Web Firefox 16 | Name[gl]=Navegador web Firefox 17 | Name[he]=דפדפן האינטרנט Firefox 18 | Name[hr]=Firefox web preglednik 19 | Name[hu]=Firefox webböngésző 20 | Name[it]=Firefox Browser Web 21 | Name[ja]=Firefox ウェブ・ブラウザ 22 | Name[ko]=Firefox 웹 브라우저 23 | Name[ku]=Geroka torê Firefox 24 | Name[lt]=Firefox interneto naršyklė 25 | Name[nb]=Firefox Nettleser 26 | Name[nl]=Firefox webbrowser 27 | Name[nn]=Firefox Nettlesar 28 | Name[no]=Firefox Nettleser 29 | Name[pl]=Przeglądarka WWW Firefox 30 | Name[pt]=Firefox Navegador Web 31 | Name[pt_BR]=Navegador Web Firefox 32 | Name[ro]=Firefox – Navigator Internet 33 | Name[ru]=Веб-браузер Firefox 34 | Name[sk]=Firefox - internetový prehliadač 35 | Name[sl]=Firefox spletni brskalnik 36 | Name[sv]=Firefox webbläsare 37 | Name[tr]=Firefox Web Tarayıcısı 38 | Name[ug]=Firefox توركۆرگۈ 39 | Name[uk]=Веб-браузер Firefox 40 | Name[vi]=Trình duyệt web Firefox 41 | Name[zh_CN]=Firefox 网络浏览器 42 | Name[zh_TW]=Firefox 網路瀏覽器 43 | Comment=Browse the World Wide Web 44 | Comment[ar]=تصفح الشبكة العنكبوتية العالمية 45 | Comment[ast]=Restola pela Rede 46 | Comment[bn]=ইন্টারনেট ব্রাউজ করুন 47 | Comment[ca]=Navegueu per la web 48 | Comment[cs]=Prohlížení stránek World Wide Webu 49 | Comment[da]=Surf på internettet 50 | Comment[de]=Im Internet surfen 51 | Comment[el]=Μπορείτε να περιηγηθείτε στο διαδίκτυο (Web) 52 | Comment[es]=Navegue por la web 53 | Comment[et]=Lehitse veebi 54 | Comment[fa]=صفحات شبکه جهانی اینترنت را مرور نمایید 55 | Comment[fi]=Selaa Internetin WWW-sivuja 56 | Comment[fr]=Naviguer sur le Web 57 | Comment[gl]=Navegar pola rede 58 | Comment[he]=גלישה ברחבי האינטרנט 59 | Comment[hr]=Pretražite web 60 | Comment[hu]=A világháló böngészése 61 | Comment[it]=Esplora il web 62 | Comment[ja]=ウェブを閲覧します 63 | Comment[ko]=웹을 돌아 다닙니다 64 | Comment[ku]=Li torê bigere 65 | Comment[lt]=Naršykite internete 66 | Comment[nb]=Surf på nettet 67 | Comment[nl]=Verken het internet 68 | Comment[nn]=Surf på nettet 69 | Comment[no]=Surf på nettet 70 | Comment[pl]=Przeglądanie stron WWW 71 | Comment[pt]=Navegue na Internet 72 | Comment[pt_BR]=Navegue na Internet 73 | Comment[ro]=Navigați pe Internet 74 | Comment[ru]=Доступ в Интернет 75 | Comment[sk]=Prehliadanie internetu 76 | Comment[sl]=Brskajte po spletu 77 | Comment[sv]=Surfa på webben 78 | Comment[tr]=İnternet'te Gezinin 79 | Comment[ug]=دۇنيادىكى توربەتلەرنى كۆرگىلى بولىدۇ 80 | Comment[uk]=Перегляд сторінок Інтернету 81 | Comment[vi]=Để duyệt các trang web 82 | Comment[zh_CN]=浏览互联网 83 | Comment[zh_TW]=瀏覽網際網路 84 | GenericName=Web Browser 85 | GenericName[ar]=متصفح ويب 86 | GenericName[ast]=Restolador Web 87 | GenericName[bn]=ওয়েব ব্রাউজার 88 | GenericName[ca]=Navegador web 89 | GenericName[cs]=Webový prohlížeč 90 | GenericName[da]=Webbrowser 91 | GenericName[el]=Περιηγητής διαδικτύου 92 | GenericName[es]=Navegador web 93 | GenericName[et]=Veebibrauser 94 | GenericName[fa]=مرورگر اینترنتی 95 | GenericName[fi]=WWW-selain 96 | GenericName[fr]=Navigateur Web 97 | GenericName[gl]=Navegador Web 98 | GenericName[he]=דפדפן אינטרנט 99 | GenericName[hr]=Web preglednik 100 | GenericName[hu]=Webböngésző 101 | GenericName[it]=Browser web 102 | GenericName[ja]=ウェブ・ブラウザ 103 | GenericName[ko]=웹 브라우저 104 | GenericName[ku]=Geroka torê 105 | GenericName[lt]=Interneto naršyklė 106 | GenericName[nb]=Nettleser 107 | GenericName[nl]=Webbrowser 108 | GenericName[nn]=Nettlesar 109 | GenericName[no]=Nettleser 110 | GenericName[pl]=Przeglądarka WWW 111 | GenericName[pt]=Navegador Web 112 | GenericName[pt_BR]=Navegador Web 113 | GenericName[ro]=Navigator Internet 114 | GenericName[ru]=Веб-браузер 115 | GenericName[sk]=Internetový prehliadač 116 | GenericName[sl]=Spletni brskalnik 117 | GenericName[sv]=Webbläsare 118 | GenericName[tr]=Web Tarayıcı 119 | GenericName[ug]=توركۆرگۈ 120 | GenericName[uk]=Веб-браузер 121 | GenericName[vi]=Trình duyệt Web 122 | GenericName[zh_CN]=网络浏览器 123 | GenericName[zh_TW]=網路瀏覽器 124 | Keywords=Internet;WWW;Browser;Web;Explorer 125 | Keywords[ar]=انترنت;إنترنت;متصفح;ويب;وب 126 | Keywords[ast]=Internet;WWW;Restolador;Web;Esplorador 127 | Keywords[ca]=Internet;WWW;Navegador;Web;Explorador;Explorer 128 | Keywords[cs]=Internet;WWW;Prohlížeč;Web;Explorer 129 | Keywords[da]=Internet;Internettet;WWW;Browser;Browse;Web;Surf;Nettet 130 | Keywords[de]=Internet;WWW;Browser;Web;Explorer;Webseite;Site;surfen;online;browsen 131 | Keywords[el]=Internet;WWW;Browser;Web;Explorer;Διαδίκτυο;Περιηγητής;Firefox;Φιρεφοχ;Ιντερνετ 132 | Keywords[es]=Explorador;Internet;WWW 133 | Keywords[fi]=Internet;WWW;Browser;Web;Explorer;selain;Internet-selain;internetselain;verkkoselain;netti;surffaa 134 | Keywords[fr]=Internet;WWW;Browser;Web;Explorer;Fureteur;Surfer;Navigateur 135 | Keywords[he]=דפדפן;אינטרנט;רשת;אתרים;אתר;פיירפוקס;מוזילה; 136 | Keywords[hr]=Internet;WWW;preglednik;Web 137 | Keywords[hu]=Internet;WWW;Böngésző;Web;Háló;Net;Explorer 138 | Keywords[it]=Internet;WWW;Browser;Web;Navigatore 139 | Keywords[is]=Internet;WWW;Vafri;Vefur;Netvafri;Flakk 140 | Keywords[ja]=Internet;WWW;Web;インターネット;ブラウザ;ウェブ;エクスプローラ 141 | Keywords[nb]=Internett;WWW;Nettleser;Explorer;Web;Browser;Nettside 142 | Keywords[nl]=Internet;WWW;Browser;Web;Explorer;Verkenner;Website;Surfen;Online 143 | Keywords[pt]=Internet;WWW;Browser;Web;Explorador;Navegador 144 | Keywords[pt_BR]=Internet;WWW;Browser;Web;Explorador;Navegador 145 | Keywords[ru]=Internet;WWW;Browser;Web;Explorer;интернет;браузер;веб;файрфокс;огнелис 146 | Keywords[sk]=Internet;WWW;Prehliadač;Web;Explorer 147 | Keywords[sl]=Internet;WWW;Browser;Web;Explorer;Brskalnik;Splet 148 | Keywords[tr]=İnternet;WWW;Tarayıcı;Web;Gezgin;Web sitesi;Site;sörf;çevrimiçi;tara 149 | Keywords[uk]=Internet;WWW;Browser;Web;Explorer;Інтернет;мережа;переглядач;оглядач;браузер;веб;файрфокс;вогнелис;перегляд 150 | Keywords[vi]=Internet;WWW;Browser;Web;Explorer;Trình duyệt;Trang web 151 | Keywords[zh_CN]=Internet;WWW;Browser;Web;Explorer;网页;浏览;上网;火狐;Firefox;ff;互联网;网站; 152 | Keywords[zh_TW]=Internet;WWW;Browser;Web;Explorer;網際網路;網路;瀏覽器;上網;網頁;火狐 153 | Exec=firefox %u 154 | Terminal=false 155 | X-MultipleArgs=false 156 | Type=Application 157 | Icon=firefox 158 | Categories=GNOME;GTK;Network;WebBrowser; 159 | MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;video/webm;application/x-xpinstall; 160 | StartupNotify=true 161 | StartupWMClass=firefox 162 | Actions=new-window;new-private-window; 163 | NoDisplay=true 164 | 165 | [Desktop Action new-window] 166 | Name=Open a New Window 167 | Name[ar]=افتح نافذة جديدة 168 | Name[ast]=Abrir una ventana nueva 169 | Name[bn]=Abrir una ventana nueva 170 | Name[ca]=Obre una finestra nova 171 | Name[cs]=Otevřít nové okno 172 | Name[da]=Åbn et nyt vindue 173 | Name[de]=Ein neues Fenster öffnen 174 | Name[el]=Νέο παράθυρο 175 | Name[es]=Abrir una ventana nueva 176 | Name[fi]=Avaa uusi ikkuna 177 | Name[fr]=Ouvrir une nouvelle fenêtre 178 | Name[gl]=Abrir unha nova xanela 179 | Name[he]=פתיחת חלון חדש 180 | Name[hr]=Otvori novi prozor 181 | Name[hu]=Új ablak nyitása 182 | Name[it]=Apri una nuova finestra 183 | Name[ja]=新しいウィンドウを開く 184 | Name[ko]=새 창 열기 185 | Name[ku]=Paceyeke nû veke 186 | Name[lt]=Atverti naują langą 187 | Name[nb]=Åpne et nytt vindu 188 | Name[nl]=Nieuw venster openen 189 | Name[pt]=Abrir nova janela 190 | Name[pt_BR]=Abrir nova janela 191 | Name[ro]=Deschide o fereastră nouă 192 | Name[ru]=Новое окно 193 | Name[sk]=Otvoriť nové okno 194 | Name[sl]=Odpri novo okno 195 | Name[sv]=Öppna ett nytt fönster 196 | Name[tr]=Yeni pencere aç 197 | Name[ug]=يېڭى كۆزنەك ئېچىش 198 | Name[uk]=Відкрити нове вікно 199 | Name[vi]=Mở cửa sổ mới 200 | Name[zh_CN]=新建窗口 201 | Name[zh_TW]=開啟新視窗 202 | Exec=firefox -new-window 203 | 204 | [Desktop Action new-private-window] 205 | Name=Open a New Private Window 206 | Name[ar]=افتح نافذة جديدة للتصفح الخاص 207 | Name[ca]=Obre una finestra nova en mode d'incògnit 208 | Name[cs]=Otevřít nové anonymní okno 209 | Name[de]=Ein neues privates Fenster öffnen 210 | Name[el]=Νέο ιδιωτικό παράθυρο 211 | Name[es]=Abrir una ventana privada nueva 212 | Name[fi]=Avaa uusi yksityinen ikkuna 213 | Name[fr]=Ouvrir une nouvelle fenêtre de navigation privée 214 | Name[he]=פתיחת חלון גלישה פרטית חדש 215 | Name[hu]=Új privát ablak nyitása 216 | Name[it]=Apri una nuova finestra anonima 217 | Name[nb]=Åpne et nytt privat vindu 218 | Name[ru]=Новое приватное окно 219 | Name[sl]=Odpri novo okno zasebnega brskanja 220 | Name[sv]=Öppna ett nytt privat fönster 221 | Name[tr]=Yeni gizli pencere aç 222 | Name[uk]=Відкрити нове вікно у потайливому режимі 223 | Name[zh_TW]=開啟新隱私瀏覽視窗 224 | Exec=firefox -private-window 225 | -------------------------------------------------------------------------------- /usr/share/mate/applications/gnome-language-selector.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Language Support 3 | Comment=Configure multiple and native language support on your system 4 | Exec=/usr/bin/gnome-language-selector 5 | Icon=preferences-desktop-locale 6 | Terminal=false 7 | Type=Application 8 | Categories=GNOME;GTK;Settings;X-GNOME-Settings-Panel;X-Unity-Settings-Panel;X-GNOME-PersonalSettings 9 | X-Ubuntu-Gettext-Domain=language-selector 10 | NotShowIn=KDE; 11 | X-GNOME-Settings-Panel=language 12 | X-Unity-Settings-Panel=language 13 | Keywords=Language;Input method;Region;Format; 14 | -------------------------------------------------------------------------------- /usr/share/mate/applications/hplip.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=HPLIP Toolbox 3 | GenericName=Printer Toolbox 4 | Comment=HP Printing System Control Center 5 | TryExec=hp-toolbox 6 | Exec=sh -c 'STARTED_FROM_MENU=yes /usr/bin/hp-toolbox' 7 | Icon=/usr/share/hplip/data/images/128x128/hp_logo.png 8 | Categories=System;Settings; 9 | Terminal=false 10 | Type=Application 11 | StartupNotify=false 12 | NotShowIn=KDE; 13 | NoDisplay=false 14 | -------------------------------------------------------------------------------- /usr/share/mate/applications/htop.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Name=Htop 4 | Type=Application 5 | Comment=Show System Processes 6 | Comment[ca]=Mostra els processos del sistema 7 | Comment[de]=Systemprozesse anzeigen 8 | Comment[en_GB]=Show System Processes 9 | Comment[es]=Mostrar procesos del sistema 10 | Comment[fi]=Katsele järjestelmän prosesseja 11 | Comment[fr]=Affiche les processus système 12 | Comment[gl]=Mostrar os procesos do sistema. 13 | Comment[it]=Mostra processi di sistema 14 | Comment[ko]=시스템 프로세스 보기 15 | Comment[nb]=Vis systemprosesser 16 | Comment[nl]=Systeemprocessen tonen 17 | Comment[nn]=Vis systemprosessar 18 | Comment[pl]=Pokaż procesy systemowe 19 | Comment[pt]=Mostrar os Processos do Sistema 20 | Comment[pt_BR]=Mostra os processos do sistema 21 | Comment[ru]=Просмотр списка процессов в системе 22 | Comment[sk]=Zobraziť systémové procesy 23 | Comment[sl]=Prikaz sistemskih opravil 24 | Comment[sr]=Приказ системских процеса 25 | Comment[sr@ijekavian]=Приказ системских процеса 26 | Comment[sr@ijekavianlatin]=Prikaz sistemskih procesa 27 | Comment[sr@latin]=Prikaz sistemskih procesa 28 | Comment[sv]=Visa systemprocesser 29 | Comment[tr]=Sistem Süreçlerini Göster 30 | Comment[uk]=Перегляд системних процесів 31 | Comment[zh_CN]=显示系统进程 32 | Comment[zh_TW]=顯示系統行程 33 | Terminal=true 34 | Exec=htop 35 | Icon=htop 36 | Categories=ConsoleOnly;System; 37 | GenericName=Process Viewer 38 | GenericName[ca]=Visor de processos 39 | GenericName[de]=Prozessanzeige 40 | GenericName[en_GB]=Process Viewer 41 | GenericName[es]=Visor de procesos 42 | GenericName[fi]=Prosessikatselin 43 | GenericName[fr]=Visualiseur de processus 44 | GenericName[gl]=Visor de procesos 45 | GenericName[it]=Visore dei processi 46 | GenericName[ko]=프로세스 뷰어 47 | GenericName[nb]=Prosessviser 48 | GenericName[nl]=Viewer van processen 49 | GenericName[nn]=Prosessvisar 50 | GenericName[pl]=Przeglądarka procesów 51 | GenericName[pt]=Visualizador de Processos 52 | GenericName[pt_BR]=Visualizador de processos 53 | GenericName[ru]=Монитор процессов 54 | GenericName[sk]=Prehliadač procesov 55 | GenericName[sl]=Pregledovalnik opravil 56 | GenericName[sr]=Приказивач процеса 57 | GenericName[sr@ijekavian]=Приказивач процеса 58 | GenericName[sr@ijekavianlatin]=Prikazivač procesa 59 | GenericName[sr@latin]=Prikazivač procesa 60 | GenericName[sv]=Processvisning 61 | GenericName[tr]=Süreç Görüntüleyici 62 | GenericName[uk]=Перегляд процесів 63 | GenericName[zh_CN]=进程查看器 64 | GenericName[zh_TW]=行程檢視器 65 | Keywords=system;process;task 66 | NoDisplay=true 67 | -------------------------------------------------------------------------------- /usr/share/mate/applications/info.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=TeXInfo 3 | Comment=The viewer for TexInfo documents 4 | Exec=info 5 | Icon=info 6 | Type=Application 7 | Categories=Utility;Documentation 8 | Terminal=true 9 | X-Desktop-File-Install-Version=0.23 10 | NoDisplay=true 11 | -------------------------------------------------------------------------------- /usr/share/mate/applications/jstest-gtk.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Joystick 3 | Comment=Joystick testing and configuration tool 4 | Comment[es]=Herramienta de comprobación y configuración de joysticks 5 | TryExec=jstest-gtk 6 | Exec=jstest-gtk 7 | Terminal=false 8 | Type=Application 9 | Icon=jstest-gtk 10 | Categories=Settings;HardwareSettings; 11 | Keywords=joystick;calibration; 12 | -------------------------------------------------------------------------------- /usr/share/mate/applications/mate-screensaver-preferences.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name[am]=መመልከቻውን ማዳኛ 3 | Name[ar]=حافظة الشاشة 4 | Name[as]=স্ক্ৰীনছেভাৰ 5 | Name[ast]=Curiapantalles 6 | Name[be]=Ахоўнік экрану 7 | Name[bg]=Предпазител на екрана 8 | Name[bn]=স্ক্রিন-সেভার 9 | Name[bn_IN]=স্ক্রিন-সেভার 10 | Name[br]=Damanter skramm 11 | Name[bs]=Screensaver 12 | Name[ca]=Estalvi de pantalla 13 | Name[ca@valencia]=Estalvi de pantalla 14 | Name[cmn]=螢幕保護程式 15 | Name[crh]=Ekran qoruyıcısı 16 | Name[cs]=Šetřič obrazovky 17 | Name[cy]=Arbedwr sgrin 18 | Name[da]=Pauseskærm 19 | Name[de]=Bildschirmschoner 20 | Name[dz]=གསལ་གཞི་ཉེན་སྲུང་། 21 | Name[el]=Προστασία οθόνης 22 | Name[en_AU]=Screensaver 23 | Name[en_CA]=Screensaver 24 | Name[en_GB]=Screensaver 25 | Name[es]=Salvapantallas 26 | Name[es_AR]=Protector de pantalla 27 | Name[es_CO]=Protector de pantalla 28 | Name[et]=Ekraanisäästja 29 | Name[eu]=Pantaila-babeslea 30 | Name[fa]=محافظ صفحهٔ نمایش 31 | Name[fi]=Näytönsäästäjä 32 | Name[fr]=Économiseur d'écran 33 | Name[fr_CA]=Économiseur d'écran 34 | Name[frp]=Sârvor d’ècran 35 | Name[ga]=Spárálaí Scáileáin 36 | Name[gl]=Protector de pantalla 37 | Name[gu]=સ્ક્રીનસેવર 38 | Name[he]=שומר מסך 39 | Name[hi]=स्क्रीनसेवर 40 | Name[hr]=Zaslonski čuvar 41 | Name[hu]=Képernyővédő 42 | Name[hy]=Էկրանապահ 43 | Name[id]=Screensaver 44 | Name[is]=Skjáhvíla 45 | Name[it]=Salvaschermo 46 | Name[ja]=スクリーンセーバーのテーマ 47 | Name[ka]=ეკრანმზოგი 48 | Name[kk]=Экран қорғауышы 49 | Name[kn]=ಸ್ಕ್ರೀನ್‌ಸೇವರ್ 50 | Name[ko]=화면 보호기 51 | Name[ku]=Dîmenderparêz 52 | Name[ku_IQ]=پەردەپارێز 53 | Name[ky]=Экран сактагыч 54 | Name[lt]=Ekrano užsklanda 55 | Name[lv]=Ekrānsaudzētājs 56 | Name[mai]=स्क्रीनसेवर 57 | Name[mg]=Sary mitsitsy 58 | Name[mk]=Чувар на екранот 59 | Name[ml]=സ്ക്രീന്‍സേവര്‍ 60 | Name[mn]=Дэлгэц гамнагч 61 | Name[mr]=स्क्रीनसेवर 62 | Name[ms]=Penyelamat skrin 63 | Name[nb]=Skjermsparer 64 | Name[nds]=Billschirmschoner 65 | Name[ne]=स्क्रिनसेभर 66 | Name[nl]=Schermbeveiliging 67 | Name[nn]=Skjermsparar 68 | Name[oc]=Estalviador d'ecran 69 | Name[or]=ପରଦା ସଂରକ୍ଷକ 70 | Name[pa]=ਸਕਰੀਨ-ਸੇਵਰ 71 | Name[pl]=Wygaszacz ekranu 72 | Name[ps]=پرده ساتونکی 73 | Name[pt]=Protetor de ecrã 74 | Name[pt_BR]=Proteção de Tela 75 | Name[ro]=Protector ecran 76 | Name[ru]=Хранитель экрана 77 | Name[si]=තිරආවරකය 78 | Name[sk]=Šetrič obrazovky 79 | Name[sl]=Ohranjevalnik zaslona 80 | Name[sq]=Ruajtës ekrani 81 | Name[sr]=Чувар екрана 82 | Name[sr@latin]=Čuvar ekrana 83 | Name[sv]=Skärmsläckare 84 | Name[ta]=திரை சேமிப்பி 85 | Name[te]=తెరకాపరి 86 | Name[th]=โปรแกรมรักษาหน้าจอ 87 | Name[tr]=Ekran koruyucu 88 | Name[uk]=Зберігач екрану 89 | Name[ur]=سکرین سیور 90 | Name[uz]=Ekran Saqlovchi 91 | Name[vi]=Bộ bảo vệ màn hình 92 | Name[zh_CN]=屏幕保护程序 93 | Name[zh_HK]=螢幕保護程式 94 | Name[zh_TW]=螢幕保護程式 95 | Name=Screensaver 96 | Comment[am]=የ መመልከቻው ማዳኛ ምርጫዎች ማሰናጃ 97 | Comment[ar]=اضبط تفضيلات حافظة الشاشة 98 | Comment[as]=আপোনাৰ স্ক্ৰীনছেভাৰেৰ পছন্দসমূহ নিৰ্ধাৰণ কৰক 99 | Comment[ast]=Afite les preferencies pal curiapantalles 100 | Comment[be]=Вызначэнне настáўленняў ахоўніка экрану 101 | Comment[bg]=Настройване на предпазителя на екрана 102 | Comment[bn]=স্ক্রিন-সেভারের পছন্দসমূহ নির্ধারণ করুন 103 | Comment[bn_IN]=স্ক্রিন-সেভার সংক্রান্ত পছন্দ নির্ধারণ করুন 104 | Comment[br]=Arventenniñ gwellvezioù ho tamanter skramm 105 | Comment[bs]=Postavi opcije za screensaver 106 | Comment[ca]=Establiu les preferències de l'estalvi de pantalla 107 | Comment[ca@valencia]=Establiu les preferències de l'estalvi de pantalla 108 | Comment[cmn]=設定螢幕保護程式 109 | Comment[crh]=Ekran qoruyıcısı tercihleriñizni tesbit etiñiz 110 | Comment[cs]=Nastaví šetřič obrazovky 111 | Comment[cy]=Gosod eich hoffterau arbedwr sgrin 112 | Comment[da]=Sæt dine indstillinger for pauseskærm 113 | Comment[de]=Einstellungen des Bildschirmschoners ändern 114 | Comment[dz]=ཁྱོད་རའི་གསལ་གཞི་ཉེནསྲུང་གི་དགའ་གདམ་ཚུ་ གཞི་སྒྲིག་འབད། 115 | Comment[el]=Ρύθμιση των προτιμήσεων σας για την προστασία οθόνης 116 | Comment[en_AU]=Set your screensaver preferences 117 | Comment[en_CA]=Set your screensaver preferences 118 | Comment[en_GB]=Set your screensaver preferences 119 | Comment[es]=Configure el salvapantallas 120 | Comment[et]=Ekraanisäästja eelistuste seadmine 121 | Comment[eu]=Ezarri pantaila-babeslearen hobespenak 122 | Comment[fa]=ترجیحات محافظ صفحهٔ نمایش خود را تنظیم کنید 123 | Comment[fi]=Aseta näytönsäästäjän asetukset 124 | Comment[fr]=Définir vos préférences pour l'économiseur d'écran 125 | Comment[frp]=Ètablir lo sârvor d’ècran 126 | Comment[ga]=Socraigh do chuid sainroghanna spárálaí scáileáin 127 | Comment[gl]=Defina as súas preferencias para o protector de pantalla 128 | Comment[gu]=તમારી સ્ક્રીનસેવર પસંદગીઓ સુયોજિત કરો 129 | Comment[he]=קבע את העדפות שומר המסך 130 | Comment[hi]=अपना स्क्रीनसेवर पसंद सेट करें 131 | Comment[hr]=Postavi vlastite prilagodbe zaslonskog čuvara 132 | Comment[hu]=A képernyővédő tulajdonságainak beállítása 133 | Comment[hy]=Սահմանել Ձեր Էկրանապահի նախընտրությունները 134 | Comment[id]=Tentukan setingan screensaver Anda 135 | Comment[is]=Stilltu valmöguleika fyrir skjávhvíluna 136 | Comment[it]=Imposta le preferenze del salvaschermo 137 | Comment[ja]=お使いのスクリーンセーバーを設定します 138 | Comment[ka]=ეკრანმზოგის პარამეტრების მითითება 139 | Comment[kk]=Экран қорғауышы баптауларын орнатыңыз 140 | Comment[kn]=ನಿಮ್ಮ ಸ್ಕ್ರೀನ್‌ಸೇವರ್ ಆದ್ಯತೆಗಳನ್ನು ಅಣಿಗೊಳಿಸಿ 141 | Comment[ko]=화면 보호기를 설정합니다 142 | Comment[ku]=Vebijêrkên dîmenderparezê mîheng bike 143 | Comment[ku_IQ]=دانانی هەڵبژاردەکانی خۆت بۆ پەردەپارێز 144 | Comment[lt]=Nurodykite ekrano užsklandos nustatymus 145 | Comment[lv]=Iestatīt sava ekrānsaudzētāja iestatījumus 146 | Comment[mai]=अपन स्क्रीनसेवर वरीयता सेट करू 147 | Comment[mg]=Mamaritra ny safidy manokan'ny sary mitsitsy 148 | Comment[mk]=Поставете ги преференциите за чуварот на екранот 149 | Comment[ml]=നിങ്ങളുടെ സ്ക്രീന്‍സേവറിന്റെ മുന്‍ഗണനകള്‍ സജ്ജീകരിയ്ക്കുക 150 | Comment[mn]=Дэлгэц гамнагчийн тохиргоонуудыг байрлуул. 151 | Comment[mr]=तुमची स्क्रीनसेवर प्राधान्यता निश्चित करा 152 | Comment[ms]=Tetapkan keutamaan penyelamat skrin anda 153 | Comment[nb]=Sett brukervalg for skjermspareren 154 | Comment[nds]=Billschirmschonerinstellens setten 155 | Comment[ne]=स्क्रिनसेभर प्राथमिकता सेट गर्नुहोस् 156 | Comment[nl]=Voorkeuren voor de schermbeveiliging instellen 157 | Comment[nn]=Set brukarval for skjermspararen 158 | Comment[oc]=Definir vòstras preferéncias per l'estalviador d'ecran 159 | Comment[or]=ଆପଣଙ୍କର ପରଦା ସଂରକ୍ଷକ ପସନ୍ଦଗୁଡିକୁ ସ୍ଥିର କରନ୍ତୁ 160 | Comment[pa]=ਸਕਰੀਨ-ਸੇਵਰ ਲਈ ਆਪਣੀ ਪਸੰਦ ਦਿਓ 161 | Comment[pl]=Preferencje wygaszacza ekranu 162 | Comment[ps]=د خپل پرده ساتونکي غوراوي وټاکئ 163 | Comment[pt]=Defina as suas preferências de proteção de ecrã 164 | Comment[pt_BR]=Defina suas preferências de proteção de tela 165 | Comment[ro]=Alegeți preferințele pentru protector ecran 166 | Comment[ru]=Параметры хранителя экрана 167 | Comment[sc]=Sèbera sa preferèntzias de su sarbaschermu 168 | Comment[si]=ඔබගේ තිරආවරක අභිප්‍රේත සකසන්න 169 | Comment[sk]=Nastaviť váš šetrič obrazovky 170 | Comment[sl]=Nastavitve ohranjevalnika zaslona 171 | Comment[sq]=Përcakto preferimet e ruajtësit tuaj të ekranit 172 | Comment[sr]=Подесите поставке чувара екрана 173 | Comment[sr@latin]=Sopstvene postavke čuvara ekrana 174 | Comment[sv]=Ställ in dina skärmsläckarinställningar 175 | Comment[ta]=உங்கள் திரை சேமிப்பி முன்னுரிமைகளை அமைக்கவும் 176 | Comment[te]=మీ తెరకాపరి యొక్క అభీష్టాలు అమర్చుకొను 177 | Comment[th]=ปรับแต่งโปรแกรมรักษาหน้าจอของคุณ 178 | Comment[tr]=Ekran koruyucunuzun tercihlerini belirtin 179 | Comment[uk]=Встановити параметри зберігача екрану 180 | Comment[ur]=اپنے سکرین سیور کی ترجیحات مُتعین کریں 181 | Comment[uz]=Ekran Saqlovchi Xususiyatlarini belgilang 182 | Comment[vi]=Lập các tùy thích cho trình bảo vệ màn hình 183 | Comment[zh_CN]=设定您的屏幕保护程序首选项 184 | Comment[zh_HK]=設定螢幕保護程式 185 | Comment[zh_TW]=設定螢幕保護程式 186 | Comment=Set your screensaver preferences 187 | # Translators: Do NOT translate or transliterate this text (this is an icon file name)! 188 | Icon=/usr/share/icons/Humanity/apps/48/preferences-desktop-screensaver.svg 189 | TryExec=mate-screensaver-preferences 190 | Exec=mate-screensaver-preferences 191 | Terminal=false 192 | Type=Application 193 | Categories=GTK;Settings;DesktopSettings; 194 | # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! 195 | Keywords[ca]=MATE;estalvi;pantalla;preferències; 196 | Keywords[cs]=MATE;spořič obrazovky;šetřič;předvolby; 197 | Keywords[da]=MATE;screensaver;preferences;pauseskærm;præferencer; 198 | Keywords[es]=MATE;salvapantallas;preferencias; 199 | Keywords[fr]=MATE;économiseur d'écran;préférences; 200 | Keywords[gl]=MATE;protector de pantalla;preferencias; 201 | Keywords[id]=MATE;screensaver;preferensi; 202 | Keywords[it]=MATE;screensaver;preferences; 203 | Keywords[ja]=MATE;screensaver;preferences; 204 | Keywords[lt]=MATE;ekrano užsklanda;nustatymai; 205 | Keywords[ms]=MATE;penyelamatskrin;keutamaan 206 | Keywords[nb]=MATE;skjermsparer;innstillinger; 207 | Keywords[nds]=MATE;Billschirmschoner;Instellens; 208 | Keywords[nl]=MATE;schermbeveiliging;voorkeuren; 209 | Keywords[oc]=MATE;screensaver;preferences;ecran;estalviador;estalviaire;preferéncias; 210 | Keywords[pl]=MATE;wygaszacz;ekran;preferencje; 211 | Keywords[pt]=MATE;proteção de ecrã;preferências; 212 | Keywords[ru]=MATE;скринсейвер;хранитель;настройки; 213 | Keywords[sr]=Мејт;чувар екрана;поставке; 214 | Keywords[sv]=MATE;skärmsläckare;inställningar; 215 | Keywords[uk]=MATE;зберігач екрану;уподобання; 216 | Keywords[zh_CN]=MATE;screensaver;preferences; 217 | Keywords[zh_TW]=MATE;screensaver;preferences; 218 | Keywords=MATE;screensaver;preferences; 219 | OnlyShowIn=MATE; 220 | StartupNotify=true 221 | X-MATE-Bugzilla-Bugzilla=MATE 222 | X-MATE-Bugzilla-Product=mate-screensaver 223 | X-MATE-Bugzilla-Component=general 224 | -------------------------------------------------------------------------------- /usr/share/mate/applications/mpv.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Name=mpv Media Player 4 | Comment=Play movies and songs 5 | Icon=mpv 6 | TryExec=mpv 7 | Exec=mpv --player-operation-mode=pseudo-gui -- %U 8 | Terminal=false 9 | Categories=AudioVideo;Audio;Video;Player;TV; 10 | MimeType=application/ogg;application/x-ogg;application/mxf;application/sdp;application/smil;application/x-smil;application/streamingmedia;application/x-streamingmedia;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/aac;audio/x-aac;audio/vnd.dolby.heaac.1;audio/vnd.dolby.heaac.2;audio/aiff;audio/x-aiff;audio/m4a;audio/x-m4a;application/x-extension-m4a;audio/mp1;audio/x-mp1;audio/mp2;audio/x-mp2;audio/mp3;audio/x-mp3;audio/mpeg;audio/mpeg2;audio/mpeg3;audio/mpegurl;audio/x-mpegurl;audio/mpg;audio/x-mpg;audio/rn-mpeg;audio/musepack;audio/x-musepack;audio/ogg;audio/scpls;audio/x-scpls;audio/vnd.rn-realaudio;audio/wav;audio/x-pn-wav;audio/x-pn-windows-pcm;audio/x-realaudio;audio/x-pn-realaudio;audio/x-ms-wma;audio/x-pls;audio/x-wav;video/mpeg;video/x-mpeg2;video/x-mpeg3;video/mp4v-es;video/x-m4v;video/mp4;application/x-extension-mp4;video/divx;video/vnd.divx;video/msvideo;video/x-msvideo;video/ogg;video/quicktime;video/vnd.rn-realvideo;video/x-ms-afs;video/x-ms-asf;audio/x-ms-asf;application/vnd.ms-asf;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvxvideo;video/x-avi;video/avi;video/x-flic;video/fli;video/x-flc;video/flv;video/x-flv;video/x-theora;video/x-theora+ogg;video/x-matroska;video/mkv;audio/x-matroska;application/x-matroska;video/webm;audio/webm;audio/vorbis;audio/x-vorbis;audio/x-vorbis+ogg;video/x-ogm;video/x-ogm+ogg;application/x-ogm;application/x-ogm-audio;application/x-ogm-video;application/x-shorten;audio/x-shorten;audio/x-ape;audio/x-wavpack;audio/x-tta;audio/AMR;audio/ac3;audio/eac3;audio/amr-wb;video/mp2t;audio/flac;audio/mp4;application/x-mpegurl;video/vnd.mpegurl;application/vnd.apple.mpegurl;audio/x-pn-au;video/3gp;video/3gpp;video/3gpp2;audio/3gpp;audio/3gpp2;video/dv;audio/dv;audio/opus;audio/vnd.dts;audio/vnd.dts.hd;audio/x-adpcm;application/x-cue;audio/m3u; 11 | X-KDE-Protocols=ftp,http,https,mms,rtmp,rtsp,sftp,smb 12 | Keywords=mpv;media;player;video;audio;tv; 13 | NoDisplay=true 14 | -------------------------------------------------------------------------------- /usr/share/mate/applications/nm-applet.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Network 3 | Comment=Manage your network connections 4 | Icon=nm-device-wireless 5 | Exec=nm-applet --indicator 6 | Terminal=false 7 | Type=Application 8 | NoDisplay=true 9 | NotShowIn=KDE;GNOME; 10 | X-GNOME-Bugzilla-Bugzilla=GNOME 11 | X-GNOME-Bugzilla-Product=NetworkManager 12 | X-GNOME-Bugzilla-Component=nm-applet 13 | X-GNOME-UsesNotifications=true 14 | X-Ubuntu-Gettext-Domain=nm-applet 15 | -------------------------------------------------------------------------------- /usr/share/mate/applications/org.gtkhash.gtkhash.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=GtkHash 3 | GenericName[ar]=حاسبة التَثَبتُ من رقم التحقق 4 | GenericName[bn]=চেকসাম ক্যালকুলেটর 5 | GenericName[bn_BD]=চেকসাম ক্যালকুলেটর 6 | GenericName[ca]=Calculadora de la suma de verificació 7 | GenericName[cs]=Kalkulátor kontrolního součtu 8 | GenericName[da]=Tjeksum-udregner 9 | GenericName[de]=Prüfsummenrechner 10 | GenericName[el]=Υπολογιστής αθροίσματος ελέγχου 11 | GenericName[en_GB]=Checksum Calculator 12 | GenericName[en_US]=Checksum Calculator 13 | GenericName[eo]=Kontrolsumo-Kalkulilo 14 | GenericName[es]=Calculadora de la suma de comprobación 15 | GenericName[fa]=محاسبه گر جمع کنترلی 16 | GenericName[fi]=Tarkistussummalaskin 17 | GenericName[fr]=Calculateur de sommes de contrôle 18 | GenericName[he]=מחשבון סיכום ביקורת 19 | GenericName[hr]=Kalkulator kontrolne sume 20 | GenericName[hu]=Ellenőrzőösszeg számoló 21 | GenericName[id]=Kalkulator Ceksum 22 | GenericName[ie]=Calculator de summa de control 23 | GenericName[it]=Calcolatore Checksum 24 | GenericName[ja]=チェックサム計算機 25 | GenericName[lt]=Kontrolinės sumos skaičiuotuvas 26 | GenericName[nb_NO]=Sjekksum-kalkulator 27 | GenericName[nl]=Controlesomberekening 28 | GenericName[nl_BE]=Controlesomberekening 29 | GenericName[pl]=Kalkulator sum kontrolnych 30 | GenericName[pt]=Calculadora de soma de verificação 31 | GenericName[pt_BR]=Calculadora Checksum 32 | GenericName[ru]=Калькулятор контрольных сумм 33 | GenericName[sr]=Израчунавач суме провере 34 | GenericName[sv]=Kontrollsummeberäknare 35 | GenericName[tr]=Sağlama Hesaplayıcı 36 | GenericName[vi]=Công cụ Kiểm tra tổng 37 | GenericName[zh_CN]=校验和计算器 38 | GenericName[zh_TW]=資料校驗值計算器 39 | GenericName=Checksum Calculator 40 | Comment[ar]=احسب جُملة ورقم التحقق 41 | Comment[bn]=ডাইজেস্ট বা চেকসাম বার্তা গণনা করুন 42 | Comment[bn_BD]=ডাইজেস্ট বা চেকসাম বার্তা গণনা করুন 43 | Comment[ca]=Calcula resums de missatges o sumes de verificació 44 | Comment[cs]=Vypočítává digest zpráv nebo kontrolní součty 45 | Comment[da]=Udregn fingeraftryk eller tjeksumme 46 | Comment[de]=Berechnet Message Digest oder Prüfsummen 47 | Comment[el]=Υπολογίστε συνόψεις μηνυμάτων ή αθροίσματα ελέγχου 48 | Comment[en_GB]=Calculate message digests or checksums 49 | Comment[en_US]=Calculate message digests or checksums 50 | Comment[eo]=Kalkuli haketaĵojn aŭ kontrolsumojn 51 | Comment[es]=Calcular resúmenes de mensajes o sumas de comprobación 52 | Comment[fi]=Laske viestien hajautukset tai tarkistussummat 53 | Comment[fr]=Calcule des condensats ou des sommes de contrôle 54 | Comment[he]=חישוב קוד גיבוב או סיכום ביקורת 55 | Comment[hr]=Izračunaj sažetke poruka ili kontrolne sume 56 | Comment[id]=Menghitung pesan inti atau ceksum 57 | Comment[ie]=Calcular digestes o summas de control de missages 58 | Comment[it]=Un'utility GTK+ per calcolare i digest (impronte) di messaggi o checksum 59 | Comment[ja]=メッセージダイジェストやチェックサムの計算 60 | Comment[lt]=Apskaičiuoti žinučių maišos reikšmes ar kontrolines sumas 61 | Comment[nb_NO]=Kalkuler meldingsføljetonger eller sjekksummer 62 | Comment[nl]=Berichtdigests of controlesommen berekenen 63 | Comment[nl_BE]=Berichtdigests of controlesommen berekenen 64 | Comment[pl]=Obliczanie skrótów wiadomości i sum kontrolnych 65 | Comment[pt]=Calcula resumos de mensagens e somas de verificação (checksums) 66 | Comment[pt_BR]=Calcular resumos de mensagens ou somas de verificação (checksums) 67 | Comment[ru]=Вычисление дайджестов или контрольных сумм 68 | Comment[sr]=Израчунајте сажетке порука или суме провере 69 | Comment[sv]=Beräkna meddelandesammandrag eller kontrollsummor 70 | Comment[tr]=Mesaj özetlerini veya sağlama toplamlarını hesapla 71 | Comment[vi]=Tính toán thông báo các chữ số hoặc kiểm tra tổng 72 | Comment[zh_CN]=计算信息摘要或校验和 73 | Comment[zh_TW]=計算訊息摘要或資料校驗值 74 | Comment=Calculate message digests or checksums 75 | Keywords=hash;checksum;digest;md5;sha1;sha256;crc32; 76 | TryExec=gtkhash 77 | Exec=gtkhash %U 78 | Icon=org.gtkhash.gtkhash 79 | Terminal=false 80 | Type=Application 81 | StartupNotify=true 82 | Categories=Utility;Security;GTK; 83 | NoDisplay=true 84 | -------------------------------------------------------------------------------- /usr/share/mate/applications/org.mate-desktop.mate-eiciel.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Encoding=UTF-8 3 | Name=MATE Eiciel 4 | GenericName=Access control list editor 5 | Comment=View or change ACL and User Extended Attributes on files and directories 6 | Exec=/usr/bin/mate-eiciel 7 | Icon=mate-eiciel 8 | Terminal=false 9 | Type=Application 10 | Categories=GTK;System;FileTools; 11 | NoDisplay=true -------------------------------------------------------------------------------- /usr/share/mate/applications/pavucontrol.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Name=PulseAudio Volume Control 4 | Name[as]=PulseAudio শব্দৰ মাত্ৰা নিয়ন্ত্ৰণকাৰী 5 | Name[be]=Рэгулятар гучнасці PulseAudio 6 | Name[bn_IN]=PulseAudio শব্দের মাত্রা নিয়ন্ত্রণ ব্যবস্থা 7 | Name[ca]=Control del volum del PulseAudio 8 | Name[ca@valencia]=Control del volum del PulseAudio 9 | Name[cs]=Ovládání hlasitosti PulseAudio 10 | Name[da]=PulseAudio-lydstyrkeregulering 11 | Name[de]=PulseAudio-Lautstärkeregler 12 | Name[el]=Έλεγχος έντασης ήχου PulseAudio 13 | Name[es]=Control de volumen de PulseAudio 14 | Name[eu]=PulseAudio Bolumen Kontrola 15 | Name[fi]=PulseAudion äänenvoimakkuuden hallinta 16 | Name[fr]=Contrôle du volume PulseAudio 17 | Name[gl]=Control de volume do PulseAudio 18 | Name[gu]=PulseAudio વોલ્યુમ નિયંત્રણ 19 | Name[he]=בקרת השמע של PulseAudio 20 | Name[hi]=पल्सऑडियो ध्वनि नियंत्रण 21 | Name[hr]=PulseAudio upravitelj glasnoće zvuka 22 | Name[hu]=PulseAudio hangerőszabályzó 23 | Name[it]=Regolazione del volume PulseAudio 24 | Name[ja]=PulseAudio 音量調節 25 | Name[kk]=PulseAudio дыбыс деңгейін басқару 26 | Name[kn]=PulseAudio ಧ್ವನಿ ಪ್ರಮಾಣ ನಿಯಂತ್ರಣ 27 | Name[ko]=PulseAudio 크기 조절 28 | Name[lt]=PulseAudio garsio reguliavimas 29 | Name[ml]=പള്‍സ്ഓഡിയോ ശബ്ദ നിയന്ത്രണം 30 | Name[mr]=PulseAudio आवाज नियंत्रण 31 | Name[nb_NO]=PulseAudio-lydstyrkekontroll 32 | Name[nl]=PulseAudio-volumeregeling 33 | Name[nn]=Lydstyrkekontroll for PulseAudio 34 | Name[or]=PulseAudio ଭଲ୍ୟୁମ ନିୟନ୍ତ୍ରଣ 35 | Name[pa]=ਪਲੱਸਆਡੀਓ ਵਾਲੀਅਮ ਕੰਟਰੋਲ 36 | Name[pl]=Sterowanie głośnością PulseAudio 37 | Name[pt]=Controlo de Volume PulseAudio 38 | Name[pt_BR]=Controle de volume do PulseAudio 39 | Name[ru]=Регулятор громкости PulseAudio 40 | Name[sk]=Ovládanie hlasitosti PulseAudio 41 | Name[sl]=Nastavitev glasnost PulseAudio 42 | Name[sr]=PulseAudio контрола јачине звука 43 | Name[sr@latin]=PulseAudio kontrola jačine zvuka 44 | Name[sv]=Volymkontroll för PulseAudio 45 | Name[ta]=PulseAudio ஒலியளவு கட்டுப்பாடு 46 | Name[te]=PulseAudio ధ్వని నియంత్రణ 47 | Name[th]=ตัวควบคุมเสียง PulseAudio 48 | Name[tr]=PulseAudio Ses Denetimi 49 | Name[uk]=Керування гучністю PulseAudio 50 | Name[zh_CN]=PulseAudio 音量控制 51 | Name[zh_TW]=PulseAudio 音量控制 52 | GenericName=Volume Control 53 | GenericName[as]=শব্দৰ মাত্ৰা নিয়ন্ত্ৰণকাৰী 54 | GenericName[be]=Гучнасць 55 | GenericName[bn_IN]=শব্দের মাত্রা নিয়ন্ত্রণ 56 | GenericName[ca]=Control del volum 57 | GenericName[ca@valencia]=Control del volum 58 | GenericName[cs]=Ovládání hlasitosti 59 | GenericName[da]=Lydstyrkeregulering 60 | GenericName[de]=Lautstärkeregler 61 | GenericName[el]=Έλεγχος έντασης ήχου 62 | GenericName[es]=Control de volumen 63 | GenericName[eu]=Bolumen kontrola 64 | GenericName[fi]=Äänenvoimakkuus 65 | GenericName[fr]=Contrôle du volume 66 | GenericName[gl]=Control do volume 67 | GenericName[gu]=વોલ્યમ નિયંત્રણ 68 | GenericName[he]=בקרת שמע 69 | GenericName[hi]=आवाज निर्धारक 70 | GenericName[hr]=Upravitelj glasnoće zvuka 71 | GenericName[hu]=Hangerőszabályzó 72 | GenericName[it]=Regolazione del volume 73 | GenericName[ja]=音量調節 74 | GenericName[kk]=Дыбыс деңгейі 75 | GenericName[kn]=ಧ್ವನಿಪ್ರಮಾಣ ನಿಯಂತ್ರಣ 76 | GenericName[ko]=볼륨 조절 77 | GenericName[lt]=Garsio reguliavimas 78 | GenericName[ml]=ശബ്ദ നിയന്ത്രണം 79 | GenericName[mr]=आवाज नियंत्रण 80 | GenericName[nb_NO]=Lydstyrkekontroll 81 | GenericName[nl]=Volumeregeling 82 | GenericName[nn]=Lydstyrkekontroll 83 | GenericName[or]=ଭଲ୍ୟୁମ ନିୟନ୍ତ୍ରଣ 84 | GenericName[pa]=ਵਾਲੀਅਮ ਕੰਟਰੋਲ 85 | GenericName[pl]=Sterowanie głośnością 86 | GenericName[pt]=Controlo de Volume 87 | GenericName[pt_BR]=Controle de volume 88 | GenericName[ru]=Громкость 89 | GenericName[sk]=Ovládanie hlasitosti 90 | GenericName[sl]=Nastavitev glasnosti 91 | GenericName[sr]=Контрола јачине звука 92 | GenericName[sr@latin]=Kontrola jačine zvuka 93 | GenericName[sv]=Volymkontroll 94 | GenericName[ta]=ஒலியளவு கட்டுப்பாடு 95 | GenericName[te]=ధ్వని నియంత్రణ 96 | GenericName[th]=ตัวควบคุมเสียง 97 | GenericName[tr]=Ses Denetimi 98 | GenericName[uk]=Керування гучністю 99 | GenericName[zh_CN]=音量控制 100 | GenericName[zh_TW]=音量控制 101 | Comment=Adjust the volume level 102 | Comment[as]=শব্দৰ মাত্ৰা ঠিক কৰক 103 | Comment[be]=Наладка ўзроўню гучнасці 104 | Comment[bn_IN]=শব্দের মাত্রা পরিবর্তন করুন 105 | Comment[ca]=Ajusta el nivell del volum 106 | Comment[ca@valencia]=Ajusta el volum 107 | Comment[cs]=Upravit úroveň hlasitosti 108 | Comment[da]=Justér lydstyrkeniveauet 109 | Comment[de]=Lautstärke anpassen 110 | Comment[el]=Ρύθμιση επιπέδου έντασης 111 | Comment[es]=Ajustar el nivel de volumen 112 | Comment[eu]=Doitu bolumen-maila 113 | Comment[fi]=Säädä äänenvoimakkuutta 114 | Comment[fr]=Régler le niveau du volume 115 | Comment[gl]=Axustar o nivel de volume 116 | Comment[gu]=વોલ્યુમ સ્તરને વ્યવસ્થિત કરો 117 | Comment[he]=התאמת עצמת השמע 118 | Comment[hi]=आवाज़ स्तर निर्धारित करें 119 | Comment[hr]=Prilagodite razinu glasnoće zvuka 120 | Comment[hu]=Hangerő beállítása 121 | Comment[it]=Regola il livello del volume 122 | Comment[ja]=音量レベルの調整 123 | Comment[kk]=Дыбыс деңгейін келтіру 124 | Comment[kn]=ಧ್ವನಿ ಪ್ರಮಾಣದ ಮಟ್ಟವನ್ನು ಹೊಂದಿಸಿ 125 | Comment[ko]=볼륨 레벨 조절 126 | Comment[lt]=Reguliuoti garsio lygį 127 | Comment[ml]=ശബ്ദ ലവല്‍ ഉ‍ചിതമാക്കുക 128 | Comment[mr]=ध्वनिमान स्तर सुस्थित करा 129 | Comment[nb_NO]=Juster lydstyrken 130 | Comment[nl]=Geluidsniveau aanpassen 131 | Comment[nn]=Juster lydstyrke 132 | Comment[or]=ଭଲ୍ୟୁମ ସ୍ତରକୁ ସଜାଡ଼ନ୍ତୁ 133 | Comment[pa]=ਵਾਲੀਅਮ ਲੈਵਲ ਅਡਜੱਸਟ ਕਰੋ 134 | Comment[pl]=Dostosowanie poziomu głośności 135 | Comment[pt]=Ajustar o nível do volume 136 | Comment[pt_BR]=Ajuste o nível do volume 137 | Comment[ru]=Настройка уровня громкости 138 | Comment[sk]=Upraviť úroveň hlasitosti 139 | Comment[sl]=Nastavi glasnost 140 | Comment[sr]=Подесите ниво јачине звука 141 | Comment[sr@latin]=Podesite nivo jačine zvuka 142 | Comment[sv]=Justera volymnivån 143 | Comment[ta]=ஒலியளவு நிலையை சரிப்படுத்து 144 | Comment[te]=ధ్వని స్థాయిను సర్దుము 145 | Comment[th]=ปรับระดับเสียง 146 | Comment[tr]=Ses seviyesini ayarla 147 | Comment[uk]=Скоригуйте рівень гучності 148 | Comment[zh_CN]=调节音量水平 149 | Comment[zh_TW]=調整音量等級 150 | TryExec=pavucontrol 151 | Exec=pavucontrol 152 | Icon=multimedia-volume-control 153 | StartupNotify=true 154 | Type=Application 155 | Categories=AudioVideo;Mixer; 156 | Keywords=pavucontrol;Microphone;Volume;Fade;Balance;Headset;Speakers;Headphones;Audio;Mixer;Output;Input;Devices;Playback;Recording;System Sounds;Sound Card;Settings;Preferences; 157 | Keywords[be]=pavucontrol;Мікрафон;Гучнасць;Прыглушэнне;Баланс;Гарнітура;Дынамікі;Навушнікі;Аўдыё;Мткшар;Вывад;Увод;Прылады;Прайграванне;Запіс;Сістэмныя гукі;Гукавая карта;Налады; 158 | Keywords[ca]=pavucontrol;micròfon;volum;fosa;balanç;auriculars;altaveus;cascs;àudio; mesclador;sortida;entrada;dispositius;reproducció;gravació;sons de sistema;tarja de so;configuració;preferències; 159 | Keywords[da]=pavucontrol;Mikrofon;Lydstyrke;Fade;Balance;Headset;Højttalere;Hovedtelefoner;Lyd;Mixer;Mikser;Output;Input;Enheder;Afspilning;Optagelse;Systemlyde;Lydkort;Indstillinger;Præferencer; 160 | Keywords[es]=pavucontrol;micrófono;volumen;fundido;balance;auriculares;altavoces;cascos;audio;mezclador;salida;entrada;dispositivos;reproducción;grabación;sonidos del sistema;tarjeta de sonido;configuración;preferencias; 161 | Keywords[eu]=pavucontrol;Microphone;Mikrofonoa;Volume;Bolumena;Fade;Balance;Headset;Speakers;Bozgorailuak;Headphones;Aurikularrak;Audioa;Mixer;Nahasgailua;Output;Irteera;Input;Sarrera;Devices;Gailuak;Playback;Erreprodukzioa;Recording;Grabazioa;System Sounds;Sistemaren soinuak;Sound Card;Soinu txartelak;Settings;Ezarpenak;Preferences;Hobespenak; 162 | Keywords[fr]=pavucontrol;Microphone;Volume;Fondu;Balance;Casque;Haut-parleurs;Audio;Mixeur;Sortie;Entrée;Appareils;Lecture;Enregistrement;Sons systèmes;Carte son;Paramètres;Préférences; 163 | Keywords[he]=pavucontrol;מיקרופון;עצמת שמע;ווליום;עמעום;פייד;איזון;בלנס;בלאנס;אוזניות;רמקולים;צלילים;קולות;מערבל;מיקסר;פלט;קלט;התקנים;מכשירים;נגינה;פלייבק;הקלטה;צלילי מערכת;כרטיס קול;הגדרות;העדפות; 164 | Keywords[ja]=pavucontrol;Microphone;Volume;Fade;Balance;Headset;Speakers;Headphones;Audio;Mixer;Output;Input;Devices;Playback;Recording;System Sounds;Sound Card;Settings;Preferences; 165 | Keywords[ko]=pavucontrol;Microphone;Volume;Fade;Balance;Headset;Speakers;Headphones;Audio;Mixer;Output;Input;Devices;Playback;Recording;System Sounds;Sound Card;Settings;Preferences; 166 | Keywords[nl]=pavucontrol;Microfoon;Volume;Vervagen;Balans;Hoofdset;Luidsprekers;Koptelefoon;Audio;Mixer;Mengpaneel;Uitvoer;Invoer;Apparaten;Afspelen;Opnemen;Systeemgeluiden;Geluidskaart;Instellingen;Voorkeuren; 167 | Keywords[nn]=pavucontrol;mikrofon;volum;lydstyrke;uttoning;inntoning;balanse;headset;hovudsett;høgtalarar;hovudtelefonar;lyd;audio;miksar;utlyd;innlyd;einingar;avspeling;opptak;systemlydar;lydkort;innstillingar;oppsett; 168 | Keywords[pl]=pavucontrol;Mikrofon;Głośność;Oddalenie;Balans;Zestaw słuchawkowy;Headset;Głośniki;Słuchawki;Dźwięk;Audio;Mikser;Mixer;Wyjście;Wejście;Urządzenia;wyjściowe;wejściowe;Odtwarzanie;Nagrywanie;Dźwięki systemowe;Karta;dźwiękowa;Ustawienia;Preferencje;Mono;Stereo;Surround;Przestrzenny;Dookolny;PCM;S/PDIF;HDMI;DTS;Dolby;Digital; 169 | Keywords[pt_BR]=pavucontrol;Microphone;Volume;Fade;Balance;Headset;Speakers;Headphones;Audio;Mixer;Output;Input;Devices;Playback;Recording;System Sounds;Sound Card;Settings;Preferences;microfone;equilíbrio;áudio;saída;entrada;dispositivos;reprodução;gravação;sistemas de som;placa de som;configurações;preferências; 170 | Keywords[sk]=pavucontrol;Mikrofón;Hlasitosť;Slabnutie;Vyváženie;Náhlavná súprava;Reproduktory;Zvuk;Zmiešavač;Výstup;Vstup; Zariadenia;Prehrávanie;Nahrávanie;Systémové zvuky;Zvuková karta;Nastavenia;Predvoľby; 171 | Keywords[sv]=pavucontrol;Mikrofon;Volym;Uttoning;Balans;Headset;Högtalare;Hörlurar;Audio;Mixer;Utmatning;Inmatning;Enheter;Uppspelning;Inspelning;Systemljud;Ljudkort;Inställningar; 172 | Keywords[uk]=pavucontrol;Microphone;Volume;Fade;Balance;Headset;Speakers;Headphones;Audio;Mixer;Output;Input;Devices;Playback;Recording;System Sounds;Sound Card;Settings;Preferences;павуконтроль;мікрофон;гучність;приглушення;баланс;гарнітура;гучномовці;колонки;навушники;звук;мікшер;аудіо;виведення;введення;пристрої;відтворення;запис;звуки;звук;система; 173 | -------------------------------------------------------------------------------- /usr/share/mate/applications/picom.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Type=Application 4 | Name=picom 5 | GenericName=X compositor 6 | Comment=A X compositor 7 | Categories=Utility; 8 | Keywords=compositor;composite manager;window effects;transparency;opacity; 9 | TryExec=picom 10 | Exec=picom 11 | NoDisplay=true 12 | # Thanks to quequotion for providing this file! 13 | -------------------------------------------------------------------------------- /usr/share/mate/applications/rofi-theme-selector.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Type=Application 4 | Terminal=false 5 | Exec=rofi-theme-selector 6 | Name=Rofi Theme Selector 7 | Icon=rofi 8 | Keywords=theme-selector; 9 | NoDisplay=true 10 | -------------------------------------------------------------------------------- /usr/share/mate/applications/rofi.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Type=Application 4 | Terminal=false 5 | Exec=rofi -show 6 | Name=Rofi 7 | Icon=rofi 8 | Keywords=application-launcher;window-switcher; 9 | NoDisplay=true 10 | -------------------------------------------------------------------------------- /usr/share/mate/applications/software-properties-gtk.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Software & Updates 3 | GenericName=Software & Updates 4 | Comment=Configure the sources for installable software and updates 5 | Keywords=Drivers;Repositories;Repository;PPA; 6 | Exec=software-properties-gtk 7 | Icon=software-properties 8 | Terminal=false 9 | X-MultipleArgs=false 10 | Type=Application 11 | NotShowIn=GNOME; 12 | Categories=System;Settings; 13 | X-GNOME-Settings-Panel=software-properties 14 | X-Unity-Settings-Panel=software-properties 15 | MimeType=text/x-apt-sources-list; 16 | X-KDE-SubstituteUID=true 17 | X-Ubuntu-Gettext-Domain=software-properties 18 | -------------------------------------------------------------------------------- /usr/share/mate/applications/system-config-printer.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Printers 3 | GenericName=Printers 4 | X-GNOME-FullName=Printers 5 | Comment=Configure printers 6 | TryExec=system-config-printer 7 | Exec=system-config-printer 8 | Terminal=false 9 | Type=Application 10 | Icon=document-print 11 | StartupNotify=true 12 | NotShowIn=KDE;GNOME; 13 | X-Ubuntu-Gettext-Domain=system-config-printer 14 | Categories=GNOME;GTK;Settings;HardwareSettings;X-GNOME-Settings-Panel;X-Unity-Settings-Panel;System;Printing; 15 | X-GNOME-Settings-Panel=printing 16 | X-Unity-Settings-Panel=printing 17 | Keywords=Printer;Queue;Print;Paper;Ink;Toner; 18 | X-Desktop-File-Install-Version=0.26 19 | -------------------------------------------------------------------------------- /usr/share/mate/applications/tilda-dbus.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Tilda (D-Bus) 3 | Comment=Terminal Emulator (with D-Bus support enabled, recommended on Wayland desktops). 4 | Exec=/usr/bin/tilda --dbus 5 | Icon=tilda 6 | Terminal=false 7 | Type=Application 8 | Categories=GNOME;GTK;System;TerminalEmulator; 9 | NoDisplay=true 10 | -------------------------------------------------------------------------------- /usr/share/mate/applications/tilda.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Tilda 3 | Exec=/usr/bin/tilda 4 | Icon=tilda 5 | Terminal=false 6 | Type=Application 7 | Categories=GNOME;GTK;System;Utility;TerminalEmulator; 8 | NoDisplay=true 9 | -------------------------------------------------------------------------------- /usr/share/mate/applications/time.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Name=Time and Date 4 | Comment=Change system time, date, and timezone 5 | Exec=time-admin 6 | Icon=time-admin 7 | Terminal=false 8 | Type=Application 9 | Categories=GNOME;GTK;System;Settings; 10 | X-GNOME-Bugzilla-Bugzilla=GNOME 11 | X-GNOME-Bugzilla-Product=gnome-system-tools 12 | X-GNOME-Bugzilla-Component=time-admin 13 | X-GNOME-Bugzilla-Version=3.0.0 14 | StartupNotify=true 15 | X-Ubuntu-Gettext-Domain=gnome-system-tools 16 | NoDisplay=true -------------------------------------------------------------------------------- /usr/share/mate/autostart/ayatana-indicator-keyboard.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Name=Ayatana Indicator Keyboard 4 | Exec=/usr/libexec/ayatana-indicator-keyboard/ayatana-indicator-keyboard-service 5 | OnlyShowIn=Unity;XFCE; 6 | NotShowIn=MATE; 7 | NoDisplay=true 8 | StartupNotify=false 9 | Terminal=false 10 | -------------------------------------------------------------------------------- /usr/share/mate/autostart/caja-dropbox-autostart.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Caja Dropbox autostart 3 | Comment=If Caja Dropbox is installed, make sure it autostarts. 4 | Icon=caja-dropbox 5 | Exec=/usr/lib/ubuntu-mate/caja-dropbox-autostart 6 | Terminal=false 7 | Type=Application 8 | StartupNotify=false 9 | Categories=Network;FileTransfer; 10 | OnlyShowIn=MATE; 11 | NoDisplay=true 12 | -------------------------------------------------------------------------------- /usr/share/mate/autostart/dock-replace.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Dock Reload 3 | Comment=Reload the dock during session start-up to correctly align with panel struts 4 | Icon=plank 5 | Exec=/usr/lib/ubuntu-mate/dock-replace 6 | Terminal=false 7 | Type=Application 8 | StartupNotify=false 9 | Categories= 10 | OnlyShowIn=MATE; 11 | NoDisplay=true 12 | -------------------------------------------------------------------------------- /usr/share/mate/autostart/nm-applet.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Network 3 | Comment=Manage your network connections 4 | Icon=nm-device-wireless 5 | Exec=nm-applet --indicator 6 | Terminal=false 7 | Type=Application 8 | NoDisplay=true 9 | NotShowIn=KDE;GNOME; 10 | X-GNOME-Bugzilla-Bugzilla=GNOME 11 | X-GNOME-Bugzilla-Product=NetworkManager 12 | X-GNOME-Bugzilla-Component=nm-applet 13 | X-GNOME-UsesNotifications=true 14 | X-Ubuntu-Gettext-Domain=nm-applet 15 | -------------------------------------------------------------------------------- /usr/share/mate/autostart/print-applet.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Disable printer applet 3 | Comment=Disabled so it does not conflict with the printer indicator. 4 | Icon=printer 5 | Exec=system-config-printer-applet 6 | Terminal=false 7 | Type=Application 8 | StartupNotify=false 9 | Categories= 10 | NotShowIn=KDE;GNOME;Cinnamon;LXDE;Unity;MATE; 11 | -------------------------------------------------------------------------------- /usr/share/mate/autostart/ubuntu-desktop-bootstrap.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Name=Install Ubuntu MATE 4 | Comment=Install Ubuntu MATE 5 | Exec=/snap/bin/ubuntu-desktop-bootstrap --try-or-install 6 | Terminal=false 7 | Type=Application 8 | StartupNotify=false 9 | Categories= 10 | OnlyShowIn=MATE; 11 | NoDisplay=true 12 | -------------------------------------------------------------------------------- /usr/share/mate/autostart/ubuntu-mate-settings-overlay.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name[en_GB]=Settings Overlay 3 | Name=Settings Overlay 4 | Comment[en_GB]=Ubuntu MATE Settings Overlay 5 | Comment=Ubuntu MATE Settings Overlay 6 | Exec=/usr/lib/ubuntu-mate/ubuntu-mate-settings-overlay 7 | Terminal=false 8 | Type=Application 9 | StartupNotify=false 10 | Categories= 11 | X-MATE-Autostart-enabled=true 12 | X-MATE-Autostart-Phase=Initialization 13 | NoDisplay=true 14 | -------------------------------------------------------------------------------- /usr/share/plank/themes/Mutiny-dark/dock.theme: -------------------------------------------------------------------------------- 1 | ##This file auto-generated by Plank. 2 | #2021-01-16T00:03:56+0000 3 | 4 | [PlankTheme] 5 | #The roundness of the top corners. 6 | TopRoundness=0 7 | #The roundness of the bottom corners. 8 | BottomRoundness=0 9 | #The thickness (in pixels) of lines drawn. 10 | LineWidth=1 11 | #The color (RGBA) of the outer stroke. 12 | OuterStrokeColor=26;;26;;26;;240 13 | #The starting color (RGBA) of the fill gradient. 14 | FillStartColor=29;;29;;29;;240 15 | #The ending color (RGBA) of the fill gradient. 16 | FillEndColor=29;;29;;29;;240 17 | #The color (RGBA) of the inner stroke. 18 | InnerStrokeColor=71;;68;;68;;255 19 | 20 | [PlankDockTheme] 21 | #The padding on the left/right dock edges, in tenths of a percent of IconSize. 22 | HorizPadding=1 23 | #The padding on the top dock edge, in tenths of a percent of IconSize. 24 | TopPadding=2 25 | #The padding on the bottom dock edge, in tenths of a percent of IconSize. 26 | BottomPadding=2 27 | #The padding between items on the dock, in tenths of a percent of IconSize. 28 | ItemPadding=1.5 29 | #The size of item indicators, in tenths of a percent of IconSize. 30 | IndicatorSize=7 31 | #The size of the icon-shadow behind every item, in tenths of a percent of IconSize. 32 | IconShadowSize=1 33 | #The height (in percent of IconSize) to bounce an icon when the application sets urgent. 34 | UrgentBounceHeight=0.6 35 | #The height (in percent of IconSize) to bounce an icon when launching an application. 36 | LaunchBounceHeight=0.5 37 | #The opacity value (0 to 1) to fade the dock to when hiding it. 38 | FadeOpacity=0.25 39 | #The amount of time (in ms) for click animations. 40 | ClickTime=300 41 | #The amount of time (in ms) to bounce an urgent icon. 42 | UrgentBounceTime=600 43 | #The amount of time (in ms) to bounce an icon when launching an application. 44 | LaunchBounceTime=600 45 | #The amount of time (in ms) for active window indicator animations. 46 | ActiveTime=300 47 | #The amount of time (in ms) to slide icons into/out of the dock. 48 | SlideTime=300 49 | #The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). 50 | FadeTime=250 51 | #The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). 52 | HideTime=250 53 | #The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. 54 | GlowSize=30 55 | #The total time (in ms) to show the hidden-dock urgent glow. 56 | GlowTime=10000 57 | #The time (in ms) of each pulse of the hidden-dock urgent glow. 58 | GlowPulseTime=2000 59 | #The hue-shift (-180 to 180) of the urgent indicator color. 60 | UrgentHueShift=-5 61 | #The time (in ms) to move an item to its new position or its addition/removal to/from the dock. 62 | ItemMoveTime=450 63 | #Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. 64 | CascadeHide=true 65 | #The color (RGBA) of the badge displaying urgent count 66 | BadgeColor=0;;0;;0;;0 67 | -------------------------------------------------------------------------------- /usr/share/plank/themes/Mutiny-dark/hover.theme: -------------------------------------------------------------------------------- 1 | [PlankDrawingTheme] 2 | #The roundness of the top corners. 3 | TopRoundness=6 4 | #The roundness of the bottom corners. 5 | BottomRoundness=6 6 | #The thickness (in pixels) of lines drawn. 7 | LineWidth=1 8 | #The color (RGBA) of the outer stroke. 9 | OuterStrokeColor=0;;0;;0;;100 10 | #The starting color (RGBA) of the fill gradient. 11 | FillStartColor=50;;50;;50;;100 12 | #The ending color (RGBA) of the fill gradient. 13 | FillEndColor=50;;50;;50;;200 14 | #The color (RGBA) of the inner stroke. 15 | InnerStrokeColor=50;;50;;50;;0 16 | -------------------------------------------------------------------------------- /usr/share/plank/themes/Mutiny-light/dock.theme: -------------------------------------------------------------------------------- 1 | ##This file auto-generated by Plank. 2 | #2021-01-16T00:03:56+0000 3 | 4 | [PlankTheme] 5 | #The roundness of the top corners. 6 | TopRoundness=0 7 | #The roundness of the bottom corners. 8 | BottomRoundness=0 9 | #The thickness (in pixels) of lines drawn. 10 | LineWidth=1 11 | #The color (RGBA) of the outer stroke. 12 | OuterStrokeColor=248;;248;;248;;255 13 | #The starting color (RGBA) of the fill gradient. 14 | FillStartColor=247;;247;;247;;245 15 | #The ending color (RGBA) of the fill gradient. 16 | FillEndColor=247;;247;;247;;245 17 | #The color (RGBA) of the inner stroke. 18 | InnerStrokeColor=184;;184;;184;;250 19 | 20 | [PlankDockTheme] 21 | #The padding on the left/right dock edges, in tenths of a percent of IconSize. 22 | HorizPadding=1 23 | #The padding on the top dock edge, in tenths of a percent of IconSize. 24 | TopPadding=2 25 | #The padding on the bottom dock edge, in tenths of a percent of IconSize. 26 | BottomPadding=2 27 | #The padding between items on the dock, in tenths of a percent of IconSize. 28 | ItemPadding=1.5 29 | #The size of item indicators, in tenths of a percent of IconSize. 30 | IndicatorSize=7 31 | #The size of the icon-shadow behind every item, in tenths of a percent of IconSize. 32 | IconShadowSize=1 33 | #The height (in percent of IconSize) to bounce an icon when the application sets urgent. 34 | UrgentBounceHeight=0.6 35 | #The height (in percent of IconSize) to bounce an icon when launching an application. 36 | LaunchBounceHeight=0.5 37 | #The opacity value (0 to 1) to fade the dock to when hiding it. 38 | FadeOpacity=0.25 39 | #The amount of time (in ms) for click animations. 40 | ClickTime=300 41 | #The amount of time (in ms) to bounce an urgent icon. 42 | UrgentBounceTime=600 43 | #The amount of time (in ms) to bounce an icon when launching an application. 44 | LaunchBounceTime=600 45 | #The amount of time (in ms) for active window indicator animations. 46 | ActiveTime=300 47 | #The amount of time (in ms) to slide icons into/out of the dock. 48 | SlideTime=300 49 | #The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). 50 | FadeTime=250 51 | #The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). 52 | HideTime=250 53 | #The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. 54 | GlowSize=30 55 | #The total time (in ms) to show the hidden-dock urgent glow. 56 | GlowTime=10000 57 | #The time (in ms) of each pulse of the hidden-dock urgent glow. 58 | GlowPulseTime=2000 59 | #The hue-shift (-180 to 180) of the urgent indicator color. 60 | UrgentHueShift=-5 61 | #The time (in ms) to move an item to its new position or its addition/removal to/from the dock. 62 | ItemMoveTime=450 63 | #Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. 64 | CascadeHide=true 65 | #The color (RGBA) of the badge displaying urgent count 66 | BadgeColor=0;;0;;0;;0 67 | -------------------------------------------------------------------------------- /usr/share/plank/themes/Mutiny-light/hover.theme: -------------------------------------------------------------------------------- 1 | [PlankDrawingTheme] 2 | #The roundness of the top corners. 3 | TopRoundness=6 4 | #The roundness of the bottom corners. 5 | BottomRoundness=6 6 | #The thickness (in pixels) of lines drawn. 7 | LineWidth=1 8 | #The color (RGBA) of the outer stroke. 9 | OuterStrokeColor=0;;0;;0;;100 10 | #The starting color (RGBA) of the fill gradient. 11 | FillStartColor=50;;50;;50;;100 12 | #The ending color (RGBA) of the fill gradient. 13 | FillEndColor=50;;50;;50;;200 14 | #The color (RGBA) of the inner stroke. 15 | InnerStrokeColor=50;;50;;50;;0 16 | -------------------------------------------------------------------------------- /usr/share/plank/themes/Ubuntu-MATE/dock.theme: -------------------------------------------------------------------------------- 1 | #This file auto-generated by Plank. 2 | #2016-03-13T23:06:30+0000 3 | 4 | [PlankTheme] 5 | #The roundness of the top corners. 6 | TopRoundness=50 7 | #The roundness of the bottom corners. 8 | BottomRoundness=0 9 | #The thickness (in pixels) of lines drawn. 10 | LineWidth=0 11 | #The color (RGBA) of the outer stroke. 12 | OuterStrokeColor=135;;165;;86;;100 13 | #The starting color (RGBA) of the fill gradient. 14 | FillStartColor=135;;165;;86;;100 15 | #The ending color (RGBA) of the fill gradient. 16 | FillEndColor=135;;165;;86;;200 17 | #The color (RGBA) of the inner stroke. 18 | InnerStrokeColor=135;;165;;86;;100 19 | 20 | [PlankDockTheme] 21 | #The padding on the left/right dock edges, in tenths of a percent of IconSize. 22 | HorizPadding=1 23 | #The padding on the top dock edge, in tenths of a percent of IconSize. 24 | TopPadding=-6 25 | #The padding on the bottom dock edge, in tenths of a percent of IconSize. 26 | BottomPadding=1.5 27 | #The padding between items on the dock, in tenths of a percent of IconSize. 28 | ItemPadding=2 29 | #The size of item indicators, in tenths of a percent of IconSize. 30 | IndicatorSize=10 31 | #The size of the icon-shadow behind every item, in tenths of a percent of IconSize. 32 | IconShadowSize=1 33 | #The height (in percent of IconSize) to bounce an icon when the application sets urgent. 34 | UrgentBounceHeight=1.66 35 | #The height (in percent of IconSize) to bounce an icon when launching an application. 36 | LaunchBounceHeight=0.625 37 | #The opacity value (0 to 1) to fade the dock to when hiding it. 38 | FadeOpacity=1 39 | #The amount of time (in ms) for click animations. 40 | ClickTime=300 41 | #The amount of time (in ms) to bounce an urgent icon. 42 | UrgentBounceTime=600 43 | #The amount of time (in ms) to bounce an icon when launching an application. 44 | LaunchBounceTime=600 45 | #The amount of time (in ms) for active window indicator animations. 46 | ActiveTime=300 47 | #The amount of time (in ms) to slide icons into/out of the dock. 48 | SlideTime=300 49 | #The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). 50 | FadeTime=250 51 | #The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). 52 | HideTime=250 53 | #The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. 54 | GlowSize=30 55 | #The total time (in ms) to show the hidden-dock urgent glow. 56 | GlowTime=10000 57 | #The time (in ms) of each pulse of the hidden-dock urgent glow. 58 | GlowPulseTime=2000 59 | #The hue-shift (-180 to 180) of the urgent indicator color. 60 | UrgentHueShift=-5 61 | #The time (in ms) to move an item to its new position or its addition/removal to/from the dock. 62 | ItemMoveTime=450 63 | #Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. 64 | CascadeHide=true 65 | #The color (RGBA) of the badge displaying urgent count 66 | BadgeColor=0;;0;;0;;0 67 | -------------------------------------------------------------------------------- /usr/share/plank/themes/Yaru-dark/dock.theme: -------------------------------------------------------------------------------- 1 | #This file auto-generated by Plank. 2 | #2021-01-15T23:58:51+0000 3 | 4 | [PlankTheme] 5 | #The roundness of the top corners. 6 | TopRoundness=5 7 | #The roundness of the bottom corners. 8 | BottomRoundness=0 9 | #The thickness (in pixels) of lines drawn. 10 | LineWidth=1 11 | #The color (RGBA) of the outer stroke. 12 | OuterStrokeColor=35;;35;;35;;255 13 | #The starting color (RGBA) of the fill gradient. 14 | FillStartColor=50;;48;;48;;240 15 | #The ending color (RGBA) of the fill gradient. 16 | FillEndColor=29;;29;;29;;240 17 | #The color (RGBA) of the inner stroke. 18 | InnerStrokeColor=145;;145;;145;;255 19 | 20 | [PlankDockTheme] 21 | #The padding on the left/right dock edges, in tenths of a percent of IconSize. 22 | HorizPadding=0 23 | #The padding on the top dock edge, in tenths of a percent of IconSize. 24 | TopPadding=-7 25 | #The padding on the bottom dock edge, in tenths of a percent of IconSize. 26 | BottomPadding=1 27 | #The padding between items on the dock, in tenths of a percent of IconSize. 28 | ItemPadding=2.5 29 | #The size of item indicators, in tenths of a percent of IconSize. 30 | IndicatorSize=7 31 | #The size of the icon-shadow behind every item, in tenths of a percent of IconSize. 32 | IconShadowSize=1 33 | #The height (in percent of IconSize) to bounce an icon when the application sets urgent. 34 | UrgentBounceHeight=1.66 35 | #The height (in percent of IconSize) to bounce an icon when launching an application. 36 | LaunchBounceHeight=0.625 37 | #The opacity value (0 to 1) to fade the dock to when hiding it. 38 | FadeOpacity=1 39 | #The amount of time (in ms) for click animations. 40 | ClickTime=300 41 | #The amount of time (in ms) to bounce an urgent icon. 42 | UrgentBounceTime=600 43 | #The amount of time (in ms) to bounce an icon when launching an application. 44 | LaunchBounceTime=600 45 | #The amount of time (in ms) for active window indicator animations. 46 | ActiveTime=300 47 | #The amount of time (in ms) to slide icons into/out of the dock. 48 | SlideTime=300 49 | #The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). 50 | FadeTime=250 51 | #The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). 52 | HideTime=250 53 | #The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. 54 | GlowSize=30 55 | #The total time (in ms) to show the hidden-dock urgent glow. 56 | GlowTime=10000 57 | #The time (in ms) of each pulse of the hidden-dock urgent glow. 58 | GlowPulseTime=2000 59 | #The hue-shift (-180 to 180) of the urgent indicator color. 60 | UrgentHueShift=-5 61 | #The time (in ms) to move an item to its new position or its addition/removal to/from the dock. 62 | ItemMoveTime=450 63 | #Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. 64 | CascadeHide=true 65 | #The color (RGBA) of the badge displaying urgent count 66 | BadgeColor=0;;0;;0;;0 67 | -------------------------------------------------------------------------------- /usr/share/plank/themes/Yaru-dark/hover.theme: -------------------------------------------------------------------------------- 1 | [PlankDrawingTheme] 2 | #The roundness of the top corners. 3 | TopRoundness=6 4 | #The roundness of the bottom corners. 5 | BottomRoundness=6 6 | #The thickness (in pixels) of lines drawn. 7 | LineWidth=0 8 | #The color (RGBA) of the outer stroke. 9 | OuterStrokeColor=41;;41;;41;;255 10 | #The starting color (RGBA) of the fill gradient. 11 | FillStartColor=0;;0;;0;;217 12 | #The ending color (RGBA) of the fill gradient. 13 | FillEndColor=0;;0;;0;;217 14 | #The color (RGBA) of the inner stroke. 15 | InnerStrokeColor=255;;255;;255;;255 16 | -------------------------------------------------------------------------------- /usr/share/plank/themes/Yaru-light/dock.theme: -------------------------------------------------------------------------------- 1 | #This file auto-generated by Plank. 2 | #2021-01-15T23:58:51+0000 3 | 4 | [PlankTheme] 5 | #The roundness of the top corners. 6 | TopRoundness=5 7 | #The roundness of the bottom corners. 8 | BottomRoundness=0 9 | #The thickness (in pixels) of lines drawn. 10 | LineWidth=1 11 | #The color (RGBA) of the outer stroke. 12 | OuterStrokeColor=145;;145;;145;;255 13 | #The starting color (RGBA) of the fill gradient. 14 | FillStartColor=222;;222;;222;;240 15 | #The ending color (RGBA) of the fill gradient. 16 | FillEndColor=247;;247;;247;;240 17 | #The color (RGBA) of the inner stroke. 18 | InnerStrokeColor=248;;248;;248;;255 19 | 20 | [PlankDockTheme] 21 | #The padding on the left/right dock edges, in tenths of a percent of IconSize. 22 | HorizPadding=0 23 | #The padding on the top dock edge, in tenths of a percent of IconSize. 24 | TopPadding=-7 25 | #The padding on the bottom dock edge, in tenths of a percent of IconSize. 26 | BottomPadding=1 27 | #The padding between items on the dock, in tenths of a percent of IconSize. 28 | ItemPadding=2.5 29 | #The size of item indicators, in tenths of a percent of IconSize. 30 | IndicatorSize=10 31 | #The size of the icon-shadow behind every item, in tenths of a percent of IconSize. 32 | IconShadowSize=1 33 | #The height (in percent of IconSize) to bounce an icon when the application sets urgent. 34 | UrgentBounceHeight=1.66 35 | #The height (in percent of IconSize) to bounce an icon when launching an application. 36 | LaunchBounceHeight=0.625 37 | #The opacity value (0 to 1) to fade the dock to when hiding it. 38 | FadeOpacity=1 39 | #The amount of time (in ms) for click animations. 40 | ClickTime=300 41 | #The amount of time (in ms) to bounce an urgent icon. 42 | UrgentBounceTime=600 43 | #The amount of time (in ms) to bounce an icon when launching an application. 44 | LaunchBounceTime=600 45 | #The amount of time (in ms) for active window indicator animations. 46 | ActiveTime=300 47 | #The amount of time (in ms) to slide icons into/out of the dock. 48 | SlideTime=300 49 | #The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). 50 | FadeTime=250 51 | #The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). 52 | HideTime=250 53 | #The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. 54 | GlowSize=30 55 | #The total time (in ms) to show the hidden-dock urgent glow. 56 | GlowTime=10000 57 | #The time (in ms) of each pulse of the hidden-dock urgent glow. 58 | GlowPulseTime=2000 59 | #The hue-shift (-180 to 180) of the urgent indicator color. 60 | UrgentHueShift=-5 61 | #The time (in ms) to move an item to its new position or its addition/removal to/from the dock. 62 | ItemMoveTime=450 63 | #Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. 64 | CascadeHide=true 65 | #The color (RGBA) of the badge displaying urgent count 66 | BadgeColor=0;;0;;0;;0 67 | -------------------------------------------------------------------------------- /usr/share/plank/themes/Yaru-light/hover.theme: -------------------------------------------------------------------------------- 1 | [PlankDrawingTheme] 2 | #The roundness of the top corners. 3 | TopRoundness=6 4 | #The roundness of the bottom corners. 5 | BottomRoundness=6 6 | #The thickness (in pixels) of lines drawn. 7 | LineWidth=0 8 | #The color (RGBA) of the outer stroke. 9 | OuterStrokeColor=41;;41;;41;;255 10 | #The starting color (RGBA) of the fill gradient. 11 | FillStartColor=0;;0;;0;;217 12 | #The ending color (RGBA) of the fill gradient. 13 | FillEndColor=0;;0;;0;;217 14 | #The color (RGBA) of the inner stroke. 15 | InnerStrokeColor=255;;255;;255;;255 16 | -------------------------------------------------------------------------------- /usr/share/ubiquity/pixmaps/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/ubiquity/pixmaps/panel.png -------------------------------------------------------------------------------- /usr/share/ubiquity/pixmaps/ubuntu_installed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubuntu-mate/ubuntu-mate-settings/20334b09c7737241bfca4e0bee219414331398b2/usr/share/ubiquity/pixmaps/ubuntu_installed.png -------------------------------------------------------------------------------- /usr/share/ubuntu-mate/settings-overlay/config/Trolltech.conf: -------------------------------------------------------------------------------- 1 | [Qt] 2 | font="Ubuntu,11,-1,5,63,0,0,0,0,0" 3 | Palette\active=#4c4c4c, #f2f1f0, #ffffff, #f8f8f7, #797878, #a1a1a0, #3c3c3c, #ffffff, #4c4c4c, #ffffff, #f2f1f0, #000000, #87a752, #ffffff, #acc089, #87a752, #efefef, #000000, #ffffdc, #ffffff 4 | Palette\inactive=#4c4c4c, #f2f1f0, #ffffff, #ffffff, #797878, #a1a1a0, #3c3c3c, #ffffff, #4c4c4c, #ffffff, #f2f1f0, #000000, #87a752, #ffffff, #acc089, #87a752, #efefef, #000000, #ffffdc, #ffffff 5 | Palette\disabled=#808080, #f2f1f0, #ffffff, #ffffff, #797878, #a1a1a0, #808080, #ffffff, #808080, #ffffff, #f2f1f0, #000000, #87a752, #808080, #acc089, #87a752, #efefef, #000000, #ffffdc, #ffffff 6 | fontPath=@Invalid() 7 | embedFonts=true 8 | style=GTK+ 9 | doubleClickInterval=400 10 | cursorFlashTime=1000 11 | wheelScrollLines=3 12 | resolveSymlinks=false 13 | globalStrut\width=0 14 | globalStrut\height=0 15 | useRtlExtensions=false 16 | XIMInputStyle=On The Spot 17 | DefaultInputMethod=xim 18 | audiosink=Auto 19 | videomode=Auto 20 | GUIEffects=none 21 | customColors\0=4289511561 22 | customColors\1=4294967295 23 | customColors\2=4287080274 24 | customColors\3=4294967295 25 | customColors\4=4294967295 26 | customColors\5=4294967295 27 | customColors\6=4294967295 28 | customColors\7=4294967295 29 | customColors\8=4294967295 30 | customColors\9=4294967295 31 | customColors\10=4294967295 32 | customColors\11=4294967295 33 | customColors\12=4294967295 34 | customColors\13=4294967295 35 | customColors\14=4294967295 36 | customColors\15=4294967295 37 | -------------------------------------------------------------------------------- /usr/share/ubuntu-mate/settings-overlay/config/Webcamoid/Webcamoid.conf: -------------------------------------------------------------------------------- 1 | [Updates] 2 | checkInterval=0 3 | notify=false 4 | -------------------------------------------------------------------------------- /usr/share/ubuntu-mate/settings-overlay/config/folder-color/hide_donation: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /usr/share/ubuntu-mate/settings-overlay/config/libreoffice/4/user/registrymodifications.xcu: -------------------------------------------------------------------------------- 1 | 2 | 3 | 2 4 | yaru_mate 5 | 6 | -------------------------------------------------------------------------------- /usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/caja-browser.dockitem: -------------------------------------------------------------------------------- 1 | [PlankDockItemPreferences] 2 | Launcher=file:///usr/share/applications/caja-browser.desktop 3 | -------------------------------------------------------------------------------- /usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/clock.dockitem: -------------------------------------------------------------------------------- 1 | #This file auto-generated by Plank. 2 | #2022-03-10T10:15:00+0000 3 | 4 | [PlankDockItemPreferences] 5 | #The uri for this item. 6 | Launcher=docklet://clock 7 | 8 | [DockyClockPreferences] 9 | #If the clock shows 24hr time (when showing digital and in the hover). 10 | ShowMilitary=false 11 | #If the clock shows a digital clock (true) or an analog clock (false). 12 | ShowDigital=false 13 | #If the clock shows the date in digital mode. 14 | ShowDate=false 15 | -------------------------------------------------------------------------------- /usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/desktop.dockitem: -------------------------------------------------------------------------------- 1 | [PlankDockItemPreferences] 2 | Launcher=docklet://desktop 3 | -------------------------------------------------------------------------------- /usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/firefox_firefox.dockitem: -------------------------------------------------------------------------------- 1 | [PlankDockItemPreferences] 2 | Launcher=file:///var/lib/snapd/desktop/applications/firefox_firefox.desktop 3 | -------------------------------------------------------------------------------- /usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/mate-calc.dockitem: -------------------------------------------------------------------------------- 1 | [PlankDockItemPreferences] 2 | Launcher=file:///usr/share/applications/mate-calc.desktop 3 | -------------------------------------------------------------------------------- /usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/mate-system-monitor.dockitem: -------------------------------------------------------------------------------- 1 | [PlankDockItemPreferences] 2 | Launcher=file:///usr/share/applications/mate-system-monitor.desktop 3 | -------------------------------------------------------------------------------- /usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/mate-terminal.dockitem: -------------------------------------------------------------------------------- 1 | [PlankDockItemPreferences] 2 | Launcher=file:///usr/share/applications/mate-terminal.desktop 3 | -------------------------------------------------------------------------------- /usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/matecc.dockitem: -------------------------------------------------------------------------------- 1 | [PlankDockItemPreferences] 2 | Launcher=file:///usr/share/applications/matecc.desktop 3 | -------------------------------------------------------------------------------- /usr/share/ubuntu-mate/settings-overlay/config/plank/dock1/launchers/trash.dockitem: -------------------------------------------------------------------------------- 1 | [PlankDockItemPreferences] 2 | Launcher=docklet://trash 3 | -------------------------------------------------------------------------------- /usr/share/ubuntu-mate/settings-overlay/config/tilda/config_0: -------------------------------------------------------------------------------- 1 | tilda_config_version = "1.1.11" 2 | # image = "" 3 | # command = "" 4 | font = "Ubuntu Mono 12" 5 | key = "F12" 6 | addtab_key = "t" 7 | fullscreen_key = "F11" 8 | closetab_key = "w" 9 | nexttab_key = "Page_Down" 10 | prevtab_key = "Page_Up" 11 | movetableft_key = "Page_Up" 12 | movetabright_key = "Page_Down" 13 | gototab_1_key = "1" 14 | gototab_2_key = "2" 15 | gototab_3_key = "3" 16 | gototab_4_key = "4" 17 | gototab_5_key = "5" 18 | gototab_6_key = "6" 19 | gototab_7_key = "7" 20 | gototab_8_key = "8" 21 | gototab_9_key = "9" 22 | gototab_10_key = "0" 23 | copy_key = "c" 24 | paste_key = "v" 25 | quit_key = "q" 26 | title = "Tilda" 27 | background_color = "white" 28 | # working_dir = "" 29 | web_browser = "x-www-browser" 30 | word_chars = "-A-Za-z0-9,./?%&#:_" 31 | lines = 1024 32 | max_width = 1920 33 | max_height = 384 34 | min_width = 1 35 | min_height = 1 36 | transparency = 72 37 | x_pos = 0 38 | y_pos = 0 39 | tab_pos = 1 40 | backspace_key = 0 41 | delete_key = 1 42 | d_set_title = 0 43 | command_exit = 2 44 | scheme = 0 45 | slide_sleep_usec = 20000 46 | animation_orientation = 0 47 | timer_resolution = 200 48 | auto_hide_time = 2000 49 | on_last_terminal_exit = 1 50 | palette_scheme = 0 51 | show_on_monitor_number = 0 52 | 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} 53 | scrollbar_pos = 2 54 | back_red=11308 55 | back_green=11308 56 | back_blue=11565 57 | text_red = 54227 58 | text_green = 55255 59 | text_blue = 53199 60 | scroll_background = true 61 | scroll_on_output = false 62 | notebook_border = false 63 | antialias = true 64 | scrollbar = false 65 | use_image = false 66 | grab_focus = true 67 | above = false 68 | notaskbar = true 69 | bold = false 70 | blinks = true 71 | scroll_on_key = true 72 | bell = false 73 | run_command = false 74 | pinned = true 75 | animation = false 76 | hidden = true 77 | centered_horizontally = false 78 | centered_vertically = false 79 | enable_transparency = false 80 | double_buffer = false 81 | auto_hide_on_focus_lost = false 82 | auto_hide_on_mouse_leave = false 83 | --------------------------------------------------------------------------------