pax_global_header00006660000000000000000000000064126150062010014503gustar00rootroot0000000000000052 comment=cd490a9324d304453693c691f8e68a2517c8fb18 lxqt-runner-0.10.0/000077500000000000000000000000001261500620100140605ustar00rootroot00000000000000lxqt-runner-0.10.0/.gitignore000066400000000000000000000000201261500620100160400ustar00rootroot00000000000000build nbproject lxqt-runner-0.10.0/AUTHORS000066400000000000000000000004041261500620100151260ustar00rootroot00000000000000Upstream Authors: LXQt team: http://lxqt.org Razor team: http://razor-qt.org Copyright: Copyright (c) 2010-2012 Razor team Copyright (c) 2012-2014 LXQt team License: LGPL-2.1+ The full text of the licenses can be found in the 'COPYING' file. lxqt-runner-0.10.0/CMakeLists.txt000066400000000000000000000067701261500620100166320ustar00rootroot00000000000000cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) project(lxqt-runner) set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_POSITION_INDEPENDENT_CODE ON) set(CMAKE_AUTOUIC ON) set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON) include(CMakeDependentOption) include(GNUInstallDirs) option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF) option(USE_MENU_CACHE "Use libmenu-cache from LXDE to generate the app menu" ON) option(RUNNER_MATH "Math operations support" ON) option(RUNNER_VBOX "Virtual Box support" ON) cmake_dependent_option(RUNNER_VBOX_HEADLESS "Use headless mode instead of default window" OFF "RUNNER_VBOX" OFF ) find_package(KF5WindowSystem REQUIRED) find_package(Qt5Widgets REQUIRED) find_package(Qt5Xml REQUIRED) find_package(Qt5Script REQUIRED) find_package(Qt5LinguistTools REQUIRED QUIET) find_package(lxqt REQUIRED) find_package(lxqt-globalkeys REQUIRED) find_package(lxqt-globalkeys-ui REQUIRED) message(STATUS "Building with Qt${Qt5Core_VERSION_STRING}") include(LXQtCompilerSettings NO_POLICY_SCOPE) set(QTX_LIBRARIES Qt5::Widgets Qt5::Xml Qt5::Script) if (USE_MENU_CACHE) # optionally use libmenu-cache from lxde to generate the application menu find_package(PkgConfig REQUIRED QUIET) pkg_check_modules(MENU_CACHE REQUIRED QUIET libmenu-cache>=0.3.3 ) endif() set(lxqt-runner_H_FILES dialog.h commanditemmodel.h widgets.h providers.h yamlparser.h configuredialog/configuredialog.h ) set(lxqt-runner_CPP_FILES main.cpp dialog.cpp commanditemmodel.cpp widgets.cpp providers.cpp yamlparser.cpp configuredialog/configuredialog.cpp ) set(lxqt-runner_UI_FILES dialog.ui configuredialog/configuredialog.ui ) set(QRC_FILES ) set(lxqt-runner_LIBRARIES lxqt lxqt-globalkeys lxqt-globalkeys-ui ${MENU_CACHE_LIBRARIES} ${QTX_LIBRARIES} ) include(LXQtTranslate) lxqt_translate_ts(lxqt-runner_QM_FILES UPDATE_TRANSLATIONS ${UPDATE_TRANSLATIONS} SOURCES ${lxqt-runner_H_FILES} ${lxqt-runner_CPP_FILES} ${lxqt-runner_UI_FILES} INSTALL_DIR "${LXQT_TRANSLATIONS_DIR}/${PROJECT_NAME}" ) lxqt_app_translation_loader(lxqt-runner_QM_LOADER ${PROJECT_NAME}) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release) endif() if (RUNNER_VBOX) list(APPEND QRC_FILES virtualbox-icons.qrc) endif() add_executable(${PROJECT_NAME} ${lxqt-runner_CPP_FILES} ${lxqt-runner_QRC_SOURCES} ${lxqt-runner_QM_FILES} ${lxqt-runner_QM_LOADER} ) target_include_directories(${PROJECT_NAME} PRIVATE "$<$:${MENU_CACHE_INCLUDE_DIRS}>" ) target_compile_definitions(${PROJECT_NAME} PRIVATE "$<$:MATH_ENABLED>" PRIVATE "$<$:VBOX_ENABLED>" PRIVATE "$<$:VBOX_HEADLESS_ENABLED>" PRIVATE "$<$:HAVE_MENU_CACHE=1>" ) target_link_libraries(${PROJECT_NAME} ${lxqt-runner_LIBRARIES} KF5::WindowSystem ) install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT Runtime ) # building tarball with CPack ------------------------------------------------- include(InstallRequiredSystemLibraries) set(CPACK_PACKAGE_VERSION_MAJOR ${LXQT_MAJOR_VERSION}) set(CPACK_PACKAGE_VERSION_MINOR ${LXQT_MINOR_VERSION}) set(CPACK_PACKAGE_VERSION_PATCH ${LXQT_PATCH_VERSION}) set(CPACK_GENERATOR TBZ2) set(CPACK_SOURCE_GENERATOR TBZ2) set(CPACK_SOURCE_IGNORE_FILES /build/;.gitignore;.*~;.git;.kdev4;temp) include(CPack) lxqt-runner-0.10.0/LICENSE000066400000000000000000000576361261500620100151060ustar00rootroot00000000000000 GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) The modified work must itself be a software library. b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. This option is useful when you wish to copy part of the code of the Library into a program that is not a library. 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS lxqt-runner-0.10.0/commanditemmodel.cpp000066400000000000000000000246561261500620100201170ustar00rootroot00000000000000/* BEGIN_COMMON_COPYRIGHT_HEADER * (c)LGPL2+ * * LXDE-Qt - a lightweight, Qt based, desktop toolset * http://razor-qt.org * * Copyright: 2010-2011 Razor team * Authors: * Alexander Sokoloff * * This program or library is free software; you can redistribute it * and/or modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General * Public License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA * * END_COMMON_COPYRIGHT_HEADER */ #include "commanditemmodel.h" #include #include #include #include #include #include /************************************************ ************************************************/ CommandItemModel::CommandItemModel(QObject *parent) : QSortFilterProxyModel(parent), mSourceModel(new CommandSourceItemModel(this)), mOnlyHistory(false) { setDynamicSortFilter(false); // required in Qt5 setFilterCaseSensitivity(Qt::CaseInsensitive); setSortCaseSensitivity(Qt::CaseInsensitive); setSourceModel(mSourceModel); } /************************************************ ************************************************/ CommandItemModel::~CommandItemModel() { } /************************************************ ************************************************/ bool CommandItemModel::isOutDated() const { return mSourceModel->isOutDated(); } /************************************************ ************************************************/ const CommandProviderItem *CommandItemModel::command(const QModelIndex &index) const { if (!index.isValid()) return 0; QModelIndex ind = mapToSource(index); return mSourceModel->command(ind); } /************************************************ ************************************************/ void CommandItemModel::addHistoryCommand(const QString &command) { mSourceModel->addHistoryCommand(command); } void CommandItemModel::clearHistory() { mSourceModel->clearHistory(); } /************************************************ ************************************************/ bool CommandItemModel::filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const { QRegExp re(filterRegExp()); if (re.isEmpty() && !mOnlyHistory) return false; const CommandProviderItem *item = mSourceModel->command(sourceRow); if (!item) return false; bool accept = item->compare(re); if (accept) { //check if CustomCommand can be filtered out (equivalent app link is shown) const CustomCommandItem * cust_i = qobject_cast(item); if (nullptr != cust_i) { for (int i = mSourceModel->rowCount(sourceParent); 0 <= i; --i) { const AppLinkItem * app_i = qobject_cast(mSourceModel->command(i)); if (nullptr != app_i && cust_i->exec() == app_i->exec() && app_i->compare(re)) return false; } } } return accept; } /************************************************ ************************************************/ bool CommandItemModel::lessThan(const QModelIndex &left, const QModelIndex &right) const { if (left == mSourceModel->customCommandIndex()) return true; if (right == mSourceModel->customCommandIndex()) return false; if (mOnlyHistory) return left.row() < right.row(); else return QSortFilterProxyModel::lessThan(left, right); } /************************************************ ************************************************/ int CommandItemModel::itemType(const QModelIndex &index) const { if (index.row() == mSourceModel->customCommandIndex().row()) return 1; else if (index.row() < mSourceModel->externalProviderStartIndex().row()) return 2; else return 3; } /************************************************ ************************************************/ QModelIndex CommandItemModel::appropriateItem(const QString &pattern) const { QModelIndex res; unsigned int rank = 0; int cnt = rowCount(); for (int i=0; icustomCommandIndex()) return ind; const CommandProviderItem *item = mSourceModel->command(srcIndex); if (!item) continue; unsigned int r = item->rank(pattern); if (r > rank) { res = ind; rank = r; } if (rank >= MAX_RANK) break; } if (!res.isValid()) res = index(0, 0); return res; } /************************************************ ************************************************/ void CommandItemModel::rebuild() { mSourceModel->rebuild(); } /************************************************ ************************************************/ CommandSourceItemModel::CommandSourceItemModel(QObject *parent) : QAbstractListModel(parent) { mCustomCommandProvider = new CustomCommandProvider; mProviders.append(mCustomCommandProvider); rebuild(); mCustomCommandIndex = index(0, 0); mHistoryProvider = new HistoryProvider(); mProviders.append(mHistoryProvider); mCustomCommandProvider->setHistoryProvider(mHistoryProvider); mProviders.append(new AppLinkProvider()); #ifdef MATH_ENABLED mProviders.append(new MathProvider()); #endif #ifdef VBOX_ENABLED mProviders.append(new VirtualBoxProvider()); #endif rebuild(); mExternalProviderStartIndex = index(rowCount(), 0); LXQt::Settings settings("lxqt-runner"); int numExternalProviders = settings.beginReadArray("external providers"); for (int i = 0; i < numExternalProviders; i++) { settings.setArrayIndex(i); qDebug() << "Adding external provider:" << settings.value("name") << settings.value("executable"); ExternalProvider* externalProvider = new ExternalProvider(settings.value("name").toString(), settings.value("executable").toString()); mProviders.append(externalProvider); mExternalProviders.append(externalProvider); } settings.endArray(); foreach(CommandProvider* provider, mProviders) { connect(provider, SIGNAL(changed()), this, SIGNAL(layoutChanged())); connect(provider, SIGNAL(aboutToBeChanged()), this, SIGNAL(layoutAboutToBeChanged())); } rebuild(); } /************************************************ ************************************************/ CommandSourceItemModel::~CommandSourceItemModel() { qDeleteAll(mProviders); mHistoryProvider = 0; } /************************************************ ************************************************/ int CommandSourceItemModel::rowCount(const QModelIndex& /*parent*/) const { int ret=0; foreach(CommandProvider* provider, mProviders) ret += provider->count(); return ret; } /************************************************ ************************************************/ QVariant CommandSourceItemModel::data(const QModelIndex &index, int role) const { if (!index.isValid()) return QVariant(); if (index.row() >= rowCount()) return QVariant(); const CommandProviderItem *item = command(index); if (!item) return QVariant(); switch (role) { case Qt::DisplayRole: return QString("%1
\n%2\n").arg(item->title(), item->comment()); case Qt::DecorationRole: return item->icon(); case Qt::ToolTipRole: return item->toolTip(); } return QVariant(); } /************************************************ ************************************************/ bool CommandSourceItemModel::isOutDated() const { QListIterator i(mProviders); while (i.hasNext()) { if (i.next()->isOutDated()) return true; } return false; } /************************************************ ************************************************/ void CommandSourceItemModel::rebuild() { emit layoutAboutToBeChanged(); // FIXME: is this implementation correct? QListIterator i(mProviders); while (i.hasNext()) { CommandProvider *p = i.next(); if (p->isOutDated()) p->rebuild(); } emit layoutChanged(); } /************************************************ ************************************************/ void CommandSourceItemModel::clearHistory() { beginResetModel(); mHistoryProvider->clearHistory(); endResetModel(); } /************************************************ ************************************************/ const CommandProviderItem *CommandSourceItemModel::command(int row) const { int n = row; QListIterator i(mProviders); while (i.hasNext()) { CommandProvider *p = i.next(); if (n < p->count()) return p->at(n); else n -=p->count(); } return 0; } /************************************************ ************************************************/ const CommandProviderItem *CommandSourceItemModel::command(const QModelIndex &index) const { if (!index.isValid()) return 0; return command(index.row()); } /************************************************ ************************************************/ void CommandSourceItemModel::addHistoryCommand(const QString &command) { mHistoryProvider->AddCommand(command); } /*********************************************** ***********************************************/ void CommandSourceItemModel::setCommand(const QString& command) { mCustomCommandProvider->setCommand(command); foreach (ExternalProvider* externalProvider, mExternalProviders) { externalProvider->setSearchTerm(command); } } lxqt-runner-0.10.0/commanditemmodel.h000066400000000000000000000065351261500620100175600ustar00rootroot00000000000000/* BEGIN_COMMON_COPYRIGHT_HEADER * (c)LGPL2+ * * LXDE-Qt - a lightweight, Qt based, desktop toolset * http://razor-qt.org * * Copyright: 2010-2011 Razor team * Authors: * Alexander Sokoloff * * This program or library is free software; you can redistribute it * and/or modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General * Public License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA * * END_COMMON_COPYRIGHT_HEADER */ #ifndef COMMANDITEMMODEL_H #define COMMANDITEMMODEL_H #include #include #include #include class CommandSourceItemModel: public QAbstractListModel { Q_OBJECT public: explicit CommandSourceItemModel(QObject *parent = 0); virtual ~CommandSourceItemModel(); int rowCount(const QModelIndex &parent=QModelIndex()) const; QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const; bool isOutDated() const; const CommandProviderItem *command(const QModelIndex &index) const; const CommandProviderItem *command(int row) const; void addHistoryCommand(const QString &command); QString command() const { return mCustomCommandProvider->command(); } void setCommand(const QString &command); QPersistentModelIndex customCommandIndex() const { return mCustomCommandIndex; } QPersistentModelIndex externalProviderStartIndex() const { return mExternalProviderStartIndex; } public slots: void rebuild(); void clearHistory(); private: QList mProviders; HistoryProvider *mHistoryProvider; CustomCommandProvider *mCustomCommandProvider; QPersistentModelIndex mCustomCommandIndex; QList mExternalProviders; QPersistentModelIndex mExternalProviderStartIndex; }; class CommandItemModel: public QSortFilterProxyModel { Q_OBJECT public: explicit CommandItemModel(QObject *parent = 0); virtual ~CommandItemModel(); bool isOutDated() const; const CommandProviderItem *command(const QModelIndex &index) const; void addHistoryCommand(const QString &command); QModelIndex appropriateItem(const QString &pattern) const; bool isShowOnlyHistory() const { return mOnlyHistory; } void showOnlyHistory(bool onlyHistory) { mOnlyHistory = onlyHistory; } QString command() const { return mSourceModel->command(); } void setCommand(const QString &command) { mSourceModel->setCommand(command); } public slots: void rebuild(); void clearHistory(); protected: bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const; bool lessThan(const QModelIndex &left, const QModelIndex &right) const; private: int itemType(const QModelIndex &index) const; CommandSourceItemModel *mSourceModel; bool mOnlyHistory; }; #endif // COMMANDITEMMODEL_H lxqt-runner-0.10.0/configuredialog/000077500000000000000000000000001261500620100172215ustar00rootroot00000000000000lxqt-runner-0.10.0/configuredialog/configuredialog.cpp000066400000000000000000000111071261500620100230660ustar00rootroot00000000000000/* BEGIN_COMMON_COPYRIGHT_HEADER * (c)LGPL2+ * * LXDE-Qt - a lightweight, Qt based, desktop toolset * http://razor-qt.org * * Copyright: 2010-2011 Razor team * Authors: * Alexander Sokoloff * * This program or library is free software; you can redistribute it * and/or modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General * Public License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA * * END_COMMON_COPYRIGHT_HEADER */ #include "configuredialog.h" #include "ui_configuredialog.h" #include #include #include #include #include #include #include #include #include /************************************************ ************************************************/ ConfigureDialog::ConfigureDialog(QSettings *settings, const QString &defaultShortcut, QWidget *parent) : QDialog(parent), ui(new Ui::ConfigureDialog), mSettings(settings), mOldSettings(new LXQt::SettingsCache(settings)), mDefaultShortcut(defaultShortcut) { ui->setupUi(this); connect(ui->buttonBox->button(QDialogButtonBox::Reset), SIGNAL(clicked()), this, SLOT(resetSettings())); // Position ................................. ui->positionCbx->addItem(tr("Top edge of the screen"), QVariant(ConfigureDialog::PositionTop)); ui->positionCbx->addItem(tr("Center of the screen"), QVariant(ConfigureDialog::PositionCenter)); connect(ui->positionCbx, SIGNAL(currentIndexChanged(int)), this, SLOT(positionCbxChanged(int))); // Monitor .................................. QDesktopWidget *desktop = qApp->desktop(); ui->monitorCbx->addItem(tr("Focused screen"), QVariant(-1)); int monCnt = desktop->screenCount(); for (int i = 0; i < monCnt; ++i) ui->monitorCbx->addItem(tr("Always on screen %1").arg(i + 1), QVariant(i)); ui->monitorCbx->setEnabled(monCnt > 1); connect(ui->monitorCbx, SIGNAL(currentIndexChanged(int)), this, SLOT(monitorCbxChanged(int))); // Shortcut ................................. connect(ui->shortcutEd, SIGNAL(shortcutGrabbed(QString)), this, SLOT(shortcutChanged(QString))); connect(ui->shortcutEd->addMenuAction(tr("Reset")), SIGNAL(triggered()), this, SLOT(shortcutReset())); settingsChanged(); } /************************************************ ************************************************/ void ConfigureDialog::settingsChanged() { if (mSettings->value("dialog/show_on_top", true).toBool()) ui->positionCbx->setCurrentIndex(0); else ui->positionCbx->setCurrentIndex(1); ui->monitorCbx->setCurrentIndex(mSettings->value("dialog/monitor", -1).toInt() + 1); ui->shortcutEd->setText(mSettings->value("dialog/shortcut", "Alt+F2").toString()); } /************************************************ ************************************************/ ConfigureDialog::~ConfigureDialog() { delete mOldSettings; delete ui; } /************************************************ ************************************************/ void ConfigureDialog::shortcutChanged(const QString &text) { ui->shortcutEd->setText(text); mSettings->setValue("dialog/shortcut", text); } /************************************************ ************************************************/ void ConfigureDialog::shortcutReset() { shortcutChanged(mDefaultShortcut); } /************************************************ ************************************************/ void ConfigureDialog::positionCbxChanged(int index) { mSettings->setValue("dialog/show_on_top", index == 0); } /************************************************ ************************************************/ void ConfigureDialog::monitorCbxChanged(int index) { mSettings->setValue("dialog/monitor", index - 1); } /************************************************ ************************************************/ void ConfigureDialog::resetSettings() { mOldSettings->loadToSettings(); ui->shortcutEd->clear(); settingsChanged(); } lxqt-runner-0.10.0/configuredialog/configuredialog.h000066400000000000000000000035601261500620100225370ustar00rootroot00000000000000/* BEGIN_COMMON_COPYRIGHT_HEADER * (c)LGPL2+ * * LXDE-Qt - a lightweight, Qt based, desktop toolset * http://razor-qt.org * * Copyright: 2010-2011 Razor team * Authors: * Alexander Sokoloff * * This program or library is free software; you can redistribute it * and/or modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General * Public License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA * * END_COMMON_COPYRIGHT_HEADER */ #ifndef CONFIGUREDIALOG_H #define CONFIGUREDIALOG_H #include namespace Ui { class ConfigureDialog; } class QSettings; namespace LXQt { class SettingsCache; } class ConfigureDialog : public QDialog { Q_OBJECT public: enum Position { PositionTop, PositionCenter }; explicit ConfigureDialog(QSettings *settings, const QString &defaultShortcut, QWidget *parent = 0); ~ConfigureDialog(); protected: // void closeEvent(QCloseEvent *event); private: Ui::ConfigureDialog *ui; QSettings *mSettings; LXQt::SettingsCache *mOldSettings; QString mDefaultShortcut; private slots: void shortcutChanged(const QString &text); void shortcutReset(); void settingsChanged(); void positionCbxChanged(int index); void monitorCbxChanged(int index); void resetSettings(); }; #endif // CONFIGUREDIALOG_H lxqt-runner-0.10.0/configuredialog/configuredialog.ui000066400000000000000000000075641261500620100227350ustar00rootroot00000000000000 ConfigureDialog 0 0 312 222 Runner Settings Appearance Positioning: Show on: QFormLayout::ExpandingFieldsGrow Shortcut: 81 0 Qt::Horizontal 40 20 Qt::Vertical 20 38 Qt::Horizontal QDialogButtonBox::Close|QDialogButtonBox::Reset ShortcutSelector QToolButton
LXQtGlobalKeysUi/ShortcutSelector
buttonBox accepted() ConfigureDialog accept() 248 254 157 274 buttonBox rejected() ConfigureDialog reject() 316 260 286 274
lxqt-runner-0.10.0/dialog.cpp000066400000000000000000000306321261500620100160270ustar00rootroot00000000000000/* BEGIN_COMMON_COPYRIGHT_HEADER * (c)LGPL2+ * * LXDE-Qt - a lightweight, Qt based, desktop toolset * http://razor-qt.org * * Copyright: 2010-2011 Razor team * Authors: * Alexander Sokoloff * Petr Vanek * * This program or library is free software; you can redistribute it * and/or modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General * Public License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA * * END_COMMON_COPYRIGHT_HEADER */ #include "dialog.h" #include "ui_dialog.h" #include "widgets.h" #include "commanditemmodel.h" #include "configuredialog/configuredialog.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #define DEFAULT_SHORTCUT "Alt+F2" /************************************************ ************************************************/ Dialog::Dialog(QWidget *parent) : QDialog(parent, Qt::Dialog | Qt::WindowStaysOnTopHint | Qt::CustomizeWindowHint), ui(new Ui::Dialog), mSettings(new LXQt::Settings("lxqt-runner", this)), mGlobalShortcut(0), mLockCascadeChanges(false), mConfigureDialog(0) { ui->setupUi(this); setWindowTitle("LXQt Runner"); setAttribute(Qt::WA_TranslucentBackground); connect(LXQt::Settings::globalSettings(), SIGNAL(iconThemeChanged()), this, SLOT(update())); connect(ui->closeButton, SIGNAL(clicked()), this, SLOT(hide())); connect(mSettings, SIGNAL(settingsChanged()), this, SLOT(applySettings())); ui->commandEd->installEventFilter(this); connect(ui->commandEd, SIGNAL(textChanged(QString)), this, SLOT(setFilter(QString))); connect(ui->commandEd, SIGNAL(returnPressed()), this, SLOT(runCommand())); mCommandItemModel = new CommandItemModel(this); ui->commandList->installEventFilter(this); ui->commandList->setModel(mCommandItemModel); ui->commandList->setEditTriggers(QAbstractItemView::NoEditTriggers); connect(ui->commandList, SIGNAL(clicked(QModelIndex)), this, SLOT(runCommand())); setFilter(""); dataChanged(); ui->commandList->setItemDelegate(new LXQt::HtmlDelegate(QSize(32, 32), ui->commandList)); // Popup menu ............................... QAction *a = new QAction(XdgIcon::fromTheme("configure"), tr("Configure"), this); connect(a, SIGNAL(triggered()), this, SLOT(showConfigDialog())); addAction(a); a = new QAction(XdgIcon::fromTheme("edit-clear-history"), tr("Clear History"), this); connect(a, SIGNAL(triggered()), mCommandItemModel, SLOT(clearHistory())); addAction(a); mPowerManager = new LXQt::PowerManager(this); addActions(mPowerManager->availableActions()); mScreenSaver = new LXQt::ScreenSaver(this); addActions(mScreenSaver->availableActions()); setContextMenuPolicy(Qt::ActionsContextMenu); QMenu *menu = new QMenu(this); menu->addActions(actions()); ui->actionButton->setMenu(menu); // End of popup menu ........................ applySettings(); connect(QApplication::desktop(), SIGNAL(screenCountChanged(int)), SLOT(realign())); connect(QApplication::desktop(), SIGNAL(workAreaResized(int)), SLOT(realign())); connect(mGlobalShortcut, SIGNAL(activated()), this, SLOT(showHide())); connect(mGlobalShortcut, SIGNAL(shortcutChanged(QString,QString)), this, SLOT(shortcutChanged(QString,QString))); connect(KWindowSystem::self(), SIGNAL(activeWindowChanged(WId)), this, SLOT(onActiveWindowChanged(WId))); resize(mSettings->value("dialog/width", 400).toInt(), size().height()); // TEST connect(mCommandItemModel, SIGNAL(layoutChanged()), this, SLOT(dataChanged())); } /************************************************ ************************************************/ Dialog::~Dialog() { delete ui; } /************************************************ ************************************************/ void Dialog::closeEvent(QCloseEvent *event) { hide(); event->accept(); } /************************************************ ************************************************/ QSize Dialog::sizeHint() const { QSize size = QDialog::sizeHint(); size.setWidth(this->size().width()); return size; } /************************************************ ************************************************/ void Dialog::resizeEvent(QResizeEvent *event) { mSettings->setValue("dialog/width", size().width()); } /************************************************ ************************************************/ bool Dialog::eventFilter(QObject *object, QEvent *event) { if (event->type() == QEvent::KeyPress) { QKeyEvent *keyEvent = static_cast(event); if (object == ui->commandEd) return editKeyPressEvent(keyEvent); if (object == ui->commandList) return listKeyPressEvent(keyEvent); } return QDialog::eventFilter(object, event); } /************************************************ eventFilter for ui->commandEd ************************************************/ bool Dialog::editKeyPressEvent(QKeyEvent *event) { switch (event->key()) { case Qt::Key_N: if (event->modifiers().testFlag(Qt::ControlModifier)) { QKeyEvent ev(QEvent::KeyPress, Qt::Key_Down, Qt::NoModifier); editKeyPressEvent(&ev); return true; } return false; case Qt::Key_P: if (event->modifiers().testFlag(Qt::ControlModifier)) { QKeyEvent ev(QEvent::KeyPress, Qt::Key_Up, Qt::NoModifier); editKeyPressEvent(&ev); return true; } return false; case Qt::Key_Up: case Qt::Key_PageUp: if (ui->commandEd->text().isEmpty() && ui->commandList->isVisible() && ui->commandList->currentIndex().row() == 0 ) { setFilter("", false); return true; } qApp->sendEvent(ui->commandList, event); return true; case Qt::Key_Down: case Qt::Key_PageDown: if (ui->commandEd->text().isEmpty() && ui->commandList->isHidden() ) { setFilter("", true); return true; } qApp->sendEvent(ui->commandList, event); return true; case Qt::Key_Tab: const CommandProviderItem *command = mCommandItemModel->command(ui->commandList->currentIndex()); if (command) ui->commandEd->setText(command->title()); return true; } return QDialog::eventFilter(ui->commandList, event); } /************************************************ eventFilter for ui->commandList ************************************************/ bool Dialog::listKeyPressEvent(QKeyEvent *event) { switch (event->key()) { case Qt::Key_Up: case Qt::Key_PageUp: if (ui->commandList->currentIndex().row() == 0) { ui->commandEd->setFocus(); return true; } break; case Qt::Key_Left: case Qt::Key_Right: ui->commandEd->setFocus(); qApp->sendEvent(ui->commandEd, event); return true; default: // Alphabetical or number key ........... if (!event->text().isEmpty()) { ui->commandEd->setFocus(); qApp->sendEvent(ui->commandEd, event); return true; } } return QDialog::eventFilter(ui->commandEd, event); } /************************************************ ************************************************/ void Dialog::showHide() { // Using KWindowSystem to detect the active window since // QWidget::isActiveWindow is not working reliably. if (isVisible() && (KWindowSystem::activeWindow() == winId())) { hide(); } else { realign(); show(); KWindowSystem::forceActiveWindow(windowHandle()->winId()); ui->commandEd->setFocus(); } } /************************************************ ************************************************/ void Dialog::realign() { QRect desktop; int screen = mMonitor; if (mMonitor < 0 || mMonitor > QApplication::desktop()->screenCount() - 1) screen = QApplication::desktop()->screenNumber(QCursor::pos()); desktop = QApplication::desktop()->availableGeometry(screen).intersected(KWindowSystem::workArea(screen)); QRect rect = this->geometry(); rect.moveCenter(desktop.center()); if (mShowOnTop) rect.moveTop(desktop.top()); else rect.moveTop(desktop.center().y() - ui->panel->sizeHint().height()); setGeometry(rect); } /************************************************ ************************************************/ void Dialog::applySettings() { if (mLockCascadeChanges) return; // Shortcut ................................. QString shortcut = mSettings->value("dialog/shortcut", DEFAULT_SHORTCUT).toString(); if (shortcut.isEmpty()) shortcut = DEFAULT_SHORTCUT; if (!mGlobalShortcut) mGlobalShortcut = GlobalKeyShortcut::Client::instance()->addAction(shortcut, "/runner/show_hide_dialog", tr("Show/hide runner dialog"), this); else if (mGlobalShortcut->shortcut() != shortcut) mGlobalShortcut->changeShortcut(shortcut); mShowOnTop = mSettings->value("dialog/show_on_top", true).toBool(); mMonitor = mSettings->value("dialog/monitor", -1).toInt(); realign(); mSettings->sync(); } /************************************************ ************************************************/ void Dialog::shortcutChanged(const QString &/*oldShortcut*/, const QString &newShortcut) { if (!newShortcut.isEmpty()) { mLockCascadeChanges = true; mSettings->setValue("dialog/shortcut", newShortcut); mSettings->sync(); mLockCascadeChanges = false; } } /************************************************ ************************************************/ void Dialog::onActiveWindowChanged(WId id) { if (isVisible() && id != winId()) showHide(); } /************************************************ ************************************************/ void Dialog::setFilter(const QString &text, bool onlyHistory) { if (mCommandItemModel->isOutDated()) mCommandItemModel->rebuild(); QString trimmedText = text.simplified(); mCommandItemModel->setCommand(trimmedText); mCommandItemModel->showOnlyHistory(onlyHistory); mCommandItemModel->setFilterRegExp(trimmedText); mCommandItemModel->sort(0); } /************************************************ ************************************************/ void Dialog::dataChanged() { if (mCommandItemModel->rowCount()) { ui->commandList->setCurrentIndex(mCommandItemModel->appropriateItem(mCommandItemModel->command())); ui->commandList->scrollTo(ui->commandList->currentIndex()); ui->commandList->show(); } else { ui->commandList->hide(); } adjustSize(); } /************************************************ ************************************************/ void Dialog::runCommand() { bool res =false; const CommandProviderItem *command = mCommandItemModel->command(ui->commandList->currentIndex()); if (command) res = command->run(); if (res) { hide(); ui->commandEd->clear(); } } /************************************************ ************************************************/ void Dialog::showConfigDialog() { if (!mConfigureDialog) mConfigureDialog = new ConfigureDialog(mSettings, DEFAULT_SHORTCUT, this); mConfigureDialog->exec(); } #undef DEFAULT_SHORTCUT lxqt-runner-0.10.0/dialog.h000066400000000000000000000045401261500620100154730ustar00rootroot00000000000000/* BEGIN_COMMON_COPYRIGHT_HEADER * (c)LGPL2+ * * LXDE-Qt - a lightweight, Qt based, desktop toolset * http://razor-qt.org * * Copyright: 2010-2011 Razor team * Authors: * Alexander Sokoloff * * This program or library is free software; you can redistribute it * and/or modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General * Public License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA * * END_COMMON_COPYRIGHT_HEADER */ #ifndef DIALOG_H #define DIALOG_H #include namespace Ui { class Dialog; } namespace LXQt { class Settings; class PowerManager; class ScreenSaver; } class CommandListView; class CommandItemModel; class ConfigureDialog; namespace GlobalKeyShortcut { class Action; } class Dialog : public QDialog { Q_OBJECT public: explicit Dialog(QWidget *parent = 0); ~Dialog(); QSize sizeHint() const; protected: void closeEvent(QCloseEvent *event); void resizeEvent(QResizeEvent *event); bool eventFilter(QObject *object, QEvent *event); bool editKeyPressEvent(QKeyEvent *event); bool listKeyPressEvent(QKeyEvent *event); private: Ui::Dialog *ui; LXQt::Settings *mSettings; GlobalKeyShortcut::Action *mGlobalShortcut; CommandItemModel *mCommandItemModel; bool mShowOnTop; int mMonitor; LXQt::PowerManager *mPowerManager; LXQt::ScreenSaver *mScreenSaver; bool mLockCascadeChanges; ConfigureDialog *mConfigureDialog; private slots: void realign(); void applySettings(); void showHide(); void setFilter(const QString &text, bool onlyHistory=false); void dataChanged(); void runCommand(); void showConfigDialog(); void shortcutChanged(const QString &oldShortcut, const QString &newShortcut); void onActiveWindowChanged(WId id); }; #endif // DIALOG_H lxqt-runner-0.10.0/dialog.ui000066400000000000000000000106771261500620100156710ustar00rootroot00000000000000 Dialog 0 0 342 236 0 0 300 0 Application launcher false 0 0 QFrame::NoFrame QFrame::Raised -1 0 0 0 0 3 0 3 16777215 SizeHorCursor QToolButton::InstantPopup true Qt::NoArrow X true 0 0 3 0 3 16777215 SizeHorCursor Qt::ScrollBarAlwaysOff true HorizSizeGrip QWidget
widgets.h
1
closeButton
lxqt-runner-0.10.0/main.cpp000066400000000000000000000024441261500620100155140ustar00rootroot00000000000000/* BEGIN_COMMON_COPYRIGHT_HEADER * (c)LGPL2+ * * LXDE-Qt - a lightweight, Qt based, desktop toolset * http://razor-qt.org * * Copyright: 2010-2011 Razor team * Authors: * Alexander Sokoloff * * This program or library is free software; you can redistribute it * and/or modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General * Public License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA * * END_COMMON_COPYRIGHT_HEADER */ #include #include "dialog.h" int main(int argc, char *argv[]) { LXQt::Application a(argc, argv); a.setQuitOnLastWindowClosed(false); QWidget *hiddenPreviewParent = new QWidget(0, Qt::Tool); Dialog d(hiddenPreviewParent); //d.show(); return a.exec(); } lxqt-runner-0.10.0/man/000077500000000000000000000000001261500620100146335ustar00rootroot00000000000000lxqt-runner-0.10.0/man/lxqt-runner.1000066400000000000000000000041171261500620100172170ustar00rootroot00000000000000.TH lxqt-runner "1" "September 2012" "LXQt\ 0.7.0" "LXQt\ Module" .SH NAME lxqt-runner \- Application runner module of \fBLXQt\fR, the Lightweight Desktop Environment .SH SYNOPSIS .B lxqt-runner .br .SH DESCRIPTION This module will allow you to launch an application by typing Alt+F2 its pressed on the keyboard. .P The \fBLXQt modules\fR are desktop independent tools, and operate as daemons for the local user for desktop specific operations. .P \fBLXQt\fR is an advanced, easy-to-use, and fast desktop environment based on Qt technologies, ships several core desktop components, all of which are optional: .P * Panel * Desktop * Application launcher \fI(this)\fR * Settings center * Session handler * Polkit handler * Display manager handler .P These components perform similar actions to those available in other desktop environments, and their names are self-descriptive. They are usually not launched by hand but automatically, when choosing a \fBLXQt\fR session in the Display Manager. .SH BEHAVIOR As you type, suggestions will appear. Once you see the application you wish to run you can navigate to it using the mouse or arrow keys on your keyboard. Pressing enter or clicking it will launch the application. The activation key can be changed using the window manager or shortcut daemon such as \fBlxqt-globalkeyshortcuts\fR. .SH AUTOSTART This module only shows at \fBLXQt\fR desktop environment, but you can use in others desktops, by setting an configuring into session startup. .SH "REPORTING BUGS" Report bugs to https://github.com/lxde/lxqt/issues .SH "SEE ALSO" \fBLXQt\fR it has been tailored for users who value simplicity, speed, and an intuitive interface, also intended for less powerful machines. See also: .\" any module must refers to session app, for more info on start it .P \fBlxqt-session.1\fR LXQt for manage LXQt complete environment .P \fBlxqt-config-session.1\fR LXQt application for config modules on desktop .P .SH AUTHOR This manual page was created by \fBPICCORO Lenz McKAY\fR \fI\fR for \fBLXQt\fR project and VENENUX GNU/Linux but can be used by others. lxqt-runner-0.10.0/providers.cpp000066400000000000000000000637321261500620100166140ustar00rootroot00000000000000/* BEGIN_COMMON_COPYRIGHT_HEADER * (c)LGPL2+ * * LXDE-Qt - a lightweight, Qt based, desktop toolset * http://razor-qt.org * * Copyright: 2010-2013 Razor team * Authors: * Alexander Sokoloff * Aaron Lewis * Petr Vanek * Hong Jen Yee (PCMan) * * This program or library is free software; you can redistribute it * and/or modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General * Public License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA * * END_COMMON_COPYRIGHT_HEADER */ #include "providers.h" #include "yamlparser.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "providers.h" #include #include #include #define MAX_HISTORY 100 /************************************************ ************************************************/ static QString expandCommand(const QString &command, QStringList *arguments=0) { QString program; wordexp_t words; if (wordexp(command.toLocal8Bit().data(), &words, 0) != 0) return ""; char **w; w = words.we_wordv; program = QString::fromLocal8Bit(w[0]); if (arguments) { for (size_t i = 1; i < words.we_wordc; i++) *arguments << QString::fromLocal8Bit(w[i]); } wordfree(&words); return program; } /************************************************ ************************************************/ static QString which(const QString &progName) { if (progName.isEmpty()) return ""; if (progName.startsWith(QDir::separator())) { QFileInfo fileInfo(progName); if (fileInfo.isExecutable() && fileInfo.isFile()) return fileInfo.absoluteFilePath(); } QStringList dirs = QString(getenv("PATH")).split(":"); foreach (QString dir, dirs) { QFileInfo fileInfo(QDir(dir), progName); if (fileInfo.isExecutable() && fileInfo.isFile()) return fileInfo.absoluteFilePath(); } return ""; } /************************************************ ************************************************/ static bool startProcess(QString command) { QStringList args; QString program = expandCommand(command, &args); if (program.isEmpty()) return false; if (QProcess::startDetached(program, args)) { return true; } else { //fallback for executable script with no #! //trying as in system(2) args.prepend(program); args.prepend(QStringLiteral("-c")); return QProcess::startDetached(QStringLiteral("/bin/sh"), args); } } /************************************************ ************************************************/ unsigned int CommandProviderItem::stringRank(const QString str, const QString pattern) const { int n = str.indexOf(pattern, 0, Qt::CaseInsensitive); if (n<0) return 0; return MAX_RANK - ((str.length() - pattern.length()) + n * 5); } /************************************************ ************************************************/ CommandProvider::CommandProvider(): QObject(), QList() { } /************************************************ ************************************************/ CommandProvider::~CommandProvider() { // qDebug() << "*****************************************"; // qDebug() << hex << this; // qDebug() << "DESTROY"; qDeleteAll(*this); // qDebug() << "*****************************************"; } /************************************************ ************************************************/ AppLinkItem::AppLinkItem(const QDomElement &element): CommandProviderItem() { mIconName = element.attribute("icon"); mTitle = element.attribute("title"); mComment = element.attribute("genericName"); mToolTip = element.attribute("comment"); mCommand = element.attribute("exec"); mProgram = QFileInfo(element.attribute("exec")).baseName().section(" ", 0, 0); mDesktopFile = element.attribute("desktopFile"); initExec(); QMetaObject::invokeMethod(this, "updateIcon", Qt::QueuedConnection); } #ifdef HAVE_MENU_CACHE AppLinkItem::AppLinkItem(MenuCacheApp* app): CommandProviderItem() { MenuCacheItem* item = MENU_CACHE_ITEM(app); mIconName = QString::fromUtf8(menu_cache_item_get_icon(item)); mTitle = QString::fromUtf8(menu_cache_item_get_name(item)); mComment = QString::fromUtf8(menu_cache_item_get_comment(item)); mToolTip = mComment; mCommand = menu_cache_app_get_exec(app); mProgram = QFileInfo(mCommand).baseName().section(" ", 0, 0); char* path = menu_cache_item_get_file_path(MENU_CACHE_ITEM(app)); mDesktopFile = QString::fromLocal8Bit(path); g_free(path); initExec(); QMetaObject::invokeMethod(this, "updateIcon", Qt::QueuedConnection); // qDebug() << "FOUND: " << mIconName << ", " << mCommand; } #endif /************************************************ ************************************************/ void AppLinkItem::updateIcon() { // qDebug() << "*****************************************"; // qDebug() << hex << this; // qDebug() << Q_FUNC_INFO; if (mIcon.isNull()) mIcon = XdgIcon::fromTheme(mIconName); // qDebug() << "*****************************************"; } /************************************************ ************************************************/ void AppLinkItem::operator=(const AppLinkItem &other) { mTitle = other.title(); mComment = other.comment(); mToolTip = other.toolTip(); mCommand = other.mCommand; mProgram = other.mProgram; mDesktopFile = other.mDesktopFile; mExec = other.mExec; mIconName = other.mIconName; mIcon = other.icon(); } /************************************************ ************************************************/ unsigned int AppLinkItem::rank(const QString &pattern) const { unsigned int result = qMax(stringRank(mProgram, pattern), stringRank(mTitle, pattern) ); return result; } /************************************************ ************************************************/ bool AppLinkItem::run() const { XdgDesktopFile desktop; if (desktop.load(mDesktopFile)) return desktop.startDetached(); else return false; } /************************************************ ************************************************/ bool AppLinkItem::compare(const QRegExp ®Exp) const { if (regExp.isEmpty()) return false; return mProgram.contains(regExp) || mTitle.contains(regExp) ; } /************************************************ ************************************************/ void AppLinkItem::initExec() { static const QRegExp split_re{QStringLiteral("\\s")}; XdgDesktopFile desktop; if (desktop.load(mDesktopFile)) { QStringList cmd = desktop.value(QStringLiteral("Exec")).toString().split(split_re); if (0 < cmd.size()) mExec = which(expandCommand(cmd[0])); } } /************************************************ ************************************************/ AppLinkProvider::AppLinkProvider(): CommandProvider() { #ifdef HAVE_MENU_CACHE menu_cache_init(0); mMenuCache = menu_cache_lookup(XdgMenu::getMenuFileName().toLocal8Bit()); if(mMenuCache) mMenuCacheNotify = menu_cache_add_reload_notify(mMenuCache, (MenuCacheReloadNotify)menuCacheReloadNotify, this); else mMenuCacheNotify = 0; #else mXdgMenu = new XdgMenu(); mXdgMenu->setEnvironments(QStringList() << "X-LXQT" << "LXQt"); connect(mXdgMenu, SIGNAL(changed()), this, SLOT(update())); mXdgMenu->read(XdgMenu::getMenuFileName()); update(); #endif } /************************************************ ************************************************/ AppLinkProvider::~AppLinkProvider() { #ifdef HAVE_MENU_CACHE if(mMenuCache) { menu_cache_remove_reload_notify(mMenuCache, mMenuCacheNotify); menu_cache_unref(mMenuCache); } #else delete mXdgMenu; #endif } /************************************************ ************************************************/ #ifdef HAVE_MENU_CACHE void AppLinkProvider::menuCacheReloadNotify(MenuCache* cache, gpointer user_data) { // qDebug() << Q_FUNC_INFO; reinterpret_cast(user_data)->update(); } #else // without menu-cache, use libqtxdg void doUpdate(const QDomElement &xml, QHash &items) { DomElementIterator it(xml, ""); while (it.hasNext()) { QDomElement e = it.next(); // Build submenu ........................ if (e.tagName() == "Menu") doUpdate(e, items); //Build application link ................ else if (e.tagName() == "AppLink") { AppLinkItem *item = new AppLinkItem(e); delete items[item->command()]; // delete previous item; items.insert(item->command(), item); } } } #endif /************************************************ ************************************************/ void AppLinkProvider::update() { emit aboutToBeChanged(); QHash newItems; #ifdef HAVE_MENU_CACHE // libmenu-cache is available, use it to get cached app list GSList* apps = menu_cache_list_all_apps(mMenuCache); for(GSList* l = apps; l; l = l->next) { MenuCacheApp* app = MENU_CACHE_APP(l->data); AppLinkItem *item = new AppLinkItem(app); AppLinkItem *prevItem = newItems[item->command()]; if(prevItem) delete prevItem; // delete previous item; newItems.insert(item->command(), item); menu_cache_item_unref(MENU_CACHE_ITEM(app)); } g_slist_free(apps); #else // use libqtxdg XdgMenu to get installed apps doUpdate(mXdgMenu->xml().documentElement(), newItems); #endif { QMutableListIterator i(*this); while (i.hasNext()) { AppLinkItem *item = static_cast(i.next()); AppLinkItem *newItem = newItems.take(item->command()); if (newItem) { *(item) = *newItem; // Copy by value, not pointer! // After the item is copied, the original "updateIcon" call queued // on the newItem object is never called since the object iss going to // be deleted. Hence we need to call it on the copied item manually. // Otherwise the copied item will have no icon. // FIXME: this is a dirty hack and it should be made cleaner later. if(item->icon().isNull()) QMetaObject::invokeMethod(item, "updateIcon", Qt::QueuedConnection); delete newItem; } else { i.remove(); delete item; } } } { QHashIterator i(newItems); while (i.hasNext()) { append(i.next().value()); } } emit changed(); } /************************************************ ************************************************/ HistoryItem::HistoryItem(const QString &command): CommandProviderItem() { mIcon = XdgIcon::defaultApplicationIcon(); mTitle = command; mComment = QObject::tr("History"); mCommand = command; } /************************************************ ************************************************/ bool HistoryItem::run() const { return startProcess(mCommand); } /************************************************ ************************************************/ bool HistoryItem::compare(const QRegExp ®Exp) const { return mCommand.contains(regExp); } /************************************************ ************************************************/ unsigned int HistoryItem::rank(const QString &pattern) const { return stringRank(mCommand, pattern); } /************************************************ ************************************************/ HistoryProvider::HistoryProvider(): CommandProvider() { QString fileName = (XdgDirs::cacheHome() + "/lxqt-runner.history"); mHistoryFile = new QSettings(fileName, QSettings::IniFormat); mHistoryFile->beginGroup("commands"); for (uint i=0; icontains(key)) { HistoryItem *item = new HistoryItem(mHistoryFile->value(key).toString()); append(item); } } } /************************************************ ************************************************/ HistoryProvider::~HistoryProvider() { delete mHistoryFile; } /************************************************ ************************************************/ void HistoryProvider::AddCommand(const QString &command) { bool commandExists = false; for (int i=0; !commandExists && i(at(i))->command()) { move(i, 0); commandExists = true; } } if (!commandExists) { HistoryItem *item = new HistoryItem(command); insert(0, item); } mHistoryFile->clear(); for (int i=0; isetValue(key, static_cast(at(i))->command()); } } void HistoryProvider::clearHistory() { clear(); mHistoryFile->clear(); } /************************************************ ************************************************/ CustomCommandItem::CustomCommandItem(CustomCommandProvider *provider): CommandProviderItem(), mProvider(provider) { mIcon = XdgIcon::fromTheme("utilities-terminal"); } /************************************************ ************************************************/ void CustomCommandItem::setCommand(const QString &command) { mCommand = command; mTitle = mCommand; mExec = which(expandCommand(command)); if (!mExec.isEmpty()) mComment = QString("%1 %2").arg(mExec, command.section(' ', 1)); else mComment = ""; } /************************************************ ************************************************/ bool CustomCommandItem::run() const { bool ret = startProcess(mCommand); if (ret && mProvider->historyProvider()) mProvider->historyProvider()->AddCommand(mCommand); return ret; } /************************************************ ************************************************/ bool CustomCommandItem::compare(const QRegExp ®Exp) const { return !mComment.isEmpty(); } /************************************************ ************************************************/ unsigned int CustomCommandItem::rank(const QString &pattern) const { return 0; } /************************************************ ************************************************/ CustomCommandProvider::CustomCommandProvider(): CommandProvider(), mHistoryProvider(0) { mItem = new CustomCommandItem(this); append(mItem); } #ifdef VBOX_ENABLED VirtualBoxItem::VirtualBoxItem(const QString & MachineName , const QIcon & Icon): CommandProviderItem() { mTitle = MachineName; mIcon = Icon; } void VirtualBoxItem::setRDEPort(const QString & portNum) { m_rdePortNum = portNum; } bool VirtualBoxItem::run() const { QStringList arguments; #ifdef VBOX_HEADLESS_ENABLED arguments << "-startvm" << title(); return QProcess::startDetached ("VBoxHeadless" , arguments); #else arguments << "startvm" << title(); return QProcess::startDetached ("VBoxManage" , arguments); #endif } bool VirtualBoxItem::compare(const QRegExp ®Exp) const { return (! regExp.isEmpty() && -1 != regExp.indexIn (title ())); } unsigned int VirtualBoxItem::rank(const QString &pattern) const { return stringRank(mTitle, pattern); } inline QString homeDir() { return QStandardPaths::writableLocation(QStandardPaths::HomeLocation); } /////// VirtualBoxProvider::VirtualBoxProvider(): virtualBoxConfig ( homeDir() + "/.VirtualBox/VirtualBox.xml") { fp.setFileName (virtualBoxConfig); static const char *kOSTypeIcons [][2] = { {"Other", ":/vbox-icons/os_other.png"}, {"DOS", ":/vbox-icons/os_dos.png"}, {"Netware", ":/vbox-icons/os_netware.png"}, {"L4", ":/vbox-icons/os_l4.png"}, {"Windows31", ":/vbox-icons/os_win31.png"}, {"Windows95", ":/vbox-icons/os_win95.png"}, {"Windows98", ":/vbox-icons/os_win98.png"}, {"WindowsMe", ":/vbox-icons/os_winme.png"}, {"WindowsNT4", ":/vbox-icons/os_winnt4.png"}, {"Windows2000", ":/vbox-icons/os_win2k.png"}, {"WindowsXP", ":/vbox-icons/os_winxp.png"}, {"WindowsXP_64", ":/vbox-icons/os_winxp_64.png"}, {"Windows2003", ":/vbox-icons/os_win2k3.png"}, {"Windows2003_64", ":/vbox-icons/os_win2k3_64.png"}, {"WindowsVista", ":/vbox-icons/os_winvista.png"}, {"WindowsVista_64", ":/vbox-icons/os_winvista_64.png"}, {"Windows2008", ":/vbox-icons/os_win2k8.png"}, {"Windows2008_64", ":/vbox-icons/os_win2k8_64.png"}, {"Windows7", ":/vbox-icons/os_win7.png"}, {"Windows7_64", ":/vbox-icons/os_win7_64.png"}, {"WindowsNT", ":/vbox-icons/os_win_other.png"}, {"OS2Warp3", ":/vbox-icons/os_os2warp3.png"}, {"OS2Warp4", ":/vbox-icons/os_os2warp4.png"}, {"OS2Warp45", ":/vbox-icons/os_os2warp45.png"}, {"OS2eCS", ":/vbox-icons/os_os2ecs.png"}, {"OS2", ":/vbox-icons/os_os2_other.png"}, {"Linux22", ":/vbox-icons/os_linux22.png"}, {"Linux24", ":/vbox-icons/os_linux24.png"}, {"Linux24_64", ":/vbox-icons/os_linux24_64.png"}, {"Linux26", ":/vbox-icons/os_linux26.png"}, {"Linux26_64", ":/vbox-icons/os_linux26_64.png"}, {"ArchLinux", ":/vbox-icons/os_archlinux.png"}, {"ArchLinux_64", ":/vbox-icons/os_archlinux_64.png"}, {"Debian", ":/vbox-icons/os_debian.png"}, {"Debian_64", ":/vbox-icons/os_debian_64.png"}, {"OpenSUSE", ":/vbox-icons/os_opensuse.png"}, {"OpenSUSE_64", ":/vbox-icons/os_opensuse_64.png"}, {"Fedora", ":/vbox-icons/os_fedora.png"}, {"Fedora_64", ":/vbox-icons/os_fedora_64.png"}, {"Gentoo", ":/vbox-icons/os_gentoo.png"}, {"Gentoo_64", ":/vbox-icons/os_gentoo_64.png"}, {"Mandriva", ":/vbox-icons/os_mandriva.png"}, {"Mandriva_64", ":/vbox-icons/os_mandriva_64.png"}, {"RedHat", ":/vbox-icons/os_redhat.png"}, {"RedHat_64", ":/vbox-icons/os_redhat_64.png"}, {"Ubuntu", ":/vbox-icons/os_ubuntu.png"}, {"Ubuntu_64", ":/vbox-icons/os_ubuntu_64.png"}, {"Xandros", ":/vbox-icons/os_xandros.png"}, {"Xandros_64", ":/vbox-icons/os_xandros_64.png"}, {"Linux", ":/vbox-icons/os_linux_other.png"}, {"FreeBSD", ":/vbox-icons/os_freebsd.png"}, {"FreeBSD_64", ":/vbox-icons/os_freebsd_64.png"}, {"OpenBSD", ":/vbox-icons/os_openbsd.png"}, {"OpenBSD_64", ":/vbox-icons/os_openbsd_64.png"}, {"NetBSD", ":/vbox-icons/os_netbsd.png"}, {"NetBSD_64", ":/vbox-icons/os_netbsd_64.png"}, {"Solaris", ":/vbox-icons/os_solaris.png"}, {"Solaris_64", ":/vbox-icons/os_solaris_64.png"}, {"OpenSolaris", ":/vbox-icons/os_opensolaris.png"}, {"OpenSolaris_64", ":/vbox-icons/os_opensolaris_64.png"}, {"QNX", ":/vbox-icons/os_qnx.png"}, }; for (size_t n = 0; n < sizeof (kOSTypeIcons) / sizeof(kOSTypeIcons[0]); ++ n) { osIcons.insert (kOSTypeIcons [n][0], (kOSTypeIcons [n][1])); } } void VirtualBoxProvider::rebuild() { QDomDocument d; if ( !d.setContent( &fp ) ) { qDebug() << "Unable to parse: " << fp.fileName(); return; } QDomNodeList _dnlist = d.elementsByTagName( "MachineEntry" ); for ( int i = 0; i < _dnlist.count(); i++ ) { const QDomNode & node = _dnlist.at( i ); const QString & ref = node.toElement().attribute( "src" ); if ( ref.isEmpty() ) { qDebug() << "MachineEntry with no src attribute"; continue; } QFile m( ref ); QDomDocument mspec; if ( !mspec.setContent( &m ) ) { qDebug() << "Could not parse machine file " << m.fileName(); continue; } QDomNodeList _mlist = mspec.elementsByTagName( "Machine" ); for ( int j = 0; j < _mlist.count(); j++ ) { QDomNode mnode = _mlist.at( j ); QString type = mnode.toElement().attribute( "OSType" ); VirtualBoxItem *virtualBoxItem = new VirtualBoxItem ( mnode.toElement().attribute( "name" ) , QIcon ( osIcons.value (type , ":/vbox-icons/os_other.png") ) ); const QDomNodeList & rdeportConfig = mnode.toElement().elementsByTagName("VRDEProperties"); if ( ! rdeportConfig.isEmpty() ) { QDomNode portNode = rdeportConfig.at(0).firstChild(); virtualBoxItem->setRDEPort( portNode.toElement().attribute("value") ); } append ( virtualBoxItem ); } } timeStamp = QDateTime::currentDateTime(); } bool VirtualBoxProvider::isOutDated() const { return fp.exists() && ( timeStamp < QFileInfo ( virtualBoxConfig ).lastModified () ); } #endif #ifdef MATH_ENABLED #include #include /************************************************ ************************************************/ MathItem::MathItem(): CommandProviderItem() { mToolTip =QObject::tr("Mathematics"); mIcon = XdgIcon::fromTheme("accessories-calculator"); } /************************************************ ************************************************/ bool MathItem::run() const { return false; } /************************************************ ************************************************/ bool MathItem::compare(const QRegExp ®Exp) const { QString s = regExp.pattern().trimmed(); if (s.endsWith("=")) { s.chop(1); QScriptEngine myEngine; QScriptValue res = myEngine.evaluate(s); if (res.isNumber()) { MathItem *self=const_cast(this); self->mTitle = s + " = " + res.toString(); return true; } } return false; } /************************************************ ************************************************/ unsigned int MathItem::rank(const QString &pattern) const { return stringRank(mTitle, pattern); } /************************************************ ************************************************/ MathProvider::MathProvider() { append(new MathItem()); } ExternalProviderItem::ExternalProviderItem() { } bool ExternalProviderItem::setData(QMap & data) { if (! (data.contains("title") && data.contains("command"))) { return false; } mTitle = data["title"]; mComment = data["comment"]; mToolTip = data["tooltip"]; mCommand = data["command"]; if (data.contains("icon")) mIcon = XdgIcon::fromTheme(data["icon"]); return true; } bool ExternalProviderItem::run() const { return startProcess(mCommand); } unsigned int ExternalProviderItem::rank(const QString& pattern) const { return stringRank(title(), pattern); } ExternalProvider::ExternalProvider(const QString name, const QString externalProgram) : CommandProvider(), mName(name) { mExternalProcess = new QProcess(this); mYamlParser = new YamlParser(); connect(mYamlParser, SIGNAL(newListOfMaps(QList >)), this, SLOT(newListOfMaps(QList >))); connect(mExternalProcess, SIGNAL(readyRead()), this, SLOT(readFromProcess())); mExternalProcess->start(externalProgram); } void ExternalProvider::setSearchTerm(const QString searchTerm) { mExternalProcess->write(searchTerm.toUtf8()); mExternalProcess->write(QString("\n").toUtf8()); } void ExternalProvider::newListOfMaps(QList > maps) { emit aboutToBeChanged(); qDeleteAll(*this); clear(); QMap map; foreach(map, maps) { ExternalProviderItem *item = new ExternalProviderItem(); if (item->setData(map)) this->append(item); else delete item; } emit changed(); } void ExternalProvider::readFromProcess() { char ch; while (mExternalProcess->getChar(&ch)) { if (ch == '\n') { QString textLine = QString::fromLocal8Bit(mBuffer); mYamlParser->consumeLine(textLine); mBuffer.clear(); } else { mBuffer.append(ch); } } } #endif lxqt-runner-0.10.0/providers.h000066400000000000000000000176561261500620100162650ustar00rootroot00000000000000/* BEGIN_COMMON_COPYRIGHT_HEADER * (c)LGPL2+ * * LXDE-Qt - a lightweight, Qt based, desktop toolset * http://razor-qt.org * * Copyright: 2010-2011 Razor team * Authors: * Alexander Sokoloff * Petr Vanek * * This program or library is free software; you can redistribute it * and/or modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General * Public License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA * * END_COMMON_COPYRIGHT_HEADER */ #ifndef PROVIDERS_H #define PROVIDERS_H #include #include #include #include #include #ifdef HAVE_MENU_CACHE #include #endif #define MAX_RANK 0xFFFF /*! The CommandProviderItem class provides an item for use with CommandProvider. Items usually contain title, comment, toolTip and icon. */ class CommandProviderItem: public QObject { Q_OBJECT public: CommandProviderItem(): QObject() {} virtual ~CommandProviderItem() {} virtual bool run() const = 0; virtual bool compare(const QRegExp ®Exp) const = 0; /// Returns the item's icon. QIcon icon() const { return mIcon; } /// Returns the item's title. QString title() const { return mTitle; } /// Returns the item's comment. QString comment() const { return mComment; } /// Returns the item's tooltip. QString toolTip() const { return mToolTip; } /*! The result of this function is used when searching for a apropriate item. The item with the highest rank will be highlighted. 0 - not suitable. MAX_RANK - an exact match. In the most cases you can yse something like: return stringRank(mTitle, pattern); */ virtual unsigned int rank(const QString &pattern) const = 0; protected: /// Helper function for the CommandProviderItem::rank unsigned int stringRank(const QString str, const QString pattern) const; QIcon mIcon; QString mTitle; QString mComment; QString mToolTip; }; /*! The CommandProvider class provides task for the lxqt-runner. */ class CommandProvider: public QObject, public QList { Q_OBJECT public: CommandProvider(); virtual ~CommandProvider(); virtual void rebuild() {} virtual bool isOutDated() const { return false; } signals: void aboutToBeChanged(); void changed(); }; /************************************************ * Application desktop files ************************************************/ class AppLinkItem: public CommandProviderItem { Q_OBJECT public: AppLinkItem(const QDomElement &element); #ifdef HAVE_MENU_CACHE AppLinkItem(MenuCacheApp* app); #endif bool run() const; bool compare(const QRegExp ®Exp) const; QString command() const { return mCommand; } QString exec() const { return mExec; } void operator=(const AppLinkItem &other); virtual unsigned int rank(const QString &pattern) const; private slots: void updateIcon(); private: void initExec(); private: QString mDesktopFile; QString mIconName; QString mCommand; QString mExec; //!< the expanded executable (full path) from desktop file Exec key QString mProgram; }; class XdgMenu; class AppLinkProvider: public CommandProvider { Q_OBJECT public: AppLinkProvider(); virtual ~AppLinkProvider(); private slots: void update(); private: #ifdef HAVE_MENU_CACHE MenuCache* mMenuCache; MenuCacheNotifyId mMenuCacheNotify; static void menuCacheReloadNotify(MenuCache* cache, gpointer user_data); #else XdgMenu *mXdgMenu; #endif }; /************************************************ * History ************************************************/ class HistoryItem: public CommandProviderItem { public: HistoryItem(const QString &command); bool run() const; bool compare(const QRegExp ®Exp) const; QString command() const { return mCommand; } virtual unsigned int rank(const QString &pattern) const; private: QString mCommand; }; class QSettings; class HistoryProvider: public CommandProvider { public: HistoryProvider(); virtual ~HistoryProvider(); void AddCommand(const QString &command); void clearHistory(); private: QSettings *mHistoryFile; }; /************************************************ * Custom command ************************************************/ class CustomCommandProvider; class CustomCommandItem: public CommandProviderItem { Q_OBJECT public: CustomCommandItem(CustomCommandProvider *provider); bool run() const; bool compare(const QRegExp ®Exp) const; QString command() const { return mCommand; } void setCommand(const QString &command); QString exec() const { return mExec; } virtual unsigned int rank(const QString &pattern) const; private: QString mCommand; QString mExec; //!< the expanded executable (full path) CustomCommandProvider *mProvider; }; class QSettings; class CustomCommandProvider: public CommandProvider { public: CustomCommandProvider(); QString command() const { return mItem->command(); } void setCommand(const QString &command) { mItem->setCommand(command); } HistoryProvider* historyProvider() const { return mHistoryProvider; } void setHistoryProvider(HistoryProvider *historyProvider) { mHistoryProvider = historyProvider; } private: CustomCommandItem *mItem; HistoryProvider *mHistoryProvider; }; /************************************************ * Mathematics ************************************************/ class MathItem: public CommandProviderItem { public: MathItem(); bool run() const; bool compare(const QRegExp ®Exp) const; virtual unsigned int rank(const QString &pattern) const; }; class MathProvider: public CommandProvider { public: MathProvider(); //virtual ~MathProvider(); }; #ifdef VBOX_ENABLED #include #include #include #include class VirtualBoxItem: public CommandProviderItem { public: VirtualBoxItem(const QString & MachineName , const QIcon & Icon); void setRDEPort (const QString & portNum); bool run() const; bool compare(const QRegExp ®Exp) const; virtual unsigned int rank(const QString &pattern) const; private: QString m_rdePortNum; }; class VirtualBoxProvider: public CommandProvider { public: VirtualBoxProvider (); void rebuild(); bool isOutDated() const; private: QFile fp; QMap osIcons; QString virtualBoxConfig; QDateTime timeStamp; }; #endif class ExternalProviderItem: public CommandProviderItem { Q_OBJECT public: ExternalProviderItem(); bool setData(QMap & data); bool run() const; bool compare(const QRegExp ®Exp) const {return true;} // We leave the decision to the external process unsigned int rank(const QString &pattern) const; QString mCommand; }; class QProcess; class YamlParser; class ExternalProvider: public CommandProvider { Q_OBJECT public: ExternalProvider(const QString name, const QString externalProgram); void setSearchTerm(const QString searchTerm); signals: void dataChanged(); private slots: void readFromProcess(); void newListOfMaps(QList > maps); private: QString mName; QProcess *mExternalProcess; QTextStream *mDataToProcess; YamlParser *mYamlParser; QByteArray mBuffer; }; #endif // PROVIDERS_H lxqt-runner-0.10.0/translations/000077500000000000000000000000001261500620100166015ustar00rootroot00000000000000lxqt-runner-0.10.0/translations/lxqt-runner.ts000066400000000000000000000063661261500620100214630ustar00rootroot00000000000000 ConfigureDialog Runner Settings Appearance Positioning: Show on: Shortcut: Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Configure Clear History Show/hide runner dialog QObject History Mathematics lxqt-runner-0.10.0/translations/lxqt-runner_ar.ts000066400000000000000000000114531261500620100221360ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings إعدادات مُطلق ريزر Runner Settings Appearance المظهر Positioning: تحديد الموضع: Show on: إظهارٌ على: Shortcut: رابطٌ مختصر: Top edge of screen الحافَّة العليا للشَّاشة Center of screen مركز الشَّاشة Monitor where the mouse المراقبة عند مؤشر الفأرة Always on %1 monitor دوماً في شاشة العرض %1 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher بادئ التطبيقات Configure lxqt-runner تهيئة مُطلق نظام ريزر Clear lxqt-runner History مسح ذاكرة مُنفِّذ برامج ريزر Press "%1" to see dialog. اضغط "%1" لمشاهدة لوحة الحوار. Configure Clear History Show/hide runner dialog QObject History سجلُّ السوابق Mathematics الرِّياضيَّات LXQt Power Management إدارة الطاقة لبيئة ريزر lxqt-runner-0.10.0/translations/lxqt-runner_cs.ts000066400000000000000000000111301261500620100221310ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Nastavení spouštěče programů Runner Settings Appearance Vzhled Positioning: Umístění: Show on: Ukázat na: Shortcut: Klávesová zkratka: Top edge of screen Horní okraj obrazovky Center of screen Střed obrazovky Monitor where the mouse Tam, kde je myš Always on %1 monitor Vždy na %1 obrazovce Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Spouštěč programů Configure lxqt-runner Nastavit spouštěč programů Clear lxqt-runner History Smazat historii spouštěče programů Press "%1" to see dialog. Stiskněte "%1" pro zobrazení dialogu. Configure Clear History Show/hide runner dialog QObject History Historie Mathematics Matematika LXQt Power Management Správa energie lxqt-runner-0.10.0/translations/lxqt-runner_cs_CZ.ts000066400000000000000000000111331261500620100225300ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Nastavení spouštěče programů Runner Settings Appearance Vzhled Positioning: Umístění: Show on: Ukázat na: Shortcut: Klávesová zkratka: Top edge of screen Horní okraj obrazovky Center of screen Střed obrazovky Monitor where the mouse Tam, kde je myš Always on %1 monitor Vždy na %1 obrazovce Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Spouštěč programů Configure lxqt-runner Nastavit spouštěč programů Clear lxqt-runner History Smazat historii spouštěče programů Press "%1" to see dialog. Stiskněte "%1" pro zobrazení dialogu. Configure Clear History Show/hide runner dialog QObject History Historie Mathematics Matematika LXQt Power Management Správa energie lxqt-runner-0.10.0/translations/lxqt-runner_da.ts000066400000000000000000000064041261500620100221200ustar00rootroot00000000000000 ConfigureDialog Runner Settings Appearance Positioning: Show on: Shortcut: Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Configure Clear History Show/hide runner dialog QObject History Mathematics lxqt-runner-0.10.0/translations/lxqt-runner_da_DK.ts000066400000000000000000000110531261500620100224720ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Programstarter Indstillinger Runner Settings Appearance Udseende Positioning: Position: Show on: Vis på: Shortcut: Genvej: Top edge of screen Skærmens topkant Center of screen Skærmens midte Monitor where the mouse Skærmen, hvor musen Always on %1 monitor Altid på skærm %1 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Programstarter Configure lxqt-runner Indstil LXQt programstarter Clear lxqt-runner History Nulstil lxqt programstarter historik Press "%1" to see dialog. Tryk "%1" for at se dialog. Configure Clear History Show/hide runner dialog QObject History Historie Mathematics Matematik LXQt Power Management LXQt Strømstyring lxqt-runner-0.10.0/translations/lxqt-runner_de.ts000066400000000000000000000063531261500620100221270ustar00rootroot00000000000000 ConfigureDialog Runner Settings Anwendungsstarter-Einstellungen Appearance Aussehen Positioning: Positionierung: Show on: Anzeigen auf: Shortcut: Tastenkürzel: Top edge of the screen Bildschirmoberkante Center of the screen Bildschirmmitte Focused screen Fokussierter Bildschirm Always on screen %1 Immer auf Bildschirm %1 Reset Zurücksetzen Dialog Application launcher Anwendungsstarter Configure Konfigurieren Clear History Verlauf löschen Show/hide runner dialog Dialog anzeigen/verstecken QObject History Verlauf Mathematics Mathematik lxqt-runner-0.10.0/translations/lxqt-runner_el.ts000066400000000000000000000115041261500620100221310ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Ρυθμίσεις εκτελεστή LXQt Runner Settings Appearance Εμφάνιση Positioning: Θέση: Show on: Εμφάνιση σε: Shortcut: Συντόμευση: Top edge of screen Επάνω άκρη της οθόνης Center of screen Κέντρο της οθόνης Monitor where the mouse Οθόνη όπου βρίσκεται το ποντίκι Always on %1 monitor Πάντα στην οθόνη %1 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Εκκινητής εφαρμογής Configure lxqt-runner Διαμόρφωση εκτελεστή lxqt Clear lxqt-runner History Εκκαθάριση ιστορικού εκτελεστή lxqt Press "%1" to see dialog. Πιέστε "%1" για εμφάνιση διαλόγου. Configure Clear History Show/hide runner dialog QObject History Ιστορία Mathematics Μαθηματικά LXQt Power Management Διαχείριση ενέργειας LXQt lxqt-runner-0.10.0/translations/lxqt-runner_eo.ts000066400000000000000000000106421261500620100221360ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Agordoj de lxqt-runner Runner Settings Appearance Apero Positioning: Loko: Show on: Montri en: Shortcut: Klavkombino: Top edge of screen Supra bordo de la ekrano Center of screen Centro de la ekrano Always on %1 monitor Ĉiam en %1 monitoro Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Lanĉilo de aplikaĵoj Configure lxqt-runner Agordi lxqt-runner Clear lxqt-runner History Vakigi kronologion de lxqt-runner Press "%1" to see dialog. Alkalku "%1" por montri dialogon. Configure Clear History Show/hide runner dialog QObject History Historio Mathematics Matematiko LXQt Power Management Kurentmastrumilo de LXQt lxqt-runner-0.10.0/translations/lxqt-runner_es.ts000066400000000000000000000111641261500620100221420ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Configuración de LXQt-runner Runner Settings Appearance Apariencia Positioning: Posición: Show on: Mostrar en: Shortcut: Acceso directo Top edge of screen Extremo superior de la pantalla Center of screen Centro de la pantalla Monitor where the mouse Monitor donde esté el ratón Always on %1 monitor Siempre en el monitor %1 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Lanzador de aplicaciones Configure lxqt-runner Configurar lxqt-runner Clear lxqt-runner History Limpiar historial de LXQt-Runner Press "%1" to see dialog. Presione "%1" para ver la pantalla. Configure Clear History Show/hide runner dialog QObject History Historial Mathematics Matemáticas LXQt Power Management Administrador de energía de LXQt lxqt-runner-0.10.0/translations/lxqt-runner_es_VE.ts000066400000000000000000000111541261500620100225330ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Configuraciones de LXQt-Ejecutor Runner Settings Appearance Apariencia Positioning: Posicionamiento: Show on: Mostrar en: Shortcut: Acceso de tecla: Top edge of screen En el tope de pantalla Center of screen Centrar en la pantalla Monitor where the mouse Pantalla donde este el raton Always on %1 monitor Siempre en la pantalla %1 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Lanzador de palicaciones Configure lxqt-runner Configurar lanzador de LXQt Clear lxqt-runner History Limpiar historial de lxqt-runner Press "%1" to see dialog. Presiona %1 para ver el dialogo Configure Clear History Show/hide runner dialog QObject History Historial Mathematics Matematicas LXQt Power Management Manejador de energia de LXQt lxqt-runner-0.10.0/translations/lxqt-runner_eu.ts000066400000000000000000000111121261500620100221350ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings LXQt-runner ezarpenak Runner Settings Appearance Itxura Positioning: Posizioa: Show on: Erakutsi hemen: Shortcut: Lasterbidea: Top edge of screen Pantailaren goiko ertza Center of screen Pantailaren erdia Monitor where the mouse Monitorea sagua dagoen lekuan Always on %1 monitor Beti %1 monitorean Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Aplikazio-abiarazlea Configure lxqt-runner Konfiguratu lxqt-runner Clear lxqt-runner History Garbitu lxqt-runner historia Press "%1" to see dialog. Sakatu "%1" elkarrizketa-koadroa ikusteko. Configure Clear History Show/hide runner dialog QObject History Historia Mathematics Matematikak LXQt Power Management LXQt energia-kudeaketa lxqt-runner-0.10.0/translations/lxqt-runner_fi.ts000066400000000000000000000111361261500620100221300ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings LXQtin käynnistimen asetukset Runner Settings Appearance Ulkoasu Positioning: Sijainti: Show on: Näytä: Shortcut: Pikanäppäin: Top edge of screen Näytön ylälaidassa Center of screen Keskellä näyttöä Monitor where the mouse Näytöllä, jossa hiiren osoitin on Always on %1 monitor Aina näytöllä %1 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Sovelluskäynnistin Configure lxqt-runner Hallitse LXQtin käynnistintä Clear lxqt-runner History Tyhjennä LXQt-käynnistimen historia Press "%1" to see dialog. Paina "%1" nähdäksesi ikkunan. Configure Clear History Show/hide runner dialog QObject History Historia Mathematics Matematiikka LXQt Power Management LXQtin virranhallinta lxqt-runner-0.10.0/translations/lxqt-runner_fr_FR.ts000066400000000000000000000112371261500620100225320ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Paramètres du lanceur de commandes Runner Settings Appearance Apparence Positioning: Position : Show on: Montrer au : Shortcut: Raccourci : Top edge of screen Bord supérieur de l'écran Center of screen Centre de l'écran Monitor where the mouse Moniteur où se trouve la souris Always on %1 monitor Toujours sur le moniteur %1 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Lanceur d'application Configure lxqt-runner Configurer le lanceur de commandes Clear lxqt-runner History Effacer l'historique du lanceur de commandes Press "%1" to see dialog. Appuyer sur "%1" pour voir le dialogue Configure Clear History Show/hide runner dialog QObject History Histoire Mathematics Mathématiques LXQt Power Management Gestion de l'énergie lxqt-runner-0.10.0/translations/lxqt-runner_hu.ts000066400000000000000000000064041261500620100221500ustar00rootroot00000000000000 ConfigureDialog Runner Settings Appearance Positioning: Show on: Shortcut: Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Configure Clear History Show/hide runner dialog QObject History Mathematics lxqt-runner-0.10.0/translations/lxqt-runner_ia.ts000066400000000000000000000064041261500620100221250ustar00rootroot00000000000000 ConfigureDialog Runner Settings Appearance Positioning: Show on: Shortcut: Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Configure Clear History Show/hide runner dialog QObject History Mathematics lxqt-runner-0.10.0/translations/lxqt-runner_id_ID.ts000066400000000000000000000064071261500620100225070ustar00rootroot00000000000000 ConfigureDialog Runner Settings Appearance Positioning: Show on: Shortcut: Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Configure Clear History Show/hide runner dialog QObject History Mathematics lxqt-runner-0.10.0/translations/lxqt-runner_it.ts000066400000000000000000000111471261500620100221500ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Impostazioni di LXQt-runner Runner Settings Appearance Aspetto Positioning: Posizione: Show on: Mostra su: Shortcut: Scorciatoia: Top edge of screen Bordo superiore dello schermo Center of screen Centro dello schermo Monitor where the mouse Vedi dove è il mouse Always on %1 monitor Sempre sul monitor %1 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Lanciatore di applicazioni Configure lxqt-runner Configura LXQt-runner Clear lxqt-runner History Cancella la cronologia di lxqt-runner Press "%1" to see dialog. Premi "%1" per vedere la finestra di dialogo. Configure Clear History Show/hide runner dialog QObject History Cronologia Mathematics Matematica LXQt Power Management Gestione energetica di LXQt lxqt-runner-0.10.0/translations/lxqt-runner_ja.ts000066400000000000000000000111451261500620100221240ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings LXQt-runnerの設定 Runner Settings Appearance 外観 Positioning: 配置: Show on: 表示: Shortcut: ショートカット: Top edge of screen スクリーンの上辺 Center of screen スクリーンの中央 Monitor where the mouse マウスの位置を観察 Always on %1 monitor 常に%1モニタに Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher アプリケーションランチャ Configure lxqt-runner lxqt-runnerを設定 Clear lxqt-runner History LXQt-runnerの履歴を消去 Press "%1" to see dialog. ダイアログを見るには"%1"を押してください。 Configure Clear History Show/hide runner dialog QObject History 履歴 Mathematics 計算 LXQt Power Management LXQt電源管理 lxqt-runner-0.10.0/translations/lxqt-runner_ko.ts000066400000000000000000000064041261500620100221450ustar00rootroot00000000000000 ConfigureDialog Runner Settings Appearance Positioning: Show on: Shortcut: Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Configure Clear History Show/hide runner dialog QObject History Mathematics lxqt-runner-0.10.0/translations/lxqt-runner_lt.ts000066400000000000000000000111061261500620100221460ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings LXQt paleidiklio nuostatos Runner Settings Appearance Išvaizda Positioning: Padėtis: Show on: Rodyti: Shortcut: Nuoroda: Top edge of screen Viršutiniame ekrano krašte Center of screen Ekrano centre Monitor where the mouse Ties pele Always on %1 monitor Visada „%1“ vaizduoklyje Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Programų paleidiklis Configure lxqt-runner Konfigūruoti lxqt paleidiklį Clear lxqt-runner History Išvalyti lxqt paleidiklio istoriją Press "%1" to see dialog. Norėdami matyti dialogą, spauskite „%1“ Configure Clear History Show/hide runner dialog QObject History Istorija Mathematics Matematika LXQt Power Management LXQt energijos valdymas lxqt-runner-0.10.0/translations/lxqt-runner_nl.ts000066400000000000000000000111101261500620100221330ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings LXQt-uitvoeren Instellingen Runner Settings Appearance Uiterlijk Positioning: Positionering: Show on: Toon op: Shortcut: Snelkoppeling: Top edge of screen Bovenkant van het scherm Center of screen Midden van het scherm Monitor where the mouse Check positie van de muis Always on %1 monitor Altijd op %1 monitor Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Programma starter Configure lxqt-runner Configureer LXQt-uitvoeren Clear lxqt-runner History Wis lxqt-runner Geschiedenis Press "%1" to see dialog. Toets "%1" om dialoog te zien. Configure Clear History Show/hide runner dialog QObject History Geschiedenis Mathematics Wiskundig LXQt Power Management LXQt Energiebeheer lxqt-runner-0.10.0/translations/lxqt-runner_pl_PL.ts000066400000000000000000000110521261500620100225350ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Ustawienia LXQt-runner Runner Settings Appearance Wygląd Positioning: Pozycja: Show on: Pokaż na: Shortcut: Skrót: Top edge of screen Góra ekranu Center of screen Środek ekranu Monitor where the mouse Tam, gdzie mysz Always on %1 monitor Zawsze na %1 ekranie Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Wyzwalacz programu Configure lxqt-runner Konfiguruj lxqt-runner Clear lxqt-runner History Wyczyść historię lxqt-runnera Press "%1" to see dialog. Naciśnij "%1", aby zobaczyć okno. Configure Clear History Show/hide runner dialog QObject History Historia Mathematics Matematyka LXQt Power Management Zarządzanie zasilaniem LXQt lxqt-runner-0.10.0/translations/lxqt-runner_pt.ts000066400000000000000000000111271261500620100221550ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Definições do LXQt-runner Runner Settings Appearance Aparência Positioning: Posição: Show on: Mostrar: Shortcut: Atalho: Top edge of screen Margem superior do ecrã Center of screen Centro do ecrã Monitor where the mouse Monitor em que está o rato Always on %1 monitor Sempre no monitor %1 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Lançador de aplicações Configure lxqt-runner Configurar lxqt-runner Clear lxqt-runner History Limpar histórico do lxqt-runner Press "%1" to see dialog. Prima "%1" para abrir a caixa de diálogo. Configure Clear History Show/hide runner dialog QObject History Histórico Mathematics Matemática LXQt Power Management Gestão de energia do LXQt lxqt-runner-0.10.0/translations/lxqt-runner_pt_BR.ts000066400000000000000000000111641261500620100225410ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Configurações do executor do LXQt Runner Settings Appearance Aparência Positioning: Posicionamento: Show on: Exibir em: Shortcut: Atalho: Top edge of screen Borda superior da tela Center of screen Centro da tela Monitor where the mouse Onde o mouse estiver no monitor Always on %1 monitor Sempre no monitor %1 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Lançador de aplicativo Configure lxqt-runner Configurar o executor do LXQt Clear lxqt-runner History Limpar o histórico do executor do LXQt Press "%1" to see dialog. Pressione "%1" para ver o diálogo. Configure Clear History Show/hide runner dialog QObject History Histórico Mathematics Matemática LXQt Power Management Gerenciamento de energia do LXQt lxqt-runner-0.10.0/translations/lxqt-runner_ro_RO.ts000066400000000000000000000111441261500620100225510ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Setări lxqt-runner Runner Settings Appearance Aspect Positioning: Poziție: Show on: Afișează pe: Shortcut: Scurtătură: Top edge of screen Marginea superioară a ecranului Center of screen Centrul ecranului Monitor where the mouse Monitorizează unde este mausul Always on %1 monitor Întotdeauna pe monitorul %1 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Lansator de aplicații Configure lxqt-runner Configurare lxqt-runner Clear lxqt-runner History Curăță istoricul lxqt-runner Press "%1" to see dialog. Apăsați "%1" pentru a afișa dialogul. Configure Clear History Show/hide runner dialog QObject History Istoric Mathematics Matematică LXQt Power Management Gestiune alimentare LXQt lxqt-runner-0.10.0/translations/lxqt-runner_ru.ts000066400000000000000000000072021261500620100221570ustar00rootroot00000000000000 ConfigureDialog Runner Settings Настройки ускорителя запуска Appearance Внешний вид Positioning: Позиция: Show on: Показывать на: Shortcut: Сочетание клавиш: Top edge of the screen Верхней границе экрана Center of the screen В центре экрана Focused screen Активном экране Always on screen %1 Всегда на %1 экране Reset Сброс Dialog Application launcher Ускоритель запуска программ Configure Настроить Clear History Очистить историю Show/hide runner dialog Показать/скрыть окно ускорителя QObject History Из истории Mathematics Математика Power Management Управление энергопотреблением lxqt-runner-0.10.0/translations/lxqt-runner_ru_RU.ts000066400000000000000000000072051261500620100225700ustar00rootroot00000000000000 ConfigureDialog Runner Settings Настройки ускорителя запуска Appearance Внешний вид Positioning: Позиция: Show on: Показывать на: Shortcut: Сочетание клавиш: Top edge of the screen Верхней границе экрана Center of the screen В центре экрана Focused screen Активном экране Always on screen %1 Всегда на %1 экране Reset Сброс Dialog Application launcher Ускоритель запуска программ Configure Настроить Clear History Очистить историю Show/hide runner dialog Показать/скрыть окно ускорителя QObject History Из истории Mathematics Математика Power Management Управление энергопотреблением lxqt-runner-0.10.0/translations/lxqt-runner_sk_SK.ts000066400000000000000000000104121261500620100225400ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Nastavenia Spúšťača LXQt Runner Settings Appearance Vzhľad Positioning: Pozícia: Show on: Kde zobrazovať: Shortcut: Skratka: Top edge of screen Horný okraj obrazovky Center of screen Stred obrazovky Monitor where the mouse Monitor, kde je myš Always on %1 monitor Vždy na monitore %1 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Spúšťač aplikácií Configure lxqt-runner Nastaviť Spúšťač LXQt Press "%1" to see dialog. Stlačením „%1“ zobrazte dialóg. Configure Clear History Show/hide runner dialog QObject History História Mathematics Matematika lxqt-runner-0.10.0/translations/lxqt-runner_sl.ts000066400000000000000000000111001261500620100221370ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Nastavitve za LXQt-runner Runner Settings Appearance Videz Positioning: Položaj: Show on: Pokaži na: Shortcut: Bližnjica: Top edge of screen Vrhnjem robu zaslona Center of screen Sredini zaslona Monitor where the mouse Zaslonu, kjer je miška Always on %1 monitor Vedno na zaslonu %1 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Zaganjalnik programov Configure lxqt-runner Nastavitve za LXQt-runner Clear lxqt-runner History Počisti zgodovino za LXQt-runner Press "%1" to see dialog. Za prikaz pogovornega okna pritisnite »%1«. Configure Clear History Show/hide runner dialog QObject History Zgodovina Mathematics Matematika LXQt Power Management Upravljanje z energijo lxqt-runner-0.10.0/translations/lxqt-runner_sr@latin.ts000066400000000000000000000064121261500620100233070ustar00rootroot00000000000000 ConfigureDialog Runner Settings Appearance Positioning: Show on: Shortcut: Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Configure Clear History Show/hide runner dialog QObject History Mathematics lxqt-runner-0.10.0/translations/lxqt-runner_sr_BA.ts000066400000000000000000000107021261500620100225160ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Подешавања Рејзор-покретача Runner Settings Appearance Изглед Positioning: Позиција: Show on: Прикажи на: Shortcut: Пречица: Top edge of screen горња ивица екрана Center of screen центар екрана Monitor where the mouse екрану на ком је миш Always on %1 monitor увијек на екрану %1 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Покретач програма Configure lxqt-runner Подеси Рејзор-покретача Press "%1" to see dialog. Притисните „%1“ да бисте видјели дијалог. Configure Clear History Show/hide runner dialog QObject History Историјат Mathematics Математика lxqt-runner-0.10.0/translations/lxqt-runner_sr_RS.ts000066400000000000000000000106741261500620100225700ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Подешавања Рејзор-покретача Runner Settings Appearance Изглед Positioning: Позиција: Show on: Прикажи на: Shortcut: Пречица: Top edge of screen горња ивица екрана Center of screen центар екрана Monitor where the mouse екрану на ком је миш Always on %1 monitor увек на екрану %1 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Покретач програма Configure lxqt-runner Подеси Рејзор-покретача Press "%1" to see dialog. Притисните „%1“ да бисте видели дијалог. Configure Clear History Show/hide runner dialog QObject History Историјат Mathematics Математика lxqt-runner-0.10.0/translations/lxqt-runner_th_TH.ts000066400000000000000000000121041261500620100225340ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings ค่าตั้งกล่องป้อนคำสั่ง-lxqt Runner Settings Appearance รูปลักษณ์ Positioning: ตำแหน่ง: Show on: แสดงบน: Shortcut: ปุ่มลัด: Top edge of screen บริเวณขอบบนของจอภาพ Center of screen บริเวณส่วนกลางของจอภาพ Monitor where the mouse จอภาพที่เมาส์อยู่ Always on %1 monitor ประจำอยู่ที่จอภาพ %1 เสมอ Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher ปุ่มเรียกใช้งานโปรแกรม Configure lxqt-runner ปรับแต่งกล่องป้อนคำสั่ง-lxqt Clear lxqt-runner History ล้างประวัติกล่องป้อนคำสั่ง-lxqt Press "%1" to see dialog. กด "%1" เพื่อดูกล่องโต้ตอบ Configure Clear History Show/hide runner dialog QObject History ประวัติ Mathematics การคำนวณเลข LXQt Power Management การจัดการพลังงานของ LXQt lxqt-runner-0.10.0/translations/lxqt-runner_tr.ts000066400000000000000000000111731261500620100221600ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings LXQt-çalıştırıcı Ayarları Runner Settings Appearance Görünüm Positioning: Konumlandırma: Show on: Şunda Göster: Shortcut: Kısayol: Top edge of screen Ekranın üst köşesi Center of screen Ekranın merkezi Monitor where the mouse Fare konumunda görüntüle Always on %1 monitor Her zaman %1 ekranında Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Uygulama başlatıcı Configure lxqt-runner LXQt-çalıştırıcıyı yapılandır Clear lxqt-runner History LXQt-çalıştırıcı geçmişini temizle Press "%1" to see dialog. Diyaloğu görmek için "%1" üzerine basın Configure Clear History Show/hide runner dialog QObject History Geçmiş Mathematics İşlemler LXQt Power Management LXQt Güç Yönetimi lxqt-runner-0.10.0/translations/lxqt-runner_uk.ts000066400000000000000000000114561261500620100221560ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings Налаштування запускача програм LXQt Runner Settings Appearance Вигляд Positioning: Розташування: Show on: Монітор: Shortcut: Клавіатурне скорочення: Top edge of screen Зверху екрану Center of screen Посередині екрану Monitor where the mouse Де курсор миші Always on %1 monitor Завжди №%1 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher Запускач програм Configure lxqt-runner Налаштувати запускач програм LXQt Clear lxqt-runner History Стерти історію lxqt-runner Press "%1" to see dialog. Натисніть "%1" для відкриття діалогу. Configure Clear History Show/hide runner dialog QObject History Історія Mathematics Математика LXQt Power Management Керування живленням LXQt lxqt-runner-0.10.0/translations/lxqt-runner_zh_CN.ts000066400000000000000000000110261261500620100225310ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings LXQt启动器设置 Runner Settings Appearance 外观 Positioning: 位置: Show on: 显示在: Shortcut: 快捷键: Top edge of screen 屏幕顶部 Center of screen 屏幕中部 Monitor where the mouse 鼠标所在的显示器 Always on %1 monitor 总是在 %1 显示器 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher 应用程序启动器 Configure lxqt-runner 配置LXQt启动器 Clear lxqt-runner History 清空 lxqt-runner 历史 Press "%1" to see dialog. 按下 "%1" 以查看对话框。 Configure Clear History Show/hide runner dialog QObject History 历史 Mathematics 数学 LXQt Power Management LXQt 电源管理 lxqt-runner-0.10.0/translations/lxqt-runner_zh_TW.ts000066400000000000000000000110461261500620100225650ustar00rootroot00000000000000 ConfigureDialog LXQt-runner Settings LXQt快速執行設定 Runner Settings Appearance 外觀 Positioning: 位於: Show on: 顯示在: Shortcut: 快捷鍵: Top edge of screen 螢幕頂端 Center of screen 螢幕中間 Monitor where the mouse 在滑鼠所在的顯示器 Always on %1 monitor 總是在%1顯示器 Top edge of the screen Center of the screen Focused screen Always on screen %1 Reset Dialog Application launcher 應用程式啟動器 Configure lxqt-runner 設定LXQt快速執行 Clear lxqt-runner History 清除LXQt快速執行的歷史紀錄 Press "%1" to see dialog. 按下"%1"檢視對話。 Configure Clear History Show/hide runner dialog QObject History 歷史記錄 Mathematics 數學 LXQt Power Management LXQt電源管理 lxqt-runner-0.10.0/vbox-icons/000077500000000000000000000000001261500620100161475ustar00rootroot00000000000000lxqt-runner-0.10.0/vbox-icons/os_archlinux.png000066400000000000000000000046041261500620100213570ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A 9IDATxŗytS]αV ԥ,"aQ5Z=REe HS$@41 HHCɞLe2d$$$a2,dOęxi7o~y<:cs/nt~LF[vK.W)MK_KA7s-Î<3BEAMI*4>oVf޲g%DbHx"\m,{گpy2 T+Ѫ369lj*8Ǔ;\X . ӜYؚ=̬űCKq aP%UI$xmJؒ*ίH1"Ș]z{q>* nZdRķ ZZ$gda@2$ BYKUn]}M*nO]hpRN7Z"ZedB豽 beT9h5KnJ:QS}15|lc־FP'[;_" KZ"w|SMb֢#%9u٨-hi*)57R_SL~nɊT\f~_ DA %<-/%^VwNs):QE\jѕHfTX dޒp_aC#WDoh=%P#[d+;AzZZKOEM;oc.-bYLZbWI,VH1LQ;s ZC$0s}>Ii}Uq Ppߔ(ҀNJ^[-ƙ-Y>~ pM_ZMS ۓy6Di^M8/4{qR"l"Hz stG]o x+`^(YP 1^稐(}!C y))P*(MOmer8.]VzƟ0op_dmaG(1?[?8 }l*v)9aȗIxp~73Y{pz\F=AL!*2.}丑φai~>2s4dd/dx&|9K;4 @QĚ<%S )~[ u:NGKwW^;˜Jvt64F¿Uw>BZja\ێ`k4B&m%Nz,+ 4sϗNVNjZ+(Y,OQICCz}7=RG_}29H䔓fM`?&SE:.JjI!f~}G?O 5DK1Ņtv꥖$~j?Ff];kf1XYFlyoO> Ew>7sW[ϏK M=ՏǼ(P&oGl aC&ٽ_xzۮ;4eהCz{d$Mw:N??diࢤrFr$PU)5/14IW5r(\#\nQ<a*< IcwAg/PIE 09?cAJ2k֦m4a,Xq$1{U;9/aaݠ_#V~qp ss/" #cz|-J 0ܼzگ$!qljul6KM8Vƽ{ڸ Y)vfU9_N߯rmIȀIENDB`lxqt-runner-0.10.0/vbox-icons/os_archlinux_64.png000066400000000000000000000050131261500620100216630ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗ{Te=uʎ=eڪ[ x)77j3EޕT oݬP LP h mp 08 ̼;3Zv؝syg|~2mW8_JS{xQ___)r㠬0o-J+s@b˓q^GikP]ρL`& z=||||r &@I~&\n%K. @>^o8}y4TˠRQ{# ;dNJnkEE ggg Ejdx ^V %/9((0bdDA u`H$vEwTiӦ}k<uIٜ2O.cv/jHĞGQ^ Pr?\.<9syyyHLLI&pt:l/4jY*4šFprFdE#C*Ae9#p~ 9z# F}Q1>`ϷvJpNKZFfFKZDB@QQuj5닲2[[y )Ky:"áeac/5Yr23; ""sε&R炘;wDkk ::=1kZK>g;.9,\-' :뗌c!qX,wXePåc֢8~4v#aᣂdt>"D&c22&>t~$Vдq]H<*Zֲ23mV{*V)f.9UVꖛhlP`x% z)zZBS+l:8ډ5ZFn;Q\ms;mhS =.K҂=F3=x({l wuAZx`Ue^h;@g{ϪjoF6})kxH]Zszπ{;rsm9)BglYuv4Z!$e 4W[di!j-#ccnԼmYuv4;rR7DﹶWJ,x7߂ x5MRm'z,xW-VTF0֟KbH\)[**X<[܂S̎3czNߛ1ϱmk9Oe93f_1OnmOԥQF$+QP}Q$`j(xe3 bmX,9L>348n(-ӶCՆkMތ& sH3&fK͠W (bH|[dƟV.8QڝKekW.th x=. ҌgNDOB%KZ0fu1^<㾬ǂD#b vJa #SΌ@߫GCND IObUL6d x̾qلѫ05cHx}{YwQ>^ԸV) 0J f!̌v:3$dxy^l^x>",g0ayJ͐c/e0u[%4 -x\ yh&c&M#0[ 01 UB%y ^ͩg?fԞ:e7P*1gQ'&2pOnQwOo_"_(+ uuhnnC1(6H cCvV_ {[/`T OwG dȕ@CMzzGZܹӉkeuxSqHbB:4m0zQVgRl}ۂ& Iv4.qFkqsyOHG%tY\ \|gc/0ECΧpYTU2j~KLFY5ؽC Y&l7k{M b~htH:hK"C9y+B2 ˩J9VXUu8R1{Z-ތm]wup.Z䰰,8o#C#M+ 9f`-\x y5hUkNll8m݋áU wx~ yFNߟ 5[IENDB`lxqt-runner-0.10.0/vbox-icons/os_debian.png000066400000000000000000000051041261500620100206000ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗS/t&鴓fҤLҴL6{2%Qh-]\"".Ȣa_eE+r\{/s/)WiNg3yysī:~l>m]L*O'l4Mm*A?o;@gKrTtuk}MY4TMkC¾l?Y]Ubd B.ṟLm!Vr\8( e]핏ٚPjH?_mG|M^EXTUXXXڋ0Oc83kss!n*TٜxY/ufE6Q쾛x}鄇5И erTŀR?,ڑH>J9RQIͨàJuiX|1lƸu!o2U^k=w(\Q׏EjG]n<&961^^hޥLc/7Gu>dzb"aX62s kԷ9 ǟ!q @ow?`/p?h0KI&UuB?(d5(IXlffLY%h%F2/9 @Mf K-ˮKPto#.ZN5vE^Xtr507hs ihH*=wð:ʱ`O3ʳXmX~ k gN|ˆnRJn? ^' m7̾!`hcV 得 =>$&/0_#u`u0V[BsY.:(Tsx'\yoFTviFԴSGv/[ 0}),<.ξ&7\7~هT곒GP}S}mv6 H G9nsۤP(l_&c` ME.xIMcA&"e:¿t.+*[dS]h$#] x/0UGa إ&q*YFL2(t¿qDi3Uw(bo88Zʨm`Oޞh+&x8F1& =-rbD1#~X@W]GTKoAWskI=Cyl] g>"h/,O4O:ӟ͕s?BC^A5iqpœ?' t>&i,K 0#j+9>[x#1l^W ;>&ߏ*18HI1p[_|Jy:ЎɆv4>f@M_r|tVQ+c Jncp}'uZD0;bPC%/9~҆wu"UN6^? ŭ)cQ>GlLo_ ` y U xK HO;O"6: ?}CSZ`lӌ)KU D^}azNuR1^Ζ_")]4}j6. e~EmwR]zhl>5l)X}erZ Dr:;p)BPVʷ껑qIig'_W#yA=ycADCKw. (=BL6He @+FÄ]={|9 K^GCz'-5Z9>( ^ ZZ58Fvo{&i`8i8EEK1:s#I -m6k3Ppakw)E1]%Gv͘4geP+l9̇3!rtHI(crL#SLIJIBe9hU2Hz`T{\s~QjCۙP^[/`xEL)HݳҰ[h{F=ôr1kRL>B;)ٿȥp \)izN6%b.3\@$sޤc|=1t Ä@L ]_G;ċ[Ϋ>YHNjZ[7wȍKONr3ANLu2:\(2e psUHo:!3F4q#.T R&` ) 2;r>ھY4hwn{l6a6JdvQN'G5vͳ?A x2AäIENDB`lxqt-runner-0.10.0/vbox-icons/os_debian_64.png000066400000000000000000000052531261500620100211160ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A `IDATxŗyLwMI?IltMƴ衭7zh'"* *r((^P-7%0 0 }2Mv$=5y?9V^~e&fn3L>9TAgItK7ETG;o!`JU1iri- ^`̙Fۏafr>iD. j-,; ((Yf)XUU5 DAaiu+ڶ\w<" ]~㑮V6tmt6?$BOudw7)Çe=K4UЬ)%M* Vu[4>,B3;Gg^,3I_I:*EEh)0zԖXϟM%lAm*/;1Xvo8FyZ]-uu 衡$|Og~ Ÿn}| [Є_CcY$ *Օ_pړ\t=m2nv4qfi`VzImk,-\N+s3zԒ.#m8vKs?&pE2N2ШRQ_ Wj#wH*nf\*kM{n `2(戡DF2¸h$On]*+s:~$'per JDwF5^heK$?q|Gfoy&i`4d",1R k$T.Jߟwr`= UWb,5UDCt*NBe)DO/g1e^ g F&)҆)F0 y0vp KeO+C IdmE1kRG$ |X,S.`U70࿋E=w`dLRHۿp %aO`=Fܮ5\Eު vSCYLG[/לNU.s}r9s̶rgrv<&h,*8,#F4wwUU\^%_Dw$Ǜ1VёR.sT$ r.FK.\C.M6?fdT1 cHC8NF` ()][ Ȓ(h|%*sc6︐qt+T[5c6IdZ:kР8*5|?CIENDB`lxqt-runner-0.10.0/vbox-icons/os_dos.png000066400000000000000000000052361261500620100201510ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A SIDATxŗWPYݭګ؋ۭשY1Έ$u$IP" MFh(Jl#6`HPQgjv99{=7_/fFAQqrji3i]r/ҪߦC_ۯЮ]Po1zZy27}:hIZA'B7oPӦC<4XpYU¥b.ͣ^tZG}7s2Ӣ>"ciN2)R?[˅2(AHU)4ETKfn]:`*U*?CTP3՘og8+v͢*Q JK_O={ ).s&)JA^ZN)F0#<` Pb % c$\l+ߐ# 7Ms]OM0gYܨ'cY0oE^E :p:2,fF'gs-xkUZB: :|8#\'x '"3cekeaY}N aȃ}> ^z?h%VQt㡇T.Xj7qj9דVO h*%XBju)Ļq.IۚYLf29!d*{̾kJ҅eB\-+G@MC0h#ֱL(m'ynx&< %W*+2 S3PEҙ܈%ȝ 5;hw]CFlW{s NbSDe$ގ2)JOMIk9 ? bPbWlj+43wr],%g%IV]BG,mLe\L ]g=d2$ 3tD_ ^gKes[F.2HAki]1CO^FAZi..%P%1#kwDJ*9V!ڷΈɱѦrb=(E&5s g2PO O׷b?2Z 0qF᱃xC9"RO@v`NRb]9v8ea׹Yv~ y)[yƮWť?}z>".m=F1ŀ+%RYf=f676쉌?6vӹo^h?o_f>~ab;!mm߇:Zy >Nߟ7촻bIENDB`lxqt-runner-0.10.0/vbox-icons/os_fedora.png000066400000000000000000000043461261500620100206250ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}AIDATxŗ PǝN9jdb5ZCbThlGM;h5* @QAnXn؅EXXXXڤIϻ<|oBgׅ9tߤi̇t5~bl214ҊoEm@ZSg] 'fg2,E*y-TIQ_S">򲋐U~~1ehn"[kK%A)#Qn' Iwtb`pݝ%<>cRk/d:@%꬇FQJ= 48-cp?/+2x]܎ef,`p OR9+KYsΜˁ7/ Z/ᓬ_w 5V]U+@|3%Xz\6bA\f/4JUZ AU >L?}侮^7S{xkSYוτV,=)Ţc(B pG=BlRv&W OXuK^Gz>PL_W`vxoŒSMXpNj5y3aK8n?[jxQ\^b~Ǻ  OoJ$'g%Ԃ$źZ8*zZV"Gs2bp_ Z[Yvm #߻Dh wPX`cbц*i{Z2(p9*j|]Fb#`sv0H){보'C:xޟqoS=@%TpECr'(Y^[&l-6Qw bOd"L)i;!K v{]lΙP3Ʒ ČeVl/kh7@M1k⺨vatZ U8>m%y߇=w Y;*;ha|,5iœkjLfI4 5Ptt 6 &EV89w 65^iExUvmekƭTp+t;'OD# 1}W>0v0ԃz|PrQE3!d8wuj AF$WxEx :42܇çJ|D[ @1_8J6!g"D>hoH`U@'8P]"ϹX/M%  hR2Tpr.ۨIϥMoj,,Ò&jrLI1X'6tP`5VfӠcn":a`jQ<η`E +.(+pYK\jDX8(ԁd,,<#d`eV(Bp;+G|+{pOb5p!D.c 6cktG8yfD]m'\(L.=)˄n_4SVm5܄s̐Ѣ54i LcjDD\ z y? bd56fB]λr; 1:*\I4|32&3hR`Gx=l":?x9j|Hs.@z yX9l-%t;pS#r,<2?L#o{Q8jbJ]ܨL=%cB,&#fʘȂ5I ?<(Uj0or`h0[~Tu 5xi%Ղ!T=DRSʮRT4 A7?'/;Q bLq=p GPJBZBÆچ^τyy5/ߡ"0go1T˴;?͆}9/>uIENDB`lxqt-runner-0.10.0/vbox-icons/os_fedora_64.png000066400000000000000000000046041261500620100211330ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A 9IDATxŗ Ph&iIԊ)(xryPAQ$9%QS*^AѢz)",˱r,. ˲|߆]Nδ;{?;a.]/? ̃D"w0kx~r9I,fVqxyy!//.\T*e &OLLX,RdWVVb„ ¨F$uEIlTsYukaʔ)p83;˅+M47 BJXTbrIBzj&r䣦`J -x<&N;;;)))`naa@0@T典šܛd؆<ұxKwayp C`"(6m니̘1>}:NI&%ęp N ,;0uGGqQTTT糚T66tcZlc;Oώy:hG 8C*=nw# ^{6Q2S:?SMֲ.g<0*fA0Z&y Jcx(3JmT7ݝ<K"pB`) g;{9(wXBdX~K#ʁBy7x`@%gC ЧCN3Pke1 r d!|fRV P'a=%:,Y*l'ø J /^Y!,0{?6t0y鄃>VZ,́CtKt/!O0L(<3ᓯaFuj@?2 5x֪ƹ%<5Ӛ4JV:n=XʅZNJk$J:\Q2z bgv #L8>w>HѩXxF&FJ@@`{ue.k!j!V;"r}Ӝ3N;`DYil(L.;#˄_P`A/O" wiQݭEm1mPB"9҅=ڻR_c9ct4(+kni!Y[2lgjQ9jRy{rrηhM=cQ١6T"߆p1#8 NOzR,t93lygoOf=UIENDB`lxqt-runner-0.10.0/vbox-icons/os_freebsd.png000066400000000000000000000044231261500620100207730ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}AIDATxŗypUǯjjSK[G6H@ Q,"-( $ A@b "1BVxyYH^%ey/oddysʈ'GDOl SV_Oa)Le]MNW" ./'-c(-HѾr܊Ռ[GI&挳.zBD@лI!; [Nn ,3*&4a&nX yS5>SD!!;o$3ʲ[BU%rc#H\xߪо^[ዩH O9C@յK?yX,ı$M{٨кZ#voE B=kQUqmQw?D?L/ZS񸟓7bΌRg 53HNģpnd`# mk"EZj󏆵Sb4q }!R84lԿ` / #w9yD@v!ZSPg-yx9X-YIB Kbe 7b.-.kj0K)Hܢ18% Cb0}jB{@^ENl׮hgJ~J5y6w Y 㭓m|  A߼r';0iglerkK q "_Wi9|+k4䜎,Z4 `oIPB2A3Nj>%r*( %" E,byz TR󸛣>ȓPWUoP\ 9p=KFҼ]I}%KBDn zBB]@" d|OAiolc[; Ŷaʐ9)}~j}H+=/H6IH.q rŌ5>0_o(#rhhbO #mp2"w|O-yR_:!/3vMysTrim\rlBJ\;YN}h8p;B^'Iݣ=niӍ!UG 'tbOD`*CVɾήu\:F9TOeI'UZdWGB=%Wo'e+/szfJ3Sq`lۥk0$ab Mwj=kFhʞhB0{(t ꑋh!`-]BVD8r v6+edAҪy}6w*hjǎCC,֪ g8c+|{5j}[Ā"p7kvPE[KJ0$^M,lx,;au%5U!4sE~Уļvp0 ;`ɜ_9>u d{:_Fk\,beR4=l Zs}LDd")J/'ir"x,;v߀ASe][ϫ+&[R]*M{6?wLq"n6gX^&qDGBޝC/G`-*椧0(@n0/D-7Y;s1bGoƛȗԃ38t;p:Dڡ$Mpj\FүR[ =oѿ)6q $t uEt4Kd]a=-䛰PZ[Dtk'hĴS*-6Y訡b za fbo#72ʜVA_o/}tn1x7բzoXIENDB`lxqt-runner-0.10.0/vbox-icons/os_freebsd_64.png000066400000000000000000000047331261500620100213100ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxWyTSw~EGΨ=N3gQq)nb츂jQu[ĥ(  &;$JDCI H$&hL{9c%]:} K,7Q]]vd@^cyH sQ nOAl̔8Nêyc0u!33P( K/DS D3; 1tCQ=sf!ɠKKK0 Mz)2yOܗf1c 4׶ae c%@TbHJJ2GFd̘15uU5(JBG"N t2ra"dD^LZ9l`ܹDNN}?yd[ PTy <$쵇D J |{1h> x4$AZFEܽVRSS1j(oGGG9s&LԩS1vX9C P_ R=y0a@ }Ğ;(uDk%@$qVpvv@ @qq1rss9 6U DQuRzf@wA CG\ ubklc޼yR R㑼cL! @n ~;e[>n(I#%PK,9e!ZRڿ!=@ 9@ʠi/e|`hsEq} Ast(ڬBW@<,\x g{x R-h~ аџO2p.<(,bPdqcv$%b4eƪfM l)0]-5{/Nb7aaPdJbA3 yk%\E@  ږ:dH8AF=4k\|x~lr j%`=vAxrߋj{YK*Z[ҬXL_sˤȅ["`4~E μ|,h"xz,#MMmsE@ O Y.h L,y-}; J=Oe('?Er~n !hɌ n .- XZUm>l."WSUTx;TvOx\](  %Y%{ S; 5,l"h;J(sM#q|_P>'N:(p\s<:}M|`0 Dw#*F#6'ۋOyܠa(Z  %vb1dnDt ?~ݻ MNLf5P%́yd鏛aJ?ę;Ij 'q_w#ۯ@?E$A H 8|t5)eY@'TnͧVK۩hDSZ .|Lo!a:ࡧap4W"NpDxn,'_h`H3?Fpùid[;.1wvpy h2^&CzzL" N)kLfJVtWRmsy >}"99!YH"T#v|DGnٌnA%-Cޞ.z~ tN4n~(ݢJյprgSm2خGV`ro\Gƕ( F#y#,ˈU(82xbo'5]xG P?Ju ebrT)Dp8 b)]2X7;Ϣ(:uɸh@_9˄N-׾^He_۾K LIENDB`lxqt-runner-0.10.0/vbox-icons/os_gentoo.png000066400000000000000000000036561261500620100206630ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}AcIDATxWiO[gOF':0#JmE5KېvnJ%il% 6` 1w0^y/K}yyo׿O? f L}AaDgSK` Ml?U4p~EVDߋ^}V Xp,.0b'_K,-`n׽φϮp}!Dt+mdz91K̸7nxW>|ׯp2]ŏ?l2 !?I܉g $㛯ؠ'?4E|JpoWNY~H- };B2+4=[9sR{VR-zlPvTr ( $x<\qi̘@8H{^T­yъ?6㧟2VF@Qm@R&ϑ@HހD$ x2`rrt@@NCP"P %`ugqN QBNvL*z~Pd@BKWV3P f" vh(sE@.;l&pCL?BA*4 '@O𾪀fC""~ܵڐu\H|6/؂ b1/,T6hCG8܅#k ^PPAC67 /ڱ\s (n`w6 |> b_fǭ[1~^j5>F+ZHv 67[$52(n\Gvѡ׿@T`K6^Hqx<, U=2 _@'LFbϙ`U3TE[wl$ hd@@ j$T`7&,w/cF*%PWBѲal @Q&6wwl$xLծNvgr)oSBD"lvZ)T q% ,fײZ$dT˧I$8D )>T2Vm'eI]dMoc^~}\+Pw!5sq[[q&w ڵQ؄۷~jǭ[f\>7>$N#iAD`08s .])ܹs'NlV zae VWj `9TW¼-tvIf|ҋx\&FGGqQ сǏɓ8v9:J-`sXO+H& ,@^ #nE_l6#|f333x/^dybh4q!ٍ]N I Ģ$^]!: Zx2Šp>LN x1Ξ=+7U{A4˗T snd26*ld'\'$q0c*W7YUH522*%Q@A@;j@f^MV ^#xM"ChNig1xT;w^~i=4H)̶^5;@^~ݘ@!F>-Jl!O\aΏ __6r幚kk YQ-B9nc=r_p箙 {@h>vn\pAX̾,-4짗6|eP4k =if?4! IXQ }IOdpl"kpJ\;WI P*B f; S 74^?T ?:RXQvL@,Q*yyhDv\]+Y+ 'ʮu7]OخRzӴDǭE%P(K$@cAU 7dnWATA &kdE5L%ٰM+I<f?~IENDB`lxqt-runner-0.10.0/vbox-icons/os_l4.png000066400000000000000000000040701261500620100176760ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}AIDATxŗyLƳM۴j6Mj#MEU骮e#ٲɚұf9 $##@ Y%$Y%@Y0a`nc0_`06`s}uG/~fó?߰uӫEJҒl* UA4WX#:7ꬁ^S }Wx3=oW#[}uAR;Qz,Z+2Э Lw#_]iUJQyONAsi! +OFYzqoZUzQy3iA>按AK]&:/ud1*(DU?>F0<ߢ#iZ/ЊeP؎zSke8x!"hŷa5xMՑYX<8WnYc[; o@( +OQEHBЯ"SGzD3ᕪߤBilFdghH//עvw7}/<3͊4d^Yi/`ᔝDofZNp$G3PJ`^J ^{-WwCqs&i #J@׽ >_CrD6QZxOU^F[pu8i-"BG1_eReC4z$dbT1xv,HNk#fCQ4}4!v"`pR_Eua*LXNT^^i1.aCPz a\4{ˆ`r %{tdZ0,<hbX}F=z k2J?@й@J=pېw:$(Ό/-4h!KiLaY=9nl8my{@v^L8L!q"Ĵ:w`S%D?;3(49+ |bو$0:%^|(}(!Pc@"DxJ~ww^ԉYXP/c=fFOfv{Fy ?HÝ@Oy$~ 4oۏp“og+-]y?Jo3O\Y"Y&3gCqx3a6ņ`)Yo5KɏqC/;E/f}/Y_#wu@6&8%Nht7h[v 2i%(LurC5{.} B旰s{YlvTlFq#=ሆH9q2QôX Ui6`g4cd+Q1u_=i~AP6f^G7,ϱ|g,vn8<yIPGgIENDB`lxqt-runner-0.10.0/vbox-icons/os_linux.png000066400000000000000000000046421261500620100205230ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A WIDATxŗypRF;mNkvpF@9Z}w5[?tw}>cwL2}9pː5e10Wgä#ي)ki,<ɡ:=>jɚ`-a)Cak2+MNCFfn|[0zfnT >PIGf)$܊[#ۑw 4h,l(ӢFᰔA%P7d:u71ҢƠ&#PV峣\ L!c!o^@uhs7W-<2Eq3r?KQ2G6\-\vसݪXeY1H0 ۀ:In5[5ka.>Bۿ^"@%rTdE9"aF(lqv= Px_  t_5= t9z9.yYd 4DZ9W#w54[PM mY ôVR4hpqyhbt% 0ļ57.Vhn' Z㘝b͌)ʌݬϧP : (To@.: CGͧȥ -ƻɈtEPߥX7E=,ZNsJ(*P0($+w/ 3AٌFd]@m>v2;[dV WfָSf{G0@ˌlrW@T@db.È9WNY U_cVx2dXFf[>m95̅gCLyRc&3@;ňܾ*+[pشHF3D6>a]eoA[ IW8A5B̃b`g)Kᜐh_tFWg=:ו#F t@Ξv߆B ~ o ~R"{%K}C} @Owc0,%H>4}o6aFk τ7g3cn'~< c~ʒ<X(H9+2pP{ل3!p>+R njaoO9/fA4_db)&62Dr.jk_ujAn6GdDT)R՛@-eK`BG``h[  yO¹r,Ag"Z+v6Qܬ;Sq^ p6B m  2zEվ?"@Ηw)`f#SM;~xÛҟ?9yw^#Z.&(0fB  cx]Prr O3fzsUs)L7i,<—6 ~3s@*&,׼g#(lBvag=2~"-ڏI~7ES-bU&{ƙOlZve֝4ЍP9PAgn`(΂:| Dkk|?Ÿ=>xU?~P@1L y%pԯbAgtFǶ ;@ c؄Bs4rucC!n+@(Wr~GgPeH̴Bej~goeSږ@,%׷iyG+AtvAm8:6n@+!L AX/*Q梢` yq>${2^~/C7vThԸ~:ڜ sT Xú]FL[ qK̦keJJFXа\_ )ncDijDn75LgK8ctZWZ"\rf"DL!>!V  h_qD.G_o;Q/BQ~nGԇ{ѦE^?b˰;:rɜ2w@A]o,E9PVBH. Fm"-3*-h*QS =lP#I$߀{{W!1|mE~e(Deb#{Gf}%9ѻУpg\X q[, MtB& j3ߢ:* C^Ľ]+Y~ZWxR1=FlTW܃i hmhiE6 LrA=-԰rr"_Fd;7ɇs]`&k"fl$ߊ&NAE/j~@u0XKH?@Ҟ5 1l 8L`/g8؏B6/@a-4 [#s# wEzXR#ѭXZ݌@'-G~9L! q&\9ZEJP@G[wFfڟs1+0M`tFj7#vA:_D8 DRV~-?ZwYQ4^[. )i-LUQ jpezۂ\Ы+yigu{G`O7bDI6< c8qb ܄'Qyg $O2G hÐ#ug_(6CU+ :Y'ijh}\s'W51*;u,Mz>Rv Q+ %-C~g(dPp׶1jS7r5*VC_Ě|XX4Bxx OrQ ~yqi8 J@$9yoPk'n8VH [9h2FMYe*&"gX$֎%ַ|BlH$Yg^K#X Ad}(r kH\)Lub\w:ƣG5eO#{3:>c>KP7h/]}Yԝ e0]-РAТo@FbxT;ֻC[ ;9,YSۂ2$/lBx_ \6ɿ?~8|nzPV#&t52v΂=mab& ɨO¥  򥨁O% ü\>؅A"?ER "'oCjY}j/.ñ9ks1PfdYNfW%Sd4S3Uf,mGp/- HCZ }7䶴YPʐ5nD,czo8<;״ "<IENDB`lxqt-runner-0.10.0/vbox-icons/os_linux24.png000066400000000000000000000047751261500620100207000ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxWypFնmQڎXALu#H\BX`8DI(Jl.n{G>ߦf<~/")47dB4gtu[;[a6InI*VSi2r>B[1!0Ab $l>SF#q2d}iKn_x`44I Ã: Īk'>ɭc9H"01`ԉɛ!,6qXdX I0`P qe^;dm$M,$6zBNkBrb\;VIN@@ow7MF_qC$NFl#)#v2ߓt`Dɀ,ARn@À}t@qퟮݯ.nD =] HksQsɆI#$[-&i*Ic$=4jP<иP;SAܦ%HÀ~McLd%}z-9~H#@{ʈ g@@2M;uw).~; `_wDf &MGncnF+mj-!//I$N HȻ[7\3z {M@u ЩoE6'ژEc9;|GA)Bo|Ûr'ɷBHRL3ti90Y|@IU$<02P9V-i~F•S8n#fIoI>Y3%Y2,NևkB?ܽF,3uEC1 oEHBK_t>MsƔf8s:S?'Axg],PϢ1=8@?9]")yH0JS԰lk1o&nzT>6 &z`Hk59ynct@m F`T"'26%sRu󋴟U_\o:A߂-"/le' [n|%C\aE"&m~"F{Pw$c Gk{-7ަ1(ݵw`h<[O.EZTxaT=\Ό(1`Q.9 (G]_ϿOB{Θq( !d@_r}-Ib=e&ma(ނм Ѱ޻ <S0W;%t 렎[eKȎ ΀)_Ĥmpҏ4 IѩF0!p2:i4҈ \cz4zn[ [ǖ|5˙A5= v=0< is9#*duN1> a,ӘмO|@|Ie^pdc7!.ҵ#= nD믯,L.px")3Ѹ1cs1b缚bL<,,K iS2UF zY-L_ VK5-B^4 !Ɇ6;K>&!MymnqOϽLmf7;1ӧiy1E1Mcc#? [Qt% z'D <d'K$ƈln9Nڵ P(##** ---7 5?) 紅01D^Wd0Lp8jcƌԩSqR7 GT[M0pkWH2ښ1s&(lȚQp#''g$s1Hbڴi?"`6/EC] LPS+1!۽) I{7"?4T Yzkĵcر1cv܉b'ORETQ/AEַH{'ǐ5x3?BHT=+!kG8qtl2:tsLI&a7n pS]1_"eۻ]k5)4l+ډ)0Rr4 Ik͆Pٳ555(--"((Hz Gp & >tT^/pTG n\\TUYh`̙R3^1""Vulg\w<?Dp;7"x_tk{C\0`1 @-)>Pq~Gc>'Lk X ܴZOI|p$џ2-@@h2 +oc,އp"=6Va翋ȿp)ka!'7AEP"%6׋@]0bfW [f-g@aXfjl;l?'^6fe7y@SpR3ɛ_ę[:GHI϶8zNָefi+Xf!siOC8n N ~t`X tpMTXKVƆjl*?FdSr· I]%!a, L (ų;NAd貗#eoBgfU\ `'fje?Ypaznҭ'N쳟R +Lcn  &]9V6qδf3ZNN5`Ý0d7y|$O ؜3v~ So c6;-Ж"^evٍb?r[0\9 '`X xS/sb626e=o=A``gOX k D' ?U&jjٽt6=G|5u0{I4 kX~`8f>^<[aK+|%"@`.E}6X H۱:ji:-X~v}^ad݆ XWxwPSa.{fZeV!;@`p[ DOw+ BJ%P?Zk g#׹m{ѩ KBʉ8|o+ UCH6ml!){8i\VzFGXs#h6iM _@FWH+Y 8u`8mPh-8d][714Te$28Çb)u30kܼ$g/Mz9^FڶDcJ `<k&Cst!:x~tI[6݃p$R9r"ހz5ccdh?pM˞;XDyd4Άm\'wk\xP E5S7Vt 1vJ$zpY}QyTGl˜Vt0D̈́P=ՎY:MP3(`8qwV#k7]~ wCmoqq3|)`5Mg^*j{}8<<&^n;pЌ|{4ߝGۜC|7L#+cjI,tH3NG,|'hc?ԿG Xŗy*fj|~ *rq^T q,;l败珄Z,Tz15YHiֱI5 Crd3W|OW4>1~,N~o$|>TQӔD!Ksh;XqC 1%HHG֑Tm(ӐsN{ G|g?Ѩ7Ax҈:HֈkPU!/;|^DYإ3`W.DجLutM*z ytghя×(<+qyOw"p_IENDB`lxqt-runner-0.10.0/vbox-icons/os_linux26.png000066400000000000000000000050071261500620100206670ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxWypFc[mqT#`(( pAAQnJ, }\nn͹9mj/3y~ﷷfqa侘X/!sܷB*N)迌 )s&1hnU4[%sAƖ Cs97-7,6 JE64Mzu )k&*0pC" G{ңÐ}(I9 e]6t^&6qvBŠ^h3ruͽw8D{$œ R.Ar| Ҡ2vBaAXuAfnbV,4w@,|67 NgH ?B}M:ZYyD{[#͍A h+JBQxF[I&]gE6FҺU 0k :M h\B'Aα\> G.WcS#0tx`(0xKqeQtҐvٮ 0%⑱-(7š~E*V@IH z sq^4*2C;NQyp DQZ$=( h БTpcEBTě( zK YȍZ@{.ɆHvR4$jHZ:P} .;p4mŹrXH@oO-uIErid亽H%?=$x dVnCo9>2~rkI!%NPTyfFG^8 $`h}Vanp8Mt@>=۫"- oT Bl/'^IIv'{!yӁ DMYCpjwY!;.Zjybp17`OwDH);.b<7 C0K$3g` |!GևsBF=@p=CH@#P$u x||i?C 9\330,X^v IBFGz' 觀 ǡLڷpjMVYIN4n?!2~@S1g|-! F12lE߈]khaͽZ`}~3լPi ozw2çR<ÒP8n;\_:9DLEq\^ɫ`7|L p:E؇pQh6XV ~Mr\t=~dtVއܵ6v* ͇X!dDJ=ᶯsT3\0=R@dH9L؃ jZs (g_]?fS0j}E? HÛ V,԰#{C}t=pdW۶k. B]oP|eLIWR<2l#jYð=˹V><-2*"~ )g'0[C<1ݣA h<6n)!>~#S`KTmyݥW+Ƕ/+]C}3Н{T΂ݨ8xNx<MU_hbIni4C_z&ߢalxsi<'xWiðFCrlT;xͨ,6^^=lgty z`'GCrtXC$OR33yy%Pq35^wWnk0pM;*E>g+H ꆐtah\\/a0mchLm HG0ֺ8 d67N'v܉ (+JĠMuE?@Mpu" 98 FI0{lܬMM %0P sD%13Ĩǵ 122fy@d2R4<=u8}<y`+>cq +PB?!Y N2h`fCiI'h-߸b2O@>AX51(3vVN? csi + 8oQ*O wm1zL 6̉0h`;| 4`O\ x(^Jq肸fpfĮ]ċ t'e-CT2-Q Wf#f\(| ^?A5^v|}o/>~gnnD{$= '7mn` k = )~$ d- kEk [':=&6 6D EZQT'(@Rې_4&•!)~2 E3؊Xwh UK׆4VjTʹfAΞ}% TmTBxhQ[!&LͲ%u@;[5pvĮ'`G %N ygn3ZÝ[\.?d7i:%Qf SGVw?Hx<@zM*s*K\5KocWs F+W]M%B8-8 )>jusRO>=D/ }Tt6=GI&|[a k˝~QM=מK?u'.gPG}{1E 0dŠi`=w!N)/g/aH~YoE{!#$-'k.܅["'lgA{a=$w%a'O1A Plbk*bL{ %aQ)<Ŝ kkd##vԜXEg41<4bSq0mWMoMnW#mrEx*)c߄$F.Zil玏n\amY#_̞3x31~-@@: l\' aFBp+X w%.oj2s[6 :}$Vh#'<IGlbn+zj@*y% 1z.@}@#4_ծQbj= M |GgGg!gUC<<#* wA]U됹EgqM3i l4x #]G1Ը8B _0ҙ G 9i<8;z}3H!5 zɻ~^(& aa +qx$N@ 7L/#3ٵdLrIy5U&Y`CWs'5^Y Q2$ ?AUC 2d|"ɬ^TivܵdtR)RF-&4D$|Bc 8-/ 0A*"cփJQH+w|~9?/_2l.#wIՇ̫ "tr&ΐ AQE27v鱴:5އy0]+W1"M:&-X -C]xͱ/xIENDB`lxqt-runner-0.10.0/vbox-icons/os_linux_other.png000066400000000000000000000047611261500620100217260ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗitTw)kViUijlj1k4KTe !BȾ$uIfL&6'lNڌQ?N{{wOL 3ߚ}q/C֔à-MF)G9R\Z=DѫҡF+ŗsG-YSvTVd}Зg%IPEC8jf-K=7sAWM l2E,O!fDCu=+P@Cea0_)y|Q.*5ȋANoL cAm}_CC'dqAjc×Q Se ȗYk.$E#EW{  r#cjmTX0QXX!:ЭCFJ$^z轉"yDP%V˨5&c |g}y#[8  )n(tx:mǠ Z.Bz-hTinǢ``SoPoBui*B`1@f-VfZL0a>B{4 8"E#']CjkCbݴʌ-eVֻtgP(9h(J7zv;!B\^40ؠ~4ըUAᬉX;EmDN @Qr)ȜKx>X;wκuDSuHvA{lYۛ(\HY,E{"f H[ $3~ $ g9?>wafکnGB.Ev4g-qKQlufZG3V@J )vĨ@ gЧ@$@h3ǡd>-UDKS% Ex֥bSl4kk˦u߇ RŸ DBX8Cp!OA Jg#M hᄜ@mzY9 n6s5Z0 : gjI@J]!f?w`7 ֻCax ΘpFH_Y,IaڏWpt׹傾"QzvL 8e;')&Ca/dƶ1mҷS & zRDoh[MP&"j|74\!O#}!C`gk (,'4O66!?w2 <2D+n\2p+k_ulRĄY~43 G7>T\{ wf 6G,Ml9\N܆ƏCp|+z[Q{VR@_P{YJ$BOp?|WEh.hAcrozn9赴BhGz7R8[%0G/` 1 ->پ/]](U#o2b@a;Gtζvv2:\52Y <R++CJ3C7Zg F"E/}E&\~S>Cu2h Dv7@_7І8XLB4cM7=7X)7]*H 0ȡE >/HY1 _GCXy$ۣ مmnk]1QJ\Meq( W@bȚ!y*$ q/b<}nq.RM&ZCK@d {n`DQ?u{ `}:rfS^uh.mJhm|.^@ʛ{x P Ǩˡ8+MK1zޅr? r |@H4 /@TWSQXb̛o kŸE.YrN+17U]b=kqT&Aԁu2{OJ)*9ϐdTˊȒPtN052Knjm1{3͕=7T|~T,1+ }nTʯeszFբxme>ɻJ( ']P/`$1%4{徔\y9 b1`m1I6A^S/;h)`wU P6Ssx6kV ya#`8 RI.J5T]z/=L%}G}oso!GV?P%^&3!ۛМ$u#^’bh݌af6o#Kv?Nв +[%$ZQ;$lrzPKOACp+lׁO|kE·+dXmi`uxEzk|# х6íVC7xIWJ̕w'`xHl}$7LDN ox`f̹83Ekl_M\8(Spe({AD*#.G_9I|8n6A4Qy)^Y}ݘ%+G3y}={~;aߓ_x~ΑwbS=A91OykɎ v|zOS {A 렝9/¥A=R a2|{7~ w>6mڄ?999cu:aaa477{+$ c\f DCr(xQ Q!Ȉx\\& n00aSN;O}PQBJ VCot q=+_ H pW^xw܁J27V&6Kd&}  |/zVOpxFmƌ3ذaZD,X?e\/V&$M4Bː9TS!Q ^u]BCCRK[5%D)\bԗ3F5Kr" %9@(pEKI1Ϊ4pI([)_-@Yϊ`H2jdEh%/4r?K?PfcTRTl[߰Oiy՛Z1knT噥s}&k[-VӭƪBԛW0Z %R_fR KAGSBcJ"ץ\~|@Mvk[f&h(GCM7@u0\ : 1| a7#f)Ta |@ jrt6a*!k*t׉T)eSj@EɅ x.yN'+)huʀ;2{7aɗ]ux^_9+ORsv5Ikr)v9}rt;}%*#e0Y۫}2h_tZLĶzc9 1 Bf<"vǹ czܔ(ί-MD)Yϻ|ťzh˂mn1)-;1!󅄿1Х8fv/J*"M"ڬt)V崵TJ ~"zJ%d>mAf\7WO gZq:Gs4SPoZMr KIɻpu"F%erY uo sq>UyĢ շЦP*[s!f'Gu,,Ab=OZiԡ>%|bۆ.Zo,<kk-{HtvMLϬL$,\MM]@z+$|8 *s\ʽRa{׽`S2ղ0Q*J &@}-|tCrws)C}q}9&lVY!3i˱=c Hڿ}|1AjBwppV4P/VK;>ZGP0˳l:Et|:eF o11lp4IJ% 280^ʵavKglNck5>84uHH˥^t@n>ŚJ'9ՀM%.wxr:eMwHwd)_Ķ }l]>w0oY$ǒaɬp8qK6!)R};utA{5lٗͮ9ΰlzZVC.I_/ƂMi|>Lk$\b_<:^c~ 0WZK!Uk GldWFc~D%Az)DX(KZX'_~זpT̾vA1><|n}7\6}<<yN\<3̖r]i?&^&)nre(K̟EzwG,ޙ,`gGp@O#'9Eq.yWT5յޏ)(6 IENDB`lxqt-runner-0.10.0/vbox-icons/os_netbsd.png000066400000000000000000000046121261500620100206400ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A ?IDATxŗyXucjj745w5mLm ˣ,Ku243-K3<Dp>f~~3>OO~s_ǨL~rʋ6RR^SGA/SV)4E9eReWQf@:Ej o΄8/*|h)O #P<;ڿvm+鱁] 0AK?OSw|316s򵙜!?fh7۠< ro͹l\=P^UBizn23%~ kIvTq9'z-`vDwr.(MqXUN,A9aqP.<!l>(x :5H6Rn\Uvߤ|n"Cj}_sODn8ĔL&ob KBI$n Z0cs<.**22 mA6m/5'Kg5&z_´Q_@=Iذ7],>Ww+qߑp0A`Sc)J0+/9p?݆ϼل/`7, 4>}*:0SѷN cz iq[H-d՘diBɽtv n.˜Z:OnRaDܸ6U*nR1qGG8I40Oe:#ULs"(L8;KRJtgFўH4svI>t `GP|w)q{&|bjya U%TgQSCmU \**:(KpYL+o!F1( 0y=q4F#Tm_DAF,Kb@.lj-ZMC9C>0' 6Y$]b49PΣ~s/ |w,) ~_D+n' *Π R^GepTFk0LKVEZږ/c_4OS}}Bv;Dk Zh8L&?}ןԊ׈w=8@G/8j :ύ @[T}=5c]:E`, &r:_. eHF$}O͘$:^8*ͣOu}dXE8Ÿi|VAs{и9<E<[ >q<"2#mza\;N<"CIt?HzIrWGNKI4 e COI,/e18Β,Hnúut99I}^v%BzB64Tjuԗrƪ"Kh)Gvr)nyq Xm7iݼлoO$ &̇ᔦSF}Y٤ }5Zo@&\%-72]43E1^]ݣHs!/&5a1-׫iqf:[թլ.L:Oh?ﳖAYJV]9 ytl$yX\0a>"S%:; Z:Mf6PE=̀Fv@<rB4Q 93dfԝq@v ^3Fs.S&QiFst"Ïk܂qhWM%m22>&zl~$8uhR$"j[ ]iPKO`ϙuo=m.y|Ov?:u$e/JWөoljhTd/ʡ& ITj()geZ"UI3Mse k-ƝVcQkUTͧ^1lovb4G2(? r%)̧W>7İW"13 ,?N? 1IENDB`lxqt-runner-0.10.0/vbox-icons/os_netbsd_64.png000066400000000000000000000047031261500620100211520ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A xIDATxŗ tB"ҢV(^,X@DbQ" D ! ;\H6ِ `slH6O3lB^}33ΙьN߷u+K)6e)tĘ` /,.D(4& 6ojSRR`0 6w+/AUq."q"5vxhh(466srrh4=ۑ pr(:$QGV|y͜ٱs!k;@/2c|1Z`wTTTЯ_?+͘1c DL{;q01B_NvDt]=[:O\IIIݛ'n:t:̝;Wёt;@jlar1DL-RL[3Q(ϊĩj4b̢6ɇ|yw2`u{Ÿ3x`F߿?vy3H?.XN51 g8_FB$ jOw#mٙM6Err}H{wTAt²wXV4pp z Szk8 ρ&5:΋P:ۛɓ'XXXhׯ_OeeG.seJ_gjZJ_ H\9CSǰXBZ|#)p?>?g8>! q5t._ґDƺ|f4^ gm ;3:1.ϋ h9ZӨyDh.˶'!x8 š<}t]K{~1R{}bKRx85eCo^Bԝzz裱s)[]Xh{\>Cg '8\-iHՁV?$lI~XwJm U.t ڸÉ˽NxC3&uB֬ ݆:;KgVnm#/®(SOw7ܚ6YG1ioXEn2ÎDA|$z̄XS4336;k8`k)s{0вs'ip9pxFV?cJEiT|^:KTszbjˮRW^`$ [Ɠmucvt<|BՄ=p?HN0$=TF *i[ 54kijS կKBjͿZJ;R~OKONP5w A1O.DŽROEaxxe&͍hi6bRԨ*;>Xc v[dpS*R' .ijS{]fcjMlU[#&ρP(IwP-klbU zW(tIlvj! Ap*OrEwЖTlj0Hb"ŕqe"Ѧqs&] N[D 1~'w@"qȾ9EݿXH @y&8ӃB?J][S*AOcF~j^,ݯ %{< } =KۡDU(: >ȟ{#X' PjSI0wPzϡI]mSGK-oQ@q N<%9Qhk,${u0w,> {H \ Va6q/)9Cז9!eԕBt1RD )$No%g/ʓQ&Euω0`i6 TPD}' F }Ѩ*$%ZiT!%117τ1Υ1@NhO ]TsCC*$4dw@_Wm;52KCsU ~Q7[vZ5Vf A]/Cii 1<< χSdB{C5dwbVi. >*Y d'`4 p u1?蝁:=I8B/Syufod-z >@5> 15u[]:J%<ˀ6s ['5 ȩq 3@Gwڻ8C06)v?zz+^NY.2R"t:X,}!#5D .G wSvLYn;{AO{wוTrYOáTdQ6p9Z3;;ޥDhIɂaASlKzsLEW4jakABHQ)HgE zzzhfyhQL;8lC=EYyNuoGtPʳФr,.LM 'Z8J> cېwFx[:r)d^ (#^?I7qo~zjD$[;Q)METYp(I4ht$_@_< w~Q驥5<sk3BiF 6i@o 2 II[~bfh 7`2j#rOG1y)J TW+r[ttW@ 0睆ƄYN{jCrp#*ry3H<7`4011ۍz+iZZRLg>cCV#1E_Kمړqs:> >}sxſIJAt1Q,:+ h#P>KF监=v;"&h? vsy/jtu sJxqnR%|(1~%|s ;,P+!e$:1z2(ɐ+./nb(a:y-2LS` >^^XXy tjoykQp,,?CKS#COT4?n@=x {[zc) Wb՜5 s,9>45yHt qaGp$|h.JwSRJ}+3_XzxZ[[cbr~Udbެ6,O984s"b/=~˃Vc;SԸr4l~uwwƛoɝtr"cjS*mXFzNFMQZ!,st8%z$ZzoInX T-[oOSN O8,-β07E)8y{vQsڸ yⱛRc;~pS/| tOhxMV+$''kMG ;,s X^sIbQ]n:Ҏ0Q\76%/~sJ:Q#7*)ffgd2?Efu5[YYbS!%Ac@u)Ċ*CGm2VC>hoA,< |!ny`+4 LFtߢN*&Qt='/[YqY(_/.bӟR73*w,<)!/|~!xyWy饗xxg7׫Z-ut yNah*,žFhlB{:%۸x'?ng#*9Vooo"##\{Ng=ڪ na5?$q͔޻ECeUJ`e_jsL1Ž HIIa˖- Ú$!߿@CMw1 jĠͣg7O(Nǯ1=!ٍ0T03NM(Ck<1ҧD5^;s. t$?ᕿĒθE[s r2S(Nc0߇)m}߻h: -zL#I@ 篭*(wea/ZA5$ߝs)ȡK*5Ƅb뱓vVE!!!=0xI`jTlLW3 &Q0Q0qM~`Y`a[9RE}E.R,y-[B" С/&47לU_&8۟c7ōqÝ2h2ucAi%IWL (e\XxTP $02p'4(Ougt>bYx z.QhrE3 Š3+DŽlB`b|ߚ0[S_KvQƊNmMsEi;D(Bl*d{&S#LOۘ(ګY.[(wM町@c/)v.{ɗWF|ptlNeJ*As ýXGcƜGh-gĆ!Bm)+7c_mh2ҟβ!53tfhǛ[ @tvUݤ#ոTߒDb1lkcyyѱ1zzS2YWln 6oDR1L肰7)D+j\RS6-y͍~;DŒR 06ЃmKdtR1c%JDˊIO77ȉ>v ǜ禘?];(>@ul %xtt'?bמR[jݠ%ݓƌ8n7VO"wYlHc.s'iAbZh` \ϩ{Rxz')-a ܯ^j2ugȍb|lɩ)Ctt4~~ ?b.{=YAbFa1[!Ңs!=GgCQi&Hn5Med$M7bk7u`>{G܌GC\Y=$8'5Ϥq :M']iڡX1RJzFcpX#Dա8 ZnɆ,2C~;{zrzE<#m") Duj"0"v)+Ⓚ%Rr MLU{ uлd+.}DyGqx3-V;4KF@ _73_歌YH/ ]t0|jwl=Ǹ<̒Jpؤa~Ať{=*va^@}B^OMJ7%Ҁj #{KdP)q` _8I_KGIENDB`lxqt-runner-0.10.0/vbox-icons/os_opensolaris.png000066400000000000000000000057461261500620100217300ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗyTW9Yn\96MsM$MTA[hPeGu؆}aaUA289=o~ݶM?Skk/r:A^~"-j:+zrJٓ8)iVQ5|XYK3\i+V 鸺x)+YqhL;ȎnC= ВY웤Q4K $bb7n# u!>)6B x{0\.caa3*u!`NW@og0mU?Áae,v-|d猏 7 7h%ra.\ ם윸`iIH?uF| %XMg7>΅ka!ח0[Kg{%y88l'[&3K指tMNx9;??/w7H}d(>8&ȼ+ʗ1O~ ul]:?@F.Q# աoT0rQ5')ל\j8vHjo,qw$%+f Fpw>Y\J IH$08|KhmEFXW7Xcia3]bysK\ONjN&Qg ԩHJOKn8!̓dm=BG98y9n^iԫĤ5YD&腃LD넃 /bR#Q^ЀZ| Cz;uTחRZG:KLCEu%c}$@*/[ݷ|aQO@-mZ*DA"o٩atUt22܌#3`8=G*$Y4Kʫ44Wq̼ISnt~J~ Sl.{S4Da>&6% vxedpL&DUYŮePY!4 ٍPvs8UoFM9cAP|"'Ǧ 3"hjz:{ڱѬF[L'"i<i{ r٤SXQ@Ck }Cm&eG-ͯ8a"TD:&o1?7ĭJ+|r0ټw1MGV45PQx/;ksل}do03 ;}u RrhngRcc.՜Kda#Sѵ037Ç$^䁑%$,C,αafD䥚NZ0O&lr=SP/'NseN beK$kRDx[ՉEtC rk6 &gY}"kJ~*#ӧCOc9i-W/2/S^Mӊl:QsI}ͨl315Eso'W -3ľ~Ak]}ARn>=[BjA)ӳ3 q1$2ՏI)1븬ǃb8ǂgWp!IENDB`lxqt-runner-0.10.0/vbox-icons/os_opensolaris_64.png000066400000000000000000000055051261500620100222320ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗ{PTgTLIf3LefRN2Sq̤15٨;kbF%jTbFr.ܑoM4 MsUQA@8cn1U:|y9Yqo7iˎKr24^a3^{–pN{[a1p+tj(/_7oq.nO Vi-..́^'001D&nEOen8]IL*z]1^]{be倳 *u2G๹177'b ֯_ϷN} pg{%yxGEp8&wwښ@OsϡR37f,˅lذo.$↋_B/Q,+95r?etu< jygشiNNNRPPݻoa,CΉ6x88,缋\K29r/t"-'f OTTTzji???^~e֭[?ϪUxgjԗim evW:`mu[':{֎֜ w04U߫i^/$҂NrJoZVᓉN7P!:5`"[g}x2 \?i eR1vww/ׂe2Ι|h/(*zzD-H]U@XQ](˥^#C- E엷?#u fǒ)igdF biXضQRZ3ո?4oå*gW/<Ԝ (*" ߋE;:Z@'C( 95ƥALvimI0p ܛk&*zY@%emlǜʘaS~ ?/r HT]zY!<";;G9ė&4ڧRT^U:V- -J۳%l=]ǡS>dbɦ#Jn:]UV;⣣IT֪ihe\y>fpv8pR&N}sX>|`d#d'lC@l(il2SnaO>aY>)49f[1T5砸NR>cG 1֒QpKK2C8nEHb*`!%lxJxp1 N<~/dc;v& eqfo"E&1K|p2m]bRx|u.YY_)UG@*H(8quo1vj5c{.o4Պwc45PQh788%["Ub5TW=CE5?D$fl Lpupʻ*|N>Gp+o`Bcخ%%y"/(b$=/fǗLw&“MswoJd`O,3x: 0Ԣ - BJ\BƠE`av0V%y|"én1(W{MnKINJaLɫGTi/)CKbTAÐ'WUDgO;F-4X! !6+Y8Xh?w&SB7ߩ{DUx~OwF`b\^DHQ-VX!#}LwM:Zbz4\!* %<Tos lܫ823ڻ; VL ٸx.Ĝprz&7Sap.9W+eckNg Qpܓ 1)W,r]%iy ]N`B F ffo̱M~A7{Č!>MxVY t4NQ92?kYLbc .'CLO=7&Ƹwo9i[Z#MBk[o[Ktk _NJY$+m#y`8k )_bh-Q8=ChE-(w_crj\ zi^̋ a ?!}5N-o:~JZKۃXݟp !$v<6[z]8h堍;u9^ؾ쑟sB/l; ? c.QkLф$%QZYO S"rM'XL1(D4Kɓ|􅆌<bi jDw1[7N+롭*Zog7]:8lUCŏ!?Q-19Tjm]}h_}Ҋ1*ޝ'[LKK ܿÇ% ! %_$n~.t@|vik| G|Xӓ٫H+Vp?/@#>nݹMxGNIyө/r2DS٘K~soy,pg:dEQMH/*g#?Bk'c5g2~yۜ G#6T=~?4ޮIENDB`lxqt-runner-0.10.0/vbox-icons/os_opensuse.png000066400000000000000000000051201261500620100212150ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗ{Tei۵ 4K0DP[((b7\54u2V^R)f^HAQΠ00܅m 7}Ӹgmwϩ?sf~w@l(6c-{=6p+2 +ݙ6E?SoJ PSJ0y9Y˾Mqޓ߻yz%EwQI"OYm Ky,82GX}g6s Ǖ PKK= n{l?toúk؟)Njq(B9a{|pk>EǑ (~+&6BM jԹ0f5lhVW"[}ݲczra_BCFV<>^l~D6Pַéښ%B!\!/^bʃx_6FO"~^B%Uʄ+VxKX\8Q9~$m u#U 1H6 v\+6H(U+z cK0I) T"5\?i/n5@Dbav!C+'K7F|c{h'pOW2Ls\3^7نzʂ_UZWJ[ o86jc k%ǎ4IY!w0[rXam1<g^Ք|/E]ECg8ι|<_U\eaYX[8Hňhˤ!fdʄOf,˱^'\9Ec#n&JM:텔t^-{v`ei/gZf_P> P f|7ub,3N bFrDŽ S<2vfQ&!Ujs XhǖB+>,1G|͂1! YOrk$5'TCbͼdo 4ԫI]m]OP9ӴOD9FMdv#AoЁ.Xƅ; ^|6x̘o iT|u5ZW(Un3w`&dG;Mdt$҇$.z";6t LMgn]Au=:X#{)Jv`dG-n&b)M)pekf\`P)Zj.|e5 ؑ8b\68cL3&g ,e}zc{ߖ>3ɽYihm&:sNΥ9SGZQ5 iSh&%WnIPk ?wl%!0O2ńX0_ܫMpmNӄQ_ B)^aoSq٪xb\b확dlQ3)!^IQxzZjͼ2_fF$~J(i6?}5W[$\!0J0H6I09ьwl/0ar(r(}=q7/,1TryOnY/0 be>mt-MO5s%2oIRMNs3|=7ҽ/'~5eԘ >`a!bhPN`V7 " q s#,:E:ڵej+X]0.&5_u&(^4Yy f>LK1}bzcgu52Tq8 W[&pF> A7lXv•Hn{,r77C3ؖu{9VmyW1%oe4cDI&2{a3ČQ81Z:Q9Y.BZSQƍx'74sL%v$; waq?\GЀ~u p"?5 l* y"&pgc rq,P922!˜@F4"Ge^ڕVOuo Y$~lώ"_޽x~; -v ؔnB1 `cbVUPWܕq/{J{nZ! =/ۗ"v닟 ?rht.6{s&Y;5;pױJVKp=!TP[&G9Ƣ *w`҆9xż.!}n*))49V?Xx؅enOMϕY]<½¸9…}|*[C@l<Ym>i)1KNa[R.~NAb w Zr+s>> ."P>JgՊmfg"X. v]w]2EB-8L9H(+5ERAf ` 6eit!|>pG h$`[IENDB`lxqt-runner-0.10.0/vbox-icons/os_opensuse_64.png000066400000000000000000000053311261500620100215320ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗPglji4&AEvDPT[!Fs[T1BD51h,(MaaeR>ptuf-:Rt _ó[$??xu+!dEa B١Vٹs'DDD<ѣGQ*rQ:u_vl:理9Z@~Vsf?@OAV3dHOGfZ$yOwo^x1ݻw'((yX,"! y7[N>X'𼸍w Ft~W(p}t邭-۷o'**7n0o޼&&&ǿ6.{!w7q8e?gs$W |qo1K/LˉcW -2@hh(zzz˖ ĞHD>}ٳ']v}pN^?yR)mEVH}[umԴPOYs$ M I*?~˺ Yzlqqq}]ZZ+$%%ݩnݺu `J.?DAs.j~+ 푤]# ^6}KDD5o¾jz7:1*B'xob0YoE[؇IJcD+yxb"!9RP,gD@{+mt-6,q0!'CjKr(.껒ò}7.ؼr}:;X#o%8Lؚ1 CV$c.[h*^bCXq~:5QS懬m>?"bv D)G̣̘1 ה,6K!k҇# +-@ѫT[̝6:Ɩ Z SKn/4C6ʌX4d)ΌrőώëΤt``-@u╪*ϟp!m1UT|V /#=ǘC/so!їsDן;avǥF{#!Fkj_"s!`)5d!sns IclspK{mȁ5`\%\={ml!07i@US{Ֆ[Bb2쿠- CŘaQ,3F)Ehxslͅ'L·0 <@ P*{Te[u7$Vw}d獸H%$Ⓠ,Cىf8ě`3#nJ=ab넜YW PWJKE>4M~w>X`)XEIK4ַc†3=E4p4#3eř,R=-@cC+դVq>6ym xnCen.#`dͤ( F=xeDz% gҙ47*iukռ$ I=JN/@\*;Ĝ\{tz`a]Yf|er1`$”I07GXLMXX3qïFUPEETl: nM*N`e& (q ح c&&#cf^}"Mx)Aރ:ow̢YMsSMjf쯼n&T|J\kfeM֛U0-Vz ~>&1&X,q(Uk\n $[ paUx*p 5eY{_G<U]U'Ì8G:Vt.<*7šu(UDc5AH*2Fau8F{c Mܩ{a1 Q;Cz>ܮ`Xyf Gnz(#6=ZʱmVͳcW+rnٓ2 k;8m>$$ɗH5m\f 0Θ)KKY}i aV5-? ͏˅\Z=> 턫|"\Rgz[-Ze !}XY>]0+}9o+CIENDB`lxqt-runner-0.10.0/vbox-icons/os_os2_other.png000066400000000000000000000060011261500620100212570ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗw#b]"PE"غ!zD|m-*Ke5ABV @’B!  !ddIfMf'Chs=3}?{M9o]uSIk7W.䠼[xϪ B"vˉt`վ{V7߿YWQ ?VyuY)߬M_k4B"#N1r~wwx{<̿by'9/TGM73Zui\pyok%%4S_s3]XpysY|ߋlU؉rwN  -,V'IT %v)fvf0L;Yvfy7_=6hb;F4=n;x;EGY'8BaU9n_e|{ɴt332ϷSXQ n]g`IjƄ70!^˩f&g-'eQ'kXSz"ۘ& !i*&6~r3h38H,a|_'`bV/)UH֟336"5xElb^:a|-L=͵' dRHk xL:;F&Ց};Z uґB0!4' r-]Ryn{1.ʋ<@at13ɩ6RL6[yMkZznB2[˘~^;`Vٍwkadb/;CV50.;똗xӕNleF*`C(c "x7EOʓ:>S?T/CICɷH> Z$# 8]oO2TmLL+Gց85KFk`Nzwo,1h ~)^kϚ!p+OondZR9y$IwÆCgr0?egeXg|Xcm<%k{`pmu`i=}b:=!&FV"|n%ФH=x2z$dUxc^ˁrllR{'i#Tu]j佽.g;ge%78:3o(yH feLRMJP Aa" (-vPYVdjrjp%W}XļŇȁu c@|qJnWt̊RdJћZV)FH.~>3+fG51yg={.8 wg?0kڹ~SKrqKs,dQu#!ױP a%Jϋ=0gidIe01,to1?(V%]xPO:V`5n D}Ee,ɖ xG bN4EJt.6?UN-N7?[UJb,L`_\vqWɿ^p14vP\|F,*g D#CN7 s>Wm%cM XQ+!R0mWW,NUO/"qtJL[;A Kr䅤V3@VZ B-WsɋodjjPO2h5?\FAqv ,DEm=^˅lER͗&!9vr.f'Y$.6 Zo~Hm/}Pũ|y(P6Eݪ{/߯b6uIENDB`lxqt-runner-0.10.0/vbox-icons/os_os2ecs.png000066400000000000000000000044111261500620100205540ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}AIDATxŗ{TUNٞZw+ӚinZfRV> B &(s rf0wg iO۩?>w{?ٴӧ}^;})qtĖ99i誔?)2M:g)P)QiI|' ooQ]яFsٹ&($J>e+PP6aDzHr /(Jao9"x>Ƴ }-qf3'μ3KB]Ƌ[Rr`b LD]M e2Z eb f}RaF H_#ZV8|1y3!NpiS#|!hb]N7ZRΓ@㧻N~}h;V{ GoDaX+wAh+{9#D\`yF lKy'Ӱ,gjH{jn[_DZhQLpedU齆\?GpdRlֶQmm4W]׸=)o)n1bnPKNDd|&iYEd)UxAcHusfn jvN /p4Z!ggK1JoSѕ<dbG;koyI1x ?WE\,WӠocU숨czTnMK_ӫv|8%`6K1w_gqZø]ĺ(7B\R+o+[nuu|XW2&rv{9ࣽwep %k8PQgL蛪A~_[=ƙ"*z2 N 6f9 `^oٺ3 NrRKdp|f]ٳ08,n'4\oh3ؐ-U"[]3Mlz 5,3]{EtQitl5*hVfu83}&nOq w;u%ܕWx2Dl.TLFL ";4#6, dOX YFX3w7r1# ! 6:38hha5sy{9KF {ǧk̈n`QZ![vp wdbbE6bgvjK`h+C}e͇0!Tqg+ҕ԰-)mlϷPʄZܼD!p+7_{OuV;F9reÃB-uȖxM<[ïLj~2n|-ٖb)Aa9jdc:/bLx⌝Y" qx5w}mA&ӟ?ŊBGh7dd#ۜ'g8Tb_.mQ ,9O9$ 8>ZFFlg*n[M ҙA}m]: "F 8NA[5`v$<&xXwfI?(`\IENDB`lxqt-runner-0.10.0/vbox-icons/os_os2warp3.png000066400000000000000000000060011261500620100210330ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗw#b]"PE"غ!zD|m-*Ke5ABV @’B!  !ddIfMf'Chs=3}?{M9o]uSIk7W.䠼[xϪ B"vˉt`վ{V7߿YWQ ?VyuY)߬M_k4B"#N1r~wwx{<̿by'9/TGM73Zui\pyok%%4S_s3]XpysY|ߋlU؉rwN  -,V'IT %v)fvf0L;Yvfy7_=6hb;F4=n;x;EGY'8BaU9n_e|{ɴt332ϷSXQ n]g`IjƄ70!^˩f&g-'eQ'kXSz"ۘ& !i*&6~r3h38H,a|_'`bV/)UH֟336"5xElb^:a|-L=͵' dRHk xL:;F&Ց};Z uґB0!4' r-]Ryn{1.ʋ<@at13ɩ6RL6[yMkZznB2[˘~^;`Vٍwkadb/;CV50.;똗xӕNleF*`C(c "x7EOʓ:>S?T/CICɷH> Z$# 8]oO2TmLL+Gց85KFk`Nzwo,1h ~)^kϚ!p+OondZR9y$IwÆCgr0?egeXg|Xcm<%k{`pmu`i=}b:=!&FV"|n%ФH=x2z$dUxc^ˁrllR{'i#Tu]j佽.g;ge%78:3o(yH feLRMJP Aa" (-vPYVdjrjp%W}XļŇȁu c@|qJnWt̊RdJћZV)FH.~>3+fG51yg={.8 wg?0kڹ~SKrqKs,dQu#!ױP a%Jϋ=0gidIe01,to1?(V%]xPO:V`5n D}Ee,ɖ xG bN4EJt.6?UN-N7?[UJb,L`_\vqWɿ^p14vP\|F,*g D#CN7 s>Wm%cM XQ+!R0mWW,NUO/"qtJL[;A Kr䅤V3@VZ B-WsɋodjjPO2h5?\FAqv ,DEm=^˅lER͗&!9vr.f'Y$.6 Zo~Hm/}Pũ|y(P6Eݪ{/߯b6uIENDB`lxqt-runner-0.10.0/vbox-icons/os_os2warp4.png000066400000000000000000000051101261500620100210340ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗypǝ*(VEZu:REhQA$Sr$IDW8C9I I 96I6lv&d7n.LN;3=3~w_zk֜ #_J)K:J>#6R$j(jV&8jY4Ēb]CIʼ"m,d>^$I&O@V^@\EQ7K*A('|~ţ5أ&q%b9sDbR\ +D!/F$%/EFRRُ }.NJ{Ȅ.jM.Jz!^AU^*HLHc fN\FUVּ`G_V>)S^4ʷQ"lķ)vR"F _ 3{7}s H"L:e%4KP)H9mRuH(zSŪXifE&$ Rz/#g 0A\P(ru;'_JR RH AkKIJa4/gt,ײ9]|aޱo:w17Q@]糜!TwŲ 3j~^$bw:G28z<`c%~Ɍ{ 0@= \:~a;=fFjcI ogvl7/NIEhV1:P3-B]f7av;:ɨoVXe*O]g`nd9Muft+bt̊3v˲,FHPXڹ:SJ8rf'CmH0s^e fOZ=/= %Kwa=cAW9~\ϴ㝼~I}b&xJ+*FZdfuf vGoxzN.o%KU]EvȍRqmĔEa/U25J˫ǻvO1u=6EKj} B˨A€yɂNb_cor;5@7n>N-]{ L1la zW59v%13J4T* 8ĂvGxsC62;K +37]#,V 0-WtJEjFq.[gQ,v;3jw^D*< Zu},wjv]Tz淞":N[mŁ*;L}} $^UyV3{WՔ7 04@: C#Q *!yдv>jeĎیk V-$tE?ey4=SX a*jm&mU6TEz#dt=#*|U!y7HW)5 `,v&x*VǤ/ĐL.z ~&6^~[yFـH9[n |<5ykbr!'wz2sJ%XMWIhU9 Κyj#zy,ǃy.Tg-&" ͭuPKzO/D]7{m<=?|R8o O4-sg6|⇙k !FߨfJW'(M[Œh 󌬈و 5p嶷C|0~N,|$2ea?BίwcuNNYuQf&p_q ۨ :orέq: 3~faDM"eNRHRz1B ϑYG&bM,.g{ҼnxxX uhV(V[PGbZ)crJ8c,owO)/%/nq6ۨ g`vJ+ZDԑQN\R'b9z*#BDŽS 1Q!d&] c6$IrZFPJJ[U*kC9OR&EYIENDB`lxqt-runner-0.10.0/vbox-icons/os_os2warp45.png000066400000000000000000000051311261500620100211240ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗwTW]5I,5A&5F7j=A!ƶbԨ łł HЇ 30!`N{w|}o$>8凟6)OoT@2+8_:dgqB2 ,K%{ѷ82NˊnTOH+qu|..[^&̎qP&K(ߤ$TA-6ڵ hN2_?X>{[Cv'x] LJUl~V([iM^CkbZeNe 0]E[UA|9:9#$G>繄&=5J¼ S(Q&%iV}v֡ wF4/z4ty;ZCc"*[`0FID*2ٞ蛗!QRNiiY% 5 P0WcvRtk):5 QPDypY %t#p}ხ,qg OD>S9KgOFVR4Oshx62y>wwb`D{cpfXz QS"Dv7$H D? w :P@%&qkJh*Oڿ(@e?Js{ w#\Y `BU-a r5e$؊턭~vKQ@?IŚ/Jswԋ{S2͖Ohnl4Γ eޓ=<ZGiÑot$ЇF\?bDÂN[La<',[ѵ9~#֮ut\N{M3wg%>_@WQA OQ y˒:UBeo$k:xoxJ7ѦyrHK^<ϵ9ﱝ 9f8CC=ZDeÎ} ١ c=[aBEJܺc<@vyx(9w(̐SI*KN,Y4a!pi6qө\,!b6^䌸ƝZB晴8:/--./Ѳcp4vtHt7O(uF 1otSz-*+PQFFl4qA7 :M)Ld(-#B/rV܌q2El-zZ[ &d7i1EҜlrԥ)@qssѷsN|Dzwvp`sm ~Z-e:LP- # b_TT(L';^FJX(kxq]@9 BϞ!ϗbn|32[;Z "M45i5ܫH%"Ka8PdS0_04 F g@qIENDB`lxqt-runner-0.10.0/vbox-icons/os_other.png000066400000000000000000000043371261500620100205060ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}AIDATxŗyPN;Mifiv&:4IcML261&Q  HUDFAVvc]vapAPOムUiλ>|)^4Yvw)}uAo.P8~)?}@d ބʥK 4Dpan1q;Qq#I bTy X6CeK0DEĮg @KoKX~+k%dE@wV#/F]!*tSs:0B./L?9 }?ܯ$֫k.KfP^bW$UF$\[sm-(]$܎_I Ęg@c|i<@ {⹟dun&?CW1f6UO]X$mM覷IX&Ӥ/fc)GӜ&y3!.?!T+G 4VdpTM;Ii'n|kgiZnR ڸ []#I1ɝJB[kԵO]\_|o%.܇@բsfm*"UgnR a-b,W*?*@pRR~5+$=3[SSEhÊ:;Tg\&.T/T,p\@tvsGfS8SmBA~4d΅h$a::mFf*C9c=7QO|4ll'0J)JfJlð֮DWX?gA'1myEXGNauZ tB:a4q>i18-8w(Ӝ]_.oԎh؅vbֿ ]v$y: ; i -!͇I` evniNӜh\%9ZU72bBIhu1yPDOdd/_%9.7d6lT\`KfڒKw4h$-8-i^N HG0(FdmEĺd$d,ݾʋ(}Urh:!;B3.~A4>󹑝 y`J_mB(O[J:37`W ]:g|(˿ޠC8l&63`RkJ/R!Uð Jm{ |c) .I.%bj3U]I} ɑR-R;dvr7{{s H|]}zrw2wƈ]tꭻz΁~`xxideQ2=rkӿxrj(G1P+?!D+_XݱHn}g1TD7H>QO\#9066$N'yJܛvIYsq|i\NOs | g%\ GeB6IW'vbP~?^m`IENDB`lxqt-runner-0.10.0/vbox-icons/os_qnx.png000066400000000000000000000056301261500620100201700ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A MIDATxŗytU3=s紧qAƸрi$DMDe'Z$T !$@}#[e,} I*37 ?揙:瞗޻w~ }gF|VFHMMyڪJ)}Hj Y:켈%Q$itΈMmEOUsTiRJ 'teKBÍ㇍+ 07mi(ߣuYV}` jFƑu#&y&Powbq>*l5tW];Pwrӣ,I[OR/VWCeQxo)I<L|`:m6uU96\\@#]bp/z2(Nٷ+&Q]6!Qk+(=@D!.ɱ!d&EOie&M~glDt dg׈@6Wz;#@S}!Mui- ?3Kiv xot%?^"\FIqj|o]iC:-jh 'ySr#DE۱qb단Sx;71PVe76c#־" Utg{SŅw-,%s/5z}([N2JZZ$ R;W{E'ZJii,AWFc{h' ()CƮ\tE SS0&oRzk)_buzLLCSC ZViW*7K8|eÐ!ņDf|({}*Ft_>USflWJRZA[K-MeTr181ޮ"d` BLG%k=:k zᅪtl@TwvT MPzrLO_d' tL?R'ֿ/ Únxe>B鐰j% ug֗\50_Ϣ7زVF+f}ykyV .'GSh Wߡ3]v1u25ݭ⼅; \IDNϻЦeW9۱TaiK{3ZL]#[D[ lωFw|sמvk(NMDK9ĩRRB=hO'1':<&X@mHtb: NE ʉ+<9}wiD[hgq\/ ~ncΓRscoi=e \0WDWv$A'轵[IjtLgԿﺆBDmx~ K'zd@MHmN 3cz0a|fB/97\/Vm‰2W٬HF Ey$%EƿPrj6sbP1/ 1qU/࿐!p <NМ-V(A!B> ~b>QG9+~j@~ ^DVV*ax%U+ᄭƕz߿vA%}{f j^3"Ozb'쌧H]ؐA@MʤNL%ʐBQJ vOD͌CdFn (<#AEJDAC ȝEY5yrexverǮdYOKi<1yd S Q3`7&} ]M͘Th(Q$Pѝ;v ?'wH)xdIuv=246͇G`ӏ)jW ]]B 5EN3\@A^GNV pg5ĜVXhQTX+;KDh(- aJQ8(,H|_*!܏h]{!&Bcq i V7 \t=ӓ==ZFE&+' KڛG; Sިd/'l!\G $ xwa.r3 s8eHp /zT7^)| ש۵EqU&!;[mw#v\^vKdVTO Ne58ocK([@.9ڌ#h.sP Vi*{H:*^,\by`4"]mX88q\zOT 8+i97Oh9ڣ);3u>sipO+cCŠF8%|u;TUP@:c1.wp$D/TjbKѸ/0UL0P0Qy|/ƚHǑUH++3t l9}t%8z}-;rs\7\&HTes3$$v"kJXW#a,zrʰ3{dD0:TR--!75Oi.f~b(.7zݭ<2 ODQኩD {H|P2-߅ k-6SQ #dx1!~ % k*Z,i4ּ7骔OB42MjRJŐT4:4W(TQQR@mܬM+L!QjEDz p#mي Kh=bF MkP=W*s *gkPeA$u_[}Ա6jm W1!GQ"DdDD\BOI>тw i՚4q8ZbfOL{0qjúYcXj* H \U=:Ns|E+Qb-[b:M}v-h15Z}@tw-<|_KMM 5S_# T{ m\NKBYOM%JM[:;a6G'b7} Z`oi{o\#χfK55$kBrcyCAώ7bR-Zy13,ph9--9|m؀Ν8t73\%Ӄ԰$%PKMyi@KKS YCKbHn|{9ٳ,#Wy|Q$nZzi%}P-ojii D,J\OL 79ϢɊ"+:Jy09"-.j):e-h $Z4 &X'2*D*~See;hCMu3g hͰc\g_?W3IENDB`lxqt-runner-0.10.0/vbox-icons/os_redhat_64.png000066400000000000000000000053341261500620100211430ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗwTW"E &,"XƊ({Ƹ`XaEE j,( HP)R`(>{gd;󵹿e޶#޲nKg) yӧk.ZnM=hѢM6EKK y,ڒM:ڤb@3 &՚<ϑQE!- mOĆHaܽ{W=,X7OTTZ:::w.@Vv$j6͹SbǛ?JZ=И6 2vg_KNy0 8y$666ɘ0Tqڵ5<`G8CjbޔamI3I-yŠ%O2u (В'4o񕋈;ԁGR% Q@Ŷ^(vYSךVnA՜vli3 53Ζ v-D,b g-xsffj=RD8c 1H0ix_c0USI: Qz9RmFm΋$:6!f&D`g [sgkN}پ M(a7DJٮtF2k9ńF\ۏnZ| t^e^f}4{wCj %1aEs[(`sB dE7a.]:s}gԆ&Zl66wl()jPqa&EBiJL7 v\+R{c cN/c&)Z??lx0SӁ] H%CZ 54Jr~Wq%$sc &0q(pSMނ޼N_X'R'Qn,O ΌӉ[26%Lk-a}w}1FE{eČKeB"oGR8go[cض'|T; = >$[j]4x!sTtx拄d" ""7jO̤z48zpS-(oG@] qȰ&o^X4!T/(6z/ +eTzߏ )3 ",RB"P( gD͒!TMFCkC(҄!dɷ֣BYډo*Eʐs vT^LQjEDFDB@\>WWL6{jWG9 UoHX )mHpC^4ܢrM4TWW!KJK}'>3y#zru_,@[E$~ra2oN:Rwu+5Q0zX_6Ffؒ=LY`ϞsJjrd<{vs[GBݾ#?h'ɞb D@~࢘^C/ҝ:NT@,cNJuʈ}Xߊ N9{.lL׉F*ՕTSC ', qOJg8{ i{di-H ;s˥#:pt ~ ':>w^^w"Ο-)jkeU䑕H4{zoEo]4f?v#bo˖qluvfi?ϕ+9e~ DLl^54F(QV)(QEDR"ùGoz$zpartܓ3tBy~?VmZJy)Օ6]P}}} "E^&l =eJ2ى d>E\/DH#@Ry%bS#/ȧBVBUeZeUjIj:o0bVTR#`"c˩,+C!"UiuջjÚ7ToNκ&ZIENDB`lxqt-runner-0.10.0/vbox-icons/os_solaris.png000066400000000000000000000041041261500620100210310ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}AIDATxŗyPQ'˦t4m$MuؤNx+HTAo/r, ,,0²r.r~aqDy}~vKdծ'}/H *[!MuзU}"ٱ Loj*߻M+]h͂Panʧ,ܛD}$lՏmS9igdHĐ{WOB#cjXur!|@[f:LOʯA3Jhysp;%LKm Y_0clzgi 6'J^*Y4'@ZϰQ`c݉sq[cF<_+.^؈2cNaB8QNP^q&dj'.ĝRE"FZZE[cǴf ˈ*]ždOKTШӬ,.+M/ku@L~f)ţ3ߌhJKd4_97rIQR/$pDҥKΝ/ _zuaa1 gnXNUd\}8AH:&Pl; (^rl6'cccx)AeI"6~q*~_A@0LYY8^I(\)eE>uVX8"|zA|ŋFFF&&&N8J w$% l~*(oi }hh333ZB= uDbuMg7æ1\˱vXb~_Rn$I '"v끐Le7cz ?4/r;f^~ٳFw` NN̍]Z%-B$L 9l~k^ZGe =#|̈x\%1AXؔVѷ#,''V =o6#facq+,ރ` fBD-,/{595Fdd=;6kU5 ((BX4h P45;+E!e3kME;\6:LWμ^/kEEQAiRN2Cj<#Ia8L<:,RF*^cԸێN޻/+`GOw{'IB[VrYXIA!h2=E"q6dK![lnzэrchN$r8!.E3x"h2"N\h%Y4 Uijl=~7蛇,E(Tֈ-z}%OOmO"v6׹\q8ph40"fPɥWh9~fK`E7=ZbF$-NsD[,,IdhRx/~ҡ=S9ɽ!uILy0rYb42p؞^J6 (Ksj+P&$>O5XY.`?G"b:Q:=jƦ ZA1&Kp~ƙl ޕXJh6\z$PEW]a9^`>P=ꥡ>wq0:A6es$2&kq߿ٰvj4zn'c %% xWIIVH͕7sB(k,2+)ޞ"|bȖ-ԉF+cFowѫd-[¥[*5}u6W ].g:sTcH$'2QM,gU :+*Ë-싚k?}c&YSW\d+F|gN 2=ƨK$Pd7*x._J)kR2Dܬv7ʚmU,')v h:}WI𝱴iۧbQa-[UfVHM2fBRVQkrB )JYT\=o>x5WES_ga/IQy `ex4 qnPd:S]*d`rW׎~3 -EF_OKURQ2O0<UbZvmTjyC4~l&7V9 &RᄾpLԘZMd a^ čwѓ#wnPv-4"N?\%N蘭YwNm$)xsoG10IENDB`lxqt-runner-0.10.0/vbox-icons/os_ubuntu.png000066400000000000000000000043721261500620100207060ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}AIDATxŗyPӻLt3m'ӦM$M4MlLF3hDQ (@Dj<Ш(r ˱\. },r]QW3 <}#OoO6o>J8m܏ؾ_Vi~Ħk[`1J0 l}KD]n(S-J<<5ũꋧ|Y|Sfc)W4M]I Āǯ`_ m1n9=OdЇhSŜus?IH$ ߂ |VCO]QBlX a.BK(3ܹʙg5eE@ܔ:Ef#\zLx!c}f$M<׸%9%:E ;8SN #7K%=E ُG%?;@D$Y(^iFz${%Q4SI'"ŠD%'`<>ʼnm]$i{ LB;ܹ"H}n69XMvtwU%4)J7 $sP|j<Ř;yymy`T7 I-"6E(x J뼤/׃ZvXz̒z4~!Y^ \pex2.s9)g,B$de?; i0o2C@_o Dk)ν@zBġ9Ɵ;Zw/t;3$z;$@R]dz/g ^ίm NDq>^K mרAp"2xC6s7MNIzɖRz&oݻ&U$63A]87:.zڍ+17ii+" !Q^}r5n>t9\QH܅*Djմtjkp܏A OHts!#h7ه m3k|J1%pxv%'cj4)4 iO6 snޙӨ'}&˱K誌 "o;.tKrxEx!l[D¨+iR, 2yEOXͱ{}>G194_&]5geH #TF8q䃷(H:FYa u릂 9[k Nk3,[*|<ŜZIe~<=; &&Ƨq>r63#ѧW*Aeҹ(&?DWɐ"eP^陜P0/6Oe)\N%I[li %ulFͨ$-Ʃ~ݯջ;=IENDB`lxqt-runner-0.10.0/vbox-icons/os_ubuntu_64.png000066400000000000000000000044301261500620100212120ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}AIDATxŗyPƭ1ik:c3ulIIfhLD /.9L1( }-,r!ʵȹܸr?`Wbڙvga}~w³skt%  'Z0|vnR(+V=6Rb*"&Ԍ=zzzpttdڵT*x{{SSS?&(`ppP! ^^XXȄ ={6c-xLd*')Skܐqqq̙3UYo݊ܭUˋL$3V8iiiL8333PDDDrJ3gmp΃J ڛG{'[k}=u'k;n$ɒxw/ !!'|RynaaӧOg֬YL6S2i$EF-"rQSOIF ɧ3? 7.T'xK9t$΂_BO t2H]($`kw)8f>= | 6%N^J %m?7fY'Q@O++896J!~p/Ȉ;Ov&{_&ZTɧtGAuRO!e:)n ]^,麗9{=أ8IAzjj+ jh/3 ҷ(_HpRU"`@tg2>e^ve,OE2SPzp>FYA $x縘F |ʨpHd/ &a._|ufl)}s}yC &{B][MtS‘+JU uQ;8K\rVb=_0 E?$}bKWe5n2UF_.e$ڃ|?sNZ-%-]F))w(`p!AI;鯻,IFk FTVlͧ ւ0:ZꔠcF1Hw{;In eB8 + 6) ?FOUx(wC`xv)C ;:DpnS{ozd'Ejq N |iIENDB`lxqt-runner-0.10.0/vbox-icons/os_win2k.png000066400000000000000000000053101261500620100204070ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A }IDATxŗwPWǝl&eI4eGnjTD؃F #1(JS XQ{;}]DzPNAF8aX52#~c.B1n= )%!?@1(;>eqGZgGs>jD~**Osc~{\RO-G"٩/e:+eMtd<]*ɋ(3 Ia¯J xgJ \8E4N*HU'QV_$)ʊQHKR^;AZ˹"V[,6s~ @c5@aF0By%Hӂ\8'{iz.q|^S\#C.þ0Kjix] RXAݽDnRjQYY:Ҵ_I>PFՍ%RDiR 'QObHO. 5YIp|l6&iu(k0I 5)rmcfxPzղ|Si-TfAA v Crx9](y@kp@/I[yQXLM&zc5"sFfj[9aM!5@ӳ**$Vd;qu|}}s*=tp8z̢H[2mfOfu(˘@RSL&G?'1,&\H]>8!V[%WZ^Y]%w 1"w"?ɯ3IY4x^5_1gC16w6χx‘2 #p;^9, Z[^h+DMȁDQV $aD:$0\f tlpXK"a0M|?WwqMo,kD#?x=ɴaNi(Dm9S0f۱4uvvrbE9>o JrRty.[_QPftk cFNz~ՁޞWڊVlJ?KZlJ "f OEhd98˪MCS+lޞ0E20@ba~Je+^v,so bО' u ,B'o!_3tRTz!VR+㑎8Ny8q}H"IENDB`lxqt-runner-0.10.0/vbox-icons/os_win2k3.png000066400000000000000000000053121261500620100204740ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗyPTWL*Dh)dQAGE *WܣF- ܀(-* ,K54 @Csi+T_{{{}tutg0>8Kݯ"<ya䥇!Ȋ0Ÿĭ1q D^H{;Gf/ac+zB`;<2!<5D~4/뮄_v\2^$ո'Ӂ'@w(7Hq|(q(.׎qktj;SF0"LA%#YQK'{R^J ObB:b۸52j#$JS(&#굧zroNR4"a2#0?f-݉s>VqUOR yr5KҐJe{_ s?ȎC.K$Q^{K氬jg_Z(|OU-vq^WDȣdB\~ry ȊՌŰg%jvcY):lTc+&1)Oq̭j_ëLFعn#,rA,GbʜA:49Slm l蹵R{S7*I<ȍ 䎣-[C]0c30̮K;XW-I"-ףp)BIN T4ZQˇ|p)kQhNYsގxXlI-4=&+b +GU9L PW#CY%%ߋ$+gv ۬ueʩKgAP 1{<Џ H0%tz:zSCnCZl u.uG`;ֹf哱DHTǢł8UW X_QC]9َ$2o£1t]}JdoDwD"9l1Ŗ7xLI>e (b Lt13OiZƪRH 36GA|:Fe:N`ʾMVCrL]=> {a:O 6Ƀ\hiyrBlE$cDl7EJ/5ߴIZ0U_cD/H1qX [.bvx҃a,kZ[^'p5!EM'j56sʌnoۄaʽ_Pgik\{pQj>vWm3+9ӭhkmЪL$Z,US 7HIm LEuʼnD̍ fCz,x iocn%#1QT-V͇)j.1uZ>jL9;3s($˃#a.'nq7gSrDo1*z4I[S`/Nxz#e.*pg0nHd؍@2sCi}Em6+2rӖ8aځw˘xLC+/`{K! =edΤL׿DyטG@u Ѹ:s9969 ߖ9O]'m/ LJZTt(О@{5-7G97u|ԱD3Ed ^fxt0+nEL$(:W>NJAUQ>G@S >%0FuBx6NLTKvBd9XFW^r@|IJB)]iꮊpZ@؉C c3ԙ֨%bC"rlx=L9ˬ°lN-DYÑj-@wwKl' Y֊Z,DǶ("u$2gK*]>4WQ4#?3L~}9V=]>}w{Yn %.ˍDsRJ{&C<ƲeHJJ귧R~P"MWi~"prǟ'a6$Asj]>ZV<$$R<066QJ%/N% >#{47-+r%˓(JO?MtttfJLL &&&WEY:1vv%t8.?N6M&sUdH$<L2°?p4_,nx*˲H bcbyҴC n cUbС;_|AO-egǑ^;&ǕVV mY\kƾAD?V۳sNrrrHMM멧ҿ.(J3QAY! $(w˅8J>#ÝOky56zEl'wkLveiI9sa 8c-;W2[> S1 3Ռ0vc.G{7ڧowG=MЅށoH1.FS}QUuT>,P]/|VT8̤Δp~K8 2=&((E8V|5n2,?T/MKJ N2D- A1ΦңoDYI֔oEUWq'19p&f>K^a:ځ1@kK]Um-"=\~Ad{EvӈYS|WZҰCrg~{#ׯ}yŏݏ3<#G0!0!* m jm'i;5~N&.%jQNY;}h=ף qz.z?&-3찒׎pw5|u{ { m7" JO2mѳE܍ 븹bgf #x3ox \2v>bL@5v)Z24:IjA[u#D]H';d.KiieWT޲c83}6-/StE>]f#BWw[ax䁼 x2@}u+c. x Gra߸ n~6yQ۴%2] rbp|ǼO}DKKUbqF@]rVMZIІɵ,!VImy WBsS'o'nEBt6(#9맨T'" ŕA&8m ڮjҨs[Mt߁kpR]ѶX#o@'uB'[ų_Ht&c#UcOzj|(ǔIENDB`lxqt-runner-0.10.0/vbox-icons/os_win2k8.png000066400000000000000000000053101261500620100204770ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A }IDATxŗwTWdSvI4]&'Ѹc41{1J "H4؂ C/R8aP"0}'ٳ9cwͻy{dѣO50KmsHXIc~ s܋[,%b#[S"&Hb0顑%P#oWPrb4|2SΠg"a(-H*qeq v7\4IXO:]ӹ PUR&#$g4N$5Ї2yq8㒽8dDqDu̥,#t=rnp^B0*EsɉV^I\ 6-fFccbPqP"M2)/˦\?ǞOg~F>d !O)-I>Ȃ[~G*ї" &) ң Vϥ,g,p9g~pF*})WOc6gT]4O=~<:-9;͉XDdR*A^I=Bd.% 5;X7MhsgْFDGM;C2/#lRb<*/5L.ȣ( G{ S#'!d!ă2;3`Oݔ_d||DB!\ss`c|hS3$C#cXMV{&k)1?4/ f U[BH?UBH%迷%Vs ^G %1[†x<܄1'5z(1LՑΛ" 5삺Jr$7^5PP}~8$Tg8DXʶRj)ʯSrj GRДjp(k̤?bHr[:0R6V;#@}]%<("l@-MHZkBwQN7BZ. Lg,űQCqןվ8L-x9/Db`VWrך]FjשF$Id;E2[Q؏;+0@嶙(6N`8|GMӷU>#|2w{>}1#xjFM΍4xd̃x+?0B MGO~)u>C:C۠?cn_zvy9Q? #dgQtjL &jB &?nW t._s^e=]_`4ǿF_pnLX', pǬOh&FǞ.> 1<61ЛdlY((a>-2bDD{݁#_>K!`Y7j5:Cdhki|x^ahkm|F T*YR䰔@'څ&=[e=[qi[-~T7;F֗K!.~LvK,zz}beTۚSO$^l87'`$fꬿqs;o=硨TԆ sn|_rh\sDɉ8:?_wd͢^W߁C4D́Ѩ$DEG5\h˴=c ]ih3Љt}>v.sV9]t<6u9'i(؁>c-IKgn@k+K·rR%`.pHk(S`cd@|N 8Syr9΋pL@8C55±z"UKC%aL=FM/lcKhZ-=QMx]@zNmx{wr8VqlkV"R_lQѺAķ'I{g%J{M-K %Fn?[z [Yuz\{ItH,ͣBX)vN'1ഡtuuQ"lls f[fH^D>•-se'$K[p!"+@4(X Ga21WinHQ<5sq;~'/ tƴiIENDB`lxqt-runner-0.10.0/vbox-icons/os_win2k8_64.png000066400000000000000000000053661261500620100210230ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗwTWY=1Y1DMNtH\1 VcDF) b6R"MP泏qecwys3s?}Ooqf9p:}v:kcfDt'BQfD'Gwc>ZNׯ&Yl]D<<<())~~ ',3iB >ogO&ԟ&W}&E.JuL&Nk zzz:R%]*|@eOܵ!iF8V>˹X@R mk(_ݻ7]3aaa.'vw/R$Kٟ&r9r$)))ɒ$/H>ChǝTR>h02]O awqȘ1cׯ}gϞ gi Ӵ#{h–9'r25e0ytHJJҮuEEݻtի;b\BɳtJҵ@$c2wwx7;#omZƾ<\йΟ?ԩSɘە hooOyyy@!$ާQH)gPZw2l_ƹ,͜]F*UϸU%R{r.o࿭~v$RV)EHPݣ%mftpH`tky$S}Zk%b)D=J2<6^H~k6Ux'b)QKu7iGv!fH/,&\2N%|Rh_ϣۼP,nr'6ɋ*_HF󫝓*㭐WyP@rzC ΢TO>ˣ(wKOKj/@{6c {kBK.ʊH9lW#ĒTZ1(v  cNt'~FvYl@v}֡.W{a@|s2^Xc S*Jr ڵѭBzH葼# w}Km7T ӱToFפ/DZq4Ur(s#lVXzgXHʶ8ZSP[Sj!X,x~}*'eW(Hȷ͡ڐק ]B?ed8ؔ`{J>\̌yPPWKeYnXJ[ Qu dx.S`7R"d·nKid3f/0{" t>v5}& v^˰#N4WvRA xd̄hK'R69S2BB}Nf˾&cgx~&n``wz'8cБ8LbqxK Uĺ:Si+jBR&5T4j'PCw_Г_ޗeʒ 8Q7J7au1 WqHokJ@SK^" Go (aHJ٢q@u˞k^>+_ g$IS?{XL jmΤ(5j5qF5|v@TRYZHKiDpZہcYwhL{%=dP d_bLs45[')N)4wSg$^k>LȀsGpc_DoQ=FQuj8^DTƠ <0:ƞ2+ Cl&IfVƷZ[}La~OLdgfRry6[s7V ±>Є΀(c95Cʏ&\IS[fl4@hkkR{{ Jy!q.fݤ9ӅT[ZR6Ӟd*~9JGWh"I0Ml%17$^<`(l,PBe뫪^ >t:}-y$X!O!(NP*~IY&zplFMz4mDv>n̓mF$ܿD<ǃ1(W !4[RuSǕ^DO8&  MjMتyxt1s}Z%|omL74 mq T7njkk&˃Sf2AZDmѪ"uOS{ 3랢Q؄pƛ#񹸜tpBU@G:![يxoP:јsh.T/ey!eXiv"猶S]\Vo aΦlfWļ\MG7(euk/sX@sp*")@v_ș`Zsk4R#nPNHRSLW>\<_]N.挟IENDB`lxqt-runner-0.10.0/vbox-icons/os_win31.png000066400000000000000000000053101261500620100203160ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A }IDATxŗPW&3lYK$K@FT^+QA "b(ƊޛT.^ M=\/Nݙ]f9s;?Mu-Y3f:pzc!zEKip21F̍ɉ %_˳IJ6l5kΨ%AQ{!Y d4Ο$91X؎ENbk2Cw>\7~ʏ[=bDB$+с٘5t)cv3>WՏ!8??IP]YLi^7 )B)ϼ" VZ<ĵjYDqb-=?mfkF&rcEpf4K #6DCHogȃe:BD}B~Хx69pV]kɰgx&8OCtFa=XnS_rT45ּP}M!f[iW&[/T$QlIנ;] t[53p!~?us޲S8s,e(Dhn{ZN[a8ِ j(Q$.G4Fa{ōo=\\beb%9:=a|VvZwI2Z(NH$e92 s'7f2.S9u #x>]6kX <;ՍWa8`3`a*֖g}@L䙯˂6(ǛI1{s=K] f.#I7);Pn( KDq}Z_R]qwW}:n#=o]>?&r4e=1͎ W>DjO!؏ȴŶ, iesD91N]|Ƀ}HBDl^70\]8*vؚ^y -$w6izjR(}LJV.^i\刭?Co0IENDB`lxqt-runner-0.10.0/vbox-icons/os_win7.png000066400000000000000000000052471261500620100202520ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A \IDATxŗyPTW$dM63јQYcu0FDww( " ȾʾȾH@tȾCsi+TyUz{91Л7hS/kvއGϊ ?3Ifof_@*|cO~i D!UoWGx=O_aN41n|ЄFG$N(Տ5>vY~yH(;3^p);HR P@TGAV2i u8A ID.*K;^?vcH&SR_$)ȎYQt!/)D>dc)m_ˉR(a yqrY*F>{i/QPĞp}H nۉȓP͠ ?S<$/W>q(J3Pdr'2jXV9?j@#Ɲ׾#}J7,!j;ׄc`ORME9rb5mO⻂+ջY4뫆`[ >M#H9@uPBWu*]xs&[8C3R.ȡXăC{K AU#K腓d?zH2sI[]&3|,fO? ӵM YXP=,yRh?G m\L!K҂!/J+WMr Nvd6icf+k*cX'*gqDX"-sQnFr!p*| ґ~F&S~Cj]1癔? ;NZ=VwӉx&bu%ŰXO@_jb^ǿe :+i H<^9j7r8jJKwbo]`%ʾ`b S%,5`r%,5_ P& iL?TĂ%'cq"sc3!^iR|ɋ ֊t!FO03KYYLr=W~Eջ\cXEu~#a8z \t) k>%]BꋛhuD7xo_ qߵX[g) a&0b4FhjKI|zBQ8]Ft DYۧe:EFȿ]b17WWH{[|3 d>,L6`x#e#7d~ [viՖFABBm(e6R{夐{"WNhC5JzUqXMa$VOS>fdF OTigڬ9[O P\Z%bo+IdB~v%>'On/> p2K 'b4REOXl|d7C P_B*Y.!"uD݁ 6'Xc(W.R]"4m2sxMG X?`'LtY<;LdFY XBϪLy9HI9zH!i$&e ~>52~ث5,5beϛWxƝucO.KZjj!5DN9(x:Ne$]~'45Ƥ75W_a,"^R0IpSǧ-u`׭hiӪl<޶Xd{N@X+ Qr @]nNׂWH*omxM3X%:݃j&6'Ghmizdڄʌôe3I [7Nc ׹nPe;#;i9n0]"dE#\"@[kKDMgqTLu^5?]>(}5Pr4;OݏQOu2& XzaƾunKXdNQr=j =f?0Q.C0NXz| Qk 4ug C5vrDە}YlTFHU>FRWW;EROET]+~΋^$}2X3)QgXD!HA;犼C'X)pAW޵%WU~Ȝm@<@0u.Q"6򭅎up>EQ`e+›!@wwKh%<9@DPuc8EA;85hC2%j#J9qxR{q?OE7\}!tG ) ;˚Im}3~! hk8F;1gCsTRZ:TŹ;6FAcZvέba7@rOswLRT_njIQr;+q{~8 ~yCfIENDB`lxqt-runner-0.10.0/vbox-icons/os_win7_64.png000066400000000000000000000053301261500620100205540ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗwPgǝd.&c4wSRc0KbBnXA!VD@J&K/R^s/?Oeۙ=SwƢLOT߃zEEEOTI ,n #1'TC҂k֬!22=r\ 7#WydSZ.?3(W'"(T R$zJۛ<${zz: bɼK'ѽ*̉%NgK{PFZ({>^Jv؁9)))Jzפ߼;nBI^E)}$Eq.a |]XZn gggfΜ)%L&ͅD411 4ѮQ3(+I4VdFK'91YÕ=[,[Gc[:Mcy}LyYP!OЗJE6Ng9&#MgVD apFٜR8uEi2/ۑ&lE [óX5(WcFVTb m_p{B}f/N_o>|o"62L7ppn$ v'Hbn\&0~+TGHC@hYŢb2/]D-T;!{IEe$6ܤY4{nD߼i1e߲N>LbzŚ,φ00W"M\C尙n]oҐD8ɜg"znڍu65WHUtA7)MrqvszU^EN:"nEfIl#z&V&d+|wy?WQ]8 #7LuisP4Ol2R-Q.;45yЃ;iɘIұi$ثįё7)2 `2C0>oo<oY\ac/<,Vj{H *%z9xpm&4r7 g.kGr-뼅ޫ\pf>; grƸ>ԑ+ @Hh-MC)`:7fso}£Y6wa)LFK]:3 qhmizj ܷ-^Gi /k ]ޡ}o|B1 ̵R8 Y7Z'n8;kg\uc3K@7K?_'סtu~;,+B[Y'}/S(á'ۛK# S*fU:%jRb$ӟi5nomT!|)K0C'~f軔C m3ttBD˭ܝL+lj$#ɱ٨YV$!xlysygpta pI8&VM?/TSUK YdL39-m>?m:hTPF!H.$%`yqE8~JeWWffHG-tOԜ)On؇J&wȍ cD.&E1cfYe} ?S/s::Zu'1D)e(giMU]QVbtE$ 8w{-ᡛh46aX%.'<_+ꁐJb1+P9U}"n\ SdΐtbѲ3#<%Aʲ,T gtEY1 XH>DCAlѽ9:Нk KҍEj',ϡ,gRJHFT=&@~b9%JYZgݥVU[Yo7%3OAO#j }&:SA+$!ӕ{v6$j*BRuVS]HN?!gkjkdĺ#6yY:7Ըy13&K&#ތ`pu-v0!C7BE`BJB"3s 5b ^A+YwMYjN>fDԟy.Yhж:~?q!P+8="2bewm ioٕ݊,tU9ĸ#y""QMORJQ5snEim@7+Htw y@/ 8K[ʴp̄bvX:ז$?P_\mT; i#l14gCndߡRE L)w;~ȓ9}p;S|2"mZuvg#^ÂZ1FPARC}2X@]PDp"*5Y"/Rh2"e"k^+ L:bki*]D^C1RRSNgq w47UXIm&JkijT2NǖB:n%n8ͥS7O”w[=Ʋdȫ/dzÙ7vw[apD\գ&E#K He7!LT]#7ĵHYFc&eȍp}+xي,x" `j+sHa=wu-4Qzo ]'0;En0@橴@5k )b;&1i  `:O[|!3<|io,` F[mǙhokxQis n%6/<fJWɥZ:) q; 7c6n4/m=8/X]fy/ƻ0#yt7=V{[#mD8(-8A"Ј6t)ݖ{_;'\\A˞:}aQ.Z?ߎ^5:;MV#;d!ЈC4yos- 19U{j~w"z6bemLZh*%2t[8m`D%.Wv){_HmG|qxik+hZNJ_. mtw=HG?q!|n+JI8E8 D]MW)r,G.:c GӘ@9I4nl8k]Ǔ cɁXf)HFM{Y|-% :I}}j*$ZáC4TEv>t4V|i*.Lm6 )YCV, 9ʊgX}xÐdqE:R_K1zJEЫMACeP M!r74tB~[[.EcTH+,x7žrNq@S"́<-&2Oԩ4#Jڏ"x3hNɆ[EE!JO,!Ij:: -dI#>/'5~@SE+qSZq: Ѵ֪gMt[48c(V8CE"/$ApmY'E0l`Q.+FxJ" բFn!r]AŪb.q"gB?sɈE{KvA}}4> 3O z9 |~0!3IENDB`lxqt-runner-0.10.0/vbox-icons/os_win98.png000066400000000000000000000053131261500620100203360ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗ{Tenmm'Y'[OE^r[+255K^oXErSL0 A\> eaTf 0g_S{=}y>>?ɶS'c{԰a6QԔS#KG!Kղ(tb?k\2őX liTY(%!ϋG9bڊ+$e؅du0Gg.DP[U㚚<~$#ZH.K)r)ÕiM_$uu.,4rtQSXk9"م[J$|1(R/WFyV 'y#Mx{N[[LFE%|n_LQjch@)֕Ք4;aN Rn>cHw,'~17'/!d4RQ>2-'o񖱪\6,a;K+fj؀a msx'f-'3X=7NQu 뗒\J[Wf1 5VP( Õd**I9yf,uՄdZ[L*z'raR ';sc0 SqZP@s '7^{R-BBibZZs5eQ$@] ?21+bC2[7AQKzH؊*VVKfD kpA!#Sb͇7 ;)I \5d&DТW{8\,櫖-{IO|8ի)+ƣ} m@]Mh54lHq;q,)n@e"zDb?JQ崖HWgiݶucB/,٦Ct(rY(ps(?P&%ޠWsC0=J،1,|Y11 ?4v*^]3ogq[͚JE:/gS+`ȍ*b(^18Q-"Ul >ΥYͳ Cx9- 뵖<=bev + ӑZ QK Je̘ |^|#.Oeq @̂Q|7~NN{KdQ5ayMȺ`]:+@OMzn"DѦE*Fv J`!|8 Fd7#r=ߋAbM8̜ͤS: &KfTf˳ ^^mC4H9p[JO'}iWJqy$|"aTcxd;";u3}sĄ6_`yٷ"Yzp$ !d \Z>w ̍OSަ|:WЗ)C- ><%`>cL .fUnhKݝmx; M}LWRq/aP/sdd_Ϣ4$&Ӆ, N.clbe͡_):cS!<1J*r,ۍY/Y=苉ۚ6#^xl`4rC$ogݢ!OҔ&cgn)h٢<6Uk̦>C4aI:hj؟r#p\fN8UVԡN*5 肠-f.ݹw0c#{(/],\=FG]ٖIx+,ekĶ+4p{ JqUhPđnA.@hH=D@ήydLWw1joJwd M2ݥaQ7eE=, FqDl?OOmc73Qh "eǻdG[m%+X59Ә9wG? f]Qh-7- 6}ȹUjѠbս$֚`2+rFB_A.Iqynu- 4z g=__(-IENDB`lxqt-runner-0.10.0/vbox-icons/os_win_other.png000066400000000000000000000052521261500620100213600ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A _IDATxŗwPg3sswLK4D/95QD؃-"hhШFDJQXPQH]ze]Xzﰰ{X'Lۙ>WM -ͅt/[m~a""Г0 2Rsaq[~ BT/ eGR8?5|I sސ(m_R 87+%qD޶'FuxPVFTq^+zFIߥX2#j8Kp(A=^EXlĿמ-S ѧ5@Yq"eEE?EYQ 3қlNlNZLx Ƣe3y(̈"P48{(H Sݗϝ +u ȘK=vưF/ԽBVd7wM V-*+KGV+UH3Hp%<'~@Nt*2}8wYe"V֌R_"SyG BI;@[&pyX,P8;P)z:&$Ɗh_XnA,;p~ Uwn|$U b( Bp' ojBm-O%-MW-\)eSɋB^-C3dE<2p¶ݔyәU5յW? 7VdV[ ?I)2AU|m(:eLȶe5#5!Ғ4*yA9'-b4>koŦj=5"`FՌơ,U_.n$g;!`BvC|KT' =ECjJsǮ%,q9'70W2 RM1Z,+e|;?UXaYxBu ;4^)qADcy4G.ܽƑ`3NVcl3'2PZhMfqG2nt.%n"` b;+p#O#r͜{4kbE@%˅@\-CKNdfj13OH5ѫӺ7jxd yxNl(.FƼ `3x]js躴oؽƆr|l'i1?]iEZh&-h/FB!Fz $>O  Nh!VWv(V(Eb.N@5Q_eYK-0P1jWoNs5@ScM 2e6;̂*#K_!ԏxվE4ӡskrAs,SeA&%˜q|T"enhcƪ Tˆ2޹*gS-7w'!Wtv4L'I&DUn/vT1*ʴi,Bܙ=/`7$^{<u`S%1$%=L 6?El+$o'_\1ѶGD9Nx-xbߠpGsg F2kFc-@Od0XB_79 zGu?sL 5pEs{DL˱ۍt8~ Jiߚ΍i#?9_ڰ,7Lt+Z!==ϩH|! =JrSte>_P@6Ϲk ß2्2hh\KD]sn38S9`(+E9#mW |n%D[mDQEܕl+N2/a; .bw&~Q飌[+ I_09yt3wq>sL$k.z%=uBZ =jDMk7ꂀ(7 (Q]x \q"AJҳd4 <qhQCE}.ȾQD)c[?4ӈ)j%Z8\zr{kGD؋.o<3bx9 TiBlJct乢leGpHzR+ݟ%<&s BݯK__-yo B|〧/E(ϩOxA^CY|=YDѧ+O&ePB>"f9˃m:$ާN@ E? dWr#kyr~=7_ \IENDB`lxqt-runner-0.10.0/vbox-icons/os_winme.png000066400000000000000000000052621261500620100205020ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A gIDATxŗwTWlL1Q7Yc5hTk'Q\AQ jTEEIz齗A :^ٜ;7߽3}~fL9c֦~ u%7-`rR~k\0yb[ bELD 1&?#~vMrdaW5 "^ %@AVW/Ks gEOB驁qف]ibL C)O O C󳹢X_ ՎXxn $g1L܅ˊ; \M*gqMce+gwI  ?=w3$V|n!˜tT%E)ʅe%B~ƀeB\Hz'llC1HڌE.>cbPtW)$"GGPjr"Ai(mh6'6!9G%JclR]h(!ƂT1W!XˊQðcy;&;רm^07yS9 !7D~Uk95>ŞR.NTUu߆$OGً:ꍕ[{K^Żm <- *r ,{ {vœ T]=D| uɊ'/1/SK2Ipw -Nq4k>C/߮4^]L@o4TP&M!V X\ww5)JL$J%8ᇣ!6wǥaft"GCtĿ(YN<[-(ZlFSg>>lʎ-@s"\@ ofR?Amo4q k'o،̒b'j,q&Pk}qP$B)BJoCoQ؈s$kE\t*!Vf|j|_O22"F1QG%XQQ R*Js9 K; jB{XEK. =#wI͗cUB7QW™,XN;RsRX_TCT?7"ES{j. '2O,Ir?r y;qo{8Pv:F G=zz/b,r\,+_H._GP~F)t\ՠҵgb1Ac:hkh8Pޜ!x?|&g e ^u)l䌳G ݣ]lU6@:DUt}DPFB(Ӓ <6D~i/;r 5\4^#V{0RwX.Ns`2&ɘҍk]|`H.@{[Q&E-!6;G4x1 }Pb '0Fy"'gN`p_+DF 5!66 ۣt7~Oni-Pwʯ ӎ- kHG#R5r\YN 12RK٤~X(;vvm-ɰADPؼNqlk@)}u*WK"j`%J6<$٬ gJr҇G=<Pz_R?2Ix2o#ZQ4&"kHؚ{B~X Dp/5c~,?,}BE^j}Nմg C#"4CKČK<޿G4V+چV3dwMV&_N߯L 3|IENDB`lxqt-runner-0.10.0/vbox-icons/os_winnt4.png000066400000000000000000000053021261500620100206010ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A wIDATxŗwPW3I&ecL4115FE:b{X&hTK Q((Mڣ)>{ćl&f{{9撅K/YR6m0#*؛H "ϊZ#;W")g`E$K ^)ʉpP߯5 dDz=]o\qCBbߐK W ybqoWޯ LKYzmzIv #$m?[0PGXY͙ ^L!!jεHL}aCVeRY UUdu-)/J4' 7.LeY܍yZܺlYSuc'VRƺSw;2m$x5KS= NJŲ;@%ҧcل8ڑ84 =~p̕k]^ķ}Y!]e%D4-9I=K;4[F"I/! ~#ٵ&^)vi3?_G6#NqKldH,voiD5h}+wfdn-xkGh:oR0[:48=6hgK-@Uj{NxtץS٨J <=#vNh8W>F8:k4NdGVwa_˜R>i5rqQg==ϩfE.ju^DEB# OA髃*t(\+D]E9=y z9&p@o Ӏtѐ |neĊ4_Kƒ;R-N1/iPF,G2hHT EJx <E AE P`/FV%$ ! WE?*e; TqFRw4L 3/&!=F"o׊CN={5R9!mW!#UK]S NlMM?Ixa^z]/}}}4t϶!,},2~ 0X_J|N} \"\c;[ke@W0#<)@ִ O(@Č\{\@j][^rJ<~? |FIENDB`lxqt-runner-0.10.0/vbox-icons/os_winvista.png000066400000000000000000000053001261500620100212200ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A uIDATxŗwTUW֬IR53+&:ɨQAc5X54** `C (EE齗GyH7gÕ̚1o{Ϲ羢`Ag_fWo=K!/-ܴ?-顿3Bzzx 3~eyCJfFwu oJnu* JO( r~\C;B/(/H bzmID =C*ʉ =I~o |Xw Ty\;yF4.IRSR_$)Ȉ9^%4 R\_̕&6exYc޴C{KQ>'#u Ȑe{i;IJjM^'s>n]%;>P$iqoT^FmOSZ eN\(_T Q+qE冿ۡI ;҉?r`+3MMHX忣 D9^B|, dF(Dz鵖u0 5 j?ĺU<[GwNH  $y-IػzX!8UpE48ONlL,/!#1U9؇^`jlZM[>cѫA85OX 4(%@J; I@)C-)O\(+JQJ\Bې&]lZVdjL\m|*#d9t!*Ol]4&hPd6RKR rE.p7gp].m%N$9=ȉڜf c>9Le,*ڪ"Jrxd 9^a{26{v#r!OFt\6"v poB~t0V-vKY8^HyL)DC:-TfGH@C])R\ _H_c( ' %aԀ^O -Enl\4P;ko~kRFE "2F80A#_zԍ^t QF2|QV6sFt}+B==ԖJ%֓.3t$љ`LO/g:}3Q^N41}p5Ky{C1KD>XK0| 7.9MdLM(qއ"a 0BC Ehdd|boSVZȑ3^$+Dky\j>O>􈠵>[PyQ@XCnaCf(rV?yb.rU R32 ,zqh ":bmɼQDEıHiD-j)Zq\vjKԱń9ى./3b9<Pz_R?r+Zr*|Җ㌢)QnNԈǤW f{ʉRa^O/$Y1+M $ޙ>+qkĨf+g) y (((ƛ7o‚!C0aHy{<)OT}-LI T\nv,Ovp\ o^D6~bcc{]VVƮ]055%))hx)# s⑼JBR~*#}U2#c&3~,_ʚ\O )rp- hddDiii@9"Q"I0.᭘ȊbznVBjKЭpE\n<11e?4t.%5ԓ؅\ZYP<٥~=CxP;پn?Ody+>gSRJYi&!7HsZM^Z4J'|~B`ˊnklGIu{IEMuxy49 w$[c^WxN8 N ӷ?e1*,.+aލcb-L} p[:igx}ia;VcOF?ىxEZN“D޻q'bdj,T_MeY7sn۞'zRHW # @n+{oC:NMH{Ip?,^/gI8Le~ j/@2ߢ_1*xHe%YH7͕/ofdBz4]#fuq1';*ײ3f1[_Mai$!PaF ʒJ'3l,+FuTWRQO3:tyB^<] i Q]ڭti=&-ZN@va˸,͸PyMBoKHs#Ro%dFA= #R'fjL8P?l=e~ƃY1"o.0'w:%H7q(OgZ,p5][ְD6.-Pk(U4-qLvtL>1&t8J7*ûs'"[";&uͦETC,auQrĚl&C-0և)QwOG+P P_ݥ*/QjsPԄtѥDMp5rt\AϴmGf#Y>O-AZ{Wj+RFڿf÷|ȒVڻv-n[!4=[4.3!=KY8˲!<)z~`} \ژW9S PyV_@ScmPYA=2it=N0Z%=/}x}ƓՃ)9&Fh졜V\FI&ku% ٝl2#<0MҌ3}a `^_s!4H50<YǓ+̌"0ډ]>zD6_%U_oWyۖp? C0،c ]'RP=E*ʉ #E~O rxOG y\Ci-7gܹ2R y\_$)G{JBF7%E8Y`0$wvīIvNH ) $,NEH?h_䥆iig#0?\QBVV\u,&@-tZ޽Jvbfi~2e: VBIAxiJKP=N~5LcnŚ嬫|+u/KF-@W3U7AvhJw!\-Kgb1NWQʟ)3<h?M[v^,{7r &[X5/`5+Z   q= 7tt`#{6z 8M3J)TIqn,S(gGP!GC /}:.Rnl"VN"_qv NSx &^c0i1&[̘zg-jhiT}C{h(1"?y+P|>O&0iCI_of˘5?m;_%-ì33˂Y) sVۚ "'xpk.v;;g@]Z&2w,"Hw ?Çrcp?Fw9uT9e =LJ6jZjk@E*DpT1iZzW jDlÝOF&TZ}nFb8)?nq?^6O2Z D(S 53$W6OK:f7 I1{ܙ:^?`k1t }(N͘A|x&9 4\Z4GwpX>^r*.:/xGľOg#N=ݚŴ%J4`7>F0oyV§9rJxN2Z>ak!,E\[$R]i= e9eݥ1^or|w=dpP0cTq {mPT(ij3OҞlFG {C!]Wtڂ<|.{1r"lpM)k3K0`GtRYO-R}CD9P ysʜ^{e1uLn { eI!GDIxr@bSՁo3zNէKqEmyu7ΖЙ~&Q곋XK:D]5FEuaE6R+"C[!NE2D9mqFǶ)WќbIw+OTb+9KHj[Q8#V>< 4[JV5Džd1(;Aw -tJ,E5M}ߠ\dپP`AS8PkD[=GiuH,M〼|EeY{>ɡiiLچVR2ULz,'{?8<+$s}IENDB`lxqt-runner-0.10.0/vbox-icons/os_winxp_64.png000066400000000000000000000053341261500620100210410ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}A IDATxŗ{\ie3c]îaxYfܥ1 $Lb$`JDD(]N{N%Iӽt{:gw=u}?<&iM4Bڦv7 ;;v=D{EOSn>#bƮ"͗  zj""":ccc'//O Sީp1?o,5H6^s6' :$OtJƽʢZOII[n?מz ,=Sʧ1_s 4~=\H\7'0?ǿT*zL&\z;Ӈ~GЙz^!;+N340KÿفUS jZL>]x6m ::-[&?fȊTGF.sgMpg0~@ЧOi-dܸqۗ޽{ӽ{.IX"9Diok"G犹gq5L.NgIdWF8LIﺨ[bii\.'&&FR=k^bFNVy/e˥G^c ^$s+<;åŋXQ1g*zJJ t3f̐1##3ԁhffFaaa'@ïD OA~N2)8Lj}i.i4BuR$v [4I U~PA Ρ'0MZZcQI0FzF=!W+цM 9^DA/<3h?.T–&_%ߦ.ZC71OS]f2lFk][m[ 55e,+ x6j9U 0ۣPPEjOPvUjfSo&]63s 7اW,qE!jGqK'@SS]UWdm(E4d+r~j2WkJGY2^6ñ|(DJFr#O1%l$!{S--(eԛ& ixdBc-qzM!Uʋ\)%wiXL|N[r=ݡ۰;%pDF+P}&gstTh^t7%u iڋv%vhdtˍ =߫$rRotQss1:v2FZIlHkiV^lDM-"rmO!\DiWQSW='|c"pνJ]Fhoo"5V;ZJ} ꞸQHHƫִ9 kB7^Ix,A_DzKKK Uu2ذ;?pWs ~P33hUv!64ZM4_LaIxCTuOWČP Q-jJQ{>B4'v8 GfIENDB`lxqt-runner-0.10.0/vbox-icons/os_xandros.png000066400000000000000000000044321261500620100210370ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}AIDATxŗyPLg:mj4$$UjIML3i51ƘѤQSDP(*AAT"q "e/;*yzEI[;e9y{y˞\l~ŧ{NG] .S.OcEJ]ح)Ґw<!ԔvuWT5Wkȍ$r%u, 3 ne%ےkd9""M̈́**/CVP‰Dc%Ԗ}ECm {ˑ=P"ӽmGl)-HDsy=×6]c44HIzA8դ^ PO%f=x-o]mVh4Ҡb Uz~<(,Ķֿ1+I"NJ6/k"lzsĉZJqC1WZ9$* ʅOq,a#XYbcuڸ|!^6Q贋ˎV:S+j(DL[sSk9(R0)/q!ߠ0#ZNw wK.[k`j)W3Jeǐ6ćؽ0_b!bl\"ji(VטZ*fh@y[(Y ?sKh5^v&RVDl"Df,JE1E2r` OX9HoEJ?A-oAk0աbWYNS 3A1D=a[ȀկyHZFgG .Iw="N^Q djϫY3\:d_8E_pjDZzRh4PW,M,[Q)On7?C;~q!7>͙c;cխtIdMgм'_zY!]ӚL٭&2]+ĝs]M=nCZ\caÏY@owt*M%>{SRmE!Z2PWe3&5l[KQz 9cb+OPu~7f}w$T*(AsIpe8aQGv>@ ;:ڔ=6Q'^]}ޕk}-bI"St9_S)ΝIflގY@E~ܙ[Crin˟+hW>{fC.yva(H'rݾI O"| /7b^R]BWk=vp6|'ýhR 4#ŗ[W}1.,p"၇МDsx7.ی>.DYmf#}wgMz8麍}9/GTOnZr};z5cp(|Uh)+T9FG`lt޶FRW 2/D=v>4]-&Jw_` )0!rs,`lt'1fRji1ubCF>k=n ##0x yr?ʄ||-_-6LJYYg1B}n%Rl8SgؐyXI똎DzN`w̾&ƇƍQF+R\j%y%W]_9,|s)/9= !u0|8w7R\_I2RLL̼o:8"_Ib(fso=űWX&kPO(bm)ObBID}N0(ks3095Nqxge}GS .[:'FU}R1.Oygl5霼16%Nڛe0-2G&1i}d8]A e2uv|1؞q+~ig&9~ ejq&29_ 9~Eߜ\Avr50=jl%nRpD7nN nޜ^0U_ 9s3rG\Ik u]#|ldP5v/(kvByFd<۰wS,`zD9@.ٵ7Koݚ'$S]mu$v#oRGP/)dڊ Ȋ2c#D:["B)LeaV,QDav֓#IENDB`lxqt-runner-0.10.0/vbox-icons/os_xandros_64.png000066400000000000000000000043421261500620100213500ustar00rootroot00000000000000PNG  IHDR szzbKGD204'}AIDATxŗyPi=3I2$ZkbNZcH &DD䈠A"r(( ,\. ,, r_rOnhL-3a>yfϚ3{¥NPglhp-}&PHVj SRNLYׁRY} 7UZA5͟OV;r:1Mko 1HywFPNAB38t:>v',h(@ ]Ο"/A2Y-04J* Ҩ*Ri(W㹍O flOg 925j-dh2UYXIME.1nYIr#I &e3t)p;gF8ݞP-J-M14U?&cRM Nql Ht~bw:~;;C2._N^eʊnͦQ'PS+'R3@kKj։yCEi9d$O'>HzI} DMmikijjD<sZOԽ:@'FP) (<>×후N NXb. &΃#/95܄ @s  aauڜTt}QB\W #T)Uh++ĤCmaa9W#d/uwX7=vZkP5_W[-eVBl"#Ya@Ņ VHUĂ H(gAZU\8ܧ}zy&j9R<:OHɽH gyx~t?op.$P&W " R.TSd ly|B" I>ةآ(G$@`UR,@".Y2GvX@`B, 8C L0ҿ_pH˕͗K3w!lBa)f "#HL 8?flŢko">!N_puk[Vh]3 Z zy8@P< %b0>3o~@zq@qanvRB1n#Dž)4\,XP"MyRD!ɕ2 w ONl~Xv@~- g42y@+͗\LD*A aD@ $<B AT:18 \p` Aa!:b""aH4 Q"rBj]H#-r9\@ 2G1Qu@Ơst4]k=Kut}c1fa\E`X&cX5V5cX7va$^lGXLXC%#W 1'"O%zxb:XF&!!%^'_H$ɒN !%2I IkHH-S>iL&m O:ňL $RJ5e?2BQͩ:ZImvP/S4u%͛Cˤ-Кigih/t ݃EЗkw Hb(k{/LӗT02goUX**|:V~TUsU?y TU^V}FUP թU6RwRPQ__c FHTc!2eXBrV,kMb[Lvv/{LSCsfffqƱ9ٜJ! {--?-jf~7zھbrup@,:m:u 6Qu>cy Gm7046l18c̐ckihhI'&g5x>fob4ekVyVV׬I\,mWlPW :˶vm))Sn1 9a%m;t;|rtuvlp4éĩWggs5KvSmnz˕ҵܭm=}M.]=AXq㝧/^v^Y^O&0m[{`:>=e>>z"=#~~~;yN`k5/ >B Yroc3g,Z0&L~oL̶Gli})*2.QStqt,֬Yg񏩌;jrvgjlRlc웸xEt$ =sl3Ttcܢ˞w|/%ҟ3gAMA|Q cHRMz%u0`:o_FIDATxڄku?Mv7;c[֚RKQ4("Mr"xH)hARMmzӣGyWfE$/op|σ{W~3 prDWޑ2TSJ5!s9\TbۣcQ33QnHg`)t]f,u7jF4HlllLQ f-ŮۙpΩJ*Cy.ЌhU`3Xv,*C–D2(voT#3<@yZ'xi<$%I-p./<;>8@ԣ*{<~ ?q"&U!Z.P!tܵN#_ ۑdr!^.D$CØw^r?F9CM|2?π*uz㻮뻁ڰO(g"ƥ?QJԆ&vٕ:yj{my*YQ7z{,(cBcwLC댖jL\B#X )>NQ,FIENDB`lxqt-runner-0.10.0/vbox-icons/vrdp_16px.png000066400000000000000000000064361261500620100205170ustar00rootroot00000000000000PNG  IHDRa pHYsgR MiCCPPhotoshop ICC profilexڝSwX>eVBl"#Ya@Ņ VHUĂ H(gAZU\8ܧ}zy&j9R<:OHɽH gyx~t?op.$P&W " R.TSd ly|B" I>ةآ(G$@`UR,@".Y2GvX@`B, 8C L0ҿ_pH˕͗K3w!lBa)f "#HL 8?flŢko">!N_puk[Vh]3 Z zy8@P< %b0>3o~@zq@qanvRB1n#Dž)4\,XP"MyRD!ɕ2 w ONl~Xv@~- g42y@+͗\LD*A aD@ $<B AT:18 \p` Aa!:b""aH4 Q"rBj]H#-r9\@ 2G1Qu@Ơst4]k=Kut}c1fa\E`X&cX5V5cX7va$^lGXLXC%#W 1'"O%zxb:XF&!!%^'_H$ɒN !%2I IkHH-S>iL&m O:ňL $RJ5e?2BQͩ:ZImvP/S4u%͛Cˤ-Кigih/t ݃EЗkw Hb(k{/LӗT02goUX**|:V~TUsU?y TU^V}FUP թU6RwRPQ__c FHTc!2eXBrV,kMb[Lvv/{LSCsfffqƱ9ٜJ! {--?-jf~7zھbrup@,:m:u 6Qu>cy Gm7046l18c̐ckihhI'&g5x>fob4ekVyVV׬I\,mWlPW :˶vm))Sn1 9a%m;t;|rtuvlp4éĩWggs5KvSmnz˕ҵܭm=}M.]=AXq㝧/^v^Y^O&0m[{`:>=e>>z"=#~~~;yN`k5/ >B Yroc3g,Z0&L~oL̶Gli})*2.QStqt,֬Yg񏩌;jrvgjlRlc웸xEt$ =sl3Ttcܢ˞w|/%ҟ3gAMA|Q cHRMz%u0`:o_F;IDATxڜKTQ?kщQ1MX.rMPТWQT$hAQ(Eh0V63H::{[c?\=tv?xy556t #ivad4֞ր 2nvG!Yv[z @A|KfE1 $o|&fk(>T5 4)ѪÜʕ([kpkm-$xiK\W1A8^1H((خĴ@ie{Q/eYeÆ*Htk֛7Q$+E_A*UL0+A*`y5O6a@u44kM䖗9>>_=*цF RA `ǟ_)jҕ; )s`U4! Q,ɭZ\؅47VZ(yu/N,VO:T* s#gՄjL`08h5Qݝ׏9|O\nv@U'}*тѺkD#n3!"C7b Sgr8AIENDB`lxqt-runner-0.10.0/virtualbox-icons.qrc000066400000000000000000000052461261500620100201060ustar00rootroot00000000000000 vbox-icons/os_archlinux_64.png vbox-icons/os_archlinux.png vbox-icons/os_debian_64.png vbox-icons/os_debian.png vbox-icons/os_dos.png vbox-icons/os_fedora_64.png vbox-icons/os_fedora.png vbox-icons/os_freebsd_64.png vbox-icons/os_freebsd.png vbox-icons/os_gentoo_64.png vbox-icons/os_gentoo.png vbox-icons/os_l4.png vbox-icons/os_linux22.png vbox-icons/os_linux24_64.png vbox-icons/os_linux24.png vbox-icons/os_linux26_64.png vbox-icons/os_linux26.png vbox-icons/os_linux_other.png vbox-icons/os_linux.png vbox-icons/os_mandriva_64.png vbox-icons/os_mandriva.png vbox-icons/os_netbsd_64.png vbox-icons/os_netbsd.png vbox-icons/os_netware.png vbox-icons/os_openbsd_64.png vbox-icons/os_openbsd.png vbox-icons/os_opensolaris_64.png vbox-icons/os_opensolaris.png vbox-icons/os_opensuse_64.png vbox-icons/os_opensuse.png vbox-icons/os_os2ecs.png vbox-icons/os_os2_other.png vbox-icons/os_os2warp3.png vbox-icons/os_os2warp45.png vbox-icons/os_os2warp4.png vbox-icons/os_other.png vbox-icons/os_qnx.png vbox-icons/os_redhat_64.png vbox-icons/os_redhat.png vbox-icons/os_solaris_64.png vbox-icons/os_solaris.png vbox-icons/os_ubuntu_64.png vbox-icons/os_ubuntu.png vbox-icons/os_win2k3_64.png vbox-icons/os_win2k3.png vbox-icons/os_win2k8_64.png vbox-icons/os_win2k8.png vbox-icons/os_win2k.png vbox-icons/os_win31.png vbox-icons/os_win7_64.png vbox-icons/os_win7.png vbox-icons/os_win95.png vbox-icons/os_win98.png vbox-icons/os_winme.png vbox-icons/os_winnt4.png vbox-icons/os_win_other.png vbox-icons/os_winvista_64.png vbox-icons/os_winvista.png vbox-icons/os_winxp_64.png vbox-icons/os_winxp.png vbox-icons/os_xandros_64.png vbox-icons/os_xandros.png vbox-icons/state_running_16px.png vbox-icons/vrdp_16px.png lxqt-runner-0.10.0/widgets.cpp000066400000000000000000000051271261500620100162370ustar00rootroot00000000000000/* BEGIN_COMMON_COPYRIGHT_HEADER * (c)LGPL2+ * * LXDE-Qt - a lightweight, Qt based, desktop toolset * http://razor-qt.org * * Copyright: 2010-2011 Razor team * Authors: * Alexander Sokoloff * * This program or library is free software; you can redistribute it * and/or modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General * Public License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA * * END_COMMON_COPYRIGHT_HEADER */ #include "widgets.h" #include #include #include #include #include /************************************************ ************************************************/ HorizSizeGrip::HorizSizeGrip(QWidget *parent): QWidget(parent) { } /************************************************ ************************************************/ void HorizSizeGrip::mouseMoveEvent(QMouseEvent *event) { if (!parentWidget()) return; QWidget *parent = parentWidget(); while (parent->parentWidget() && !parent->isWindow()) { parent = parent->parentWidget(); } QRect rect = parent->geometry(); int delta = event->globalPos().x() - rect.center().x(); bool isLeft = pos().x() < parent->size().width() - geometry().right(); if (isLeft) { rect.setLeft(event->globalPos().x()); rect.setRight(parent->geometry().center().x() - delta); } else { rect.setLeft(parent->geometry().center().x() - delta); rect.setRight(event->globalPos().x()); } if (rect.width() < parent->minimumWidth() || rect.width() > parent->maximumWidth()) return; parent->setGeometry(rect); } /************************************************ ************************************************/ CommandComboBox::CommandComboBox(QWidget *parent) : QComboBox(parent) { } /************************************************ ************************************************/ CommandListView::CommandListView(QWidget *parent) : QListView(parent) { } lxqt-runner-0.10.0/widgets.h000066400000000000000000000031101261500620100156720ustar00rootroot00000000000000/* BEGIN_COMMON_COPYRIGHT_HEADER * (c)LGPL2+ * * LXDE-Qt - a lightweight, Qt based, desktop toolset * http://razor-qt.org * * Copyright: 2010-2011 Razor team * Authors: * Alexander Sokoloff * * This program or library is free software; you can redistribute it * and/or modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General * Public License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA * * END_COMMON_COPYRIGHT_HEADER */ #ifndef WIDGETS_H #define WIDGETS_H #include #include #include #include class QEvent; class HorizSizeGrip: public QWidget { Q_OBJECT public: HorizSizeGrip(QWidget *parent = 0); protected: void mouseMoveEvent(QMouseEvent *event); }; class CommandComboBox : public QComboBox { Q_OBJECT public: explicit CommandComboBox(QWidget *parent = 0); }; class CommandListView : public QListView { Q_OBJECT public: explicit CommandListView(QWidget *parent = 0); signals: public slots: }; #endif // WIDGETS_H lxqt-runner-0.10.0/yamlparser.cpp000066400000000000000000000056311261500620100167500ustar00rootroot00000000000000/* BEGIN_COMMON_COPYRIGHT_HEADER * (c)LGPL2+ * * LXDE-Qt - a lightweight, Qt based, desktop toolset * http://razor-qt.org * * Copyright: 2013 Razor team * Authors: * Christian Surlykke * * This program or library is free software; you can redistribute it * and/or modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General * Public License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA * * END_COMMON_COPYRIGHT_HEADER */ #include #include #include #include "yamlparser.h" YamlParser::YamlParser() { state = start; } YamlParser::~YamlParser() { } void YamlParser::consumeLine(QString line) { static QRegExp documentStart("---\\s*(\\[\\]\\s*)?"); static QRegExp mapStart("(-\\s*)(\\w*)\\s*:(.*)$"); static QRegExp mapEntry("(\\s*)(\\w*)\\s*:(.*)"); static QRegExp continuation("(\\s*)(.*)"); static QRegExp documentEnd("...\\s*"); static QRegExp emptyLine("\\s*(#.*)?"); qDebug() << line; if (documentStart.exactMatch(line)) { m_ListOfMaps.clear(); state = atdocumentstart; m_CurrentIndent = -1; } else if (state == error) { // Skip } else if (emptyLine.exactMatch(line)) { // Skip } else if ((state == atdocumentstart || state == inlist) && mapStart.exactMatch(line)) { m_ListOfMaps << QMap(); addEntryToCurrentMap(mapStart.cap(2), mapStart.cap(3)); m_CurrentIndent = mapStart.cap(1).size(); state = inlist; } else if (state == inlist && mapEntry.exactMatch(line) && mapEntry.cap(1).size() == m_CurrentIndent) { addEntryToCurrentMap(mapEntry.cap(2), mapEntry.cap(3)); } else if (state == inlist && continuation.exactMatch(line) && continuation.cap(1).size() > m_CurrentIndent) { m_ListOfMaps.last()[m_LastKey].append(continuation.cap(2)); } else if ((state == atdocumentstart || state == inlist) && documentEnd.exactMatch(line)) { qDebug() << "emitting:" << m_ListOfMaps; emit newListOfMaps(m_ListOfMaps); state = documentdone; } else { qWarning() << "Yaml parser could not read:" << line; state = error; } } void YamlParser::addEntryToCurrentMap(QString key, QString value) { m_ListOfMaps.last()[key.trimmed()] = value.trimmed(); m_LastKey = key.trimmed(); } lxqt-runner-0.10.0/yamlparser.h000066400000000000000000000032121261500620100164060ustar00rootroot00000000000000/* BEGIN_COMMON_COPYRIGHT_HEADER * (c)LGPL2+ * * LXDE-Qt - a lightweight, Qt based, desktop toolset * http://razor-qt.org * * Copyright: 2013 Razor team * Authors: * Christian Surlykke * * This program or library is free software; you can redistribute it * and/or modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General * Public License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA * * END_COMMON_COPYRIGHT_HEADER */ #ifndef YAMLPARSER_H #define YAMLPARSER_H #include #include #include #include class QIODevice; class YamlParser : public QObject { Q_OBJECT public: YamlParser(); virtual ~YamlParser(); void consumeLine(QString line); signals: void newListOfMaps(QList > maps); private: QList > m_ListOfMaps; enum { start, atdocumentstart, inlist, documentdone, error } state; int m_CurrentIndent; QString m_LastKey; void addEntryToCurrentMap(QString key, QString value); }; #endif /* YAMLPARSER_H */