Page MenuHomeSolus

D11521.diff
No OneTemporary

D11521.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,6 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Algent Albrahimi
+ - IRC: algent
+ - Matrix: @algent:matrix.org
+ - Email: algent@protonmail.com
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/files/shutup-distutils.patch b/files/shutup-distutils.patch
new file mode 100644
--- /dev/null
+++ b/files/shutup-distutils.patch
@@ -0,0 +1,8 @@
+--- a/ulauncher/api/shared/item/SmallResultItem.py 2020-10-27 19:02:14.175943597 +0700
++++ b/ulauncher/api/shared/item/SmallResultItem.py 2020-10-27 19:02:23.472931496 +0700
+@@ -1,4 +1,4 @@
+-from .ResultItem import ResultItem
++from ulauncher.api.shared.item.ResultItem import ResultItem
+
+
+ class SmallResultItem(ResultItem):
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,30 @@
+name : ulauncher
+version : 5.11.0
+release : 1
+source :
+ - https://github.com/Ulauncher/Ulauncher/releases/download/5.11.0/ulauncher_5.11.0.tar.gz : c4433bb06d0d456a2e0eee8dc4d03de164f273290484f2380728c3936ca31e3a
+homepage : https://ulauncher.io/
+license : GPL-3.0-or-later
+component : desktop
+summary : Linux Application Launcher
+description: |
+ Ulauncher is a fast application launcher for Linux. It's is written in Python, using GTK+.
+builddeps :
+ - python-distutils-extra
+rundeps :
+ - keybinder
+ - python-gobject
+ - python-inotify
+ - python-levenshtein
+ - python-websocket-client
+ - python3-cairo
+ - python3-dbus
+ - pyxdg
+setup : |
+ sed -i "s/version='%VERSION%'/version='${version}'/g" setup.py
+ %patch -p1 < $pkgfiles/shutup-distutils.patch
+build : |
+ %python3_setup
+install : |
+ %python3_install
+ rm -r $installdir/usr/share/doc
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,415 @@
+<PISI>
+ <Source>
+ <Name>ulauncher</Name>
+ <Homepage>https://ulauncher.io/</Homepage>
+ <Packager>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
+ </Packager>
+ <License>GPL-3.0-or-later</License>
+ <PartOf>desktop</PartOf>
+ <Summary xml:lang="en">Linux Application Launcher</Summary>
+ <Description xml:lang="en">Ulauncher is a fast application launcher for Linux. It&apos;s is written in Python, using GTK+.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>ulauncher</Name>
+ <Summary xml:lang="en">Linux Application Launcher</Summary>
+ <Description xml:lang="en">Ulauncher is a fast application launcher for Linux. It&apos;s is written in Python, using GTK+.
+</Description>
+ <PartOf>desktop</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/ulauncher</Path>
+ <Path fileType="executable">/usr/bin/ulauncher-toggle</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher-5.11.0-py3.9.egg-info</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/__pycache__/config.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/__pycache__/main.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/__pycache__/version.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/client/Client.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/client/EventListener.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/client/Extension.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/client/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/client/__pycache__/Client.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/client/__pycache__/EventListener.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/client/__pycache__/Extension.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/client/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/client/__pycache__/setup_logging.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/client/setup_logging.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/DeferredResultRenderer.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/ExtensionController.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/ExtensionDb.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/ExtensionDownloader.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/ExtensionKeywordResultItem.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/ExtensionManifest.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/ExtensionPreferences.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/ExtensionRunner.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/ExtensionSearchMode.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/ExtensionServer.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/GithubExtension.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/ProcessErrorExtractor.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/__pycache__/DeferredResultRenderer.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/__pycache__/ExtensionController.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/__pycache__/ExtensionDb.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/__pycache__/ExtensionDownloader.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/__pycache__/ExtensionKeywordResultItem.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/__pycache__/ExtensionManifest.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/__pycache__/ExtensionPreferences.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/__pycache__/ExtensionRunner.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/__pycache__/ExtensionSearchMode.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/__pycache__/ExtensionServer.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/__pycache__/GithubExtension.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/__pycache__/ProcessErrorExtractor.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/__pycache__/extension_finder.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/__pycache__/port_finder.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/extension_finder.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/server/port_finder.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/Response.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/__pycache__/Response.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/__pycache__/errors.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/__pycache__/event.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/ActionList.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/BaseAction.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/CopyToClipboardAction.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/DoNothingAction.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/ExtensionCustomAction.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/HideWindowAction.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/LaunchAppAction.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/OpenAction.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/OpenUrlAction.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/RenderResultListAction.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/RunScriptAction.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/SetUserQueryAction.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/__pycache__/ActionList.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/__pycache__/BaseAction.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/__pycache__/CopyToClipboardAction.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/__pycache__/DoNothingAction.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/__pycache__/ExtensionCustomAction.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/__pycache__/HideWindowAction.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/__pycache__/LaunchAppAction.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/__pycache__/OpenAction.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/__pycache__/OpenUrlAction.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/__pycache__/RenderResultListAction.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/__pycache__/RunScriptAction.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/__pycache__/SetUserQueryAction.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/action/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/errors.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/event.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/item/ExtensionResultItem.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/item/ExtensionSmallResultItem.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/item/ResultItem.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/item/SmallResultItem.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/item/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/item/__pycache__/ExtensionResultItem.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/item/__pycache__/ExtensionSmallResultItem.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/item/__pycache__/ResultItem.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/item/__pycache__/SmallResultItem.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/shared/item/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/api/version.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/config.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/main.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/BaseSearchMode.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/Query.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/QueryHistoryDb.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/Search.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/SortedList.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/__pycache__/BaseSearchMode.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/__pycache__/Query.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/__pycache__/QueryHistoryDb.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/__pycache__/Search.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/__pycache__/SortedList.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/apps/AppDb.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/apps/AppIconCache.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/apps/AppResultItem.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/apps/AppSearchMode.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/apps/AppStatDb.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/apps/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/apps/__pycache__/AppDb.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/apps/__pycache__/AppIconCache.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/apps/__pycache__/AppResultItem.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/apps/__pycache__/AppSearchMode.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/apps/__pycache__/AppStatDb.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/apps/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/apps/__pycache__/app_watcher.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/apps/app_watcher.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/calc/CalcMode.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/calc/CalcResultItem.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/calc/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/calc/__pycache__/CalcMode.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/calc/__pycache__/CalcResultItem.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/calc/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/file_browser/FileBrowserMode.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/file_browser/FileBrowserResultItem.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/file_browser/FileQueries.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/file_browser/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/file_browser/__pycache__/FileBrowserMode.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/file_browser/__pycache__/FileBrowserResultItem.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/file_browser/__pycache__/FileQueries.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/file_browser/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/file_browser/alt_menu/CopyPathToClipboardItem.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/file_browser/alt_menu/OpenFolderItem.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/file_browser/alt_menu/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/file_browser/alt_menu/__pycache__/CopyPathToClipboardItem.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/file_browser/alt_menu/__pycache__/OpenFolderItem.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/file_browser/alt_menu/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/shortcuts/ShortcutResultItem.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/shortcuts/ShortcutSearchMode.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/shortcuts/ShortcutsDb.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/shortcuts/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/shortcuts/__pycache__/ShortcutResultItem.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/shortcuts/__pycache__/ShortcutSearchMode.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/shortcuts/__pycache__/ShortcutsDb.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/search/shortcuts/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/AppIndicator.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/ItemNavigation.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/ResultItemWidget.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/SmallResultItemWidget.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/__pycache__/AppIndicator.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/__pycache__/ItemNavigation.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/__pycache__/ResultItemWidget.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/__pycache__/SmallResultItemWidget.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/windows/Builder.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/windows/HotkeyDialog.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/windows/PreferencesUlauncherDialog.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/windows/UlauncherWindow.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/windows/WindowHelper.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/windows/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/windows/__pycache__/Builder.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/windows/__pycache__/HotkeyDialog.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/windows/__pycache__/PreferencesUlauncherDialog.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/windows/__pycache__/UlauncherWindow.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/windows/__pycache__/WindowHelper.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/ui/windows/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/AppCacheDb.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/AutostartPreference.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/Path.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/Router.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/Settings.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/SimpleWebSocketServer.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/SortedCollection.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/Theme.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/AppCacheDb.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/AutostartPreference.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/Path.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/Router.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/Settings.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/SimpleWebSocketServer.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/SortedCollection.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/Theme.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/date.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/display.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/file_finder.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/fuzzy_search.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/image_loader.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/mypy_extensions.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/named_tuple_from_dict.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/semver.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/setup_logging.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/string.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/text_highlighter.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/__pycache__/version_cmp.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/date.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/db/KeyValueDb.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/db/KeyValueJsonDb.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/db/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/db/__pycache__/KeyValueDb.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/db/__pycache__/KeyValueJsonDb.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/db/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/decorator/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/decorator/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/decorator/__pycache__/alias.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/decorator/__pycache__/debounce.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/decorator/__pycache__/glib_idle_add.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/decorator/__pycache__/run_async.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/decorator/__pycache__/singleton.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/decorator/alias.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/decorator/debounce.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/decorator/glib_idle_add.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/decorator/run_async.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/decorator/singleton.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/desktop/DesktopParser.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/desktop/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/desktop/__pycache__/DesktopParser.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/desktop/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/desktop/__pycache__/notification.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/desktop/__pycache__/reader.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/desktop/notification.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/desktop/reader.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/display.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/file_finder.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/fuzzy_search.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/image_loader.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/mypy_extensions.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/named_tuple_from_dict.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/semver.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/setup_logging.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/string.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/text_highlighter.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/ulauncher/utils/version_cmp.py</Path>
+ <Path fileType="data">/usr/share/applications/ulauncher.desktop</Path>
+ <Path fileType="data">/usr/share/icons/breeze/apps/48/ulauncher-indicator.svg</Path>
+ <Path fileType="data">/usr/share/icons/elementary/scalable/apps/ulauncher-indicator.svg</Path>
+ <Path fileType="data">/usr/share/icons/gnome/scalable/apps/ulauncher-indicator.svg</Path>
+ <Path fileType="data">/usr/share/icons/gnome/scalable/apps/ulauncher.svg</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/ulauncher-indicator.svg</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/ulauncher.svg</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/ulauncher-indicator.svg</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/ulauncher.svg</Path>
+ <Path fileType="data">/usr/share/icons/ubuntu-mono-dark/scalable/apps/ulauncher-indicator.svg</Path>
+ <Path fileType="data">/usr/share/icons/ubuntu-mono-light/scalable/apps/ulauncher-indicator.svg</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/calculator-icon.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/executable-icon.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/3g2.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/3gp.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/ai.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/air.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/asf.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/avi.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/bib.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/cls.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/csv.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/deb.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/djvu.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/dmg.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/doc.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/docx.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/dwf.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/dwg.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/eps.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/epub.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/exe.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/f.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/f77.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/f90.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/flac.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/flv.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/gif.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/gz.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/ico.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/indd.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/iso.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/jpeg.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/jpg.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/log.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/m4a.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/m4v.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/midi.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/mkv.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/mov.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/mp3.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/mp4.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/mpeg.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/mpg.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/msi.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/odp.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/ods.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/odt.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/oga.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/ogg.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/ogv.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/pdf.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/png.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/pps.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/ppsx.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/ppt.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/pptx.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/psd.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/pub.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/py.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/qt.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/ra.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/ram.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/rar.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/rm.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/rpm.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/rtf.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/rv.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/skp.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/spx.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/sql.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/sty.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/tar.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/tex.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/tgz.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/tiff.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/ttf.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/txt.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/vob.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/wav.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/wmv.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/xls.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/xlsx.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/xml.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/xpi.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/fileicons/zip.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/gear.svg</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/google-search-icon.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/stackoverflow-icon.svg</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/unknown-file-icon.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/media/wikipedia-icon.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/preferences/dist/index.html</Path>
+ <Path fileType="data">/usr/share/ulauncher/preferences/dist/static/css/app.e5888de37a85c38b78481e129d7406b2.css</Path>
+ <Path fileType="data">/usr/share/ulauncher/preferences/dist/static/css/app.e5888de37a85c38b78481e129d7406b2.css.map</Path>
+ <Path fileType="data">/usr/share/ulauncher/preferences/dist/static/font-awesome.min.css</Path>
+ <Path fileType="data">/usr/share/ulauncher/preferences/dist/static/fonts/FontAwesome.otf</Path>
+ <Path fileType="data">/usr/share/ulauncher/preferences/dist/static/fonts/fontawesome-webfont.eot</Path>
+ <Path fileType="data">/usr/share/ulauncher/preferences/dist/static/fonts/fontawesome-webfont.svg</Path>
+ <Path fileType="data">/usr/share/ulauncher/preferences/dist/static/fonts/fontawesome-webfont.ttf</Path>
+ <Path fileType="data">/usr/share/ulauncher/preferences/dist/static/fonts/fontawesome-webfont.woff</Path>
+ <Path fileType="data">/usr/share/ulauncher/preferences/dist/static/fonts/fontawesome-webfont.woff2</Path>
+ <Path fileType="data">/usr/share/ulauncher/preferences/dist/static/js/app.93702a5ce089a3ccbf36.js</Path>
+ <Path fileType="data">/usr/share/ulauncher/preferences/dist/static/js/app.93702a5ce089a3ccbf36.js.map</Path>
+ <Path fileType="data">/usr/share/ulauncher/preferences/dist/static/js/manifest.ee9efd0ad7e1de3c107d.js</Path>
+ <Path fileType="data">/usr/share/ulauncher/preferences/dist/static/js/manifest.ee9efd0ad7e1de3c107d.js.map</Path>
+ <Path fileType="data">/usr/share/ulauncher/styles/preferences.css</Path>
+ <Path fileType="data">/usr/share/ulauncher/themes/adwaita/manifest.json</Path>
+ <Path fileType="data">/usr/share/ulauncher/themes/adwaita/theme-gtk-3.20.css</Path>
+ <Path fileType="data">/usr/share/ulauncher/themes/adwaita/theme.css</Path>
+ <Path fileType="data">/usr/share/ulauncher/themes/dark/manifest.json</Path>
+ <Path fileType="data">/usr/share/ulauncher/themes/dark/theme-gtk-3.20.css</Path>
+ <Path fileType="data">/usr/share/ulauncher/themes/dark/theme.css</Path>
+ <Path fileType="data">/usr/share/ulauncher/themes/light/manifest.json</Path>
+ <Path fileType="data">/usr/share/ulauncher/themes/light/reset.css</Path>
+ <Path fileType="data">/usr/share/ulauncher/themes/light/theme-gtk-3.20.css</Path>
+ <Path fileType="data">/usr/share/ulauncher/themes/light/theme.css</Path>
+ <Path fileType="data">/usr/share/ulauncher/themes/ubuntu/manifest.json</Path>
+ <Path fileType="data">/usr/share/ulauncher/themes/ubuntu/theme-gtk-3.20.css</Path>
+ <Path fileType="data">/usr/share/ulauncher/themes/ubuntu/theme.css</Path>
+ <Path fileType="data">/usr/share/ulauncher/timer-shortcut/timer.png</Path>
+ <Path fileType="data">/usr/share/ulauncher/ui/HotkeyDialog.ui</Path>
+ <Path fileType="data">/usr/share/ulauncher/ui/PreferencesUlauncherDialog.ui</Path>
+ <Path fileType="data">/usr/share/ulauncher/ui/UlauncherWindow.ui</Path>
+ <Path fileType="data">/usr/share/ulauncher/ui/file_item.xml</Path>
+ <Path fileType="data">/usr/share/ulauncher/ui/hotkey_dialog.xml</Path>
+ <Path fileType="data">/usr/share/ulauncher/ui/preferences_ulauncher_dialog.xml</Path>
+ <Path fileType="data">/usr/share/ulauncher/ui/result_item.ui</Path>
+ <Path fileType="data">/usr/share/ulauncher/ui/result_item.xml</Path>
+ <Path fileType="data">/usr/share/ulauncher/ui/small_result_item.ui</Path>
+ <Path fileType="data">/usr/share/ulauncher/ui/ulauncher_window.xml</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2021-08-10</Date>
+ <Version>5.11.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 7:23 PM (2 h, 35 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5809986
Default Alt Text
D11521.diff (46 KB)

Event Timeline