Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11051633
D9186.id22141.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
78 KB
Referenced Files
None
Subscribers
None
D9186.id22141.diff
View Options
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -20,7 +20,9 @@
libcups.so.2
libdbus-1.so.3
libdl.so.2
+libdrm.so.2
libexpat.so.1
+libgbm.so.1
libgcc_s.so.1
libgdk-3.so.0
libgdk_pixbuf-2.0.so.0
@@ -37,5 +39,5 @@
libpthread.so.0
librt.so.1
libsmime3.so
-libuuid.so.1
+libxcb-dri3.so.0
libxcb.so.1
diff --git a/files/riot.desktop b/files/riot.desktop
--- a/files/riot.desktop
+++ b/files/riot.desktop
@@ -1,10 +1,10 @@
[Desktop Entry]
Name=Riot
Comment=A feature-rich client for Matrix.org
-Exec=riot-web %U
+Exec=riot-desktop %U
Terminal=false
Type=Application
Categories=GTK;Network;
-Icon=riot-web
+Icon=riot-desktop
StartupWMClass=riot
MimeType=x-scheme-handler/riot;
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,9 +1,10 @@
name : riot
-version : 1.6.0
-release : 64
+version : 1.6.8
+release : 67
homepage : https://riot.im/
source :
- - https://github.com/vector-im/riot-web/archive/v1.6.0.tar.gz : 0e54adbda71e2d572f1ecdec3a6f07cb6379e5c9f8223bff19580d2e663f50c4
+ - git|https://github.com/vector-im/riot-desktop.git : v1.6.8
+ - git|https://github.com/vector-im/riot-web.git : v1.6.8
license : Apache-2.0
component : network.im
networking : yes
@@ -13,36 +14,50 @@
builddeps :
- pkgconfig(alsa)
- pkgconfig(atk)
+ - pkgconfig(gbm)
- pkgconfig(gconf-2.0)
- pkgconfig(gdk-3.0)
+ - pkgconfig(libdrm)
+ - pkgconfig(libsecret-1)
- pkgconfig(pango)
+ - pkgconfig(sqlcipher)
- pkgconfig(xcomposite)
- pkgconfig(xcursor)
- pkgconfig(xtst)
- pkgconfig(xrandr)
- pkgconfig(xscrnsaver)
+ - cargo
- git
- yarn
rundeps :
- nodejs
+ - libsecret
+ - sqlcipher
setup : |
- yarn
+ # Symlink riot-web to riot-desktop
+ cp -a $sources/riot-web.git riot-web
+
+ # Perform yarn install on both
+ yarn install
+ yarn --cwd riot-web install
build : |
- yarn build
- node_modules/.bin/electron-builder -l --x64 --dir
+ # Build riot-web
+ yarn --cwd riot-web build
+
+ # Build riot-desktop
+ yarn run build:native
+ yarn run build
install : |
install -dm00644 $installdir/usr/bin
install -dm00644 $installdir/usr/share/riot
- cp -Rv electron_app/dist/linux-unpacked/* $installdir/usr/share/riot/
- ln -sv ../share/riot/riot-web $installdir/usr/bin/riot-web
-
- # Install default configuration
- install -Dm00644 electron_app/riot.im/config.json $installdir/usr/share/riot/resources/webapp/
+ cp -Rv dist/linux-unpacked/* $installdir/usr/share/riot/
+ cp -Rv riot-web/webapp $installdir/usr/share/riot/resources/
+ ln -sv ../share/riot/riot-desktop $installdir/usr/bin/riot-desktop
# Install Icons
for icon_size in 16 24 48 64 96 128 256 512
do
- install -Dm00644 electron_app/build/icons/${icon_size}x${icon_size}.png $installdir/usr/share/icons/hicolor/${icon_size}x${icon_size}/apps/riot-web.png
+ install -Dm00644 build/icons/${icon_size}x${icon_size}.png $installdir/usr/share/icons/hicolor/${icon_size}x${icon_size}/apps/riot-desktop.png
done
# Desktop File
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
<Name>riot</Name>
<Homepage>https://riot.im/</Homepage>
<Packager>
- <Name>Thomas Staudinger</Name>
- <Email>Staudi.Kaos@gmail.com</Email>
+ <Name>Silke Hofstra</Name>
+ <Email>silke@slxh.eu</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>network.im</PartOf>
@@ -20,16 +20,16 @@
</Description>
<PartOf>network.im</PartOf>
<Files>
- <Path fileType="executable">/usr/bin/riot-web</Path>
+ <Path fileType="executable">/usr/bin/riot-desktop</Path>
<Path fileType="data">/usr/share/applications/riot.desktop</Path>
- <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/riot-web.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/16x16/apps/riot-web.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/24x24/apps/riot-web.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/256x256/apps/riot-web.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/riot-web.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/512x512/apps/riot-web.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/64x64/apps/riot-web.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/96x96/apps/riot-web.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/riot-desktop.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/16x16/apps/riot-desktop.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/24x24/apps/riot-desktop.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/256x256/apps/riot-desktop.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/riot-desktop.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/512x512/apps/riot-desktop.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/64x64/apps/riot-desktop.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/96x96/apps/riot-desktop.png</Path>
<Path fileType="data">/usr/share/riot/LICENSE.electron.txt</Path>
<Path fileType="data">/usr/share/riot/LICENSES.chromium.html</Path>
<Path fileType="data">/usr/share/riot/chrome-sandbox</Path>
@@ -39,6 +39,8 @@
<Path fileType="data">/usr/share/riot/libEGL.so</Path>
<Path fileType="data">/usr/share/riot/libGLESv2.so</Path>
<Path fileType="data">/usr/share/riot/libffmpeg.so</Path>
+ <Path fileType="data">/usr/share/riot/libvk_swiftshader.so</Path>
+ <Path fileType="data">/usr/share/riot/libvulkan.so</Path>
<Path fileType="data">/usr/share/riot/locales/am.pak</Path>
<Path fileType="data">/usr/share/riot/locales/ar.pak</Path>
<Path fileType="data">/usr/share/riot/locales/bg.pak</Path>
@@ -92,49 +94,77 @@
<Path fileType="data">/usr/share/riot/locales/vi.pak</Path>
<Path fileType="data">/usr/share/riot/locales/zh-CN.pak</Path>
<Path fileType="data">/usr/share/riot/locales/zh-TW.pak</Path>
- <Path fileType="data">/usr/share/riot/natives_blob.bin</Path>
<Path fileType="data">/usr/share/riot/resources.pak</Path>
<Path fileType="data">/usr/share/riot/resources/app.asar</Path>
<Path fileType="data">/usr/share/riot/resources/img/riot.ico</Path>
<Path fileType="data">/usr/share/riot/resources/img/riot.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/0.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/1.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/1.js.LICENSE.txt</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/18.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/19.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/2.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/2.js.LICENSE.txt</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/20.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/21.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/22.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/23.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/24.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/3.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/3.js.LICENSE.txt</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/bundle.css</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/bundle.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/bundle.js.LICENSE.txt</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/error-view.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/indexeddb-worker.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/init.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/jitsi.css</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/jitsi.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/mobileguide.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/riot-web-app.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/riot-web-component-index.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/theme-dark-custom.css</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/theme-dark-custom.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/theme-dark.css</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/theme-dark.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/theme-light-custom.css</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/theme-light-custom.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/theme-light.css</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/theme-light.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/usercontent.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/vendors~init.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/9f769ac7a648e2ec9507/vendors~init.js.LICENSE.txt</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/config.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/0.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/0.js.LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/0.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/1.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/1.js.LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/1.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/18.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/18.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/19.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/19.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/2.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/2.js.LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/2.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/20.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/20.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/21.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/21.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/22.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/22.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/23.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/23.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/24.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/24.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/bundle.css</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/bundle.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/bundle.js.LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/bundle.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/compatibility-view.css</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/compatibility-view.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/compatibility-view.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/error-view.css</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/error-view.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/error-view.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/indexeddb-worker.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/indexeddb-worker.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/init.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/init.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/jitsi.css</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/jitsi.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/jitsi.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/mobileguide.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/mobileguide.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/riot-web-app.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/riot-web-app.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/riot-web-component-index.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/riot-web-component-index.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-dark-custom.css</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-dark-custom.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-dark-custom.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-dark.css</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-dark.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-dark.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-light-custom.css</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-light-custom.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-light-custom.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-light.css</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-light.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-light.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/usercontent.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/usercontent.js.map</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/vendors~init.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/vendors~init.js.LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/vendors~init.js.map</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/contribute.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/decoder-ring/datatypes.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/decoder-ring/decoder.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/decoder-ring/index.html</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlX5qhExfHwNJU.2aafaa1.woff2</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlZ5qhExfHw.5476fd3.woff2</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/fonts/Inconsolata/QldXNThLqRwH-OJ1UHjlKGHiw71n5_zaDpwm80E.6bc411a.woff2</Path>
@@ -142,80 +172,61 @@
<Path fileType="data">/usr/share/riot/resources/webapp/fonts/Nunito/Nunito-Bold.e0e8a9f.ttf</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/fonts/Nunito/Nunito-Regular.73a8196.ttf</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/fonts/Nunito/Nunito-SemiBold.bca2d7f.ttf</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.9efd56e.woff2</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.661486d.woff2</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/bg.8842b5a.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/ca.11949b5.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/cs.3215b18.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/da.74dcb49.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/de_DE.0d8981b.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.5bb743a.woff2</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.fb38407.woff2</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/bg.66ce825.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/ca.d044f48.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/cs.e887cd0.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/da.df3bb02.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/de_DE.8787524.json</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/i18n/el.7931f0a.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/en_EN.cf4c8f7.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/en_EN.baf9b8d.json</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/i18n/en_US.a184179.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/eo.2f49867.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/es.c364303.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/eu.a3b1800.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/fi.89d0770.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/fr.628f51e.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/gl.c48c6c2.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/eo.d83cc8d.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/es.dede76a.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/eu.1290cfa.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/fi.ac9b755.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/fr.bbde975.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/gl.d0ef65b.json</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/i18n/hi.ba508df.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/hu.6083bc5.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/hu.6071f78.json</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/i18n/is.96aa7fe.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/it.04cab02.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/ja.ec75caa.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/ko.6a9e901.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/languages.869f4d0.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/it.64fac0f.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/ja.58a967a.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/ko.fb007c5.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/languages.80b8c5c.json</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/i18n/languages.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/lt.5927cb6.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/lv.eafc8e2.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/nb_NO.a2c50ac.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/nl.9de2f1b.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/nn.d35571d.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/pl.64c1686.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/lt.f6984d8.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/lv.2bb7473.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/nb_NO.f071d9f.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/nl.a8de9a9.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/nn.b80e502.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/pl.8cb8a57.json</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/i18n/pt.f8b4cb7.json</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/i18n/pt_BR.71660ca.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/ru.b00c38f.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/sk.bfba497.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/sq.c86b65e.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/ru.d202aab.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/sk.a8c0466.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/sq.c2ead2a.json</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/i18n/sr.ad8a866.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/sv.6f4fd6f.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/sv.5ad232a.json</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/i18n/te.239e9d4.json</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/i18n/th.f35ca86.json</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/i18n/tr.4e5769e.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/uk.df4ae53.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/uk.7188587.json</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/i18n/vls.720e7c0.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/zh_Hans.d3247db.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/zh_Hant.802999a.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/03b381.887c3ca.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/368bd6.2349bd1.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/ac3ba8.4aa77aa.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/attach.714a4af.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/call.4052211.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/zh_Hans.38dc195.json</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/i18n/zh_Hant.41cfc96.json</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/camera.2f271b6.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/cancel-black.49e1227.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/cancel-black2.c44b7c1.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/cancel-red.3d9df3d.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/cancel-small.495f44c.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/cancel-white.3709ff3.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/cancel.2e55c0d.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/cancel.4b9715b.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/chevron-left.82128ee.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/chevron-right.0070bb4.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/chevron.dc904f3.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/close-white.599b6df.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/create-big.216a289.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/create-big.950d607.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/create.34f2fb7.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/delete.cfc6d24.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/directory-big.cc09e49.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/download.4f331f0.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/download.62b8bed.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/e2e/blacklisted.74ba193.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/e2e/lock-warning-filled.993fb6c.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/e2e/normal.38c8458.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/e2e/verified.fb77c33.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/e2e/warning.2d79aff.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/edit.1db23b7.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/edit.27a8059.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/ellipsis.c2118e5.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/emojipicker/activity.921ec9f.svg</Path>
@@ -232,12 +243,20 @@
<Path fileType="data">/usr/share/riot/resources/webapp/img/emojipicker/symbols.15a557d.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/explore.32f6303.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/external-link.a8d3e9b.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/alert-triangle.38aca3a.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/archive.97582ec.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/arrow-down.15251d3.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/bridge.b2ca042.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/brush.6352c79.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/cancel.23c2689.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/check.5745b4e.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/chevron-down.537efce.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/chevron-right.9c59704.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/chevron-up.90f4709.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/compass.1d4ab08.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/dropdown-arrow.1a22ebc.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/edit.fd55ec2.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/emoji3.custom.f110fcb.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/explore.a5769bb.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/eye.52aa0d2.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/face.34d1316.svg</Path>
@@ -255,18 +274,25 @@
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/lock.9b2b399.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/message-circle.b70b8d6.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/monitor.f07f712.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/more-horizontal.f0e83cb.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/notifications.51febb7.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/paperclip.a368eb9.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/phone.87241fa.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/plus.38ae979.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/search-input.044bfa7.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/search.28e7db7.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/secure-backup.329cb1c.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/secure-phrase.a9d3725.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/settings.cc405e6.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/share.9dc5acb.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/sign-in.7022ff3.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/sign-out.fa2d962.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/sliders.c04972d.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/smartphone.93bb43c.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/star.ac8ea21.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/sticker.custom.7592e02.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/sun.eafa19d.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/trash.custom.1e6ecd4.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/upload.a4ce82a.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/user-add.f517c01.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/user.7a4d23d.svg</Path>
@@ -277,267 +303,15 @@
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/widget/maximise.dc32127.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/widget/minimise.aec9142.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/x.9662221.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/file.44feb3e.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/filegrid.d60a2ce.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/fileicon.a04644a.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/filelist.9a66693.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/files.007db3a.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/AD.b20917e.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/AE.4ff42ac.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/AF.e369451.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/AG.8ffe9c5.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/AI.56a842f.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/AL.5420556.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/AM.4ea6eb5.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/AO.29ccc70.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/AQ.a3f4d16.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/AR.461d337.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/AS.bff1825.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/AT.b4d4f35.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/AU.e8df0e1.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/AW.f35b876.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/AX.f8dce94.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/AZ.97a37a9.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BA.252eb01.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BB.c7a0d2e.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BD.188e1ec.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BE.09bbba7.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BF.82e7a1d.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BG.cf8a030.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BH.29d16f5.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BI.9d7f420.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BJ.7bd9d4c.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BL.eb77708.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BM.840a1f4.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BN.fec59b5.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BO.64d89dc.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BQ.f9db532.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BR.8e1d47b.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BS.8699015.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BT.e0697c7.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BV.f24fdc2.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BW.9338789.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BY.d4b7a07.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/BZ.4730087.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CA.17ef24f.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CC.9b5f975.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CD.3f8ba92.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CF.26f8c8a.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CG.2308cc7.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CH.051b276.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CI.f0a4a32.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CK.de5a831.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CL.7657974.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CM.b53a3f5.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CN.2564087.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CO.84ceb1d.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CR.5fb2f06.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CU.9b6e992.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CV.ae86343.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CW.cb93a9a.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CX.3290541.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CY.a52dad2.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/CZ.f8e07d2.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/DE.e4790ff.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/DJ.9fdcbac.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/DK.a30053a.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/DM.31eb095.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/DO.5dd522e.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/DZ.e03620b.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/EC.f44b301.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/EE.c17ece9.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/EG.d92a29b.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/EH.821c7e1.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/ER.98c02cd.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/ES.10d63db.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/ET.d8eeaef.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/FI.4fb83a3.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/FJ.b7f1d1e.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/FK.69a3418.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/FM.44f247c.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/FO.5b948c0.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/FR.eb77708.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GA.2d6ac8a.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GB.5a4fec2.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GD.903fe66.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GE.93fd053.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GF.f9cd69e.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GG.4ab8b43.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GH.13ac7cc.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GI.fea07b9.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GL.0581b2c.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GM.5181e38.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GN.81c74d2.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GP.b0fe617.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GQ.08498f9.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GR.f653316.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GS.6e92918.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GT.55c941d.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GU.192f08e.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GW.c92da4e.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/GY.1313a7c.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/HK.c14d3f7.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/HM.e8df0e1.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/HN.bdbdaf8.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/HR.baf1363.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/HT.ad8e6fd.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/HU.145d10a.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/ID.b0642a8.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/IE.a22997c.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/IL.b71a8cf.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/IM.f912b7a.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/IN.5066387.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/IO.1498d85.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/IQ.793d689.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/IR.28848ac.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/IS.e6aa918.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/IT.36385a9.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/JE.cb6a51d.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/JM.f82c626.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/JO.f226a55.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/JP.5702fe2.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/KE.bc421f0.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/KG.6f69b51.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/KH.5989492.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/KI.b89fedc.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/KM.69cf119.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/KN.13ddd2f.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/KP.3bd86b3.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/KR.7e83001.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/KW.8ec6e2c.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/KY.ec197b2.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/KZ.c105dab.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/LA.2856a6d.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/LB.18e49e9.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/LC.5f0dc5a.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/LI.b568bc0.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/LK.8205129.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/LR.cd565a5.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/LS.39647ea.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/LT.80eb968.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/LU.dd87418.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/LV.7ceac79.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/LY.1ddc328.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MA.8dec967.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MC.396cd4a.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MD.1abb1cc.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/ME.7054be1.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MF.eb77708.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MG.729aba3.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MH.bb4b9d4.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MK.1d50659.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/ML.6217ef5.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MM.37c1518.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MN.82de49b.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MO.d4eac94.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MP.9961559.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MQ.8d85548.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MR.b2b167b.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MS.700755b.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MT.32eba2a.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MU.3b57dcb.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MV.c8960c1.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MW.ce384b7.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MX.5ced984.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MY.48c1a0c.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/MZ.1ba782c.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/NA.72c1ee9.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/NC.8482a61.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/NE.29cd5f6.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/NF.f036025.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/NG.c17ec02.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/NI.49391ad.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/NL.f9db532.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/NO.f24fdc2.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/NP.e8691fb.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/NR.628ddba.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/NU.9a77dd2.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/NZ.c045ba5.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/OM.9bcb720.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/PA.ec2529e.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/PE.ee275ee.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/PF.856b112.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/PG.f435b0c.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/PH.f787e5e.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/PK.721398c.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/PL.f6e5ef1.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/PM.20673e4.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/PN.75cf41b.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/PR.a206df0.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/PS.575d2cd.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/PT.3b96200.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/PW.e1f0248.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/PY.d2261c0.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/QA.8730854.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/RE.eb77708.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/RO.aa9d7ac.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/RS.78abc75.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/RU.c95849b.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/RW.7ade346.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SA.b02ee99.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SB.5550c69.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SC.efb836f.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SD.38ae49b.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SE.84e7b45.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SG.97e190b.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SH.1f71963.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SI.ff4013b.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SJ.f24fdc2.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SK.af77361.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SL.ff06606.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SM.895a723.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SN.aec5b10.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SO.11ac77a.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SR.3929da9.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SS.ba2b908.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/ST.0cf97a4.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SV.155e6a7.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SX.a959e40.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SY.200f38a.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/SZ.a3a45f3.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/TC.dea8f01.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/TD.4b6c185.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/TF.eb77708.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/TG.4278556.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/TH.7d11409.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/TJ.b2303cc.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/TK.09871f8.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/TL.6b8115b.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/TM.719b031.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/TN.58b2065.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/TO.bded0d1.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/TR.ebdfbab.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/TT.cf3c1a5.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/TV.cd17b9f.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/TW.946fea0.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/TZ.8ccab05.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/UA.b463046.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/UG.3b301f8.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/US.982e6f9.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/UY.12e4301.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/UZ.cadf94d.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/VA.345a700.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/VC.9434d08.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/VE.1319ff1.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/VG.6899896.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/VI.3d149d6.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/VN.ea2caec.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/VU.61e90ff.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/WF.12bfd41.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/WS.bf46e06.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/YE.3a76dc4.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/YT.6a918cf.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/ZA.1ae8fe0.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/ZM.12e45bf.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/flags/ZW.e64ce22.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/format/bold.38e6779.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/format/code.ea9f385.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/format/italics.4e279d1.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/format/quote.5843424.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/format/strikethrough.bac51cb.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/fullscreen.dbcb0c8.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/globe.83bc76a.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/hangup.a9def68.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/hide.057fe0e.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/icon-address-delete.40c8a04.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/icon-context-mute-mentions.266796b.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/icon-context-mute-off-copy.8b8d189.svg</Path>
@@ -559,7 +333,6 @@
<Path fileType="data">/usr/share/riot/resources/webapp/img/icon_context_person.034a4b2.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/icon_context_person_on.4f0232f.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/icon_copy_message.f2eab28.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon_person.6a32066.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/icons-close.11ff07c.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/icons-create-room.817ede2.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/icons-directory.a0cc9b7.svg</Path>
@@ -570,21 +343,14 @@
<Path fileType="data">/usr/share/riot/resources/webapp/img/icons-room-nobg.a6a494e.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/icons-share.c75982d.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/icons-show-stickers.4e420bf.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/info.56673bb.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/leave.96c4dc4.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/list-close.b9b9f76.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/list-open.6d0c059.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/markdown.6905ba8.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/matrix-m.1c6d6a7.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/matrix-org-bw-logo.e8617d8.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/member_chevron.4163a20.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/menu.e7371a9.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/minimise.871d2de.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/modular-bw-logo.8aac5a1.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/newmessages.972e9a3.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/notif-active.6d534cc.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/notif-slider.e648344.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/placeholder.b945544.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/plus.53bc1d6.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/react.5d59311.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/reply.488cf91.svg</Path>
@@ -593,38 +359,24 @@
<Path fileType="data">/usr/share/riot/resources/webapp/img/rotate-ccw.96d36a7.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/rotate-cw.b6a9518.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/search-icon-vector.c463bb6.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/search.0323348.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/selected.f0a69a0.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/settings-big.bb25bab.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/settings.78c255a.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/social/email-1.1134895.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/social/facebook.d547f79.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/social/linkedin.ab157f6.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/social/reddit.eeab8e6.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/social/twitter-2.6517b36.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/sound-indicator.ac4bf8d.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/img/spinner.07b8b88.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/spinner.0b29ec9.gif</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/stickerpack-placeholder.9c54c13.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/tick.fc8e192.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/trans.0a14f5e.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/typing-indicator-2x.0eb9f0e.gif</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/typing.4cbf14f.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/upload-big.4e229de.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/upload-big.51a2e5d.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/upload.6ac72f0.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/video-mute.2546e5c.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/video-unmute.952e3b6.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/video.56b0867.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/voice-mute.c18eed0.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/voice-unmute.a571f7e.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/voice.8c18474.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/voip-chevron.bbab537.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/voip-mute.460ba6a.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/voip.286bad4.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/img/warning.05cc423.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/warning.24ba73b.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/warning2.0a978e0.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/zoom.710afe1.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/index.html</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/jitsi.html</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/jitsi_external_api.min.js</Path>
@@ -642,48 +394,67 @@
<Path fileType="data">/usr/share/riot/resources/webapp/mobile_guide/index.html</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/olm.35f4ef0.wasm</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/olm_legacy.js</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/static/incompatible-browser.html</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/static/unable-to-load.html</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/sw.js</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/backgrounds/valley.jpg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/download/apple.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/download/fdroid.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/download/google.svg</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/logos/opengraph.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/logos/riot-im-logo-black-text.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/logos/riot-im-logo-black-text.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/logos/riot-im-logo.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/logos/riot-im-logo.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/logos/riot-logo.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/usercontent/index.html</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/20522817-fde7-6a88-54a9-496b1c8aee53.webPlatform.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/20587a91-30e9-d583-2b9b-5c4c2aca967f.webPlatform.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/32aa4ec4-8b3f-d7b8-e2df-a49ba887199a.webPlatform.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/4168a7e5-9d94-e9a3-4e60-45a58cc8ee4e.webPlatform.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/4f4b5190-3b9c-9173-3118-442179ae62d4.webPlatform.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/552c9d70-ff13-2235-8ef9-00db0d2fda0c.webPlatform.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/5c925eef-dd2e-aa16-b6d4-13c90b81af1f.webPlatform.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/627721aa-5331-ded6-b4a5-0bb4799985ee.webPlatform.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/89ac632f-d735-868d-4b9b-cfe32121294c.webPlatform.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/8f19f71b-ab84-4fe7-1866-8ee9fb1362da.webPlatform.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/a2e91e68-aa4e-45e7-e5e6-951e1d314675.webPlatform.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/android-chrome-144x144.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/android-chrome-192x192.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/android-chrome-36x36.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/android-chrome-48x48.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/android-chrome-72x72.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/android-chrome-96x96.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-114x114.4aee22f.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-114x114.90ee055.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-114x114.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-120x120.75d66b7.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-120x120.efb825d.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-120x120.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-144x144.6e5f577.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-144x144.22c7dba.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-144x144.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-152x152.cab4406.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-152x152.619b458.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-152x152.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-180x180.e6a28d9.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-180x180.a6f14e2.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-180x180.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-57x57.4bf468f.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-57x57.250bbfd.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-57x57.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-60x60.85233d3.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-60x60.4d632a0.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-60x60.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-72x72.d028099.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-72x72.e93344d.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-72x72.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-76x76.3c0cfb0.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-76x76.bfcf806.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-76x76.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-precomposed.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/b3624ff1-eaf4-1082-4923-949bc8eb40ef.webPlatform.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/browserconfig.e54b06e.xml</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/browserconfig.xml</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/dd73cdd3-17c4-9b33-81b8-4789b7a4a250.webPlatform.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/favicon-16x16.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/favicon-32x32.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/favicon-96x96.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/favicon.4535157.ico</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/favicon.ico</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/mstile-144x144.6e5f577.png</Path>
+ <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/mstile-144x144.22c7dba.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/mstile-144x144.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/mstile-150x150.png</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/mstile-310x150.png</Path>
@@ -696,21 +467,21 @@
<Path fileType="data">/usr/share/riot/resources/webapp/welcome/images/icon-sign-in.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/welcome/images/logo.svg</Path>
<Path fileType="data">/usr/share/riot/resources/webapp/welcome/images/matrix.svg</Path>
- <Path fileType="data">/usr/share/riot/riot-web</Path>
+ <Path fileType="data">/usr/share/riot/riot-desktop</Path>
<Path fileType="data">/usr/share/riot/snapshot_blob.bin</Path>
<Path fileType="data">/usr/share/riot/swiftshader/libEGL.so</Path>
<Path fileType="data">/usr/share/riot/swiftshader/libGLESv2.so</Path>
- <Path fileType="data">/usr/share/riot/swiftshader/libvk_swiftshader.so</Path>
<Path fileType="data">/usr/share/riot/v8_context_snapshot.bin</Path>
+ <Path fileType="data">/usr/share/riot/vk_swiftshader_icd.json</Path>
</Files>
</Package>
<History>
- <Update release="64">
- <Date>2020-05-20</Date>
- <Version>1.6.0</Version>
+ <Update release="67">
+ <Date>2020-07-04</Date>
+ <Version>1.6.8</Version>
<Comment>Packaging update</Comment>
- <Name>Thomas Staudinger</Name>
- <Email>Staudi.Kaos@gmail.com</Email>
+ <Name>Silke Hofstra</Name>
+ <Email>silke@slxh.eu</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 8:10 PM (2 h, 48 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5830675
Default Alt Text
D9186.id22141.diff (78 KB)
Attached To
Mode
D9186: Update Riot to riot-desktop v1.6.8
Attached
Detach File
Event Timeline
Log In to Comment