AppImageCrafters / appimage-builder

GNU/Linux packaging solution using the AppImage format
MIT License
308 stars 58 forks source link

appimage-builder wants to be run as root because of `pacman -Fy` #310

Open solsticedhiver opened 1 year ago

solsticedhiver commented 1 year ago

I am trying to run appimage-builder --generate and this leads to:

$ appimage-builder --generate
INFO:Generator:Searching AppDir
? ID [Eg: com.example.app]: com.example.flarte
? Application Name: Flarte
? Icon: application-vnd.appimage
? Executable path relative to AppDir [usr/bin/app]: flarte
? Arguments [Default: $@]: $@
? Version [Eg: 1.0.0]: 0.1.0
? Update Information [Default: guess]: guess
? Architecture: x86_64
INFO:AppRuntimeAnalyser:/tmp/.mount_appimawzzv2Y/usr/bin/strace -f -E LD_LIBRARY_PATH=/tmp/AppDir/lib -e trace=openat --status=successful /tmp/AppDir/flarte $@
WARNING:AppRuntimeAnalyser:/tmp/.mount_appimawzzv2Y/usr/bin/strace -f -E LD_LIBRARY_PATH=/tmp/AppDir/lib -e trace=openat --status=successful /tmp/AppDir/flarte $@ exited with code 127
WARNING:AppRuntimeAnalyser:This may produce an incomplete/wrong recipe. Please make sure that the application runs properly.
INFO:AppRuntimeAnalyser:Reading PT_INTERP from executables
INFO:FilePackageResolver:/usr/bin/pacman -Fy /lib64/ld-linux-x86-64.so.2
error: you cannot perform this operation unless you are root.
INFO:Generator:Recipe generation completed.

I don't want to run this tool a root.

If the tool wants me to update the pacman search db then it can ask me to run pacman -Fy

  1. It is wrong, that is it attempts to run the update (using pacman -Fy) for doing a simple search
  2. /usr/bin/pacman -F /lib64/ld-linux-x86-64.so.2 (note I have remove the y), will always return empty. Because there is no such file on archlinux because /lib64 is a symlink to /usr/lib, so it will always fail
azubieta commented 1 year ago

Sorry about that. The tool is not meant to be run as root but out Archlinux knowledge is limited. It would be great if you could provide a solution to find the packages that provide a given package without root.

Sadly our time is quite limited so feel free to send a PR if you can.

solsticedhiver commented 1 year ago

Like I said (but may be I was not clear enough), just use pacman -F without the y. the y option is meant to update the database, that only root can do. To do a search only -F is needed.

and to really get an output from pacman -F about ld-linux-x86-64.so may be follow the link first

hence use, something like that:

pacman -F `readlink -f /lib64/ld-linux-x86-64.so.2`

which gives

usr/lib/ld-linux-x86-64.so.2 is owned by core/glibc 2.37-2
Salamandar commented 1 year ago

@azubieta This issue is really blocking appimage-builder on Archlinux. Could you please fix it ? Or maybe you could send us a testing binary to check that the workaround provided by @solsticedhiver works fine :)

azubieta commented 1 year ago

@solsticedhiver we can do as you propose. Will do the changes and create a new release.

solsticedhiver commented 1 year ago

does this mean I have to do a PR? I don't know your code

azubieta commented 1 year ago

@solsticedhiver right now I'm quite short of time so it may take me some time to get it done. But you could take a dive into the code if you want to.

Here is a link to the line where it's done: https://github.com/AppImageCrafters/appimage-builder/blob/f38699ef3644fa5409a5a262b7b6d99d6fb85db9/appimagebuilder/modules/generate/package_managers/pacman/file_package_resolver.py#L39

solsticedhiver commented 1 year ago

I can't promise anything. First look on your code, I am already spotting a problem. you are parsing the output of pacman -Qo while running pacman -Fy (which should be pacman -F)

solsticedhiver commented 1 year ago

Also, you seem to already run pacman -Sy with fakeroot which gives no problem. pacman -Sy requires root privilege, but fakeroot does the job.

So if you want, you can do the same and run pacman -Fy with fakeroot... That should "fix" or work-around that issue.

I am not gonna invest time to fix that. I don't use appimage-builder.

Luciogi commented 1 year ago

command = "{pacman} -Qo {files}"

shell is unable to handle this one liner argument

/usr/lib/libgtk-3.so.0 /usr/lib/libgdk-3.so.0 /usr/lib/libgio-2.0.so.0 /usr/lib/libgobject-2.0.so.0 /usr/lib/libglib-2.0.so.0 /usr/lib/libstdc++.so.6 /usr/lib/libgcc_s.so.1 /usr/lib/libc.so.6 /usr/lib/libm.so.6 /usr/lib/libsecret-1.so.0 /usr/lib/libjsoncpp.so.25 /usr/lib/libgdk_pixbuf-2.0.so.0 /usr/lib/libdl.so.2 /usr/lib/libatk-1.0.so.0 /usr/lib/libepoxy.so.0 /usr/lib/libpthread.so.0 /usr/lib/libgmodule-2.0.so.0 /usr/lib/libpangocairo-1.0.so.0 /usr/lib/libpango-1.0.so.0 /usr/lib/libharfbuzz.so.0 /usr/lib/libcairo.so.2 /usr/lib/libpangoft2-1.0.so.0 /usr/lib/libfontconfig.so.1 /usr/lib/libfribidi.so.0 /usr/lib/libcairo-gobject.so.2 /usr/lib/libXi.so.6 /usr/lib/libX11.so.6 /usr/lib/libatk-bridge-2.0.so.0 /usr/lib/libcloudproviders.so.0 /usr/lib/libXfixes.so.3 /usr/lib/libxkbcommon.so.0 /usr/lib/libwayland-client.so.0 /usr/lib/libwayland-cursor.so.0 /usr/lib/libwayland-egl.so.1 /usr/lib/libXext.so.6 /usr/lib/libXcursor.so.1 /usr/lib/libXdamage.so.1 /usr/lib/libXcomposite.so.1 /usr/lib/libXrandr.so.2 /usr/lib/libXinerama.so.1 /usr/lib/libz.so.1 /usr/lib/libmount.so.1 /usr/lib/libffi.so.8 /usr/lib/libpcre2-8.so.0 /usr/lib/libgcrypt.so.20 /usr/lib/libtss2-esys.so.0 /usr/lib/libtss2-mu.so.0 /usr/lib/libtss2-rc.so.0 /usr/lib/libtss2-tctildr.so.0 /usr/lib/libpng16.so.16 /usr/lib/libjpeg.so.8 /usr/lib/libtiff.so.6 /usr/lib/libthai.so.0 /usr/lib/libfreetype.so.6 /usr/lib/libgraphite2.so.3 /usr/lib/libXrender.so.1 /usr/lib/libxcb.so.1 /usr/lib/libxcb-render.so.0 /usr/lib/libxcb-shm.so.0 /usr/lib/libpixman-1.so.0 /usr/lib/libexpat.so.1 /usr/lib/libatspi.so.0 /usr/lib/libdbus-1.so.3 /usr/lib/libblkid.so.1 /usr/lib/libgpg-error.so.0 /usr/lib/libcrypto.so.3 /usr/lib/libtss2-sys.so.1 /usr/lib/libzstd.so.1 /usr/lib/liblzma.so.5 /usr/lib/libdatrie.so.1 /usr/lib/libbz2.so.1.0 /usr/lib/libbrotlidec.so.1 /usr/lib/libXau.so.6 /usr/lib/libXdmcp.so.6 /usr/lib/libelogind.so.0 /usr/lib/libbrotlicommon.so.1 /usr/lib/libcap.so.2 /usr/lib/locale/locale-archive /usr/share/locale/locale.alias /usr/share/locale/en/LC_MESSAGES/gtk30.mo /usr/share/locale/en/LC_MESSAGES/gtk30-properties.mo /usr/lib/gio/modules/libdconfsettings.so /usr/share/icons/breeze_cursors/cursors///00000000000000020006000e7e9ffc3f /usr/share/icons/breeze_cursors/cursors///00008160000006810000408080010102 /usr/share/icons/breeze_cursors/cursors///03b6e0fcb3499374a867c041f52298f0 /usr/share/icons/breeze_cursors/cursors///08e8e1c95fe2fc01f976f1e063a24ccd /usr/share/icons/breeze_cursors/cursors///1081e37283d90000800003c07f3ef6bf /usr/share/icons/breeze_cursors/cursors///3085a0e285430894940527032f8b26df /usr/share/icons/breeze_cursors/cursors///3ecb610c1bf2410f44200f48c40d3599 /usr/share/icons/breeze_cursors/cursors///4498f0e0c1937ffe01fd06f973665830 /usr/share/icons/breeze_cursors/cursors///5c6cd98b3f3ebcb1f9c7f1c204630408 /usr/share/icons/breeze_cursors/cursors///6407b0e94181790501fd1e167b474872 /usr/share/icons/breeze_cursors/cursors///640fb0e74195791501fd1ed57b41487f /usr/share/icons/breeze_cursors/cursors///9081237383d90e509aa00f00170e968f /usr/share/icons/breeze_cursors/cursors///9d800788f1b08800ae810202380a0822 /usr/share/icons/breeze_cursors/cursors///a2a266d0498c3104214a47bd64ab0fc8 /usr/share/icons/breeze_cursors/cursors///alias /usr/share/icons/breeze_cursors/cursors///all-scroll /usr/share/icons/breeze_cursors/cursors///arrow /usr/share/icons/breeze_cursors/cursors///b66166c04f8c3109214a4fbd64a50fc8 /usr/share/icons/breeze_cursors/cursors///bottom_left_corner /usr/share/icons/breeze_cursors/cursors///bottom_right_corner /usr/share/icons/breeze_cursors/cursors///bottom_side /usr/share/icons/breeze_cursors/cursors///cell /usr/share/icons/breeze_cursors/cursors///center_ptr /usr/share/icons/breeze_cursors/cursors///circle /usr/share/icons/breeze_cursors/cursors///closedhand /usr/share/icons/breeze_cursors/cursors///col-resize /usr/share/icons/breeze_cursors/cursors///color-picker /usr/share/icons/breeze_cursors/cursors///context-menu /usr/share/icons/breeze_cursors/cursors///copy /usr/share/icons/breeze_cursors/cursors///cross /usr/share/icons/breeze_cursors/cursors///crossed_circle /usr/share/icons/breeze_cursors/cursors///crosshair /usr/share/icons/breeze_cursors/cursors///d9ce0ab605698f320427677b458ad60b /usr/share/icons/breeze_cursors/cursors///default /usr/share/icons/breeze_cursors/cursors///dnd-copy /usr/share/icons/breeze_cursors/cursors///dnd-move /usr/share/icons/breeze_cursors/cursors///dnd-no-drop /usr/share/icons/breeze_cursors/cursors///dnd-none /usr/share/icons/breeze_cursors/cursors///down-arrow /usr/share/icons/breeze_cursors/cursors///draft /usr/share/icons/breeze_cursors/cursors///e-resize /usr/share/icons/breeze_cursors/cursors///e29285e634086352946a0e7090d73106 /usr/share/icons/breeze_cursors/cursors///ew-resize /usr/share/icons/breeze_cursors/cursors///fcf21c00b30f7e3f83fe0dfd12e71cff /usr/share/icons/breeze_cursors/cursors///fleur /usr/share/icons/breeze_cursors/cursors///forbidden /usr/share/icons/breeze_cursors/cursors///grab /usr/share/icons/breeze_cursors/cursors///grabbing /usr/share/icons/breeze_cursors/cursors///h_double_arrow /usr/share/icons/breeze_cursors/cursors///half-busy /usr/share/icons/breeze_cursors/cursors///hand1 /usr/share/icons/breeze_cursors/cursors///hand2 /usr/share/icons/breeze_cursors/cursors///help /usr/share/icons/breeze_cursors/cursors///ibeam /usr/share/icons/breeze_cursors/cursors///left-arrow /usr/share/icons/breeze_cursors/cursors///left_ptr /usr/share/icons/breeze_cursors/cursors///left_ptr_help /usr/share/icons/breeze_cursors/cursors///left_ptr_watch /usr/share/icons/breeze_cursors/cursors///left_side /usr/share/icons/breeze_cursors/cursors///link /usr/share/icons/breeze_cursors/cursors///move /usr/share/icons/breeze_cursors/cursors///n-resize /usr/share/icons/breeze_cursors/cursors///ne-resize /usr/share/icons/breeze_cursors/cursors///nesw-resize /usr/share/icons/breeze_cursors/cursors///no-drop /usr/share/icons/breeze_cursors/cursors///not-allowed /usr/share/icons/breeze_cursors/cursors///ns-resize /usr/share/icons/breeze_cursors/cursors///nw-resize /usr/share/icons/breeze_cursors/cursors///nwse-resize /usr/share/icons/breeze_cursors/cursors///openhand /usr/share/icons/breeze_cursors/cursors///pencil /usr/share/icons/breeze_cursors/cursors///pirate /usr/share/icons/breeze_cursors/cursors///plus /usr/share/icons/breeze_cursors/cursors///pointer /usr/share/icons/breeze_cursors/cursors///pointing_hand /usr/share/icons/breeze_cursors/cursors///progress /usr/share/icons/breeze_cursors/cursors///question_arrow /usr/share/icons/breeze_cursors/cursors///right-arrow /usr/share/icons/breeze_cursors/cursors///right_ptr /usr/share/icons/breeze_cursors/cursors///right_side /usr/share/icons/breeze_cursors/cursors///row-resize /usr/share/icons/breeze_cursors/cursors///s-resize /usr/share/icons/breeze_cursors/cursors///sb_h_double_arrow /usr/share/icons/breeze_cursors/cursors///sb_v_double_arrow /usr/share/icons/breeze_cursors/cursors///se-resize /usr/share/icons/breeze_cursors/cursors///size-bdiag /usr/share/icons/breeze_cursors/cursors///size-fdiag /usr/share/icons/breeze_cursors/cursors///size-hor /usr/share/icons/breeze_cursors/cursors///size-ver /usr/share/icons/breeze_cursors/cursors///size_all /usr/share/icons/breeze_cursors/cursors///size_bdiag /usr/share/icons/breeze_cursors/cursors///size_fdiag /usr/share/icons/breeze_cursors/cursors///size_hor /usr/share/icons/breeze_cursors/cursors///size_ver /usr/share/icons/breeze_cursors/cursors///split_h /usr/share/icons/breeze_cursors/cursors///split_v /usr/share/icons/breeze_cursors/cursors///sw-resize /usr/share/icons/breeze_cursors/cursors///tcross /usr/share/icons/breeze_cursors/cursors///text /usr/share/icons/breeze_cursors/cursors///top_left_arrow /usr/share/icons/breeze_cursors/cursors///top_left_corner /usr/share/icons/breeze_cursors/cursors///top_right_corner /usr/share/icons/breeze_cursors/cursors///top_side /usr/share/icons/breeze_cursors/cursors///up-arrow /usr/share/icons/breeze_cursors/cursors///v_double_arrow /usr/share/icons/breeze_cursors/cursors///vertical-text /usr/share/icons/breeze_cursors/cursors///w-resize /usr/share/icons/breeze_cursors/cursors///wait /usr/share/icons/breeze_cursors/cursors///watch /usr/share/icons/breeze_cursors/cursors///wayland-cursor /usr/share/icons/breeze_cursors/cursors///whats_this /usr/share/icons/breeze_cursors/cursors///x-cursor /usr/share/icons/breeze_cursors/cursors///xterm /usr/share/icons/breeze_cursors/cursors///zoom-in /usr/share/icons/breeze_cursors/cursors///zoom-out /usr/share/icons/breeze_cursors//index.theme /usr/share/icons/breeze_cursors/cursors///00000000000000020006000e7e9ffc3f /usr/share/icons/breeze_cursors/cursors///00008160000006810000408080010102 /usr/share/icons/breeze_cursors/cursors///03b6e0fcb3499374a867c041f52298f0 /usr/share/icons/breeze_cursors/cursors///08e8e1c95fe2fc01f976f1e063a24ccd /usr/share/icons/breeze_cursors/cursors///1081e37283d90000800003c07f3ef6bf /usr/share/icons/breeze_cursors/cursors///3085a0e285430894940527032f8b26df /usr/share/icons/breeze_cursors/cursors///3ecb610c1bf2410f44200f48c40d3599 /usr/share/icons/breeze_cursors/cursors///4498f0e0c1937ffe01fd06f973665830 /usr/share/icons/breeze_cursors/cursors///5c6cd98b3f3ebcb1f9c7f1c204630408 /usr/share/icons/breeze_cursors/cursors///6407b0e94181790501fd1e167b474872 /usr/share/icons/breeze_cursors/cursors///640fb0e74195791501fd1ed57b41487f /usr/share/icons/breeze_cursors/cursors///9081237383d90e509aa00f00170e968f /usr/share/icons/breeze_cursors/cursors///9d800788f1b08800ae810202380a0822 /usr/share/icons/breeze_cursors/cursors///a2a266d0498c3104214a47bd64ab0fc8 /usr/share/icons/breeze_cursors/cursors///alias /usr/share/icons/breeze_cursors/cursors///all-scroll /usr/share/icons/breeze_cursors/cursors///arrow /usr/share/icons/breeze_cursors/cursors///b66166c04f8c3109214a4fbd64a50fc8 /usr/share/icons/breeze_cursors/cursors///bottom_left_corner /usr/share/icons/breeze_cursors/cursors///bottom_right_corner /usr/share/icons/breeze_cursors/cursors///bottom_side /usr/share/icons/breeze_cursors/cursors///cell /usr/share/icons/breeze_cursors/cursors///center_ptr /usr/share/icons/breeze_cursors/cursors///circle /usr/share/icons/breeze_cursors/cursors///closedhand /usr/share/icons/breeze_cursors/cursors///col-resize /usr/share/icons/breeze_cursors/cursors///color-picker /usr/share/icons/breeze_cursors/cursors///context-menu /usr/share/icons/breeze_cursors/cursors///copy /usr/share/icons/breeze_cursors/cursors///cross /usr/share/icons/breeze_cursors/cursors///crossed_circle /usr/share/icons/breeze_cursors/cursors///crosshair /usr/share/icons/breeze_cursors/cursors///d9ce0ab605698f320427677b458ad60b /usr/share/icons/breeze_cursors/cursors///default /usr/share/icons/breeze_cursors/cursors///dnd-copy /usr/share/icons/breeze_cursors/cursors///dnd-move /usr/share/icons/breeze_cursors/cursors///dnd-no-drop /usr/share/icons/breeze_cursors/cursors///dnd-none /usr/share/icons/breeze_cursors/cursors///down-arrow /usr/share/icons/breeze_cursors/cursors///draft /usr/share/icons/breeze_cursors/cursors///e-resize /usr/share/icons/breeze_cursors/cursors///e29285e634086352946a0e7090d73106 /usr/share/icons/breeze_cursors/cursors///ew-resize /usr/share/icons/breeze_cursors/cursors///fcf21c00b30f7e3f83fe0dfd12e71cff /usr/share/icons/breeze_cursors/cursors///fleur /usr/share/icons/breeze_cursors/cursors///forbidden /usr/share/icons/breeze_cursors/cursors///grab /usr/share/icons/breeze_cursors/cursors///grabbing /usr/share/icons/breeze_cursors/cursors///h_double_arrow /usr/share/icons/breeze_cursors/cursors///half-busy /usr/share/icons/breeze_cursors/cursors///hand1 /usr/share/icons/breeze_cursors/cursors///hand2 /usr/share/icons/breeze_cursors/cursors///help /usr/share/icons/breeze_cursors/cursors///ibeam /usr/share/icons/breeze_cursors/cursors///left-arrow /usr/share/icons/breeze_cursors/cursors///left_ptr /usr/share/icons/breeze_cursors/cursors///left_ptr_help /usr/share/icons/breeze_cursors/cursors///left_ptr_watch /usr/share/icons/breeze_cursors/cursors///left_side /usr/share/icons/breeze_cursors/cursors///link /usr/share/icons/breeze_cursors/cursors///move /usr/share/icons/breeze_cursors/cursors///n-resize /usr/share/icons/breeze_cursors/cursors///ne-resize /usr/share/icons/breeze_cursors/cursors///nesw-resize /usr/share/icons/breeze_cursors/cursors///no-drop /usr/share/icons/breeze_cursors/cursors///not-allowed /usr/share/icons/breeze_cursors/cursors///ns-resize /usr/share/icons/breeze_cursors/cursors///nw-resize /usr/share/icons/breeze_cursors/cursors///nwse-resize /usr/share/icons/breeze_cursors/cursors///openhand /usr/share/icons/breeze_cursors/cursors///pencil /usr/share/icons/breeze_cursors/cursors///pirate /usr/share/icons/breeze_cursors/cursors///plus /usr/share/icons/breeze_cursors/cursors///pointer /usr/share/icons/breeze_cursors/cursors///pointing_hand /usr/share/icons/breeze_cursors/cursors///progress /usr/share/icons/breeze_cursors/cursors///question_arrow /usr/share/icons/breeze_cursors/cursors///right-arrow /usr/share/icons/breeze_cursors/cursors///right_ptr /usr/share/icons/breeze_cursors/cursors///right_side /usr/share/icons/breeze_cursors/cursors///row-resize /usr/share/icons/breeze_cursors/cursors///s-resize /usr/share/icons/breeze_cursors/cursors///sb_h_double_arrow /usr/share/icons/breeze_cursors/cursors///sb_v_double_arrow /usr/share/icons/breeze_cursors/cursors///se-resize /usr/share/icons/breeze_cursors/cursors///size-bdiag /usr/share/icons/breeze_cursors/cursors///size-fdiag /usr/share/icons/breeze_cursors/cursors///size-hor /usr/share/icons/breeze_cursors/cursors///size-ver /usr/share/icons/breeze_cursors/cursors///size_all /usr/share/icons/breeze_cursors/cursors///size_bdiag /usr/share/icons/breeze_cursors/cursors///size_fdiag /usr/share/icons/breeze_cursors/cursors///size_hor /usr/share/icons/breeze_cursors/cursors///size_ver /usr/share/icons/breeze_cursors/cursors///split_h /usr/share/icons/breeze_cursors/cursors///split_v /usr/share/icons/breeze_cursors/cursors///sw-resize /usr/share/icons/breeze_cursors/cursors///tcross /usr/share/icons/breeze_cursors/cursors///text /usr/share/icons/breeze_cursors/cursors///top_left_arrow /usr/share/icons/breeze_cursors/cursors///top_left_corner /usr/share/icons/breeze_cursors/cursors///top_right_corner /usr/share/icons/breeze_cursors/cursors///top_side /usr/share/icons/breeze_cursors/cursors///up-arrow /usr/share/icons/breeze_cursors/cursors///v_double_arrow /usr/share/icons/breeze_cursors/cursors///vertical-text /usr/share/icons/breeze_cursors/cursors///w-resize /usr/share/icons/breeze_cursors/cursors///wait /usr/share/icons/breeze_cursors/cursors///watch /usr/share/icons/breeze_cursors/cursors///wayland-cursor /usr/share/icons/breeze_cursors/cursors///whats_this /usr/share/icons/breeze_cursors/cursors///x-cursor /usr/share/icons/breeze_cursors/cursors///xterm /usr/share/icons/breeze_cursors/cursors///zoom-in /usr/share/icons/breeze_cursors/cursors///zoom-out /usr/share/icons/breeze_cursors//index.theme /usr/share/X11/xkb/rules/evdev /usr/share/X11/xkb/keycodes/evdev /usr/share/X11/xkb/keycodes/aliases /usr/share/X11/xkb/types/complete /usr/share/X11/xkb/types/basic /usr/share/X11/xkb/types/mousekeys /usr/share/X11/xkb/types/pc /usr/share/X11/xkb/types/iso9995 /usr/share/X11/xkb/types/level5 /usr/share/X11/xkb/types/extra /usr/share/X11/xkb/types/numpad /usr/share/X11/xkb/types/extra /usr/share/X11/xkb/compat/complete /usr/share/X11/xkb/compat/basic /usr/share/X11/xkb/compat/ledcaps /usr/share/X11/xkb/compat/lednum /usr/share/X11/xkb/compat/iso9995 /usr/share/X11/xkb/compat/mousekeys /usr/share/X11/xkb/compat/accessx /usr/share/X11/xkb/compat/misc /usr/share/X11/xkb/compat/ledscroll /usr/share/X11/xkb/compat/misc /usr/share/X11/xkb/compat/xfree86 /usr/share/X11/xkb/compat/level5 /usr/share/X11/xkb/compat/caps /usr/share/X11/xkb/symbols/pc /usr/share/X11/xkb/symbols/srvr_ctrl /usr/share/X11/xkb/symbols/keypad /usr/share/X11/xkb/symbols/keypad /usr/share/X11/xkb/symbols/us /usr/share/X11/xkb/symbols/inet /usr/share/gtk-3.0/settings.ini /usr/share/themes/Breeze/gtk-3.0/gtk-dark.css /usr/share/themes/Breeze-Dark/gtk-3.0/gtk.css /usr/share/themes/Default/gtk-3.0/gtk-keys.css /usr/share/themes/Breeze-Dark/assets/breeze-minimize-symbolic.svg /usr/share/themes/Breeze-Dark/assets/breeze-minimize-symbolic.svg /home/oggy/.local/share/mime//mime.cache /usr/share//mime//mime.cache /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so /usr/lib/librsvg-2.so.2 /usr/lib/libxml2.so.2 /usr/lib/libicuuc.so.72 /usr/lib/libicudata.so.72 /usr/share/locale/locale.alias /usr/share/themes/Breeze-Dark/assets/breeze-maximize-symbolic.svg /usr/share/themes/Breeze-Dark/assets/breeze-maximize-symbolic.svg /usr/share/themes/Breeze-Dark/assets/breeze-close-symbolic.svg /usr/share/themes/Breeze-Dark/assets/breeze-close-symbolic.svg /home/oggy/.fonts.conf /home/oggy/.local/share/fonts/.uuid /home/oggy/.local/share/fonts/.uuid /usr/share/fonts/noto/NotoSans-Regular.ttf /usr/share/fonts/noto/NotoSans-Regular.ttf /usr/share/icons/breeze-dark/index.theme /usr/share/icons/breeze-dark/icon-theme.cache /usr/share/icons/breeze-dark/icon-theme.cache /usr/share/icons/breeze/index.theme /usr/share/icons/breeze/icon-theme.cache /usr/share/icons/breeze/icon-theme.cache /usr/share/icons/hicolor/index.theme /usr/share/icons/hicolor/icon-theme.cache /usr/share/icons/hicolor/icon-theme.cache /usr/share/icons/Adwaita/index.theme /usr/share/icons/Adwaita/icon-theme.cache /usr/share/icons/Adwaita/icon-theme.cache /usr/share/icons/breeze-dark/actions/symbolic/window-minimize-symbolic.svg /usr/share/icons/breeze-dark/actions/symbolic/window-minimize-symbolic.svg /usr/share/icons/breeze-dark/actions/symbolic/window-maximize-symbolic.svg /usr/share/icons/breeze-dark/actions/symbolic/window-maximize-symbolic.svg /usr/share/icons/breeze-dark/actions/symbolic/window-close-symbolic.svg /usr/share/icons/breeze-dark/actions/symbolic/window-close-symbolic.svg /usr/share/themes/Breeze-Dark/assets/breeze-minimize-symbolic.svg /usr/share/themes/Breeze-Dark/assets/breeze-minimize-symbolic.svg /usr/share/themes/Breeze-Dark/assets/breeze-maximize-symbolic.svg /usr/share/themes/Breeze-Dark/assets/breeze-maximize-symbolic.svg /usr/share/themes/Breeze-Dark/assets/breeze-close-symbolic.svg /usr/share/themes/Breeze-Dark/assets/breeze-close-symbolic.svg /usr/lib/gtk-3.0/3.0.0/immodules.cache /usr/lib/gtk-3.0/3.0.0/immodules/im-wayland.so /usr/lib/libEGL.so.1 /usr/lib/libGLdispatch.so.0 /usr/lib/gconv/gconv-modules /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf /usr/share/glvnd/egl_vendor.d/10_nvidia.json /usr/lib/libEGL_nvidia.so.0 /usr/lib/librt.so.1 /usr/lib/libnvidia-glsi.so.530.41.03 /usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json /usr/lib/libnvidia-egl-wayland.so.1 /usr/lib/libwayland-server.so.0 /usr/lib/libnvidia-eglcore.so.530.41.03 /usr/share/nvidia/nvidia-application-profiles-530.41.03-rc /usr/share/egl/egl_external_platform.d/15_nvidia_gbm.json /usr/lib/libnvidia-egl-gbm.so.1 /usr/lib/libdrm.so.2 /usr/lib/libgbm.so.1 /usr/lib/libxcb-randr.so.0 /usr/share/glvnd/egl_vendor.d/50_mesa.json /usr/lib/libEGL_mesa.so.0 /usr/lib/libglapi.so.0 /usr/lib/libX11-xcb.so.1 /usr/lib/libxcb-dri2.so.0 /usr/lib/libxcb-xfixes.so.0 /usr/lib/libxcb-dri3.so.0 /usr/lib/libxcb-present.so.0 /usr/lib/libxcb-sync.so.1 /usr/lib/libxshmfence.so.1 /usr/share/nvidia/nvidia-application-profiles-530.41.03-rc /usr/share/drirc.d/00-mesa-defaults.conf /usr/share/drirc.d/00-mesa-defaults.conf /usr/lib/dri/iris_dri.so /usr/lib/libLLVM-15.so /usr/lib/libsensors.so.5 /usr/lib/libdrm_radeon.so.1 /usr/lib/libelf.so.1 /usr/lib/libdrm_amdgpu.so.1 /usr/lib/libdrm_nouveau.so.2 /usr/lib/libdrm_intel.so.1 /usr/lib/libedit.so.0 /usr/lib/libncursesw.so.6 /usr/lib/libpciaccess.so.0 /usr/share/drirc.d/00-mesa-defaults.conf /usr/share/drirc.d/00-mesa-defaults.conf /usr/share/drirc.d/00-mesa-defaults.conf /usr/lib/libGL.so.1 /usr/lib/libGLX.so.0 /home/oggy/.fonts.conf /usr/share/themes/Breeze-Dark/assets/breeze-minimize-symbolic.svg /usr/share/themes/Breeze-Dark/assets/breeze-minimize-symbolic.svg /usr/share/themes/Breeze-Dark/assets/breeze-maximize-symbolic.svg /usr/share/themes/Breeze-Dark/assets/breeze-maximize-symbolic.svg /usr/share/themes/Breeze-Dark/assets/breeze-close-symbolic.svg /usr/share/themes/Breeze-Dark/assets/breeze-close-symbolic.svg /home/oggy/.local/share/fonts/.uuid /usr/share/fonts/TTF/Hack-Bold.ttf /usr/share/fonts/TTF/Hack-Bold.ttf /usr/share/fonts/TTF/Hack-BoldItalic.ttf /usr/share/fonts/TTF/Hack-BoldItalic.ttf /usr/share/fonts/TTF/Hack-Italic.ttf /usr/share/fonts/TTF/Hack-Italic.ttf /usr/share/fonts/TTF/Hack-Regular.ttf /usr/lib/gtk-3.0/modules/libcolorreload-gtk-module.so /usr/share/fonts/TTF/Hack-Regular.ttf /usr/share/fonts/TTF/SymbolsNerdFont-Regular.ttf /usr/share/fonts/TTF/SymbolsNerdFont-Regular.ttf /usr/lib/gtk-3.0/modules/libwindow-decorations-gtk-module.so /usr/share/fonts/carlito/Carlito-Bold.ttf /usr/share/fonts/carlito/Carlito-Bold.ttf /usr/share/fonts/carlito/Carlito-BoldItalic.ttf /usr/share/fonts/carlito/Carlito-BoldItalic.ttf /usr/share/fonts/carlito/Carlito-Italic.ttf /usr/share/fonts/carlito/Carlito-Italic.ttf /usr/share/fonts/carlito/Carlito-Regular.ttf /usr/share/fonts/carlito/Carlito-Regular.ttf /usr/share/fonts/encodings/adobe-dingbats.enc.gz /usr/share/fonts/encodings/adobe-standard.enc.gz /usr/share/fonts/encodings/adobe-symbol.enc.gz /usr/share/fonts/encodings/armscii-8.enc.gz /usr/share/fonts/encodings/ascii-0.enc.gz /usr/share/fonts/encodings/dec-special.enc.gz /usr/share/fonts/encodings/encodings.dir /usr/share/fonts/encodings/ibm-cp437.enc.gz /usr/share/fonts/encodings/ibm-cp850.enc.gz /usr/share/fonts/encodings/ibm-cp852.enc.gz /usr/share/fonts/encodings/ibm-cp866.enc.gz /usr/share/fonts/encodings/iso8859-11.enc.gz /usr/share/fonts/encodings/iso8859-13.enc.gz /usr/share/fonts/encodings/iso8859-16.enc.gz /usr/share/fonts/encodings/iso8859-6.16.enc.gz /usr/share/fonts/encodings/iso8859-6.8x.enc.gz /usr/share/fonts/encodings/microsoft-cp1250.enc.gz /usr/share/fonts/encodings/microsoft-cp1251.enc.gz /usr/share/fonts/encodings/microsoft-cp1252.enc.gz /usr/share/fonts/encodings/microsoft-cp1253.enc.gz /usr/share/fonts/encodings/microsoft-cp1254.enc.gz /usr/share/fonts/encodings/microsoft-cp1255.enc.gz /usr/share/fonts/encodings/microsoft-cp1256.enc.gz /usr/share/fonts/encodings/microsoft-cp1257.enc.gz /usr/share/fonts/encodings/microsoft-cp1258.enc.gz /usr/share/fonts/encodings/microsoft-win3.1.enc.gz /usr/share/fonts/encodings/mulearabic-0.enc.gz /usr/share/fonts/encodings/mulearabic-1.enc.gz /usr/share/fonts/encodings/mulearabic-2.enc.gz /usr/share/fonts/encodings/mulelao-1.enc.gz /usr/share/fonts/encodings/suneu-greek.enc.gz /usr/share/fonts/encodings/tcvn-0.enc.gz /usr/share/fonts/encodings/tis620-2.enc.gz /usr/share/fonts/encodings/viscii1.1-1.enc.gz /usr/share/fonts/joypixels/JoyPixels.ttf /usr/share/fonts/joypixels/JoyPixels.ttf /usr/share/fonts/liberation/LiberationMono-Bold.ttf /usr/share/fonts/liberation/LiberationMono-Bold.ttf /usr/share/fonts/liberation/LiberationMono-BoldItalic.ttf /usr/share/fonts/liberation/LiberationMono-BoldItalic.ttf /usr/share/fonts/liberation/LiberationMono-Italic.ttf /usr/share/fonts/liberation/LiberationMono-Italic.ttf /usr/share/fonts/liberation/LiberationMono-Regular.ttf /usr/share/fonts/liberation/LiberationMono-Regular.ttf /usr/share/fonts/liberation/LiberationSans-Bold.ttf /usr/share/fonts/liberation/LiberationSans-Bold.ttf /usr/share/fonts/liberation/LiberationSans-BoldItalic.ttf /usr/share/fonts/liberation/LiberationSans-BoldItalic.ttf /usr/share/fonts/liberation/LiberationSans-Italic.ttf /usr/share/fonts/liberation/LiberationSans-Italic.ttf /usr/share/fonts/liberation/LiberationSans-Regular.ttf /usr/share/fonts/liberation/LiberationSans-Regular.ttf /usr/share/fonts/liberation/LiberationSerif-Bold.ttf /usr/share/fonts/liberation/LiberationSerif-Bold.ttf /usr/share/fonts/liberation/LiberationSerif-BoldItalic.ttf /usr/share/fonts/liberation/LiberationSerif-BoldItalic.ttf /usr/share/fonts/liberation/LiberationSerif-Italic.ttf /usr/share/fonts/liberation/LiberationSerif-Italic.ttf /usr/share/fonts/liberation/LiberationSerif-Regular.ttf /usr/share/fonts/liberation/LiberationSerif-Regular.ttf /usr/share/fonts/noto/NotoColorEmoji.ttf /usr/share/fonts/noto/NotoColorEmoji.ttf /usr/share/fonts/noto/NotoFangsongKSSRotated-Regular.ttf /usr/share/fonts/noto/NotoFangsongKSSRotated-Regular.ttf /usr/share/fonts/noto/NotoFangsongKSSVertical-Regular.ttf /usr/share/fonts/noto/NotoFangsongKSSVertical-Regular.ttf /usr/share/fonts/noto/NotoLoopedThai-Black.ttf /usr/share/fonts/noto/NotoLoopedThai-Black.ttf /usr/share/fonts/noto/NotoLoopedThai-Bold.ttf /usr/share/fonts/noto/NotoLoopedThai-Bold.ttf /usr/share/fonts/noto/NotoLoopedThai-Light.ttf /usr/share/fonts/noto/NotoLoopedThai-Light.ttf /usr/share/fonts/noto/NotoLoopedThai-Medium.ttf /usr/share/fonts/noto/NotoLoopedThai-Medium.ttf /usr/share/fonts/noto/NotoLoopedThai-Regular.ttf /usr/share/fonts/noto/NotoLoopedThai-Regular.ttf /usr/share/fonts/noto/NotoLoopedThai-Thin.ttf /usr/share/fonts/noto/NotoLoopedThai-Thin.ttf /usr/share/fonts/noto/NotoMusic-Regular.ttf /usr/share/fonts/noto/NotoMusic-Regular.ttf /usr/share/fonts/noto/NotoNaskhArabic-Bold.ttf /usr/share/fonts/noto/NotoNaskhArabic-Bold.ttf /usr/share/fonts/noto/NotoNaskhArabic-Medium.ttf /usr/share/fonts/noto/NotoNaskhArabic-Medium.ttf /usr/share/fonts/noto/NotoNaskhArabic-Regular.ttf /usr/share/fonts/noto/NotoNaskhArabic-Regular.ttf /usr/share/fonts/noto/NotoNaskhArabicUI-Bold.ttf /usr/share/fonts/noto/NotoNaskhArabicUI-Bold.ttf /usr/share/fonts/noto/NotoNaskhArabicUI-Medium.ttf /usr/share/fonts/noto/NotoNaskhArabicUI-Medium.ttf /usr/share/fonts/noto/NotoNaskhArabicUI-Regular.ttf /usr/share/fonts/noto/NotoNaskhArabicUI-Regular.ttf /usr/share/fonts/noto/NotoNastaliqUrdu-Bold.ttf /usr/share/fonts/noto/NotoNastaliqUrdu-Bold.ttf /usr/share/fonts/noto/NotoNastaliqUrdu-Regular.ttf /usr/share/fonts/noto/NotoNastaliqUrdu-Regular.ttf /usr/share/fonts/noto/NotoRashiHebrew-Black.ttf /usr/share/fonts/noto/NotoRashiHebrew-Black.ttf /usr/share/fonts/noto/NotoRashiHebrew-Bold.ttf /usr/share/fonts/noto/NotoRashiHebrew-Bold.ttf /usr/share/fonts/noto/NotoRashiHebrew-Light.ttf /usr/share/fonts/noto/NotoRashiHebrew-Light.ttf /usr/share/fonts/noto/NotoRashiHebrew-Medium.ttf /usr/share/fonts/noto/NotoRashiHebrew-Medium.ttf /usr/share/fonts/noto/NotoRashiHebrew-Regular.ttf /usr/share/fonts/noto/NotoRashiHebrew-Regular.ttf /usr/share/fonts/noto/NotoRashiHebrew-Thin.ttf /usr/share/fonts/noto/NotoRashiHebrew-Thin.ttf /usr/share/fonts/noto/NotoSans-Black.ttf /usr/share/fonts/noto/NotoSans-Black.ttf /usr/share/fonts/noto/NotoSans-BlackItalic.ttf /usr/share/fonts/noto/NotoSans-BlackItalic.ttf /usr/share/fonts/noto/NotoSans-Bold.ttf /usr/share/fonts/noto/NotoSans-Bold.ttf /usr/share/fonts/noto/NotoSans-BoldItalic.ttf /usr/share/icons/breeze_cursors/cursors///00000000000000020006000e7e9ffc3f /usr/share/fonts/noto/NotoSans-BoldItalic.ttf /usr/share/fonts/noto/NotoSans-Italic.ttf /usr/share/fonts/noto/NotoSans-Italic.ttf /usr/share/fonts/noto/NotoSans-Light.ttf /usr/share/fonts/noto/NotoSans-Light.ttf /usr/share/fonts/noto/NotoSans-LightItalic.ttf /usr/share/icons/breeze_cursors/cursors///00008160000006810000408080010102 /usr/share/icons/breeze_cursors/cursors///03b6e0fcb3499374a867c041f52298f0 /usr/share/fonts/noto/NotoSans-LightItalic.ttf /usr/share/fonts/noto/NotoSans-Medium.ttf /usr/share/icons/breeze_cursors/cursors///08e8e1c95fe2fc01f976f1e063a24ccd /usr/share/fonts/noto/NotoSans-Medium.ttf /usr/share/fonts/noto/NotoSans-MediumItalic.ttf /usr/share/fonts/noto/NotoSans-MediumItalic.ttf /usr/share/fonts/noto/NotoSans-Regular.ttf /usr/share/fonts/noto/NotoSans-Regular.ttf /usr/share/fonts/noto/NotoSans-Thin.ttf /usr/share/icons/breeze_cursors/cursors///1081e37283d90000800003c07f3ef6bf /usr/share/icons/breeze_cursors/cursors///3085a0e285430894940527032f8b26df /usr/share/icons/breeze_cursors/cursors///3ecb610c1bf2410f44200f48c40d3599 /usr/share/fonts/noto/NotoSans-Thin.ttf /usr/share/fonts/noto/NotoSans-ThinItalic.ttf /usr/share/fonts/noto/NotoSans-ThinItalic.ttf /usr/share/fonts/noto/NotoSansAdlam-Bold.ttf /usr/share/fonts/noto/NotoSansAdlam-Bold.ttf /usr/share/fonts/noto/NotoSansAdlam-Regular.ttf /usr/share/fonts/noto/NotoSansAdlam-Regular.ttf /usr/share/fonts/noto/NotoSansAdlamUnjoined-Bold.ttf /usr/share/icons/breeze_cursors/cursors///4498f0e0c1937ffe01fd06f973665830 /usr/share/icons/breeze_cursors/cursors///5c6cd98b3f3ebcb1f9c7f1c204630408 /usr/share/icons/breeze_cursors/cursors///6407b0e94181790501fd1e167b474872 /usr/share/icons/breeze_cursors/cursors///640fb0e74195791501fd1ed57b41487f /usr/share/fonts/noto/NotoSansAdlamUnjoined-Bold.ttf /usr/share/fonts/noto/NotoSansAdlamUnjoined-Regular.ttf /usr/share/icons/breeze_cursors/cursors///9081237383d90e509aa00f00170e968f /usr/share/icons/breeze_cursors/cursors///9d800788f1b08800ae810202380a0822 /usr/share/icons/breeze_cursors/cursors///a2a266d0498c3104214a47bd64ab0fc8 /usr/share/icons/breeze_cursors/cursors///alias /usr/share/fonts/noto/NotoSansAdlamUnjoined-Regular.ttf /usr/share/fonts/noto/NotoSansAnatolianHieroglyphs-Regular.ttf /usr/share/icons/breeze_cursors/cursors///all-scroll /usr/share/icons/breeze_cursors/cursors///arrow /usr/share/icons/breeze_cursors/cursors///b66166c04f8c3109214a4fbd64a50fc8 /usr/share/fonts/noto/NotoSansAnatolianHieroglyphs-Regular.ttf /usr/share/icons/breeze_cursors/cursors///bottom_left_corner /usr/share/fonts/noto/NotoSansArabic-Black.ttf /usr/share/icons/breeze_cursors/cursors///bottom_right_corner /usr/share/icons/breeze_cursors/cursors///bottom_side /usr/share/icons/breeze_cursors/cursors///cell /usr/share/icons/breeze_cursors/cursors///center_ptr /usr/share/fonts/noto/NotoSansArabic-Black.ttf /usr/share/fonts/noto/NotoSansArabic-Bold.ttf /usr/share/icons/breeze_cursors/cursors///circle /usr/share/icons/breeze_cursors/cursors///closedhand /usr/share/icons/breeze_cursors/cursors///col-resize /usr/share/icons/breeze_cursors/cursors///color-picker /usr/share/icons/breeze_cursors/cursors///context-menu /usr/share/fonts/noto/NotoSansArabic-Bold.ttf /usr/share/fonts/noto/NotoSansArabic-Light.ttf /usr/share/icons/breeze_cursors/cursors///copy /usr/share/icons/breeze_cursors/cursors///cross /usr/share/icons/breeze_cursors/cursors///crossed_circle /usr/share/icons/breeze_cursors/cursors///crosshair /usr/share/fonts/noto/NotoSansArabic-Light.ttf /usr/share/icons/breeze_cursors/cursors///d9ce0ab605698f320427677b458ad60b /usr/share/fonts/noto/NotoSansArabic-Medium.ttf /usr/share/icons/breeze_cursors/cursors///default /usr/share/icons/breeze_cursors/cursors///dnd-copy /usr/share/icons/breeze_cursors/cursors///dnd-move /usr/share/icons/breeze_cursors/cursors///dnd-no-drop /usr/share/fonts/noto/NotoSansArabic-Medium.ttf /usr/share/icons/breeze_cursors/cursors///dnd-none /usr/share/fonts/noto/NotoSansArabic-Regular.ttf /usr/share/icons/breeze_cursors/cursors///down-arrow /usr/share/icons/breeze_cursors/cursors///draft /usr/share/icons/breeze_cursors/cursors///e-resize /usr/share/icons/breeze_cursors/cursors///e29285e634086352946a0e7090d73106 /usr/share/fonts/noto/NotoSansArabic-Regular.ttf /usr/share/fonts/noto/NotoSansArabic-Thin.ttf /usr/share/icons/breeze_cursors/cursors///ew-resize /usr/share/icons/breeze_cursors/cursors///fcf21c00b30f7e3f83fe0dfd12e71cff /usr/share/icons/breeze_cursors/cursors///fleur /usr/share/icons/breeze_cursors/cursors///forbidden /usr/share/icons/breeze_cursors/cursors///grab /usr/share/fonts/noto/NotoSansArabic-Thin.ttf /usr/share/fonts/noto/NotoSansArmenian-Black.ttf /usr/share/icons/breeze_cursors/cursors///grabbing /usr/share/icons/breeze_cursors/cursors///h_double_arrow /usr/share/icons/breeze_cursors/cursors///half-busy /usr/share/fonts/noto/NotoSansArmenian-Black.ttf /usr/share/fonts/noto/NotoSansArmenian-Bold.ttf /usr/share/fonts/noto/NotoSansArmenian-Bold.ttf /usr/share/fonts/noto/NotoSansArmenian-Light.ttf /usr/share/fonts/noto/NotoSansArmenian-Light.ttf /usr/share/fonts/noto/NotoSansArmenian-Medium.ttf /usr/share/fonts/noto/NotoSansArmenian-Medium.ttf /usr/share/fonts/noto/NotoSansArmenian-Regular.ttf /usr/share/icons/breeze_cursors/cursors///hand1 /usr/share/icons/breeze_cursors/cursors///hand2 /usr/share/icons/breeze_cursors/cursors///help /usr/share/fonts/noto/NotoSansArmenian-Regular.ttf /usr/share/fonts/noto/NotoSansArmenian-Thin.ttf /usr/share/icons/breeze_cursors/cursors///ibeam /usr/share/icons/breeze_cursors/cursors///left-arrow /usr/share/icons/breeze_cursors/cursors///left_ptr /usr/share/icons/breeze_cursors/cursors///left_ptr_help /usr/share/fonts/noto/NotoSansArmenian-Thin.ttf /usr/share/fonts/noto/NotoSansAvestan-Regular.ttf /usr/share/icons/breeze_cursors/cursors///left_ptr_watch /usr/share/fonts/noto/NotoSansAvestan-Regular.ttf /usr/share/fonts/noto/NotoSansBalinese-Bold.ttf /usr/share/fonts/noto/NotoSansBalinese-Bold.ttf /usr/share/fonts/noto/NotoSansBalinese-Medium.ttf /usr/share/fonts/noto/NotoSansBalinese-Medium.ttf /usr/share/fonts/noto/NotoSansBalinese-Regular.ttf /usr/share/fonts/noto/NotoSansBalinese-Regular.ttf /usr/share/fonts/noto/NotoSansBamum-Bold.ttf /usr/share/icons/breeze_cursors/cursors///left_side /usr/share/icons/breeze_cursors/cursors///link /usr/share/fonts/noto/NotoSansBamum-Bold.ttf /usr/share/icons/breeze_cursors/cursors///move /usr/share/fonts/noto/NotoSansBamum-Medium.ttf /usr/share/icons/breeze_cursors/cursors///n-resize /usr/share/icons/breeze_cursors/cursors///ne-resize /usr/share/icons/breeze_cursors/cursors///nesw-resize /usr/share/fonts/noto/NotoSansBamum-Medium.ttf /usr/share/icons/breeze_cursors/cursors///no-drop /usr/share/fonts/noto/NotoSansBamum-Regular.ttf /usr/share/icons/breeze_cursors/cursors///not-allowed /usr/share/icons/breeze_cursors/cursors///ns-resize /usr/share/icons/breeze_cursors/cursors///nw-resize /usr/share/fonts/noto/NotoSansBamum-Regular.ttf /usr/share/icons/breeze_cursors/cursors///nwse-resize /usr/share/fonts/noto/NotoSansBassaVah-Bold.ttf /usr/share/icons/breeze_cursors/cursors///openhand /usr/share/icons/breeze_cursors/cursors///pencil /usr/share/icons/breeze_cursors/cursors///pirate /usr/share/fonts/noto/NotoSansBassaVah-Bold.ttf /usr/share/fonts/noto/NotoSansBassaVah-Medium.ttf /usr/share/icons/breeze_cursors/cursors///plus /usr/share/icons/breeze_cursors/cursors///pointer /usr/share/icons/breeze_cursors/cursors///pointing_hand /usr/share/icons/breeze_cursors/cursors///progress /usr/share/fonts/noto/NotoSansBassaVah-Medium.ttf /usr/share/fonts/noto/NotoSansBassaVah-Regular.ttf /usr/share/fonts/noto/NotoSansBassaVah-Regular.ttf /usr/share/fonts/noto/NotoSansBatak-Regular.ttf /usr/share/fonts/noto/NotoSansBatak-Regular.ttf /usr/share/fonts/noto/NotoSansBengali-Black.ttf /usr/share/fonts/noto/NotoSansBengali-Black.ttf /usr/share/fonts/noto/NotoSansBengali-Bold.ttf /usr/share/fonts/noto/NotoSansBengali-Bold.ttf /usr/share/fonts/noto/NotoSansBengali-Light.ttf /usr/share/icons/breeze_cursors/cursors///question_arrow /usr/share/icons/breeze_cursors/cursors///right-arrow /usr/share/icons/breeze_cursors/cursors///right_ptr /usr/share/icons/breeze_cursors/cursors///right_side /usr/share/fonts/noto/NotoSansBengali-Light.ttf /usr/share/icons/breeze_cursors/cursors///row-resize /usr/share/fonts/noto/NotoSansBengali-Medium.ttf /usr/share/icons/breeze_cursors/cursors///s-resize /usr/share/icons/breeze_cursors/cursors///sb_h_double_arrow /usr/share/icons/breeze_cursors/cursors///sb_v_double_arrow /usr/share/icons/breeze_cursors/cursors///se-resize /usr/share/fonts/noto/NotoSansBengali-Medium.ttf /usr/share/fonts/noto/NotoSansBengali-Regular.ttf /usr/share/icons/breeze_cursors/cursors///size-bdiag /usr/share/icons/breeze_cursors/cursors///size-fdiag /usr/share/icons/breeze_cursors/cursors///size-hor /usr/share/icons/breeze_cursors/cursors///size-ver /usr/share/fonts/noto/NotoSansBengali-Regular.ttf /usr/share/icons/breeze_cursors/cursors///size_all /usr/share/fonts/noto/NotoSansBengali-Thin.ttf /usr/share/icons/breeze_cursors/cursors///size_bdiag /usr/share/icons/breeze_cursors/cursors///size_fdiag /usr/share/icons/breeze_cursors/cursors///size_hor /usr/share/fonts/noto/NotoSansBengali-Thin.ttf /usr/share/icons/breeze_cursors/cursors///size_ver /usr/share/fonts/noto/NotoSansBengaliUI-Black.ttf /usr/share/icons/breeze_cursors/cursors///split_h /usr/share/icons/breeze_cursors/cursors///split_v /usr/share/icons/breeze_cursors/cursors///sw-resize /usr/share/icons/breeze_cursors/cursors///tcross /usr/share/fonts/noto/NotoSansBengaliUI-Black.ttf /usr/share/fonts/noto/NotoSansBengaliUI-Bold.ttf /usr/share/icons/breeze_cursors/cursors///text /usr/share/icons/breeze_cursors/cursors///top_left_arrow /usr/share/icons/breeze_cursors/cursors///top_left_corner /usr/share/icons/breeze_cursors/cursors///top_right_corner /usr/share/fonts/noto/NotoSansBengaliUI-Bold.ttf /usr/share/fonts/noto/NotoSansBengaliUI-Light.ttf /usr/share/icons/breeze_cursors/cursors///top_side /usr/share/icons/breeze_cursors/cursors///up-arrow /usr/share/icons/breeze_cursors/cursors///v_double_arrow /usr/share/icons/breeze_cursors/cursors///vertical-text /usr/share/fonts/noto/NotoSansBengaliUI-Light.ttf /usr/share/icons/breeze_cursors/cursors///w-resize /usr/share/fonts/noto/NotoSansBengaliUI-Medium.ttf /usr/share/icons/breeze_cursors/cursors///wait /usr/share/fonts/noto/NotoSansBengaliUI-Medium.ttf /usr/share/fonts/noto/NotoSansBengaliUI-Regular.ttf /usr/share/fonts/noto/NotoSansBengaliUI-Regular.ttf /usr/share/fonts/noto/NotoSansBengaliUI-Thin.ttf /usr/share/fonts/noto/NotoSansBengaliUI-Thin.ttf /usr/share/fonts/noto/NotoSansBhaiksuki-Regular.ttf /usr/share/fonts/noto/NotoSansBhaiksuki-Regular.ttf /usr/share/fonts/noto/NotoSansBrahmi-Regular.ttf /usr/share/icons/breeze_cursors/cursors///watch /usr/share/fonts/noto/NotoSansBrahmi-Regular.ttf /usr/share/fonts/noto/NotoSansBuginese-Regular.ttf /usr/share/fonts/noto/NotoSansBuginese-Regular.ttf /usr/share/fonts/noto/NotoSansBuhid-Regular.ttf /usr/share/fonts/noto/NotoSansBuhid-Regular.ttf /usr/share/fonts/noto/NotoSansCanadianAboriginal-Black.ttf /usr/share/fonts/noto/NotoSansCanadianAboriginal-Black.ttf /usr/share/fonts/noto/NotoSansCanadianAboriginal-Bold.ttf /usr/share/icons/breeze_cursors/cursors///wayland-cursor /usr/share/icons/breeze_cursors/cursors///whats_this /usr/share/icons/breeze_cursors/cursors///x-cursor /usr/share/icons/breeze_cursors/cursors///xterm /usr/share/fonts/noto/NotoSansCanadianAboriginal-Bold.ttf /usr/share/fonts/noto/NotoSansCanadianAboriginal-Light.ttf /usr/share/icons/breeze_cursors/cursors///zoom-in /usr/share/fonts/noto/NotoSansCanadianAboriginal-Light.ttf /usr/share/fonts/noto/NotoSansCanadianAboriginal-Medium.ttf /usr/share/icons/breeze_cursors/cursors///zoom-out /usr/share/icons/breeze_cursors//index.theme /usr/share/icons/breeze_cursors/cursors///00000000000000020006000e7e9ffc3f /usr/share/fonts/noto/NotoSansCanadianAboriginal-Medium.ttf /usr/share/fonts/noto/NotoSansCanadianAboriginal-Regular.ttf /usr/share/fonts/noto/NotoSansCanadianAboriginal-Regular.ttf /usr/share/fonts/noto/NotoSansCanadianAboriginal-Thin.ttf /usr/share/fonts/noto/NotoSansCanadianAboriginal-Thin.ttf /usr/share/fonts/noto/NotoSansCarian-Regular.ttf /usr/share/fonts/noto/NotoSansCarian-Regular.ttf /usr/share/fonts/noto/NotoSansCaucasianAlbanian-Regular.ttf /usr/share/icons/breeze_cursors/cursors///00008160000006810000408080010102 /usr/share/fonts/noto/NotoSansCaucasianAlbanian-Regular.ttf /usr/share/icons/breeze_cursors/cursors///03b6e0fcb3499374a867c041f52298f0 /usr/share/fonts/noto/NotoSansChakma-Regular.ttf /usr/share/icons/breeze_cursors/cursors///08e8e1c95fe2fc01f976f1e063a24ccd /usr/share/fonts/noto/NotoSansChakma-Regular.ttf /usr/share/fonts/noto/NotoSansCham-Black.ttf /usr/share/fonts/noto/NotoSansCham-Black.ttf /usr/share/fonts/noto/NotoSansCham-Bold.ttf /usr/share/fonts/noto/NotoSansCham-Bold.ttf /usr/share/fonts/noto/NotoSansCham-Light.ttf /usr/share/fonts/noto/NotoSansCham-Light.ttf /usr/share/fonts/noto/NotoSansCham-Medium.ttf /usr/share/icons/breeze_cursors/cursors///1081e37283d90000800003c07f3ef6bf /usr/share/icons/breeze_cursors/cursors///3085a0e285430894940527032f8b26df /usr/share/icons/breeze_cursors/cursors///3ecb610c1bf2410f44200f48c40d3599 /usr/share/fonts/noto/NotoSansCham-Medium.ttf /usr/share/fonts/noto/NotoSansCham-Regular.ttf /usr/share/fonts/noto/NotoSansCham-Regular.ttf /usr/share/fonts/noto/NotoSansCham-Thin.ttf /usr/share/fonts/noto/NotoSansCham-Thin.ttf /usr/share/fonts/noto/NotoSansCherokee-Black.ttf /usr/share/fonts/noto/NotoSansCherokee-Black.ttf /usr/share/fonts/noto/NotoSansCherokee-Bold.ttf /usr/share/icons/breeze_cursors/cursors///4498f0e0c1937ffe01fd06f973665830 /usr/share/icons/breeze_cursors/cursors///5c6cd98b3f3ebcb1f9c7f1c204630408 /usr/share/icons/breeze_cursors/cursors///6407b0e94181790501fd1e167b474872 /usr/share/fonts/noto/NotoSansCherokee-Bold.ttf /usr/share/fonts/noto/NotoSansCherokee-Light.ttf /usr/share/icons/breeze_cursors/cursors///640fb0e74195791501fd1ed57b41487f /usr/share/icons/breeze_cursors/cursors///9081237383d90e509aa00f00170e968f /usr/share/icons/breeze_cursors/cursors///9d800788f1b08800ae810202380a0822 /usr/share/icons/breeze_cursors/cursors///a2a266d0498c3104214a47bd64ab0fc8 /usr/share/icons/breeze_cursors/cursors///alias /usr/share/fonts/noto/NotoSansCherokee-Light.ttf /usr/share/fonts/noto/NotoSansCherokee-Medium.ttf /usr/share/icons/breeze_cursors/cursors///all-scroll /usr/share/icons/breeze_cursors/cursors///arrow /usr/share/icons/breeze_cursors/cursors///b66166c04f8c3109214a4fbd64a50fc8 /usr/share/icons/breeze_cursors/cursors///bottom_left_corner /usr/share/icons/breeze_cursors/cursors///bottom_right_corner /usr/share/fonts/noto/NotoSansCherokee-Medium.ttf /usr/share/icons/breeze_cursors/cursors///bottom_side /usr/share/fonts/noto/NotoSansCherokee-Regular.ttf /usr/share/icons/breeze_cursors/cursors///cell /usr/share/icons/breeze_cursors/cursors///center_ptr /usr/share/icons/breeze_cursors/cursors///circle /usr/share/icons/breeze_cursors/cursors///closedhand /usr/share/fonts/noto/NotoSansCherokee-Regular.ttf /usr/share/icons/breeze_cursors/cursors///col-resize /usr/share/fonts/noto/NotoSansCherokee-Thin.ttf /usr/share/icons/breeze_cursors/cursors///color-picker /usr/share/icons/breeze_cursors/cursors///context-menu /usr/share/icons/breeze_cursors/cursors///copy /usr/share/icons/breeze_cursors/cursors///cross /usr/share/icons/breeze_cursors/cursors///crossed_circle /usr/share/fonts/noto/NotoSansCherokee-Thin.ttf /usr/share/fonts/noto/NotoSansChorasmian-Regular.ttf /usr/share/icons/breeze_cursors/cursors///crosshair /usr/share/icons/breeze_cursors/cursors///d9ce0ab605698f320427677b458ad60b /usr/share/icons/breeze_cursors/cursors///default /usr/share/icons/breeze_cursors/cursors///dnd-copy /usr/share/fonts/noto/NotoSansChorasmian-Regular.ttf /usr/share/fonts/noto/NotoSansCoptic-Regular.ttf /usr/share/icons/breeze_cursors/cursors///dnd-move /usr/share/icons/breeze_cursors/cursors///dnd-no-drop /usr/share/icons/breeze_cursors/cursors///dnd-none /usr/share/icons/breeze_cursors/cursors///down-arrow /usr/share/fonts/noto/NotoSansCoptic-Regular.ttf /usr/share/icons/breeze_cursors/cursors///draft /usr/share/fonts/noto/NotoSansCuneiform-Regular.ttf /usr/share/icons/breeze_cursors/cursors///e-resize /usr/share/icons/breeze_cursors/cursors///e29285e634086352946a0e7090d73106 /usr/share/icons/breeze_cursors/cursors///ew-resize /usr/share/fonts/noto/NotoSansCuneiform-Regular.ttf /usr/share/icons/breeze_cursors/cursors///fcf21c00b30f7e3f83fe0dfd12e71cff /usr/share/fonts/noto/NotoSansCypriot-Regular.ttf /usr/share/icons/breeze_cursors/cursors///fleur /usr/share/icons/breeze_cursors/cursors///forbidden /usr/share/icons/breeze_cursors/cursors///grab /usr/share/fonts/noto/NotoSansCypriot-Regular.ttf /usr/share/fonts/noto/NotoSansCyproMinoan-Regular.ttf /usr/share/icons/breeze_cursors/cursors///grabbing /usr/share/icons/breeze_cursors/cursors///h_double_arrow /usr/share/icons/breeze_cursors/cursors///half-busy /usr/share/fonts/noto/NotoSansCyproMinoan-Regular.ttf /usr/share/fonts/noto/NotoSansDeseret-Regular.ttf /usr/share/fonts/noto/NotoSansDeseret-Regular.ttf /usr/share/fonts/noto/NotoSansDevanagari-Black.ttf /usr/share/fonts/noto/NotoSansDevanagari-Black.ttf /usr/share/fonts/noto/NotoSansDevanagari-Bold.ttf /usr/share/fonts/noto/NotoSansDevanagari-Bold.ttf /usr/share/fonts/noto/NotoSansDevanagari-Light.ttf /usr/share/icons/breeze_cursors/cursors///hand1 /usr/share/icons/breeze_cursors/cursors///hand2 /usr/share/fonts/noto/NotoSansDevanagari-Light.ttf /usr/share/fonts/noto/NotoSansDevanagari-Medium.ttf /usr/share/icons/breeze_cursors/cursors///help /usr/share/icons/breeze_cursors/cursors///ibeam /usr/share/icons/breeze_cursors/cursors///left-arrow /usr/share/icons/breeze_cursors/cursors///left_ptr /usr/share/icons/breeze_cursors/cursors///left_ptr_help /usr/share/fonts/noto/NotoSansDevanagari-Medium.ttf /usr/share/icons/breeze_cursors/cursors///left_ptr_watch /usr/share/fonts/noto/NotoSansDevanagari-Regular.ttf /usr/share/fonts/noto/NotoSansDevanagari-Regular.ttf /usr/share/fonts/noto/NotoSansDevanagari-Thin.ttf /usr/share/fonts/noto/NotoSansDevanagari-Thin.ttf /usr/share/fonts/noto/NotoSansDevanagariUI-Black.ttf /usr/share/fonts/noto/NotoSansDevanagariUI-Black.ttf /usr/share/fonts/noto/NotoSansDevanagariUI-Bold.ttf /usr/share/icons/breeze_cursors/cursors///left_side /usr/share/icons/breeze_cursors/cursors///link /usr/share/icons/breeze_cursors/cursors///move /usr/share/fonts/noto/NotoSansDevanagariUI-Bold.ttf /usr/share/fonts/noto/NotoSansDevanagariUI-Light.ttf /usr/share/icons/breeze_cursors/cursors///n-resize /usr/share/icons/breeze_cursors/cursors///ne-resize /usr/share/icons/breeze_cursors/cursors///nesw-resize /usr/share/icons/breeze_cursors/cursors///no-drop /usr/share/icons/breeze_cursors/cursors///not-allowed /usr/share/fonts/noto/NotoSansDevanagariUI-Light.ttf /usr/share/fonts/noto/NotoSansDevanagariUI-Medium.ttf /usr/share/icons/breeze_cursors/cursors///ns-resize /usr/share/icons/breeze_cursors/cursors///nw-resize /usr/share/icons/breeze_cursors/cursors///nwse-resize /usr/share/icons/breeze_cursors/cursors///openhand /usr/share/icons/breeze_cursors/cursors///pencil /usr/share/fonts/noto/NotoSansDevanagariUI-Medium.ttf /usr/share/fonts/noto/NotoSansDevanagariUI-Regular.ttf /usr/share/icons/breeze_cursors/cursors///pirate /usr/share/icons/breeze_cursors/cursors///plus /usr/share/icons/breeze_cursors/cursors///pointer /usr/share/icons/breeze_cursors/cursors///pointing_hand /usr/share/fonts/noto/NotoSansDevanagariUI-Regular.ttf /usr/share/icons/breeze_cursors/cursors///progress /usr/share/fonts/noto/NotoSansDevanagariUI-Thin.ttf /usr/share/fonts/noto/NotoSansDevanagariUI-Thin.ttf /usr/share/fonts/noto/NotoSansDuployan-Bold.ttf /usr/share/fonts/noto/NotoSansDuployan-Bold.ttf /usr/share/fonts/noto/NotoSansDuployan-Regular.ttf /usr/share/icons/breeze_cursors/cursors///question_arrow /usr/share/fonts/noto/NotoSansDuployan-Regular.ttf /usr/share/icons/breeze_cursors/cursors///right-arrow /usr/share/fonts/noto/NotoSansEgyptianHieroglyphs-Regular.ttf /usr/share/icons/breeze_cursors/cursors///right_ptr /usr/share/icons/breeze_cursors/cursors///right_side /usr/share/icons/breeze_cursors/cursors///row-resize /usr/share/fonts/noto/NotoSansEgyptianHieroglyphs-Regular.ttf /usr/share/fonts/noto/NotoSansElbasan-Regular.ttf /usr/share/icons/breeze_cursors/cursors///s-resize /usr/share/icons/breeze_cursors/cursors///sb_h_double_arrow /usr/share/icons/breeze_cursors/cursors///sb_v_double_arrow /usr/share/icons/breeze_cursors/cursors///se-resize /usr/share/fonts/noto/NotoSansElbasan-Regular.ttf /usr/share/icons/breeze_cursors/cursors///size-bdiag /usr/share/fonts/noto/NotoSansElymaic-Regular.ttf /usr/share/icons/breeze_cursors/cursors///size-fdiag /usr/share/icons/breeze_cursors/cursors///size-hor /usr/share/icons/breeze_cursors/cursors///size-ver /usr/share/fonts/noto/NotoSansElymaic-Regular.ttf /usr/share/fonts/noto/NotoSansEthiopic-Black.ttf /usr/share/icons/breeze_cursors/cursors///size_all /usr/share/icons/breeze_cursors/cursors///size_bdiag /usr/share/icons/breeze_cursors/cursors///size_fdiag /usr/share/icons/breeze_cursors/cursors///size_hor /usr/share/icons/breeze_cursors/cursors///size_ver /usr/share/fonts/noto/NotoSansEthiopic-Black.ttf /usr/share/fonts/noto/NotoSansEthiopic-Bold.ttf /usr/share/icons/breeze_cursors/cursors///split_h /usr/share/icons/breeze_cursors/cursors///split_v /usr/share/icons/breeze_cursors/cursors///sw-resize /usr/share/icons/breeze_cursors/cursors///tcross /usr/share/icons/breeze_cursors/cursors///text /usr/share/fonts/noto/NotoSansEthiopic-Bold.ttf /usr/share/fonts/noto/NotoSansEthiopic-Light.ttf /usr/share/icons/breeze_cursors/cursors///top_left_arrow /usr/share/icons/breeze_cursors/cursors///top_left_corner /usr/share/icons/breeze_cursors/cursors///top_right_corner /usr/share/icons/breeze_cursors/cursors///top_side /usr/share/icons/breeze_cursors/cursors///up-arrow /usr/share/fonts/noto/NotoSansEthiopic-Light.ttf /usr/share/fonts/noto/NotoSansEthiopic-Medium.ttf /usr/share/icons/breeze_cursors/cursors///v_double_arrow /usr/share/icons/breeze_cursors/cursors///vertical-text /usr/share/icons/breeze_cursors/cursors///w-resize /usr/share/icons/breeze_cursors/cursors///wait /usr/share/fonts/noto/NotoSansEthiopic-Medium.ttf /usr/share/fonts/noto/NotoSansEthiopic-Regular.ttf /usr/share/fonts/noto/NotoSansEthiopic-Regular.ttf /usr/share/fonts/noto/NotoSansEthiopic-Thin.ttf /usr/share/fonts/noto/NotoSansEthiopic-Thin.ttf /usr/share/fonts/noto/NotoSansGeorgian-Black.ttf /usr/share/fonts/noto/NotoSansGeorgian-Black.ttf /usr/share/fonts/noto/NotoSansGeorgian-Bold.ttf /usr/share/icons/breeze_cursors/cursors///watch /usr/share/fonts/noto/NotoSansGeorgian-Bold.ttf /usr/share/fonts/noto/NotoSansGeorgian-Light.ttf /usr/share/fonts/noto/NotoSansGeorgian-Light.ttf /usr/share/fonts/noto/NotoSansGeorgian-Medium.ttf /usr/share/fonts/noto/NotoSansGeorgian-Medium.ttf /usr/share/fonts/noto/NotoSansGeorgian-Regular.ttf /usr/share/icons/breeze_cursors/cursors///wayland-cursor /usr/share/icons/breeze_cursors/cursors///whats_this /usr/share/fonts/noto/NotoSansGeorgian-Regular.ttf /usr/share/fonts/noto/NotoSansGeorgian-Thin.ttf /usr/share/icons/breeze_cursors/cursors///x-cursor /usr/share/icons/breeze_cursors/cursors///xterm /usr/share/icons/breeze_cursors/cursors///zoom-in /usr/share/icons/breeze_cursors/cursors///zoom-out /usr/share/fonts/noto/NotoSansGeorgian-Thin.ttf /usr/share/icons/breeze_cursors//index.theme /usr/share/fonts/noto/NotoSansGlagolitic-Regular.ttf /usr/share/fonts/noto/NotoSansGlagolitic-Regular.ttf /usr/share/fonts/noto/NotoSansGothic-Regular.ttf /usr/share/fonts/noto/NotoSansGothic-Regular.ttf /usr/share/fonts/noto/NotoSansGrantha-Regular.ttf /usr/share/fonts/noto/NotoSansGrantha-Regular.ttf /usr/share/fonts/noto/NotoSansGujarati-Black.ttf /usr/share/fonts/noto/NotoSansGujarati-Black.ttf /usr/share/fonts/noto/NotoSansGujarati-Bold.ttf /usr/share/fonts/noto/NotoSansGujarati-Bold.ttf /usr/share/fonts/noto/NotoSansGujarati-Light.ttf /usr/share/fonts/noto/NotoSansGujarati-Light.ttf /usr/share/fonts/noto/NotoSansGujarati-Medium.ttf /usr/share/fonts/noto/NotoSansGujarati-Medium.ttf /usr/share/fonts/noto/NotoSansGujarati-Regular.ttf /usr/share/fonts/noto/NotoSansGujarati-Regular.ttf /usr/share/fonts/noto/NotoSansGujarati-Thin.ttf /usr/share/fonts/noto/NotoSansGujarati-Thin.ttf /usr/share/fonts/noto/NotoSansGujaratiUI-Black.ttf /usr/share/fonts/noto/NotoSansGujaratiUI-Black.ttf /usr/share/fonts/noto/NotoSansGujaratiUI-Bold.ttf /usr/share/fonts/noto/NotoSansGujaratiUI-Bold.ttf /usr/share/fonts/noto/NotoSansGujaratiUI-Light.ttf /usr/share/fonts/noto/NotoSansGujaratiUI-Light.ttf /usr/share/fonts/noto/NotoSansGujaratiUI-Medium.ttf /usr/share/fonts/noto/NotoSansGujaratiUI-Medium.ttf /usr/share/fonts/noto/NotoSansGujaratiUI-Regular.ttf /usr/share/fonts/noto/NotoSansGujaratiUI-Regular.ttf /usr/share/fonts/noto/NotoSansGujaratiUI-Thin.ttf /usr/share/fonts/noto/NotoSansGujaratiUI-Thin.ttf /usr/share/fonts/noto/NotoSansGunjalaGondi-Bold.ttf /usr/share/fonts/noto/NotoSansGunjalaGondi-Bold.ttf /usr/share/fonts/noto/NotoSansGunjalaGondi-Medium.ttf /usr/share/fonts/noto/NotoSansGunjalaGondi-Medium.ttf /usr/share/fonts/noto/NotoSansGunjalaGondi-Regular.ttf /usr/share/fonts/noto/NotoSansGunjalaGondi-Regular.ttf /usr/share/fonts/noto/NotoSansGurmukhi-Black.ttf /usr/share/fonts/noto/NotoSansGurmukhi-Black.ttf /usr/share/fonts/noto/NotoSansGurmukhi-Bold.ttf /usr/share/fonts/noto/NotoSansGurmukhi-Bold.ttf /usr/share/fonts/noto/NotoSansGurmukhi-Light.ttf /usr/share/fonts/noto/NotoSansGurmukhi-Light.ttf /usr/share/fonts/noto/NotoSansGurmukhi-Medium.ttf /usr/share/fonts/noto/NotoSansGurmukhi-Medium.ttf /usr/share/fonts/noto/NotoSansGurmukhi-Regular.ttf /usr/share/fonts/noto/NotoSansGurmukhi-Regular.ttf /usr/share/fonts/noto/NotoSansGurmukhi-Thin.ttf /usr/share/fonts/noto/NotoSansGurmukhi-Thin.ttf /usr/share/fonts/noto/NotoSansGurmukhiUI-Black.ttf /usr/share/fonts/noto/NotoSansGurmukhiUI-Black.ttf /usr/share/fonts/noto/NotoSansGurmukhiUI-Bold.ttf /usr/share/fonts/noto/NotoSansGurmukhiUI-Bold.ttf /usr/share/fonts/noto/NotoSansGurmukhiUI-Light.ttf /usr/share/fonts/noto/NotoSansGurmukhiUI-Light.ttf /usr/share/fonts/noto/NotoSansGurmukhiUI-Medium.ttf /usr/share/fonts/noto/NotoSansGurmukhiUI-Medium.ttf /usr/share/fonts/noto/NotoSansGurmukhiUI-Regular.ttf /usr/share/fonts/noto/NotoSansGurmukhiUI-Regular.ttf /usr/share/fonts/noto/NotoSansGurmukhiUI-Thin.ttf /usr/share/fonts/noto/NotoSansGurmukhiUI-Thin.ttf /usr/share/fonts/noto/NotoSansHanifiRohingya-Bold.ttf /usr/share/fonts/noto/NotoSansHanifiRohingya-Bold.ttf /usr/share/fonts/noto/NotoSansHanifiRohingya-Medium.ttf /usr/share/fonts/noto/NotoSansHanifiRohingya-Medium.ttf /usr/share/fonts/noto/NotoSansHanifiRohingya-Regular.ttf /usr/share/fonts/noto/NotoSansHanifiRohingya-Regular.ttf /usr/share/fonts/noto/NotoSansHanunoo-Regular.ttf /usr/share/fonts/noto/NotoSansHanunoo-Regular.ttf /usr/share/fonts/noto/NotoSansHatran-Regular.ttf /usr/share/fonts/noto/NotoSansHatran-Regular.ttf /usr/share/fonts/noto/NotoSansHebrew-Black.ttf /usr/share/fonts/noto/NotoSansHebrew-Black.ttf /usr/share/fonts/noto/NotoSansHebrew-Bold.ttf /usr/share/fonts/noto/NotoSansHebrew-Bold.ttf /usr/share/fonts/noto/NotoSansHebrew-Light.ttf /usr/share/fonts/noto/NotoSansHebrew-Light.ttf /usr/share/fonts/noto/NotoSansHebrew-Medium.ttf /usr/share/fonts/noto/NotoSansHebrew-Medium.ttf /usr/share/fonts/noto/NotoSansHebrew-Regular.ttf /usr/share/fonts/noto/NotoSansHebrew-Regular.ttf /usr/share/fonts/noto/NotoSansHebrew-Thin.ttf /usr/share/fonts/noto/NotoSansHebrew-Thin.ttf /usr/share/fonts/noto/NotoSansImperialAramaic-Regular.ttf /usr/share/fonts/noto/NotoSansImperialAramaic-Regular.ttf /usr/share/fonts/noto/NotoSansIndicSiyaqNumbers-Regular.ttf /usr/share/fonts/noto/NotoSansIndicSiyaqNumbers-Regular.ttf /usr/share/fonts/noto/NotoSansInscriptionalPahlavi-Regular.ttf /usr/share/fonts/noto/NotoSansInscriptionalPahlavi-Regular.ttf /usr/share/fonts/noto/NotoSansInscriptionalParthian-Regular.ttf /usr/share/fonts/noto/NotoSansInscriptionalParthian-Regular.ttf /usr/share/fonts/noto/NotoSansJavanese-Bold.ttf /usr/share/fonts/noto/NotoSansJavanese-Bold.ttf /usr/share/fonts/noto/NotoSansJavanese-Regular.ttf /usr/share/fonts/noto/NotoSansJavanese-Regular.ttf /usr/share/fonts/noto/NotoSansKaithi-Regular.ttf /usr/share/fonts/noto/NotoSansKaithi-Regular.ttf /usr/share/fonts/noto/NotoSansKannada-Black.ttf /usr/share/fonts/noto/NotoSansKannada-Black.ttf /usr/share/fonts/noto/NotoSansKannada-Bold.ttf /usr/share/fonts/noto/NotoSansKannada-Bold.ttf /usr/share/fonts/noto/NotoSansKannada-Light.ttf /usr/share/fonts/noto/NotoSansKannada-Light.ttf /usr/share/fonts/noto/NotoSansKannada-Medium.ttf /usr/share/fonts/noto/NotoSansKannada-Medium.ttf /usr/share/fonts/noto/NotoSansKannada-Regular.ttf /usr/share/fonts/noto/NotoSansKannada-Regular.ttf /usr/share/fonts/noto/NotoSansKannada-Thin.ttf /usr/share/fonts/noto/NotoSansKannada-Thin.ttf /usr/share/fonts/noto/NotoSansKannadaUI-Black.ttf /usr/share/fonts/noto/NotoSansKannadaUI-Black.ttf /usr/share/fonts/noto/NotoSansKannadaUI-Bold.ttf /usr/share/fonts/noto/NotoSansKannadaUI-Bold.ttf /usr/share/fonts/noto/NotoSansKannadaUI-Light.ttf /usr/share/fonts/noto/NotoSansKannadaUI-Light.ttf /usr/share/fonts/noto/NotoSansKannadaUI-Medium.ttf /usr/share/fonts/noto/NotoSansKannadaUI-Medium.ttf /usr/share/fonts/noto/NotoSansKannadaUI-Regular.ttf /usr/share/fonts/noto/NotoSansKannadaUI-Regular.ttf /usr/share/fonts/noto/NotoSansKannadaUI-Thin.ttf /usr/share/fonts/noto/NotoSansKannadaUI-Thin.ttf /usr/share/fonts/noto/NotoSansKayahLi-Bold.ttf /usr/share/fonts/noto/NotoSansKayahLi-Bold.ttf /usr/share/fonts/noto/NotoSansKayahLi-Medium.ttf /usr/share/fonts/noto/NotoSansKayahLi-Medium.ttf /usr/share/fonts/noto/NotoSansKayahLi-Regular.ttf /usr/share/fonts/noto/NotoSansKayahLi-Regular.ttf /usr/share/fonts/noto/NotoSansKharoshthi-Regular.ttf /usr/share/fonts/noto/NotoSansKharoshthi-Regular.ttf /usr/share/fonts/noto/NotoSansKhmer-Black.ttf /usr/share/fonts/noto/NotoSansKhmer-Black.ttf /usr/share/fonts/noto/NotoSansKhmer-Bold.ttf /usr/share/fonts/noto/NotoSansKhmer-Bold.ttf /usr/share/fonts/noto/NotoSansKhmer-Light.ttf /usr/share/fonts/noto/NotoSansKhmer-Light.ttf /usr/share/fonts/noto/NotoSansKhmer-Medium.ttf /usr/share/fonts/noto/NotoSansKhmer-Medium.ttf /usr/share/fonts/noto/NotoSansKhmer-Regular.ttf /usr/share/fonts/noto/NotoSansKhmer-Regular.ttf /usr/share/fonts/noto/NotoSansKhmer-Thin.ttf /usr/share/fonts/noto/NotoSansKhmer-Thin.ttf /usr/share/fonts/noto/NotoSansKhojki-Regular.ttf /usr/share/fonts/noto/NotoSansKhojki-Regular.ttf /usr/share/fonts/noto/NotoSansKhudawadi-Regular.ttf /usr/share/fonts/noto/NotoSansKhudawadi-Regular.ttf /usr/share/fonts/noto/NotoSansLao-Black.ttf /usr/share/fonts/noto/NotoSansLao-Black.ttf /usr/share/fonts/noto/NotoSansLao-Bold.ttf /usr/share/fonts/noto/NotoSansLao-Bold.ttf /usr/share/fonts/noto/NotoSansLao-Light.ttf /usr/share/fonts/noto/NotoSansLao-Light.ttf /usr/share/fonts/noto/NotoSansLao-Medium.ttf /usr/share/fonts/noto/NotoSansLao-Medium.ttf /usr/share/fonts/noto/NotoSansLao-Regular.ttf /usr/share/fonts/noto/NotoSansLao-Regular.ttf /usr/share/fonts/noto/NotoSansLao-Thin.ttf /usr/share/fonts/noto/NotoSansLao-Thin.ttf /usr/share/fonts/noto/NotoSansLaoLooped-Black.ttf /usr/share/fonts/noto/NotoSansLaoLooped-Black.ttf /usr/share/fonts/noto/NotoSansLaoLooped-Bold.ttf /usr/share/fonts/noto/NotoSansLaoLooped-Bold.ttf /usr/share/fonts/noto/NotoSansLaoLooped-Light.ttf /usr/share/fonts/noto/NotoSansLaoLooped-Light.ttf /usr/share/fonts/noto/NotoSansLaoLooped-Medium.ttf /usr/share/fonts/noto/NotoSansLaoLooped-Medium.ttf /usr/share/fonts/noto/NotoSansLaoLooped-Regular.ttf /usr/share/fonts/noto/NotoSansLaoLooped-Regular.ttf /usr/share/fonts/noto/NotoSansLaoLooped-Thin.ttf /usr/share/fonts/noto/NotoSansLaoLooped-Thin.ttf /usr/share/fonts/noto/NotoSansLepcha-Regular.ttf /usr/share/fonts/noto/NotoSansLepcha-Regular.ttf /usr/share/fonts/noto/NotoSansLimbu-Regular.ttf /usr/share/fonts/noto/NotoSansLimbu-Regular.ttf /usr/share/fonts/noto/NotoSansLinearA-Regular.ttf /usr/share/fonts/noto/NotoSansLinearA-Regular.ttf /usr/share/fonts/noto/NotoSansLinearB-Regular.ttf /usr/share/fonts/noto/NotoSansLinearB-Regular.ttf /usr/share/fonts/noto/NotoSansLisu-Bold.ttf /usr/share/fonts/noto/NotoSansLisu-Bold.ttf /usr/share/fonts/noto/NotoSansLisu-Medium.ttf /usr/share/fonts/noto/NotoSansLisu-Medium.ttf /usr/share/fonts/noto/NotoSansLisu-Regular.ttf /usr/share/fonts/noto/NotoSansLisu-Regular.ttf /usr/share/fonts/noto/NotoSansLycian-Regular.ttf /usr/share/fonts/noto/NotoSansLycian-Regular.ttf /usr/share/fonts/noto/NotoSansLydian-Regular.ttf /usr/share/fonts/noto/NotoSansLydian-Regular.ttf /usr/share/fonts/noto/NotoSansMahajani-Regular.ttf /usr/share/fonts/noto/NotoSansMahajani-Regular.ttf /usr/share/fonts/noto/NotoSansMalayalam-Black.ttf /usr/share/fonts/noto/NotoSansMalayalam-Black.ttf /usr/share/fonts/noto/NotoSansMalayalam-Bold.ttf /usr/share/fonts/noto/NotoSansMalayalam-Bold.ttf /usr/share/fonts/noto/NotoSansMalayalam-Light.ttf /usr/share/fonts/noto/NotoSansMalayalam-Light.ttf /usr/share/fonts/noto/NotoSansMalayalam-Medium.ttf /usr/share/fonts/noto/NotoSansMalayalam-Medium.ttf /usr/share/fonts/noto/NotoSansMalayalam-Regular.ttf /usr/share/fonts/noto/NotoSansMalayalam-Regular.ttf /usr/share/fonts/noto/NotoSansMalayalam-Thin.ttf /usr/share/fonts/noto/NotoSansMalayalam-Thin.ttf /usr/share/fonts/noto/NotoSansMalayalamUI-Black.ttf /usr/share/fonts/noto/NotoSansMalayalamUI-Black.ttf /usr/share/fonts/noto/NotoSansMalayalamUI-Bold.ttf /usr/share/fonts/noto/NotoSansMalayalamUI-Bold.ttf /usr/share/fonts/noto/NotoSansMalayalamUI-Light.ttf /usr/share/fonts/noto/NotoSansMalayalamUI-Light.ttf /usr/share/fonts/noto/NotoSansMalayalamUI-Medium.ttf /usr/share/fonts/noto/NotoSansMalayalamUI-Medium.ttf /usr/share/fonts/noto/NotoSansMalayalamUI-Regular.ttf /usr/share/fonts/noto/NotoSansMalayalamUI-Regular.ttf /usr/share/fonts/noto/NotoSansMalayalamUI-Thin.ttf /usr/share/fonts/noto/NotoSansMalayalamUI-Thin.ttf /usr/share/fonts/noto/NotoSansMandaic-Regular.ttf /usr/share/fonts/noto/NotoSansMandaic-Regular.ttf /usr/share/fonts/noto/NotoSansManichaean-Regular.ttf /usr/share/fonts/noto/NotoSansManichaean-Regular.ttf /usr/share/fonts/noto/NotoSansMarchen-Regular.ttf /usr/share/fonts/noto/NotoSansMarchen-Regular.ttf /usr/share/fonts/noto/NotoSansMasaramGondi-Regular.ttf /usr/share/fonts/noto/NotoSansMasaramGondi-Regular.ttf /usr/share/fonts/noto/NotoSansMath-Regular.ttf /usr/share/fonts/noto/NotoSansMath-Regular.ttf /usr/share/fonts/noto/NotoSansMayanNumerals-Regular.ttf /usr/share/fonts/noto/NotoSansMayanNumerals-Regular.ttf /usr/share/fonts/noto/NotoSansMedefaidrin-Bold.ttf /usr/share/fonts/noto/NotoSansMedefaidrin-Bold.ttf /usr/share/fonts/noto/NotoSansMedefaidrin-Medium.ttf /usr/share/fonts/noto/NotoSansMedefaidrin-Medium.ttf /usr/share/fonts/noto/NotoSansMedefaidrin-Regular.ttf /usr/share/fonts/noto/NotoSansMedefaidrin-Regular.ttf /usr/share/fonts/noto/NotoSansMeeteiMayek-Black.ttf /usr/share/fonts/noto/NotoSansMeeteiMayek-Black.ttf /usr/share/fonts/noto/NotoSansMeeteiMayek-Bold.ttf /usr/share/fonts/noto/NotoSansMeeteiMayek-Bold.ttf /usr/share/fonts/noto/NotoSansMeeteiMayek-Light.ttf /usr/share/fonts/noto/NotoSansMeeteiMayek-Light.ttf /usr/share/fonts/noto/NotoSansMeeteiMayek-Medium.ttf /usr/share/fonts/noto/NotoSansMeeteiMayek-Medium.ttf /usr/share/fonts/noto/NotoSansMeeteiMayek-Regular.ttf /usr/share/fonts/noto/NotoSansMeeteiMayek-Regular.ttf /usr/share/fonts/noto/NotoSansMeeteiMayek-Thin.ttf /usr/share/fonts/noto/NotoSansMeeteiMayek-Thin.ttf /usr/share/fonts/noto/NotoSansMendeKikakui-Regular.ttf /usr/share/fonts/noto/NotoSansMendeKikakui-Regular.ttf /usr/share/fonts/noto/NotoSansMeroitic-Regular.ttf /usr/share/fonts/noto/NotoSansMeroitic-Regular.ttf /usr/share/fonts/noto/NotoSansMiao-Regular.ttf /usr/share/fonts/noto/NotoSansMiao-Regular.ttf /usr/share/fonts/noto/NotoSansModi-Regular.ttf /usr/share/fonts/noto/NotoSansModi-Regular.ttf /usr/share/fonts/noto/NotoSansMongolian-Regular.ttf /usr/share/fonts/noto/NotoSansMongolian-Regular.ttf /usr/share/fonts/noto/NotoSansMono-Black.ttf /usr/share/fonts/noto/NotoSansMono-Black.ttf /usr/share/fonts/noto/NotoSansMono-Bold.ttf /usr/share/fonts/noto/NotoSansMono-Bold.ttf /usr/share/fonts/noto/NotoSansMono-Light.ttf /usr/share/fonts/noto/NotoSansMono-Light.ttf /usr/share/fonts/noto/NotoSansMono-Medium.ttf /usr/share/fonts/noto/NotoSansMono-Medium.ttf /usr/share/fonts/noto/NotoSansMono-Regular.ttf /usr/share/fonts/noto/NotoSansMono-Regular.ttf /usr/share/fonts/noto/NotoSansMono-Thin.ttf /usr/share/fonts/noto/NotoSansMono-Thin.ttf /usr/share/fonts/noto/NotoSansMro-Regular.ttf /usr/share/fonts/noto/NotoSansMro-Regular.ttf /usr/share/fonts/noto/NotoSansMultani-Regular.ttf /usr/share/fonts/noto/NotoSansMultani-Regular.ttf /usr/share/fonts/noto/NotoSansMyanmar-Black.ttf /usr/share/fonts/noto/NotoSansMyanmar-Black.ttf /usr/share/fonts/noto/NotoSansMyanmar-Bold.ttf /usr/share/fonts/noto/NotoSansMyanmar-Bold.ttf /usr/share/fonts/noto/NotoSansMyanmar-Light.ttf /usr/share/fonts/noto/NotoSansMyanmar-Light.ttf /usr/share/fonts/noto/NotoSansMyanmar-Medium.ttf /usr/share/fonts/noto/NotoSansMyanmar-Medium.ttf /usr/share/fonts/noto/NotoSansMyanmar-Regular.ttf /usr/share/fonts/noto/NotoSansMyanmar-Regular.ttf /usr/share/fonts/noto/NotoSansMyanmar-Thin.ttf /usr/share/fonts/noto/NotoSansMyanmar-Thin.ttf /usr/share/fonts/noto/NotoSansNKo-Regular.ttf /usr/share/fonts/noto/NotoSansNKo-Regular.ttf /usr/share/fonts/noto/NotoSansNabataean-Regular.ttf /usr/share/fonts/noto/NotoSansNabataean-Regular.ttf /usr/share/fonts/noto/NotoSansNagMundari-Bold.ttf /usr/share/fonts/noto/NotoSansNagMundari-Bold.ttf /usr/share/fonts/noto/NotoSansNagMundari-Regular.ttf /usr/share/fonts/noto/NotoSansNagMundari-Regular.ttf /usr/share/fonts/noto/NotoSansNandinagari-Regular.ttf /usr/share/fonts/noto/NotoSansNandinagari-Regular.ttf /usr/share/fonts/noto/NotoSansNewTaiLue-Bold.ttf /usr/share/fonts/noto/NotoSansNewTaiLue-Bold.ttf /usr/share/fonts/noto/NotoSansNewTaiLue-Medium.ttf /usr/share/fonts/noto/NotoSansNewTaiLue-Medium.ttf /usr/share/fonts/noto/NotoSansNewTaiLue-Regular.ttf /usr/share/fonts/noto/NotoSansNewTaiLue-Regular.ttf /usr/share/fonts/noto/NotoSansNewa-Regular.ttf /usr/share/fonts/noto/NotoSansNewa-Regular.ttf /usr/share/fonts/noto/NotoSansNushu-Regular.ttf /usr/share/fonts/noto/NotoSansNushu-Regular.ttf /usr/share/fonts/noto/NotoSansOgham-Regular.ttf /usr/share/fonts/noto/NotoSansOgham-Regular.ttf /usr/share/fonts/noto/NotoSansOlChiki-Bold.ttf /usr/share/fonts/noto/NotoSansOlChiki-Bold.ttf /usr/share/fonts/noto/NotoSansOlChiki-Medium.ttf /usr/share/fonts/noto/NotoSansOlChiki-Medium.ttf /usr/share/fonts/noto/NotoSansOlChiki-Regular.ttf /usr/share/fonts/noto/NotoSansOlChiki-Regular.ttf /usr/share/fonts/noto/NotoSansOldHungarian-Regular.ttf /usr/share/fonts/noto/NotoSansOldHungarian-Regular.ttf /usr/share/fonts/noto/NotoSansOldItalic-Regular.ttf /usr/share/fonts/noto/NotoSansOldItalic-Regular.ttf /usr/share/fonts/noto/NotoSansOldNorthArabian-Regular.ttf /usr/share/fonts/noto/NotoSansOldNorthArabian-Regular.ttf /usr/share/fonts/noto/NotoSansOldPermic-Regular.ttf /usr/share/fonts/noto/NotoSansOldPermic-Regular.ttf /usr/share/fonts/noto/NotoSansOldPersian-Regular.ttf /usr/share/fonts/noto/NotoSansOldPersian-Regular.ttf /usr/share/fonts/noto/NotoSansOldSogdian-Regular.ttf /usr/share/fonts/noto/NotoSansOldSogdian-Regular.ttf /usr/share/fonts/noto/NotoSansOldSouthArabian-Regular.ttf /usr/share/fonts/noto/NotoSansOldSouthArabian-Regular.ttf /usr/share/fonts/noto/NotoSansOldTurkic-Regular.ttf /usr/share/fonts/noto/NotoSansOldTurkic-Regular.ttf /usr/share/fonts/noto/NotoSansOriya-Black.ttf /usr/share/fonts/noto/NotoSansOriya-Black.ttf /usr/share/fonts/noto/NotoSansOriya-Bold.ttf /usr/share/fonts/noto/NotoSansOriya-Bold.ttf /usr/share/fonts/noto/NotoSansOriya-Regular.ttf /usr/share/fonts/noto/NotoSansOriya-Regular.ttf /usr/share/fonts/noto/NotoSansOriya-Thin.ttf /usr/share/fonts/noto/NotoSansOriya-Thin.ttf /usr/share/fonts/noto/NotoSansOsage-Regular.ttf /usr/share/fonts/noto/NotoSansOsage-Regular.ttf /usr/share/fonts/noto/NotoSansOsmanya-Regular.ttf /usr/share/fonts/noto/NotoSansOsmanya-Regular.ttf /usr/share/fonts/noto/NotoSansPahawhHmong-Regular.ttf /usr/share/fonts/noto/NotoSansPahawhHmong-Regular.ttf /usr/share/fonts/noto/NotoSansPalmyrene-Regular.ttf /usr/share/fonts/noto/NotoSansPalmyrene-Regular.ttf /usr/share/fonts/noto/NotoSansPauCinHau-Regular.ttf /usr/share/fonts/noto/NotoSansPauCinHau-Regular.ttf /usr/share/fonts/noto/NotoSansPhags-Pa-Regular.ttf /usr/share/fonts/noto/NotoSansPhags-Pa-Regular.ttf /usr/share/fonts/noto/NotoSansPhoenician-Regular.ttf /usr/share/fonts/noto/NotoSansPhoenician-Regular.ttf /usr/share/fonts/noto/NotoSansPsalterPahlavi-Regular.ttf /usr/share/fonts/noto/NotoSansPsalterPahlavi-Regular.ttf /usr/share/fonts/noto/NotoSansRejang-Regular.ttf /usr/share/fonts/noto/NotoSansRejang-Regular.ttf /usr/share/fonts/noto/NotoSansRunic-Regular.ttf /usr/share/fonts/noto/NotoSansRunic-Regular.ttf /usr/share/fonts/noto/NotoSansSamaritan-Regular.ttf /usr/share/fonts/noto/NotoSansSamaritan-Regular.ttf /usr/share/fonts/noto/NotoSansSaurashtra-Regular.ttf /usr/share/fonts/noto/NotoSansSaurashtra-Regular.ttf /usr/share/fonts/noto/NotoSansSharada-Regular.ttf /usr/share/fonts/noto/NotoSansSharada-Regular.ttf /usr/share/fonts/noto/NotoSansShavian-Regular.ttf /usr/share/fonts/noto/NotoSansShavian-Regular.ttf /usr/share/fonts/noto/NotoSansSiddham-Regular.ttf /usr/share/fonts/noto/NotoSansSiddham-Regular.ttf /usr/share/fonts/noto/NotoSansSignWriting-Regular.ttf /usr/share/fonts/noto/NotoSansSignWriting-Regular.ttf /usr/share/fonts/noto/NotoSansSinhala-Black.ttf /usr/share/fonts/noto/NotoSansSinhala-Black.ttf /usr/share/fonts/noto/NotoSansSinhala-Bold.ttf /usr/share/fonts/noto/NotoSansSinhala-Bold.ttf /usr/share/fonts/noto/NotoSansSinhala-Light.ttf /usr/share/fonts/noto/NotoSansSinhala-Light.ttf /usr/share/fonts/noto/NotoSansSinhala-Medium.ttf /usr/share/fonts/noto/NotoSansSinhala-Medium.ttf /usr/share/fonts/noto/NotoSansSinhala-Regular.ttf /usr/share/fonts/noto/NotoSansSinhala-Regular.ttf /usr/share/fonts/noto/NotoSansSinhala-Thin.ttf /usr/share/fonts/noto/NotoSansSinhala-Thin.ttf /usr/share/fonts/noto/NotoSansSinhalaUI-Black.ttf /usr/share/fonts/noto/NotoSansSinhalaUI-Black.ttf /usr/share/fonts/noto/NotoSansSinhalaUI-Bold.ttf /usr/share/fonts/noto/NotoSansSinhalaUI-Bold.ttf /usr/share/fonts/noto/NotoSansSinhalaUI-Light.ttf /usr/share/fonts/noto/NotoSansSinhalaUI-Light.ttf /usr/share/fonts/noto/NotoSansSinhalaUI-Medium.ttf /usr/share/fonts/noto/NotoSansSinhalaUI-Medium.ttf /usr/share/fonts/noto/NotoSansSinhalaUI-Regular.ttf /usr/share/fonts/noto/NotoSansSinhalaUI-Regular.ttf /usr/share/fonts/noto/NotoSansSinhalaUI-Thin.ttf /usr/share/fonts/noto/NotoSansSinhalaUI-Thin.ttf /usr/share/fonts/noto/NotoSansSogdian-Regular.ttf /usr/share/fonts/noto/NotoSansSogdian-Regular.ttf /usr/share/fonts/noto/NotoSansSoraSompeng-Bold.ttf /usr/share/fonts/noto/NotoSansSoraSompeng-Bold.ttf /usr/share/fonts/noto/NotoSansSoraSompeng-Medium.ttf /usr/share/fonts/noto/NotoSansSoraSompeng-Medium.ttf /usr/share/fonts/noto/NotoSansSoraSompeng-Regular.ttf /usr/share/fonts/noto/NotoSansSoraSompeng-Regular.ttf /usr/share/fonts/noto/NotoSansSoyombo-Regular.ttf /usr/share/fonts/noto/NotoSansSoyombo-Regular.ttf /usr/share/fonts/noto/NotoSansSundanese-Bold.ttf /usr/share/fonts/noto/NotoSansSundanese-Bold.ttf /usr/share/fonts/noto/NotoSansSundanese-Medium.ttf /usr/share/fonts/noto/NotoSansSundanese-Medium.ttf /usr/share/fonts/noto/NotoSansSundanese-Regular.ttf /usr/share/fonts/noto/NotoSansSundanese-Regular.ttf /usr/share/fonts/noto/NotoSansSylotiNagri-Regular.ttf /usr/share/fonts/noto/NotoSansSylotiNagri-Regular.ttf /usr/share/fonts/noto/NotoSansSymbols-Black.ttf /usr/share/fonts/noto/NotoSansSymbols-Black.ttf /usr/share/fonts/noto/NotoSansSymbols-Bold.ttf /usr/share/fonts/noto/NotoSansSymbols-Bold.ttf /usr/share/fonts/noto/NotoSansSymbols-Light.ttf /usr/share/fonts/noto/NotoSansSymbols-Light.ttf /usr/share/fonts/noto/NotoSansSymbols-Medium.ttf /usr/share/fonts/noto/NotoSansSymbols-Medium.ttf /usr/share/fonts/noto/NotoSansSymbols-Regular.ttf /usr/share/fonts/noto/NotoSansSymbols-Regular.ttf /usr/share/fonts/noto/NotoSansSymbols-Thin.ttf /usr/share/fonts/noto/NotoSansSymbols-Thin.ttf /usr/share/fonts/noto/NotoSansSymbols2-Regular.ttf /usr/share/fonts/noto/NotoSansSymbols2-Regular.ttf /usr/share/fonts/noto/NotoSansSyriac-Black.ttf /usr/share/fonts/noto/NotoSansSyriac-Black.ttf /usr/share/fonts/noto/NotoSansSyriac-Regular.ttf /usr/share/fonts/noto/NotoSansSyriac-Regular.ttf /usr/share/fonts/noto/NotoSansSyriac-Thin.ttf /usr/share/fonts/noto/NotoSansSyriac-Thin.ttf /usr/share/fonts/noto/NotoSansSyriacEastern-Black.ttf /usr/share/fonts/noto/NotoSansSyriacEastern-Black.ttf /usr/share/fonts/noto/NotoSansSyriacEastern-Regular.ttf /usr/share/fonts/noto/NotoSansSyriacEastern-Regular.ttf /usr/share/fonts/noto/NotoSansSyriacEastern-Thin.ttf /usr/share/fonts/noto/NotoSansSyriacEastern-Thin.ttf /usr/share/fonts/noto/NotoSansSyriacWestern-Black.ttf /usr/share/fonts/noto/NotoSansSyriacWestern-Black.ttf /usr/share/fonts/noto/NotoSansSyriacWestern-Regular.ttf /usr/share/fonts/noto/NotoSansSyriacWestern-Regular.ttf /usr/share/fonts/noto/NotoSansSyriacWestern-Thin.ttf /usr/share/fonts/noto/NotoSansSyriacWestern-Thin.ttf /usr/share/fonts/noto/NotoSansTagalog-Regular.ttf /usr/share/fonts/noto/NotoSansTagalog-Regular.ttf /usr/share/fonts/noto/NotoSansTagbanwa-Regular.ttf /usr/share/fonts/noto/NotoSansTagbanwa-Regular.ttf /usr/share/fonts/noto/NotoSansTaiLe-Regular.ttf /usr/share/fonts/noto/NotoSansTaiLe-Regular.ttf /usr/share/fonts/noto/NotoSansTaiTham-Bold.ttf /usr/share/fonts/noto/NotoSansTaiTham-Bold.ttf /usr/share/fonts/noto/NotoSansTaiTham-Medium.ttf /usr/share/fonts/noto/NotoSansTaiTham-Medium.ttf /usr/share/fonts/noto/NotoSansTaiTham-Regular.ttf /usr/share/fonts/noto/NotoSansTaiTham-Regular.ttf /usr/share/fonts/noto/NotoSansTaiViet-Regular.ttf /usr/share/fonts/noto/NotoSansTaiViet-Regular.ttf /usr/share/fonts/noto/NotoSansTakri-Regular.ttf /usr/share/fonts/noto/NotoSansTakri-Regular.ttf /usr/share/fonts/noto/NotoSansTamil-Black.ttf /usr/share/fonts/noto/NotoSansTamil-Black.ttf /usr/share/fonts/noto/NotoSansTamil-Bold.ttf /usr/share/fonts/noto/NotoSansTamil-Bold.ttf /usr/share/fonts/noto/NotoSansTamil-Light.ttf /usr/share/fonts/noto/NotoSansTamil-Light.ttf /usr/share/fonts/noto/NotoSansTamil-Medium.ttf /usr/share/fonts/noto/NotoSansTamil-Medium.ttf /usr/share/fonts/noto/NotoSansTamil-Regular.ttf /usr/share/fonts/noto/NotoSansTamil-Regular.ttf /usr/share/fonts/noto/NotoSansTamil-Thin.ttf /usr/share/fonts/noto/NotoSansTamil-Thin.ttf /usr/share/fonts/noto/NotoSansTamilSupplement-Regular.ttf /usr/share/fonts/noto/NotoSansTamilSupplement-Regular.ttf /usr/share/fonts/noto/NotoSansTamilUI-Black.ttf /usr/share/fonts/noto/NotoSansTamilUI-Black.ttf /usr/share/fonts/noto/NotoSansTamilUI-Bold.ttf /usr/share/fonts/noto/NotoSansTamilUI-Bold.ttf /usr/share/fonts/noto/NotoSansTamilUI-Light.ttf /usr/share/fonts/noto/NotoSansTamilUI-Light.ttf /usr/share/fonts/noto/NotoSansTamilUI-Medium.ttf /usr/share/fonts/noto/NotoSansTamilUI-Medium.ttf /usr/share/fonts/noto/NotoSansTamilUI-Regular.ttf /usr/share/fonts/noto/NotoSansTamilUI-Regular.ttf /usr/share/fonts/noto/NotoSansTamilUI-Thin.ttf /usr/share/fonts/noto/NotoSansTamilUI-Thin.ttf /usr/share/fonts/noto/NotoSansTangsa-Bold.ttf /usr/share/fonts/noto/NotoSansTangsa-Bold.ttf /usr/share/fonts/noto/NotoSansTangsa-Medium.ttf /usr/share/fonts/noto/NotoSansTangsa-Medium.ttf /usr/share/fonts/noto/NotoSansTangsa-Regular.ttf /usr/share/fonts/noto/NotoSansTangsa-Regular.ttf /usr/share/fonts/noto/NotoSansTelugu-Black.ttf /usr/share/fonts/noto/NotoSansTelugu-Black.ttf /usr/share/fonts/noto/NotoSansTelugu-Bold.ttf /usr/share/fonts/noto/NotoSansTelugu-Bold.ttf /usr/share/fonts/noto/NotoSansTelugu-Light.ttf /usr/share/fonts/noto/NotoSansTelugu-Light.ttf /usr/share/fonts/noto/NotoSansTelugu-Medium.ttf /usr/share/fonts/noto/NotoSansTelugu-Medium.ttf /usr/share/fonts/noto/NotoSansTelugu-Regular.ttf /usr/share/fonts/noto/NotoSansTelugu-Regular.ttf /usr/share/fonts/noto/NotoSansTelugu-Thin.ttf /usr/share/fonts/noto/NotoSansTelugu-Thin.ttf /usr/share/fonts/noto/NotoSansTeluguUI-Black.ttf /usr/share/fonts/noto/NotoSansTeluguUI-Black.ttf /usr/share/fonts/noto/NotoSansTeluguUI-Bold.ttf /usr/share/fonts/noto/NotoSansTeluguUI-Bold.ttf /usr/share/fonts/noto/NotoSansTeluguUI-Light.ttf /usr/share/fonts/noto/NotoSansTeluguUI-Light.ttf /usr/share/fonts/noto/NotoSansTeluguUI-Medium.ttf /usr/share/fonts/noto/NotoSansTeluguUI-Medium.ttf /usr/share/fonts/noto/NotoSansTeluguUI-Regular.ttf /usr/share/fonts/noto/NotoSansTeluguUI-Regular.ttf /usr/share/fonts/noto/NotoSansTeluguUI-Thin.ttf /usr/share/fonts/noto/NotoSansTeluguUI-Thin.ttf /usr/share/fonts/noto/NotoSansTest-Regular.ttf /usr/share/fonts/noto/NotoSansTest-Regular.ttf /usr/share/fonts/noto/NotoSansThaana-Black.ttf /usr/share/fonts/noto/NotoSansThaana-Black.ttf /usr/share/fonts/noto/NotoSansThaana-Bold.ttf /usr/share/fonts/noto/NotoSansThaana-Bold.ttf /usr/share/fonts/noto/NotoSansThaana-Light.ttf /usr/share/fonts/noto/NotoSansThaana-Light.ttf /usr/share/fonts/noto/NotoSansThaana-Medium.ttf /usr/share/fonts/noto/NotoSansThaana-Medium.ttf /usr/share/fonts/noto/NotoSansThaana-Regular.ttf /usr/share/fonts/noto/NotoSansThaana-Regular.ttf /usr/share/fonts/noto/NotoSansThaana-Thin.ttf /usr/share/fonts/noto/NotoSansThaana-Thin.ttf /usr/share/fonts/noto/NotoSansThai-Black.ttf /usr/share/fonts/noto/NotoSansThai-Black.ttf /usr/share/fonts/noto/NotoSansThai-Bold.ttf /usr/share/fonts/noto/NotoSansThai-Bold.ttf /usr/share/fonts/noto/NotoSansThai-Light.ttf /usr/share/fonts/noto/NotoSansThai-Light.ttf /usr/share/fonts/noto/NotoSansThai-Medium.ttf /usr/share/fonts/noto/NotoSansThai-Medium.ttf /usr/share/fonts/noto/NotoSansThai-Regular.ttf /usr/share/fonts/noto/NotoSansThai-Regular.ttf /usr/share/fonts/noto/NotoSansThai-Thin.ttf /usr/share/fonts/noto/NotoSansThai-Thin.ttf /usr/share/fonts/noto/NotoSansThaiLooped-Black.ttf /usr/share/fonts/noto/NotoSansThaiLooped-Black.ttf /usr/share/fonts/noto/NotoSansThaiLooped-Bold.ttf /usr/share/fonts/noto/NotoSansThaiLooped-Bold.ttf /usr/share/fonts/noto/NotoSansThaiLooped-Light.ttf /usr/share/fonts/noto/NotoSansThaiLooped-Light.ttf /usr/share/fonts/noto/NotoSansThaiLooped-Medium.ttf /usr/share/fonts/noto/NotoSansThaiLooped-Medium.ttf /usr/share/fonts/noto/NotoSansThaiLooped-Regular.ttf /usr/share/fonts/noto/NotoSansThaiLooped-Regular.ttf /usr/share/fonts/noto/NotoSansThaiLooped-Thin.ttf /usr/share/fonts/noto/NotoSansThaiLooped-Thin.ttf /usr/share/fonts/noto/NotoSansTifinagh-Regular.ttf /usr/share/fonts/noto/NotoSansTifinagh-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghAPT-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghAPT-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghAdrar-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghAdrar-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghAgrawImazighen-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghAgrawImazighen-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghAhaggar-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghAhaggar-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghAir-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghAir-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghAzawagh-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghAzawagh-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghGhat-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghGhat-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghHawad-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghHawad-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghRhissaIxa-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghRhissaIxa-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghSIL-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghSIL-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghTawellemmet-Regular.ttf /usr/share/fonts/noto/NotoSansTifinaghTawellemmet-Regular.ttf /usr/share/fonts/noto/NotoSansTirhuta-Regular.ttf /usr/share/fonts/noto/NotoSansTirhuta-Regular.ttf /usr/share/fonts/noto/NotoSansUgaritic-Regular.ttf /usr/share/fonts/noto/NotoSansUgaritic-Regular.ttf /usr/share/fonts/noto/NotoSansVai-Regular.ttf /usr/share/fonts/noto/NotoSansVai-Regular.ttf /usr/share/fonts/noto/NotoSansVithkuqi-Bold.ttf /usr/share/fonts/noto/NotoSansVithkuqi-Bold.ttf /usr/share/fonts/noto/NotoSansVithkuqi-Medium.ttf /usr/share/fonts/noto/NotoSansVithkuqi-Medium.ttf /usr/share/fonts/noto/NotoSansVithkuqi-Regular.ttf /usr/share/fonts/noto/NotoSansVithkuqi-Regular.ttf /usr/share/fonts/noto/NotoSansWancho-Regular.ttf /usr/share/fonts/noto/NotoSansWancho-Regular.ttf /usr/share/fonts/noto/NotoSansWarangCiti-Regular.ttf /usr/share/fonts/noto/NotoSansWarangCiti-Regular.ttf /usr/share/fonts/noto/NotoSansYi-Regular.ttf /usr/share/fonts/noto/NotoSansYi-Regular.ttf /usr/share/fonts/noto/NotoSansZanabazarSquare-Regular.ttf /usr/share/fonts/noto/NotoSansZanabazarSquare-Regular.ttf /usr/share/fonts/noto/NotoSerif-Black.ttf /usr/share/fonts/noto/NotoSerif-Black.ttf /usr/share/fonts/noto/NotoSerif-BlackItalic.ttf /usr/share/fonts/noto/NotoSerif-BlackItalic.ttf /usr/share/fonts/noto/NotoSerif-Bold.ttf /usr/share/fonts/noto/NotoSerif-Bold.ttf /usr/share/fonts/noto/NotoSerif-BoldItalic.ttf /usr/share/fonts/noto/NotoSerif-BoldItalic.ttf /usr/share/fonts/noto/NotoSerif-Italic.ttf /usr/share/fonts/noto/NotoSerif-Italic.ttf /usr/share/fonts/noto/NotoSerif-Light.ttf /usr/share/fonts/noto/NotoSerif-Light.ttf /usr/share/fonts/noto/NotoSerif-LightItalic.ttf /usr/share/fonts/noto/NotoSerif-LightItalic.ttf /usr/share/fonts/noto/NotoSerif-Medium.ttf /usr/share/fonts/noto/NotoSerif-Medium.ttf /usr/share/fonts/noto/NotoSerif-MediumItalic.ttf /usr/share/fonts/noto/NotoSerif-MediumItalic.ttf /usr/share/fonts/noto/NotoSerif-Regular.ttf /usr/share/fonts/noto/NotoSerif-Regular.ttf /usr/share/fonts/noto/NotoSerif-Thin.ttf /usr/share/fonts/noto/NotoSerif-Thin.ttf /usr/share/fonts/noto/NotoSerif-ThinItalic.ttf /usr/share/fonts/noto/NotoSerif-ThinItalic.ttf /usr/share/fonts/noto/NotoSerifAhom-Regular.ttf /usr/share/fonts/noto/NotoSerifAhom-Regular.ttf /usr/share/fonts/noto/NotoSerifArmenian-Black.ttf /usr/share/fonts/noto/NotoSerifArmenian-Black.ttf /usr/share/fonts/noto/NotoSerifArmenian-Bold.ttf /usr/share/fonts/noto/NotoSerifArmenian-Bold.ttf /usr/share/fonts/noto/NotoSerifArmenian-Light.ttf /usr/share/fonts/noto/NotoSerifArmenian-Light.ttf /usr/share/fonts/noto/NotoSerifArmenian-Medium.ttf /usr/share/fonts/noto/NotoSerifArmenian-Medium.ttf /usr/share/fonts/noto/NotoSerifArmenian-Regular.ttf /usr/share/fonts/noto/NotoSerifArmenian-Regular.ttf /usr/share/fonts/noto/NotoSerifArmenian-Thin.ttf /usr/share/fonts/noto/NotoSerifArmenian-Thin.ttf /usr/share/fonts/noto/NotoSerifBalinese-Regular.ttf /usr/share/fonts/noto/NotoSerifBalinese-Regular.ttf /usr/share/fonts/noto/NotoSerifBengali-Black.ttf /usr/share/fonts/noto/NotoSerifBengali-Black.ttf /usr/share/fonts/noto/NotoSerifBengali-Bold.ttf /usr/share/fonts/noto/NotoSerifBengali-Bold.ttf /usr/share/fonts/noto/NotoSerifBengali-Light.ttf /usr/share/fonts/noto/NotoSerifBengali-Light.ttf /usr/share/fonts/noto/NotoSerifBengali-Medium.ttf /usr/share/fonts/noto/NotoSerifBengali-Medium.ttf /usr/share/fonts/noto/NotoSerifBengali-Regular.ttf /usr/share/fonts/noto/NotoSerifBengali-Regular.ttf /usr/share/fonts/noto/NotoSerifBengali-Thin.ttf /usr/share/fonts/noto/NotoSerifBengali-Thin.ttf /usr/share/fonts/noto/NotoSerifDevanagari-Black.ttf /usr/share/fonts/noto/NotoSerifDevanagari-Black.ttf /usr/share/fonts/noto/NotoSerifDevanagari-Bold.ttf /usr/share/fonts/noto/NotoSerifDevanagari-Bold.ttf /usr/share/fonts/noto/NotoSerifDevanagari-Light.ttf /usr/share/fonts/noto/NotoSerifDevanagari-Light.ttf /usr/share/fonts/noto/NotoSerifDevanagari-Medium.ttf /usr/share/fonts/noto/NotoSerifDevanagari-Medium.ttf /usr/share/fonts/noto/NotoSerifDevanagari-Regular.ttf /usr/share/fonts/noto/NotoSerifDevanagari-Regular.ttf /usr/share/fonts/noto/NotoSerifDevanagari-Thin.ttf /usr/share/fonts/noto/NotoSerifDevanagari-Thin.ttf /usr/share/fonts/noto/NotoSerifDisplay-Black.ttf /usr/share/fonts/noto/NotoSerifDisplay-Black.ttf /usr/share/fonts/noto/NotoSerifDisplay-BlackItalic.ttf /usr/share/fonts/noto/NotoSerifDisplay-BlackItalic.ttf /usr/share/fonts/noto/NotoSerifDisplay-Bold.ttf /usr/share/fonts/noto/NotoSerifDisplay-Bold.ttf /usr/share/fonts/noto/NotoSerifDisplay-BoldItalic.ttf /usr/share/fonts/noto/NotoSerifDisplay-BoldItalic.ttf /usr/share/fonts/noto/NotoSerifDisplay-Italic.ttf /usr/share/fonts/noto/NotoSerifDisplay-Italic.ttf /usr/share/fonts/noto/NotoSerifDisplay-Light.ttf /usr/share/fonts/noto/NotoSerifDisplay-Light.ttf /usr/share/fonts/noto/NotoSerifDisplay-LightItalic.ttf /usr/share/fonts/noto/NotoSerifDisplay-LightItalic.ttf /usr/share/fonts/noto/NotoSerifDisplay-Medium.ttf /usr/share/fonts/noto/NotoSerifDisplay-Medium.ttf /usr/share/fonts/noto/NotoSerifDisplay-MediumItalic.ttf /usr/share/fonts/noto/NotoSerifDisplay-MediumItalic.ttf /usr/share/fonts/noto/NotoSerifDisplay-Regular.ttf /usr/share/fonts/noto/NotoSerifDisplay-Regular.ttf /usr/share/fonts/noto/NotoSerifDisplay-Thin.ttf /usr/share/fonts/noto/NotoSerifDisplay-Thin.ttf /usr/share/fonts/noto/NotoSerifDisplay-ThinItalic.ttf /usr/share/fonts/noto/NotoSerifDisplay-ThinItalic.ttf /usr/share/fonts/noto/NotoSerifDivesAkuru-Regular.ttf /usr/share/fonts/noto/NotoSerifDivesAkuru-Regular.ttf /usr/share/fonts/noto/NotoSerifDogra-Regular.ttf /usr/share/fonts/noto/NotoSerifDogra-Regular.ttf /usr/share/fonts/noto/NotoSerifEthiopic-Black.ttf /usr/share/fonts/noto/NotoSerifEthiopic-Black.ttf /usr/share/fonts/noto/NotoSerifEthiopic-Bold.ttf /usr/share/fonts/noto/NotoSerifEthiopic-Bold.ttf /usr/share/fonts/noto/NotoSerifEthiopic-Light.ttf /usr/share/fonts/noto/NotoSerifEthiopic-Light.ttf /usr/share/fonts/noto/NotoSerifEthiopic-Medium.ttf /usr/share/fonts/noto/NotoSerifEthiopic-Medium.ttf /usr/share/fonts/noto/NotoSerifEthiopic-Regular.ttf /usr/share/fonts/noto/NotoSerifEthiopic-Regular.ttf /usr/share/fonts/noto/NotoSerifEthiopic-Thin.ttf /usr/share/fonts/noto/NotoSerifEthiopic-Thin.ttf /usr/share/fonts/noto/NotoSerifGeorgian-Black.ttf /usr/share/fonts/noto/NotoSerifGeorgian-Black.ttf /usr/share/fonts/noto/NotoSerifGeorgian-Bold.ttf /usr/share/fonts/noto/NotoSerifGeorgian-Bold.ttf /usr/share/fonts/noto/NotoSerifGeorgian-Light.ttf /usr/share/fonts/noto/NotoSerifGeorgian-Light.ttf /usr/share/fonts/noto/NotoSerifGeorgian-Medium.ttf /usr/share/fonts/noto/NotoSerifGeorgian-Medium.ttf /usr/share/fonts/noto/NotoSerifGeorgian-Regular.ttf /usr/share/fonts/noto/NotoSerifGeorgian-Regular.ttf /usr/share/fonts/noto/NotoSerifGeorgian-Thin.ttf /usr/share/fonts/noto/NotoSerifGeorgian-Thin.ttf /usr/share/fonts/noto/NotoSerifGrantha-Regular.ttf /usr/share/fonts/noto/NotoSerifGrantha-Regular.ttf /usr/share/fonts/noto/NotoSerifGujarati-Black.ttf /usr/share/fonts/noto/NotoSerifGujarati-Black.ttf /usr/share/fonts/noto/NotoSerifGujarati-Bold.ttf /usr/share/fonts/noto/NotoSerifGujarati-Bold.ttf /usr/share/fonts/noto/NotoSerifGujarati-Light.ttf /usr/share/fonts/noto/NotoSerifGujarati-Light.ttf /usr/share/fonts/noto/NotoSerifGujarati-Medium.ttf /usr/share/fonts/noto/NotoSerifGujarati-Medium.ttf /usr/share/fonts/noto/NotoSerifGujarati-Regular.ttf /usr/share/fonts/noto/NotoSerifGujarati-Regular.ttf /usr/share/fonts/noto/NotoSerifGujarati-Thin.ttf /usr/share/fonts/noto/NotoSerifGujarati-Thin.ttf /usr/share/fonts/noto/NotoSerifGurmukhi-Black.ttf /usr/share/fonts/noto/NotoSerifGurmukhi-Black.ttf /usr/share/fonts/noto/NotoSerifGurmukhi-Bold.ttf /usr/share/fonts/noto/NotoSerifGurmukhi-Bold.ttf /usr/share/fonts/noto/NotoSerifGurmukhi-Light.ttf /usr/share/fonts/noto/NotoSerifGurmukhi-Light.ttf /usr/share/fonts/noto/NotoSerifGurmukhi-Medium.ttf /usr/share/fonts/noto/NotoSerifGurmukhi-Medium.ttf /usr/share/fonts/noto/NotoSerifGurmukhi-Regular.ttf /usr/share/fonts/noto/NotoSerifGurmukhi-Regular.ttf /usr/share/fonts/noto/NotoSerifGurmukhi-Thin.ttf /usr/share/fonts/noto/NotoSerifGurmukhi-Thin.ttf /usr/share/fonts/noto/NotoSerifHebrew-Black.ttf /usr/share/fonts/noto/NotoSerifHebrew-Black.ttf /usr/share/fonts/noto/NotoSerifHebrew-Bold.ttf /usr/share/fonts/noto/NotoSerifHebrew-Bold.ttf /usr/share/fonts/noto/NotoSerifHebrew-Light.ttf /usr/share/fonts/noto/NotoSerifHebrew-Light.ttf /usr/share/fonts/noto/NotoSerifHebrew-Medium.ttf /usr/share/fonts/noto/NotoSerifHebrew-Medium.ttf /usr/share/fonts/noto/NotoSerifHebrew-Regular.ttf /usr/share/fonts/noto/NotoSerifHebrew-Regular.ttf /usr/share/fonts/noto/NotoSerifHebrew-Thin.ttf /usr/share/fonts/noto/NotoSerifHebrew-Thin.ttf /usr/share/fonts/noto/NotoSerifKannada-Black.ttf /usr/share/fonts/noto/NotoSerifKannada-Black.ttf /usr/share/fonts/noto/NotoSerifKannada-Bold.ttf /usr/share/fonts/noto/NotoSerifKannada-Bold.ttf /usr/share/fonts/noto/NotoSerifKannada-Light.ttf /usr/share/fonts/noto/NotoSerifKannada-Light.ttf /usr/share/fonts/noto/NotoSerifKannada-Medium.ttf /usr/share/fonts/noto/NotoSerifKannada-Medium.ttf /usr/share/fonts/noto/NotoSerifKannada-Regular.ttf /usr/share/fonts/noto/NotoSerifKannada-Regular.ttf /usr/share/fonts/noto/NotoSerifKannada-Thin.ttf /usr/share/fonts/noto/NotoSerifKannada-Thin.ttf /usr/share/fonts/noto/NotoSerifKhitanSmallScript-Regular.ttf /usr/share/fonts/noto/NotoSerifKhitanSmallScript-Regular.ttf /usr/share/fonts/noto/NotoSerifKhmer-Black.ttf /usr/share/fonts/noto/NotoSerifKhmer-Black.ttf /usr/share/fonts/noto/NotoSerifKhmer-Bold.ttf /usr/share/fonts/noto/NotoSerifKhmer-Bold.ttf /usr/share/fonts/noto/NotoSerifKhmer-Light.ttf /usr/share/fonts/noto/NotoSerifKhmer-Light.ttf /usr/share/fonts/noto/NotoSerifKhmer-Medium.ttf /usr/share/fonts/noto/NotoSerifKhmer-Medium.ttf /usr/share/fonts/noto/NotoSerifKhmer-Regular.ttf /usr/share/fonts/noto/NotoSerifKhmer-Regular.ttf /usr/share/fonts/noto/NotoSerifKhmer-Thin.ttf /usr/share/fonts/noto/NotoSerifKhmer-Thin.ttf /usr/share/fonts/noto/NotoSerifKhojki-Bold.ttf /usr/share/fonts/noto/NotoSerifKhojki-Bold.ttf /usr/share/fonts/noto/NotoSerifKhojki-Regular.ttf /usr/share/fonts/noto/NotoSerifKhojki-Regular.ttf /usr/share/fonts/noto/NotoSerifLao-Black.ttf /usr/share/fonts/noto/NotoSerifLao-Black.ttf /usr/share/fonts/noto/NotoSerifLao-Bold.ttf /usr/share/fonts/noto/NotoSerifLao-Bold.ttf /usr/share/fonts/noto/NotoSerifLao-Light.ttf /usr/share/fonts/noto/NotoSerifLao-Light.ttf /usr/share/fonts/noto/NotoSerifLao-Medium.ttf /usr/share/fonts/noto/NotoSerifLao-Medium.ttf /usr/share/fonts/noto/NotoSerifLao-Regular.ttf /usr/share/fonts/noto/NotoSerifLao-Regular.ttf /usr/share/fonts/noto/NotoSerifLao-Thin.ttf /usr/share/fonts/noto/NotoSerifLao-Thin.ttf /usr/share/fonts/noto/NotoSerifMakasar-Regular.ttf /usr/share/fonts/noto/NotoSerifMakasar-Regular.ttf /usr/share/fonts/noto/NotoSerifMalayalam-Black.ttf /usr/share/fonts/noto/NotoSerifMalayalam-Black.ttf /usr/share/fonts/noto/NotoSerifMalayalam-Bold.ttf /usr/share/fonts/noto/NotoSerifMalayalam-Bold.ttf /usr/share/fonts/noto/NotoSerifMalayalam-Light.ttf /usr/share/fonts/noto/NotoSerifMalayalam-Light.ttf /usr/share/fonts/noto/NotoSerifMalayalam-Medium.ttf /usr/share/fonts/noto/NotoSerifMalayalam-Medium.ttf /usr/share/fonts/noto/NotoSerifMalayalam-Regular.ttf /usr/share/fonts/noto/NotoSerifMalayalam-Regular.ttf /usr/share/fonts/noto/NotoSerifMalayalam-Thin.ttf /usr/share/fonts/noto/NotoSerifMalayalam-Thin.ttf /usr/share/fonts/noto/NotoSerifMyanmar-Black.ttf /usr/share/fonts/noto/NotoSerifMyanmar-Black.ttf /usr/share/fonts/noto/NotoSerifMyanmar-Bold.ttf /usr/share/fonts/noto/NotoSerifMyanmar-Bold.ttf /usr/share/fonts/noto/NotoSerifMyanmar-Light.ttf /usr/share/fonts/noto/NotoSerifMyanmar-Light.ttf /usr/share/fonts/noto/NotoSerifMyanmar-Medium.ttf /usr/share/fonts/noto/NotoSerifMyanmar-Medium.ttf /usr/share/fonts/noto/NotoSerifMyanmar-Regular.ttf /usr/share/fonts/noto/NotoSerifMyanmar-Regular.ttf /usr/share/fonts/noto/NotoSerifMyanmar-Thin.ttf /usr/share/fonts/noto/NotoSerifMyanmar-Thin.ttf /usr/share/fonts/noto/NotoSerifNPHmong-Bold.ttf /usr/share/fonts/noto/NotoSerifNPHmong-Bold.ttf /usr/share/fonts/noto/NotoSerifNPHmong-Medium.ttf /usr/share/fonts/noto/NotoSerifNPHmong-Medium.ttf /usr/share/fonts/noto/NotoSerifNPHmong-Regular.ttf /usr/share/fonts/noto/NotoSerifNPHmong-Regular.ttf /usr/share/fonts/noto/NotoSerifOldUyghur-Regular.ttf /usr/share/fonts/noto/NotoSerifOldUyghur-Regular.ttf /usr/share/fonts/noto/NotoSerifOriya-Bold.ttf /usr/share/fonts/noto/NotoSerifOriya-Bold.ttf /usr/share/fonts/noto/NotoSerifOriya-Medium.ttf /usr/share/fonts/noto/NotoSerifOriya-Medium.ttf /usr/share/fonts/noto/NotoSerifOriya-Regular.ttf /usr/share/fonts/noto/NotoSerifOriya-Regular.ttf /usr/share/fonts/noto/NotoSerifOttomanSiyaq-Regular.ttf /usr/share/fonts/noto/NotoSerifOttomanSiyaq-Regular.ttf /usr/share/fonts/noto/NotoSerifSinhala-Black.ttf /usr/share/fonts/noto/NotoSerifSinhala-Black.ttf /usr/share/fonts/noto/NotoSerifSinhala-Bold.ttf /usr/share/fonts/noto/NotoSerifSinhala-Bold.ttf /usr/share/fonts/noto/NotoSerifSinhala-Light.ttf /usr/share/fonts/noto/NotoSerifSinhala-Light.ttf /usr/share/fonts/noto/NotoSerifSinhala-Medium.ttf /usr/share/fonts/noto/NotoSerifSinhala-Medium.ttf /usr/share/fonts/noto/NotoSerifSinhala-Regular.ttf /usr/share/fonts/noto/NotoSerifSinhala-Regular.ttf /usr/share/fonts/noto/NotoSerifSinhala-Thin.ttf /usr/share/fonts/noto/NotoSerifSinhala-Thin.ttf /usr/share/fonts/noto/NotoSerifTamil-Black.ttf /usr/share/fonts/noto/NotoSerifTamil-Black.ttf /usr/share/fonts/noto/NotoSerifTamil-BlackItalic.ttf /usr/share/fonts/noto/NotoSerifTamil-BlackItalic.ttf /usr/share/fonts/noto/NotoSerifTamil-Bold.ttf /usr/share/fonts/noto/NotoSerifTamil-Bold.ttf /usr/share/fonts/noto/NotoSerifTamil-BoldItalic.ttf /usr/share/fonts/noto/NotoSerifTamil-BoldItalic.ttf /usr/share/fonts/noto/NotoSerifTamil-Italic.ttf /usr/share/fonts/noto/NotoSerifTamil-Italic.ttf /usr/share/fonts/noto/NotoSerifTamil-Light.ttf /usr/share/fonts/noto/NotoSerifTamil-Light.ttf /usr/share/fonts/noto/NotoSerifTamil-LightItalic.ttf /usr/share/fonts/noto/NotoSerifTamil-LightItalic.ttf /usr/share/fonts/noto/NotoSerifTamil-Medium.ttf /usr/share/fonts/noto/NotoSerifTamil-Medium.ttf /usr/share/fonts/noto/NotoSerifTamil-MediumItalic.ttf /usr/share/fonts/noto/NotoSerifTamil-MediumItalic.ttf /usr/share/fonts/noto/NotoSerifTamil-Regular.ttf /usr/share/fonts/noto/NotoSerifTamil-Regular.ttf /usr/share/fonts/noto/NotoSerifTamil-Thin.ttf /usr/share/fonts/noto/NotoSerifTamil-Thin.ttf /usr/share/fonts/noto/NotoSerifTamil-ThinItalic.ttf /usr/share/fonts/noto/NotoSerifTamil-ThinItalic.ttf /usr/share/fonts/noto/NotoSerifTangut-Regular.ttf /usr/share/fonts/noto/NotoSerifTangut-Regular.ttf /usr/share/fonts/noto/NotoSerifTelugu-Black.ttf /usr/share/fonts/noto/NotoSerifTelugu-Black.ttf /usr/share/fonts/noto/NotoSerifTelugu-Bold.ttf /usr/share/fonts/noto/NotoSerifTelugu-Bold.ttf /usr/share/fonts/noto/NotoSerifTelugu-Light.ttf /usr/share/fonts/noto/NotoSerifTelugu-Light.ttf /usr/share/fonts/noto/NotoSerifTelugu-Medium.ttf /usr/share/fonts/noto/NotoSerifTelugu-Medium.ttf /usr/share/fonts/noto/NotoSerifTelugu-Regular.ttf /usr/share/fonts/noto/NotoSerifTelugu-Regular.ttf /usr/share/fonts/noto/NotoSerifTelugu-Thin.ttf /usr/share/fonts/noto/NotoSerifTelugu-Thin.ttf /usr/share/fonts/noto/NotoSerifTest-Bold.ttf /usr/share/fonts/noto/NotoSerifTest-Bold.ttf /usr/share/fonts/noto/NotoSerifTest-Regular.ttf /usr/share/fonts/noto/NotoSerifTest-Regular.ttf /usr/share/fonts/noto/NotoSerifThai-Black.ttf /usr/share/fonts/noto/NotoSerifThai-Black.ttf /usr/share/fonts/noto/NotoSerifThai-Bold.ttf /usr/share/fonts/noto/NotoSerifThai-Bold.ttf /usr/share/fonts/noto/NotoSerifThai-Light.ttf /usr/share/fonts/noto/NotoSerifThai-Light.ttf /usr/share/fonts/noto/NotoSerifThai-Medium.ttf /usr/share/fonts/noto/NotoSerifThai-Medium.ttf /usr/share/fonts/noto/NotoSerifThai-Regular.ttf /usr/share/fonts/noto/NotoSerifThai-Regular.ttf /usr/share/fonts/noto/NotoSerifThai-Thin.ttf /usr/share/fonts/noto/NotoSerifThai-Thin.ttf /usr/share/fonts/noto/NotoSerifTibetan-Black.ttf /usr/share/fonts/noto/NotoSerifTibetan-Black.ttf /usr/share/fonts/noto/NotoSerifTibetan-Bold.ttf /usr/share/fonts/noto/NotoSerifTibetan-Bold.ttf /usr/share/fonts/noto/NotoSerifTibetan-Light.ttf /usr/share/fonts/noto/NotoSerifTibetan-Light.ttf /usr/share/fonts/noto/NotoSerifTibetan-Medium.ttf /usr/share/fonts/noto/NotoSerifTibetan-Medium.ttf /usr/share/fonts/noto/NotoSerifTibetan-Regular.ttf /usr/share/fonts/noto/NotoSerifTibetan-Regular.ttf /usr/share/fonts/noto/NotoSerifTibetan-Thin.ttf /usr/share/fonts/noto/NotoSerifTibetan-Thin.ttf /usr/share/fonts/noto/NotoSerifToto-Bold.ttf /usr/share/fonts/noto/NotoSerifToto-Bold.ttf /usr/share/fonts/noto/NotoSerifToto-Medium.ttf /usr/share/fonts/noto/NotoSerifToto-Medium.ttf /usr/share/fonts/noto/NotoSerifToto-Regular.ttf /usr/share/fonts/noto/NotoSerifToto-Regular.ttf /usr/share/fonts/noto/NotoSerifVithkuqi-Bold.ttf /usr/share/fonts/noto/NotoSerifVithkuqi-Bold.ttf /usr/share/fonts/noto/NotoSerifVithkuqi-Medium.ttf /usr/share/fonts/noto/NotoSerifVithkuqi-Medium.ttf /usr/share/fonts/noto/NotoSerifVithkuqi-Regular.ttf /usr/share/fonts/noto/NotoSerifVithkuqi-Regular.ttf /usr/share/fonts/noto/NotoSerifYezidi-Bold.ttf /usr/share/fonts/noto/NotoSerifYezidi-Bold.ttf /usr/share/fonts/noto/NotoSerifYezidi-Medium.ttf /usr/share/fonts/noto/NotoSerifYezidi-Medium.ttf /usr/share/fonts/noto/NotoSerifYezidi-Regular.ttf /usr/share/fonts/noto/NotoSerifYezidi-Regular.ttf /usr/share/fonts/noto/NotoTraditionalNushu-Bold.ttf /usr/share/fonts/noto/NotoTraditionalNushu-Bold.ttf /usr/share/fonts/noto/NotoTraditionalNushu-Light.ttf /usr/share/fonts/noto/NotoTraditionalNushu-Light.ttf /usr/share/fonts/noto/NotoTraditionalNushu-Regular.ttf /usr/share/fonts/noto/NotoTraditionalNushu-Regular.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuMathTeXGyre.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuMathTeXGyre.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSans-Bold.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSans-Bold.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSans-BoldOblique.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSans-BoldOblique.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSans-ExtraLight.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSans-ExtraLight.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSans-Oblique.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSans-Oblique.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSans.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSans.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSansCondensed-Bold.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSansCondensed-Bold.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSansCondensed-BoldOblique.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSansCondensed-BoldOblique.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSansCondensed-Oblique.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSansCondensed-Oblique.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSansCondensed.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSansCondensed.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSansMono-Bold.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSansMono-Bold.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSansMono-BoldOblique.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSansMono-BoldOblique.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSansMono-Oblique.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSansMono-Oblique.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSansMono.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSansMono.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSerif-Bold.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSerif-Bold.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSerif-BoldItalic.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSerif-BoldItalic.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSerif-Italic.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSerif-Italic.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSerif.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSerif.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSerifCondensed-Bold.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSerifCondensed-Bold.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSerifCondensed-BoldItalic.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSerifCondensed-BoldItalic.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSerifCondensed-Italic.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSerifCondensed-Italic.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSerifCondensed.ttf /usr/share/fonts/ttf-dejavu-ib/DejaVuSerifCondensed.ttf /usr/share/fonts/encodings/large/big5.eten-0.enc.gz /usr/share/fonts/encodings/large/big5hkscs-0.enc.gz /usr/share/fonts/encodings/large/cns11643-1.enc.gz /usr/share/fonts/encodings/large/cns11643-2.enc.gz /usr/share/fonts/encodings/large/cns11643-3.enc.gz /usr/share/fonts/encodings/large/encodings.dir /usr/share/fonts/encodings/large/gb18030-0.enc.gz /usr/share/fonts/encodings/large/gb18030.2000-0.enc.gz /usr/share/fonts/encodings/large/gb18030.2000-1.enc.gz /usr/share/fonts/encodings/large/gb2312.1980-0.enc.gz /usr/share/fonts/encodings/large/gbk-0.enc.gz /usr/share/fonts/encodings/large/jisx0201.1976-0.enc.gz /usr/share/fonts/encodings/large/jisx0208.1990-0.enc.gz /usr/share/fonts/encodings/large/jisx0212.1990-0.enc.gz /usr/share/fonts/encodings/large/ksc5601.1987-0.enc.gz /usr/share/fonts/encodings/large/ksc5601.1992-3.enc.gz /usr/share/fonts/encodings/large/sun.unicode.india-0.enc.gz /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/OFL.txt /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/GUST-FONT-LICENSE.txt /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/MANIFEST-GyrePagellaMathJax.txt /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/GUST-FONT-LICENSE.txt /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/MANIFEST-GyreTermesMathJax.txt /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/GUST-FONT-LICENSE.txt /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/MANIFEST-LatinModernMathJax.txt /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/OFL.txt /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/OFL.txt /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Alphabets-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Alphabets-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Arrows-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Arrows-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_DoubleStruck-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_DoubleStruck-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Fraktur-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Fraktur-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Latin-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Latin-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Main-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Main-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Marks-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Marks-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Misc-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Misc-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Monospace-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Monospace-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_NonUnicode-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_NonUnicode-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Normal-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Normal-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Operators-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Operators-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_SansSerif-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_SansSerif-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Script-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Script-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Shapes-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Shapes-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size1-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size1-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size2-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size2-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size3-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size3-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size4-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size4-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size5-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size5-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size6-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size6-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Symbols-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Symbols-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Variants-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Variants-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Alphabets-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Alphabets-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Arrows-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Arrows-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_DoubleStruck-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_DoubleStruck-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Fraktur-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Fraktur-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Latin-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Latin-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Main-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Main-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Marks-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Marks-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Misc-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Misc-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Monospace-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Monospace-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_NonUnicode-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_NonUnicode-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Normal-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Normal-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Operators-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Operators-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_SansSerif-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_SansSerif-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Script-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Script-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Shapes-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Shapes-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size1-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size1-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size2-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size2-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size3-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size3-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size4-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size4-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size5-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size5-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size6-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size6-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Symbols-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Symbols-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Variants-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Variants-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Alphabets-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Alphabets-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Arrows-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Arrows-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_DoubleStruck-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_DoubleStruck-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Fraktur-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Fraktur-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Latin-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Latin-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Main-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Main-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Marks-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Marks-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Misc-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Misc-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Monospace-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Monospace-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_NonUnicode-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_NonUnicode-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Normal-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Normal-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Operators-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Operators-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_SansSerif-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_SansSerif-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Script-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Script-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Shapes-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Shapes-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size1-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size1-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size2-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size2-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size3-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size3-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size4-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size4-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size5-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size5-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size6-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size6-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Symbols-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Symbols-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Variants-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Variants-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Alphabets-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Alphabets-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Arrows-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Arrows-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_DoubleStruck-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_DoubleStruck-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Fraktur-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Fraktur-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Latin-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Latin-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Main-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Main-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Marks-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Marks-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Misc-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Misc-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Monospace-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Monospace-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_NonUnicode-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_NonUnicode-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Normal-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Normal-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Operators-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Operators-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_SansSerif-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_SansSerif-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Script-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Script-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Shapes-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Shapes-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size1-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size1-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size2-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size2-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size3-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size3-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size4-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size4-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size5-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size5-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size6-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size6-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size7-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size7-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Symbols-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Symbols-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Variants-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Variants-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Alphabets-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Alphabets-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Arrows-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Arrows-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Fraktur-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Fraktur-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Main-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Main-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Marks-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Marks-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_NonUnicode-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_NonUnicode-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Normal-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Normal-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Operators-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Operators-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Script-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Script-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Shapes-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Shapes-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size1-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size1-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size2-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size2-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size3-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size3-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size4-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size4-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size5-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size5-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Symbols-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Symbols-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Variants-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Variants-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Monospace-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Monospace-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size1-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size1-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size2-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size2-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size3-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size3-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size4-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size4-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size5-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size5-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Vector-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Vector-Bold.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Vector-Regular.woff /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Vector-Regular.woff /usr/lib/libgio-2.0.so /usr/bin/xdg-user-dir /usr/lib/libreadline.so.8 /usr/lib/libc.so.6 /usr/lib/libncursesw.so.6 /usr/lib/locale/locale-archive /usr/lib/gconv/gconv-modules /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf /usr/bin/xdg-user-dir /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json /usr/bin/xdg-user-dir /usr/lib/libreadline.so.8 /usr/lib/libc.so.6 /usr/lib/libncursesw.so.6 /usr/lib/locale/locale-archive /usr/lib/gconv/gconv-modules /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf /usr/bin/xdg-user-dir /home/oggy/Documents/Saber/23-06-11 Untitled.sbn /usr/share/fonts/noto/NotoSans-Regular.ttf /usr/share/fonts/noto/NotoSans-Regular.ttf /lib64/ld-linux-x86-64.so.2 /usr/lib/ld-linux-x86-64.so.2

end up with this error

Traceback (most recent call last):
  File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/oggy/appimage-builder/appimagebuilder/__main__.py", line 63, in <module>
    __main__()
  File "/home/oggy/appimage-builder/appimagebuilder/__main__.py", line 36, in __main__
    generator.generate()
  File "/home/oggy/appimage-builder/appimagebuilder/modules/generate/command_generate.py", line 76, in generate
    recipe = self.generator.generate(self.app_dir)
  File "/home/oggy/appimage-builder/appimagebuilder/modules/generate/recipe_generator.py", line 53, in generate
    sections = self._generate_package_manager_sections(
  File "/home/oggy/appimage-builder/appimagebuilder/modules/generate/recipe_generator.py", line 64, in _generate_package_manager_sections
    recipe_section, unresolved_files = section_generator.generate(
  File "/home/oggy/appimage-builder/appimagebuilder/modules/generate/recipe_sections/pacman_section_generator.py", line 29, in generate
    file_package_map = self._file_package_resolver.resolve(dependencies)
  File "/home/oggy/appimage-builder/appimagebuilder/modules/generate/package_managers/pacman/file_package_resolver.py", line 31, in resolve
    output = self._run_pacman_f(files)
  File "/home/oggy/appimage-builder/appimagebuilder/modules/generate/package_managers/pacman/file_package_resolver.py", line 47, in _run_pacman_f
    _proc = subprocess.run(command, stdout=subprocess.PIPE, shell=True, env=env)
  File "/usr/lib/python3.8/subprocess.py", line 493, in run
    with Popen(*popenargs, **kwargs) as process:
  File "/usr/lib/python3.8/subprocess.py", line 858, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 7] Argument list too long: '/bin/sh'

I tried to iterate over all file one by one using loop, issue is it is too slow

def _run_pacman_f(self, files):
        # make sure that the files are str
        files = [str(file) for file in files]

        command = "{pacman} -Qo "

        # ensure C locale is used to avoid locales affecting the output format
        env = os.environ.copy()
        env["LC_ALL"] = "C"

        command = command.format(**self._cli_tools)

        for line in files:
            _proc = subprocess.run(command+line, stdout=subprocess.PIPE, shell=True, env=env)

        # self.logger.info(command)
        stdout_data = _proc.stdout.decode()
        return stdout_data
Luciogi commented 1 year ago

@azubieta I have question why are we having user directory files check in package manager?

I think it is not good to push user files into pacman query

error: No package owns /usr/lib/locale/locale-archive
error: No package owns /home/oggy/.local/share/mime//mime.cache
error: No package owns /usr/share//mime//mime.cache
error: No package owns /home/oggy/.fonts.conf
error: No package owns /home/oggy/.local/share/fonts/.uuid
error: No package owns /home/oggy/.local/share/fonts/.uuid
error: No package owns /usr/share/icons/breeze-dark/icon-theme.cache
error: No package owns /usr/share/icons/breeze-dark/icon-theme.cache
error: No package owns /usr/share/icons/breeze/icon-theme.cache
error: No package owns /usr/share/icons/breeze/icon-theme.cache
error: No package owns /usr/share/icons/hicolor/icon-theme.cache
error: No package owns /usr/share/icons/hicolor/icon-theme.cache
error: No package owns /usr/share/icons/Adwaita/icon-theme.cache
error: No package owns /usr/share/icons/Adwaita/icon-theme.cache
error: No package owns /usr/lib/gtk-3.0/3.0.0/immodules.cache
error: No package owns /home/oggy/.fonts.conf
error: No package owns /home/oggy/.local/share/fonts/.uuid
error: No package owns /usr/lib/locale/locale-archive
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json
error: No package owns /usr/lib/locale/locale-archive
error: No package owns /home/oggy/Documents/Saber/23-06-11
error: No package owns Untitled.sbn
azubieta commented 1 year ago

@Luciogi checking things at /home is definitively a waste of time. That should be removed.

solsticedhiver commented 1 year ago

@Luciogi what if you run it without a shell like _proc = subprocess.run(command, stdout=subprocess.PIPE, shell=False, env=env)?

Luciogi commented 1 year ago

did not fixed

Luciogi commented 1 year ago

@solsticedhiver for some reason https://github.com/AppImageCrafters/appimage-builder/issues/310#issuecomment-1592749761 error is not producing anymore lol

This time files picked by 510. Previously 2468 files picked it got huge because of font files no idea what happened here

Luciogi commented 1 year ago

@solsticedhiver Please try this code https://github.com/Luciogi/appimage-builder/tree/fix-arugmentLength , it is very rough approach. Give feedback

solsticedhiver commented 1 year ago

So many things wrong here;

  1. First, the fix is to use pacman -F not pacman -Qo. pacman -Qo search a package owning a given file if the file is present on the filesystem and the package installed. Not sure this is what you want. If you search for a file and the package is not installed, you will get nothing. You can find the man page of pacman at https://man.archlinux.org/man/pacman.8

  2. I tried to run a simple test with your example; it works fine here; You have to take care of removing the files in /home and to remove duplicate files. I am using a list as command and no shell. this completes in 5s here. Code below

#!/usr/bin/python

import subprocess
import os
import time
files = ['.... the list given in comment https://github.com/AppImageCrafters/appimage-builder/issues/310#issuecomment-1592749761 formatted as a list of string']
print(len(files))
# remove files in /home
files = [f for f in files if not f.startswith('/home/')]
print(len(files))
# remove duplicate
files = list(set(files))
print(len(files))
command = ['pacman' , '-F'] + files
#print(command)
# ensure C locale is used to avoid locales affecting the output format
env = os.environ.copy()
env["LC_ALL"] = "C"
start = time.time()
res = subprocess.run(command, stdout=subprocess.PIPE, shell=False, env=env)
end = time.time()
stdout_data = res.stdout.decode()
print(stdout_data)
print(len(stdout_data))
print(f'{end-start}')
# you have to parse stdout_data now
  1. you really have to install either a VM of archlinux, or a container. the tech are plenty. virtualbox, gnome-boxes, systemd-nspawn, docker, whatever; where you will be able to test it for yourself. I can't test your program at every change you make

  2. and splitting the long line like you do in your fork does not seem right to go that way

Luciogi commented 1 year ago

you really have to install either a VM of archlinux, or a container. the tech are plenty. virtualbox, gnome-boxes, systemd-nspawn, docker, whatever; where you will be able to test it for yourself. I can't test your program at every change you make

I asked because , later on , argument was not exceeding limit

Luciogi commented 1 year ago

your solution pretty strong, I tested it works like charm

Luciogi commented 1 year ago

after feeding files paths into your script using pacman flag -Qo is much faster

Click me ``` files = ['/usr/lib/libgtk-3.so.0', '/usr/lib/libgdk-3.so.0', '/usr/lib/libgio-2.0.so.0', '/usr/lib/libgobject-2.0.so.0', '/usr/lib/libglib-2.0.so.0', '/usr/lib/libstdc++.so.6', '/usr/lib/libgcc_s.so.1', '/usr/lib/libc.so.6', '/usr/lib/libm.so.6', '/usr/lib/libsecret-1.so.0', '/usr/lib/libjsoncpp.so.25', '/usr/lib/libgdk_pixbuf-2.0.so.0', '/usr/lib/libdl.so.2', '/usr/lib/libatk-1.0.so.0', '/usr/lib/libepoxy.so.0', '/usr/lib/libpthread.so.0', '/usr/lib/libgmodule-2.0.so.0', '/usr/lib/libpangocairo-1.0.so.0', '/usr/lib/libpango-1.0.so.0', '/usr/lib/libharfbuzz.so.0', '/usr/lib/libcairo.so.2', '/usr/lib/libpangoft2-1.0.so.0', '/usr/lib/libfontconfig.so.1', '/usr/lib/libfribidi.so.0', '/usr/lib/libcairo-gobject.so.2', '/usr/lib/libXi.so.6', '/usr/lib/libX11.so.6', '/usr/lib/libatk-bridge-2.0.so.0', '/usr/lib/libcloudproviders.so.0', '/usr/lib/libXfixes.so.3', '/usr/lib/libxkbcommon.so.0', '/usr/lib/libwayland-client.so.0', '/usr/lib/libwayland-cursor.so.0', '/usr/lib/libwayland-egl.so.1', '/usr/lib/libXext.so.6', '/usr/lib/libXcursor.so.1', '/usr/lib/libXdamage.so.1', '/usr/lib/libXcomposite.so.1', '/usr/lib/libXrandr.so.2', '/usr/lib/libXinerama.so.1', '/usr/lib/libz.so.1', '/usr/lib/libmount.so.1', '/usr/lib/libffi.so.8', '/usr/lib/libpcre2-8.so.0', '/usr/lib/libgcrypt.so.20', '/usr/lib/libtss2-esys.so.0', '/usr/lib/libtss2-mu.so.0', '/usr/lib/libtss2-rc.so.0', '/usr/lib/libtss2-tctildr.so.0', '/usr/lib/libpng16.so.16', '/usr/lib/libjpeg.so.8', '/usr/lib/libtiff.so.6', '/usr/lib/libthai.so.0', '/usr/lib/libfreetype.so.6', '/usr/lib/libgraphite2.so.3', '/usr/lib/libXrender.so.1', '/usr/lib/libxcb.so.1', '/usr/lib/libxcb-render.so.0', '/usr/lib/libxcb-shm.so.0', '/usr/lib/libpixman-1.so.0', '/usr/lib/libexpat.so.1', '/usr/lib/libatspi.so.0', '/usr/lib/libdbus-1.so.3', '/usr/lib/libblkid.so.1', '/usr/lib/libgpg-error.so.0', '/usr/lib/libcrypto.so.3', '/usr/lib/libtss2-sys.so.1', '/usr/lib/libzstd.so.1', '/usr/lib/liblzma.so.5', '/usr/lib/libdatrie.so.1', '/usr/lib/libbz2.so.1.0', '/usr/lib/libbrotlidec.so.1', '/usr/lib/libXau.so.6', '/usr/lib/libXdmcp.so.6', '/usr/lib/libelogind.so.0', '/usr/lib/libbrotlicommon.so.1', '/usr/lib/libcap.so.2', '/usr/lib/locale/locale-archive', '/usr/share/locale/locale.alias', '/usr/share/locale/en/LC_MESSAGES/gtk30.mo', '/usr/share/locale/en/LC_MESSAGES/gtk30-properties.mo', '/usr/lib/gio/modules/libdconfsettings.so', '/usr/share/icons/breeze_cursors/cursors///00000000000000020006000e7e9ffc3f', '/usr/share/icons/breeze_cursors/cursors///00008160000006810000408080010102', '/usr/share/icons/breeze_cursors/cursors///03b6e0fcb3499374a867c041f52298f0', '/usr/share/icons/breeze_cursors/cursors///08e8e1c95fe2fc01f976f1e063a24ccd', '/usr/share/icons/breeze_cursors/cursors///1081e37283d90000800003c07f3ef6bf', '/usr/share/icons/breeze_cursors/cursors///3085a0e285430894940527032f8b26df', '/usr/share/icons/breeze_cursors/cursors///3ecb610c1bf2410f44200f48c40d3599', '/usr/share/icons/breeze_cursors/cursors///4498f0e0c1937ffe01fd06f973665830', '/usr/share/icons/breeze_cursors/cursors///5c6cd98b3f3ebcb1f9c7f1c204630408', '/usr/share/icons/breeze_cursors/cursors///6407b0e94181790501fd1e167b474872', '/usr/share/icons/breeze_cursors/cursors///640fb0e74195791501fd1ed57b41487f', '/usr/share/icons/breeze_cursors/cursors///9081237383d90e509aa00f00170e968f', '/usr/share/icons/breeze_cursors/cursors///9d800788f1b08800ae810202380a0822', '/usr/share/icons/breeze_cursors/cursors///a2a266d0498c3104214a47bd64ab0fc8', '/usr/share/icons/breeze_cursors/cursors///alias', '/usr/share/icons/breeze_cursors/cursors///all-scroll', '/usr/share/icons/breeze_cursors/cursors///arrow', '/usr/share/icons/breeze_cursors/cursors///b66166c04f8c3109214a4fbd64a50fc8', '/usr/share/icons/breeze_cursors/cursors///bottom_left_corner', '/usr/share/icons/breeze_cursors/cursors///bottom_right_corner', '/usr/share/icons/breeze_cursors/cursors///bottom_side', '/usr/share/icons/breeze_cursors/cursors///cell', '/usr/share/icons/breeze_cursors/cursors///center_ptr', '/usr/share/icons/breeze_cursors/cursors///circle', '/usr/share/icons/breeze_cursors/cursors///closedhand', '/usr/share/icons/breeze_cursors/cursors///col-resize', '/usr/share/icons/breeze_cursors/cursors///color-picker', '/usr/share/icons/breeze_cursors/cursors///context-menu', '/usr/share/icons/breeze_cursors/cursors///copy', '/usr/share/icons/breeze_cursors/cursors///cross', '/usr/share/icons/breeze_cursors/cursors///crossed_circle', '/usr/share/icons/breeze_cursors/cursors///crosshair', '/usr/share/icons/breeze_cursors/cursors///d9ce0ab605698f320427677b458ad60b', '/usr/share/icons/breeze_cursors/cursors///default', '/usr/share/icons/breeze_cursors/cursors///dnd-copy', '/usr/share/icons/breeze_cursors/cursors///dnd-move', '/usr/share/icons/breeze_cursors/cursors///dnd-no-drop', '/usr/share/icons/breeze_cursors/cursors///dnd-none', '/usr/share/icons/breeze_cursors/cursors///down-arrow', '/usr/share/icons/breeze_cursors/cursors///draft', '/usr/share/icons/breeze_cursors/cursors///e-resize', '/usr/share/icons/breeze_cursors/cursors///e29285e634086352946a0e7090d73106', '/usr/share/icons/breeze_cursors/cursors///ew-resize', '/usr/share/icons/breeze_cursors/cursors///fcf21c00b30f7e3f83fe0dfd12e71cff', '/usr/share/icons/breeze_cursors/cursors///fleur', '/usr/share/icons/breeze_cursors/cursors///forbidden', '/usr/share/icons/breeze_cursors/cursors///grab', '/usr/share/icons/breeze_cursors/cursors///grabbing', '/usr/share/icons/breeze_cursors/cursors///h_double_arrow', '/usr/share/icons/breeze_cursors/cursors///half-busy', '/usr/share/icons/breeze_cursors/cursors///hand1', '/usr/share/icons/breeze_cursors/cursors///hand2', '/usr/share/icons/breeze_cursors/cursors///help', '/usr/share/icons/breeze_cursors/cursors///ibeam', '/usr/share/icons/breeze_cursors/cursors///left-arrow', '/usr/share/icons/breeze_cursors/cursors///left_ptr', '/usr/share/icons/breeze_cursors/cursors///left_ptr_help', '/usr/share/icons/breeze_cursors/cursors///left_ptr_watch', '/usr/share/icons/breeze_cursors/cursors///left_side', '/usr/share/icons/breeze_cursors/cursors///link', '/usr/share/icons/breeze_cursors/cursors///move', '/usr/share/icons/breeze_cursors/cursors///n-resize', '/usr/share/icons/breeze_cursors/cursors///ne-resize', '/usr/share/icons/breeze_cursors/cursors///nesw-resize', '/usr/share/icons/breeze_cursors/cursors///no-drop', '/usr/share/icons/breeze_cursors/cursors///not-allowed', '/usr/share/icons/breeze_cursors/cursors///ns-resize', '/usr/share/icons/breeze_cursors/cursors///nw-resize', '/usr/share/icons/breeze_cursors/cursors///nwse-resize', '/usr/share/icons/breeze_cursors/cursors///openhand', '/usr/share/icons/breeze_cursors/cursors///pencil', '/usr/share/icons/breeze_cursors/cursors///pirate', '/usr/share/icons/breeze_cursors/cursors///plus', '/usr/share/icons/breeze_cursors/cursors///pointer', '/usr/share/icons/breeze_cursors/cursors///pointing_hand', '/usr/share/icons/breeze_cursors/cursors///progress', '/usr/share/icons/breeze_cursors/cursors///question_arrow', '/usr/share/icons/breeze_cursors/cursors///right-arrow', '/usr/share/icons/breeze_cursors/cursors///right_ptr', '/usr/share/icons/breeze_cursors/cursors///right_side', '/usr/share/icons/breeze_cursors/cursors///row-resize', '/usr/share/icons/breeze_cursors/cursors///s-resize', '/usr/share/icons/breeze_cursors/cursors///sb_h_double_arrow', '/usr/share/icons/breeze_cursors/cursors///sb_v_double_arrow', '/usr/share/icons/breeze_cursors/cursors///se-resize', '/usr/share/icons/breeze_cursors/cursors///size-bdiag', '/usr/share/icons/breeze_cursors/cursors///size-fdiag', '/usr/share/icons/breeze_cursors/cursors///size-hor', '/usr/share/icons/breeze_cursors/cursors///size-ver', '/usr/share/icons/breeze_cursors/cursors///size_all', '/usr/share/icons/breeze_cursors/cursors///size_bdiag', '/usr/share/icons/breeze_cursors/cursors///size_fdiag', '/usr/share/icons/breeze_cursors/cursors///size_hor', '/usr/share/icons/breeze_cursors/cursors///size_ver', '/usr/share/icons/breeze_cursors/cursors///split_h', '/usr/share/icons/breeze_cursors/cursors///split_v', '/usr/share/icons/breeze_cursors/cursors///sw-resize', '/usr/share/icons/breeze_cursors/cursors///tcross', '/usr/share/icons/breeze_cursors/cursors///text', '/usr/share/icons/breeze_cursors/cursors///top_left_arrow', '/usr/share/icons/breeze_cursors/cursors///top_left_corner', '/usr/share/icons/breeze_cursors/cursors///top_right_corner', '/usr/share/icons/breeze_cursors/cursors///top_side', '/usr/share/icons/breeze_cursors/cursors///up-arrow', '/usr/share/icons/breeze_cursors/cursors///v_double_arrow', '/usr/share/icons/breeze_cursors/cursors///vertical-text', '/usr/share/icons/breeze_cursors/cursors///w-resize', '/usr/share/icons/breeze_cursors/cursors///wait', '/usr/share/icons/breeze_cursors/cursors///watch', '/usr/share/icons/breeze_cursors/cursors///wayland-cursor', '/usr/share/icons/breeze_cursors/cursors///whats_this', '/usr/share/icons/breeze_cursors/cursors///x-cursor', '/usr/share/icons/breeze_cursors/cursors///xterm', '/usr/share/icons/breeze_cursors/cursors///zoom-in', '/usr/share/icons/breeze_cursors/cursors///zoom-out', '/usr/share/icons/breeze_cursors//index.theme', '/usr/share/icons/breeze_cursors/cursors///00000000000000020006000e7e9ffc3f', '/usr/share/icons/breeze_cursors/cursors///00008160000006810000408080010102', '/usr/share/icons/breeze_cursors/cursors///03b6e0fcb3499374a867c041f52298f0', '/usr/share/icons/breeze_cursors/cursors///08e8e1c95fe2fc01f976f1e063a24ccd', '/usr/share/icons/breeze_cursors/cursors///1081e37283d90000800003c07f3ef6bf', '/usr/share/icons/breeze_cursors/cursors///3085a0e285430894940527032f8b26df', '/usr/share/icons/breeze_cursors/cursors///3ecb610c1bf2410f44200f48c40d3599', '/usr/share/icons/breeze_cursors/cursors///4498f0e0c1937ffe01fd06f973665830', '/usr/share/icons/breeze_cursors/cursors///5c6cd98b3f3ebcb1f9c7f1c204630408', '/usr/share/icons/breeze_cursors/cursors///6407b0e94181790501fd1e167b474872', '/usr/share/icons/breeze_cursors/cursors///640fb0e74195791501fd1ed57b41487f', '/usr/share/icons/breeze_cursors/cursors///9081237383d90e509aa00f00170e968f', '/usr/share/icons/breeze_cursors/cursors///9d800788f1b08800ae810202380a0822', '/usr/share/icons/breeze_cursors/cursors///a2a266d0498c3104214a47bd64ab0fc8', '/usr/share/icons/breeze_cursors/cursors///alias', '/usr/share/icons/breeze_cursors/cursors///all-scroll', '/usr/share/icons/breeze_cursors/cursors///arrow', '/usr/share/icons/breeze_cursors/cursors///b66166c04f8c3109214a4fbd64a50fc8', '/usr/share/icons/breeze_cursors/cursors///bottom_left_corner', '/usr/share/icons/breeze_cursors/cursors///bottom_right_corner', '/usr/share/icons/breeze_cursors/cursors///bottom_side', '/usr/share/icons/breeze_cursors/cursors///cell', '/usr/share/icons/breeze_cursors/cursors///center_ptr', '/usr/share/icons/breeze_cursors/cursors///circle', '/usr/share/icons/breeze_cursors/cursors///closedhand', '/usr/share/icons/breeze_cursors/cursors///col-resize', '/usr/share/icons/breeze_cursors/cursors///color-picker', '/usr/share/icons/breeze_cursors/cursors///context-menu', '/usr/share/icons/breeze_cursors/cursors///copy', '/usr/share/icons/breeze_cursors/cursors///cross', '/usr/share/icons/breeze_cursors/cursors///crossed_circle', '/usr/share/icons/breeze_cursors/cursors///crosshair', '/usr/share/icons/breeze_cursors/cursors///d9ce0ab605698f320427677b458ad60b', '/usr/share/icons/breeze_cursors/cursors///default', '/usr/share/icons/breeze_cursors/cursors///dnd-copy', '/usr/share/icons/breeze_cursors/cursors///dnd-move', '/usr/share/icons/breeze_cursors/cursors///dnd-no-drop', '/usr/share/icons/breeze_cursors/cursors///dnd-none', '/usr/share/icons/breeze_cursors/cursors///down-arrow', '/usr/share/icons/breeze_cursors/cursors///draft', '/usr/share/icons/breeze_cursors/cursors///e-resize', '/usr/share/icons/breeze_cursors/cursors///e29285e634086352946a0e7090d73106', '/usr/share/icons/breeze_cursors/cursors///ew-resize', '/usr/share/icons/breeze_cursors/cursors///fcf21c00b30f7e3f83fe0dfd12e71cff', '/usr/share/icons/breeze_cursors/cursors///fleur', '/usr/share/icons/breeze_cursors/cursors///forbidden', '/usr/share/icons/breeze_cursors/cursors///grab', '/usr/share/icons/breeze_cursors/cursors///grabbing', '/usr/share/icons/breeze_cursors/cursors///h_double_arrow', '/usr/share/icons/breeze_cursors/cursors///half-busy', '/usr/share/icons/breeze_cursors/cursors///hand1', '/usr/share/icons/breeze_cursors/cursors///hand2', '/usr/share/icons/breeze_cursors/cursors///help', '/usr/share/icons/breeze_cursors/cursors///ibeam', '/usr/share/icons/breeze_cursors/cursors///left-arrow', '/usr/share/icons/breeze_cursors/cursors///left_ptr', '/usr/share/icons/breeze_cursors/cursors///left_ptr_help', '/usr/share/icons/breeze_cursors/cursors///left_ptr_watch', '/usr/share/icons/breeze_cursors/cursors///left_side', '/usr/share/icons/breeze_cursors/cursors///link', '/usr/share/icons/breeze_cursors/cursors///move', '/usr/share/icons/breeze_cursors/cursors///n-resize', '/usr/share/icons/breeze_cursors/cursors///ne-resize', '/usr/share/icons/breeze_cursors/cursors///nesw-resize', '/usr/share/icons/breeze_cursors/cursors///no-drop', '/usr/share/icons/breeze_cursors/cursors///not-allowed', '/usr/share/icons/breeze_cursors/cursors///ns-resize', '/usr/share/icons/breeze_cursors/cursors///nw-resize', '/usr/share/icons/breeze_cursors/cursors///nwse-resize', '/usr/share/icons/breeze_cursors/cursors///openhand', '/usr/share/icons/breeze_cursors/cursors///pencil', '/usr/share/icons/breeze_cursors/cursors///pirate', '/usr/share/icons/breeze_cursors/cursors///plus', '/usr/share/icons/breeze_cursors/cursors///pointer', '/usr/share/icons/breeze_cursors/cursors///pointing_hand', '/usr/share/icons/breeze_cursors/cursors///progress', '/usr/share/icons/breeze_cursors/cursors///question_arrow', '/usr/share/icons/breeze_cursors/cursors///right-arrow', '/usr/share/icons/breeze_cursors/cursors///right_ptr', '/usr/share/icons/breeze_cursors/cursors///right_side', '/usr/share/icons/breeze_cursors/cursors///row-resize', '/usr/share/icons/breeze_cursors/cursors///s-resize', '/usr/share/icons/breeze_cursors/cursors///sb_h_double_arrow', '/usr/share/icons/breeze_cursors/cursors///sb_v_double_arrow', '/usr/share/icons/breeze_cursors/cursors///se-resize', '/usr/share/icons/breeze_cursors/cursors///size-bdiag', '/usr/share/icons/breeze_cursors/cursors///size-fdiag', '/usr/share/icons/breeze_cursors/cursors///size-hor', '/usr/share/icons/breeze_cursors/cursors///size-ver', '/usr/share/icons/breeze_cursors/cursors///size_all', '/usr/share/icons/breeze_cursors/cursors///size_bdiag', '/usr/share/icons/breeze_cursors/cursors///size_fdiag', '/usr/share/icons/breeze_cursors/cursors///size_hor', '/usr/share/icons/breeze_cursors/cursors///size_ver', '/usr/share/icons/breeze_cursors/cursors///split_h', '/usr/share/icons/breeze_cursors/cursors///split_v', '/usr/share/icons/breeze_cursors/cursors///sw-resize', '/usr/share/icons/breeze_cursors/cursors///tcross', '/usr/share/icons/breeze_cursors/cursors///text', '/usr/share/icons/breeze_cursors/cursors///top_left_arrow', '/usr/share/icons/breeze_cursors/cursors///top_left_corner', '/usr/share/icons/breeze_cursors/cursors///top_right_corner', '/usr/share/icons/breeze_cursors/cursors///top_side', '/usr/share/icons/breeze_cursors/cursors///up-arrow', '/usr/share/icons/breeze_cursors/cursors///v_double_arrow', '/usr/share/icons/breeze_cursors/cursors///vertical-text', '/usr/share/icons/breeze_cursors/cursors///w-resize', '/usr/share/icons/breeze_cursors/cursors///wait', '/usr/share/icons/breeze_cursors/cursors///watch', '/usr/share/icons/breeze_cursors/cursors///wayland-cursor', '/usr/share/icons/breeze_cursors/cursors///whats_this', '/usr/share/icons/breeze_cursors/cursors///x-cursor', '/usr/share/icons/breeze_cursors/cursors///xterm', '/usr/share/icons/breeze_cursors/cursors///zoom-in', '/usr/share/icons/breeze_cursors/cursors///zoom-out', '/usr/share/icons/breeze_cursors//index.theme', '/usr/share/X11/xkb/rules/evdev', '/usr/share/X11/xkb/keycodes/evdev', '/usr/share/X11/xkb/keycodes/aliases', '/usr/share/X11/xkb/types/complete', '/usr/share/X11/xkb/types/basic', '/usr/share/X11/xkb/types/mousekeys', '/usr/share/X11/xkb/types/pc', '/usr/share/X11/xkb/types/iso9995', '/usr/share/X11/xkb/types/level5', '/usr/share/X11/xkb/types/extra', '/usr/share/X11/xkb/types/numpad', '/usr/share/X11/xkb/types/extra', '/usr/share/X11/xkb/compat/complete', '/usr/share/X11/xkb/compat/basic', '/usr/share/X11/xkb/compat/ledcaps', '/usr/share/X11/xkb/compat/lednum', '/usr/share/X11/xkb/compat/iso9995', '/usr/share/X11/xkb/compat/mousekeys', '/usr/share/X11/xkb/compat/accessx', '/usr/share/X11/xkb/compat/misc', '/usr/share/X11/xkb/compat/ledscroll', '/usr/share/X11/xkb/compat/misc', '/usr/share/X11/xkb/compat/xfree86', '/usr/share/X11/xkb/compat/level5', '/usr/share/X11/xkb/compat/caps', '/usr/share/X11/xkb/symbols/pc', '/usr/share/X11/xkb/symbols/srvr_ctrl', '/usr/share/X11/xkb/symbols/keypad', '/usr/share/X11/xkb/symbols/keypad', '/usr/share/X11/xkb/symbols/us', '/usr/share/X11/xkb/symbols/inet', '/usr/share/gtk-3.0/settings.ini', '/usr/share/themes/Breeze/gtk-3.0/gtk-dark.css', '/usr/share/themes/Breeze-Dark/gtk-3.0/gtk.css', '/usr/share/themes/Default/gtk-3.0/gtk-keys.css', '/usr/share/themes/Breeze-Dark/assets/breeze-minimize-symbolic.svg', '/usr/share/themes/Breeze-Dark/assets/breeze-minimize-symbolic.svg', '/home/oggy/.local/share/mime//mime.cache', '/usr/share//mime//mime.cache', '/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so', '/usr/lib/librsvg-2.so.2', '/usr/lib/libxml2.so.2', '/usr/lib/libicuuc.so.72', '/usr/lib/libicudata.so.72', '/usr/share/locale/locale.alias', '/usr/share/themes/Breeze-Dark/assets/breeze-maximize-symbolic.svg', '/usr/share/themes/Breeze-Dark/assets/breeze-maximize-symbolic.svg', '/usr/share/themes/Breeze-Dark/assets/breeze-close-symbolic.svg', '/usr/share/themes/Breeze-Dark/assets/breeze-close-symbolic.svg', '/home/oggy/.fonts.conf', '/home/oggy/.local/share/fonts/.uuid', '/home/oggy/.local/share/fonts/.uuid', '/usr/share/fonts/noto/NotoSans-Regular.ttf', '/usr/share/fonts/noto/NotoSans-Regular.ttf', '/usr/share/icons/breeze-dark/index.theme', '/usr/share/icons/breeze-dark/icon-theme.cache', '/usr/share/icons/breeze-dark/icon-theme.cache', '/usr/share/icons/breeze/index.theme', '/usr/share/icons/breeze/icon-theme.cache', '/usr/share/icons/breeze/icon-theme.cache', '/usr/share/icons/hicolor/index.theme', '/usr/share/icons/hicolor/icon-theme.cache', '/usr/share/icons/hicolor/icon-theme.cache', '/usr/share/icons/Adwaita/index.theme', '/usr/share/icons/Adwaita/icon-theme.cache', '/usr/share/icons/Adwaita/icon-theme.cache', '/usr/share/icons/breeze-dark/actions/symbolic/window-minimize-symbolic.svg', '/usr/share/icons/breeze-dark/actions/symbolic/window-minimize-symbolic.svg', '/usr/share/icons/breeze-dark/actions/symbolic/window-maximize-symbolic.svg', '/usr/share/icons/breeze-dark/actions/symbolic/window-maximize-symbolic.svg', '/usr/share/icons/breeze-dark/actions/symbolic/window-close-symbolic.svg', '/usr/share/icons/breeze-dark/actions/symbolic/window-close-symbolic.svg', '/usr/share/themes/Breeze-Dark/assets/breeze-minimize-symbolic.svg', '/usr/share/themes/Breeze-Dark/assets/breeze-minimize-symbolic.svg', '/usr/share/themes/Breeze-Dark/assets/breeze-maximize-symbolic.svg', '/usr/share/themes/Breeze-Dark/assets/breeze-maximize-symbolic.svg', '/usr/share/themes/Breeze-Dark/assets/breeze-close-symbolic.svg', '/usr/share/themes/Breeze-Dark/assets/breeze-close-symbolic.svg', '/usr/lib/gtk-3.0/3.0.0/immodules.cache', '/usr/lib/gtk-3.0/3.0.0/immodules/im-wayland.so', '/usr/lib/libEGL.so.1', '/usr/lib/libGLdispatch.so.0', '/usr/lib/gconv/gconv-modules', '/usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf', '/usr/share/glvnd/egl_vendor.d/10_nvidia.json', '/usr/lib/libEGL_nvidia.so.0', '/usr/lib/librt.so.1', '/usr/lib/libnvidia-glsi.so.530.41.03', '/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json', '/usr/lib/libnvidia-egl-wayland.so.1', '/usr/lib/libwayland-server.so.0', '/usr/lib/libnvidia-eglcore.so.530.41.03', '/usr/share/nvidia/nvidia-application-profiles-530.41.03-rc', '/usr/share/egl/egl_external_platform.d/15_nvidia_gbm.json', '/usr/lib/libnvidia-egl-gbm.so.1', '/usr/lib/libdrm.so.2', '/usr/lib/libgbm.so.1', '/usr/lib/libxcb-randr.so.0', '/usr/share/glvnd/egl_vendor.d/50_mesa.json', '/usr/lib/libEGL_mesa.so.0', '/usr/lib/libglapi.so.0', '/usr/lib/libX11-xcb.so.1', '/usr/lib/libxcb-dri2.so.0', '/usr/lib/libxcb-xfixes.so.0', '/usr/lib/libxcb-dri3.so.0', '/usr/lib/libxcb-present.so.0', '/usr/lib/libxcb-sync.so.1', '/usr/lib/libxshmfence.so.1', '/usr/share/nvidia/nvidia-application-profiles-530.41.03-rc', '/usr/share/drirc.d/00-mesa-defaults.conf', '/usr/share/drirc.d/00-mesa-defaults.conf', '/usr/lib/dri/iris_dri.so', '/usr/lib/libLLVM-15.so', '/usr/lib/libsensors.so.5', '/usr/lib/libdrm_radeon.so.1', '/usr/lib/libelf.so.1', '/usr/lib/libdrm_amdgpu.so.1', '/usr/lib/libdrm_nouveau.so.2', '/usr/lib/libdrm_intel.so.1', '/usr/lib/libedit.so.0', '/usr/lib/libncursesw.so.6', '/usr/lib/libpciaccess.so.0', '/usr/share/drirc.d/00-mesa-defaults.conf', '/usr/share/drirc.d/00-mesa-defaults.conf', '/usr/share/drirc.d/00-mesa-defaults.conf', '/usr/lib/libGL.so.1', '/usr/lib/libGLX.so.0', '/home/oggy/.fonts.conf', '/usr/share/themes/Breeze-Dark/assets/breeze-minimize-symbolic.svg', '/usr/share/themes/Breeze-Dark/assets/breeze-minimize-symbolic.svg', '/usr/share/themes/Breeze-Dark/assets/breeze-maximize-symbolic.svg', '/usr/share/themes/Breeze-Dark/assets/breeze-maximize-symbolic.svg', '/usr/share/themes/Breeze-Dark/assets/breeze-close-symbolic.svg', '/usr/share/themes/Breeze-Dark/assets/breeze-close-symbolic.svg', '/home/oggy/.local/share/fonts/.uuid', '/usr/share/fonts/TTF/Hack-Bold.ttf', '/usr/share/fonts/TTF/Hack-Bold.ttf', '/usr/share/fonts/TTF/Hack-BoldItalic.ttf', '/usr/share/fonts/TTF/Hack-BoldItalic.ttf', '/usr/share/fonts/TTF/Hack-Italic.ttf', '/usr/share/fonts/TTF/Hack-Italic.ttf', '/usr/share/fonts/TTF/Hack-Regular.ttf', '/usr/lib/gtk-3.0/modules/libcolorreload-gtk-module.so', '/usr/share/fonts/TTF/Hack-Regular.ttf', '/usr/share/fonts/TTF/SymbolsNerdFont-Regular.ttf', '/usr/share/fonts/TTF/SymbolsNerdFont-Regular.ttf', '/usr/lib/gtk-3.0/modules/libwindow-decorations-gtk-module.so', '/usr/share/fonts/carlito/Carlito-Bold.ttf', '/usr/share/fonts/carlito/Carlito-Bold.ttf', '/usr/share/fonts/carlito/Carlito-BoldItalic.ttf', '/usr/share/fonts/carlito/Carlito-BoldItalic.ttf', '/usr/share/fonts/carlito/Carlito-Italic.ttf', '/usr/share/fonts/carlito/Carlito-Italic.ttf', '/usr/share/fonts/carlito/Carlito-Regular.ttf', '/usr/share/fonts/carlito/Carlito-Regular.ttf', '/usr/share/fonts/encodings/adobe-dingbats.enc.gz', '/usr/share/fonts/encodings/adobe-standard.enc.gz', '/usr/share/fonts/encodings/adobe-symbol.enc.gz', '/usr/share/fonts/encodings/armscii-8.enc.gz', '/usr/share/fonts/encodings/ascii-0.enc.gz', '/usr/share/fonts/encodings/dec-special.enc.gz', '/usr/share/fonts/encodings/encodings.dir', '/usr/share/fonts/encodings/ibm-cp437.enc.gz', '/usr/share/fonts/encodings/ibm-cp850.enc.gz', '/usr/share/fonts/encodings/ibm-cp852.enc.gz', '/usr/share/fonts/encodings/ibm-cp866.enc.gz', '/usr/share/fonts/encodings/iso8859-11.enc.gz', '/usr/share/fonts/encodings/iso8859-13.enc.gz', '/usr/share/fonts/encodings/iso8859-16.enc.gz', '/usr/share/fonts/encodings/iso8859-6.16.enc.gz', '/usr/share/fonts/encodings/iso8859-6.8x.enc.gz', '/usr/share/fonts/encodings/microsoft-cp1250.enc.gz', '/usr/share/fonts/encodings/microsoft-cp1251.enc.gz', '/usr/share/fonts/encodings/microsoft-cp1252.enc.gz', '/usr/share/fonts/encodings/microsoft-cp1253.enc.gz', '/usr/share/fonts/encodings/microsoft-cp1254.enc.gz', '/usr/share/fonts/encodings/microsoft-cp1255.enc.gz', '/usr/share/fonts/encodings/microsoft-cp1256.enc.gz', '/usr/share/fonts/encodings/microsoft-cp1257.enc.gz', '/usr/share/fonts/encodings/microsoft-cp1258.enc.gz', '/usr/share/fonts/encodings/microsoft-win3.1.enc.gz', '/usr/share/fonts/encodings/mulearabic-0.enc.gz', '/usr/share/fonts/encodings/mulearabic-1.enc.gz', '/usr/share/fonts/encodings/mulearabic-2.enc.gz', '/usr/share/fonts/encodings/mulelao-1.enc.gz', '/usr/share/fonts/encodings/suneu-greek.enc.gz', '/usr/share/fonts/encodings/tcvn-0.enc.gz', '/usr/share/fonts/encodings/tis620-2.enc.gz', '/usr/share/fonts/encodings/viscii1.1-1.enc.gz', '/usr/share/fonts/joypixels/JoyPixels.ttf', '/usr/share/fonts/joypixels/JoyPixels.ttf', '/usr/share/fonts/liberation/LiberationMono-Bold.ttf', '/usr/share/fonts/liberation/LiberationMono-Bold.ttf', '/usr/share/fonts/liberation/LiberationMono-BoldItalic.ttf', '/usr/share/fonts/liberation/LiberationMono-BoldItalic.ttf', '/usr/share/fonts/liberation/LiberationMono-Italic.ttf', '/usr/share/fonts/liberation/LiberationMono-Italic.ttf', '/usr/share/fonts/liberation/LiberationMono-Regular.ttf', '/usr/share/fonts/liberation/LiberationMono-Regular.ttf', '/usr/share/fonts/liberation/LiberationSans-Bold.ttf', '/usr/share/fonts/liberation/LiberationSans-Bold.ttf', '/usr/share/fonts/liberation/LiberationSans-BoldItalic.ttf', '/usr/share/fonts/liberation/LiberationSans-BoldItalic.ttf', '/usr/share/fonts/liberation/LiberationSans-Italic.ttf', '/usr/share/fonts/liberation/LiberationSans-Italic.ttf', '/usr/share/fonts/liberation/LiberationSans-Regular.ttf', '/usr/share/fonts/liberation/LiberationSans-Regular.ttf', '/usr/share/fonts/liberation/LiberationSerif-Bold.ttf', '/usr/share/fonts/liberation/LiberationSerif-Bold.ttf', '/usr/share/fonts/liberation/LiberationSerif-BoldItalic.ttf', '/usr/share/fonts/liberation/LiberationSerif-BoldItalic.ttf', '/usr/share/fonts/liberation/LiberationSerif-Italic.ttf', '/usr/share/fonts/liberation/LiberationSerif-Italic.ttf', '/usr/share/fonts/liberation/LiberationSerif-Regular.ttf', '/usr/share/fonts/liberation/LiberationSerif-Regular.ttf', '/usr/share/fonts/noto/NotoColorEmoji.ttf', '/usr/share/fonts/noto/NotoColorEmoji.ttf', '/usr/share/fonts/noto/NotoFangsongKSSRotated-Regular.ttf', '/usr/share/fonts/noto/NotoFangsongKSSRotated-Regular.ttf', '/usr/share/fonts/noto/NotoFangsongKSSVertical-Regular.ttf', '/usr/share/fonts/noto/NotoFangsongKSSVertical-Regular.ttf', '/usr/share/fonts/noto/NotoLoopedThai-Black.ttf', '/usr/share/fonts/noto/NotoLoopedThai-Black.ttf', '/usr/share/fonts/noto/NotoLoopedThai-Bold.ttf', '/usr/share/fonts/noto/NotoLoopedThai-Bold.ttf', '/usr/share/fonts/noto/NotoLoopedThai-Light.ttf', '/usr/share/fonts/noto/NotoLoopedThai-Light.ttf', '/usr/share/fonts/noto/NotoLoopedThai-Medium.ttf', '/usr/share/fonts/noto/NotoLoopedThai-Medium.ttf', '/usr/share/fonts/noto/NotoLoopedThai-Regular.ttf', '/usr/share/fonts/noto/NotoLoopedThai-Regular.ttf', '/usr/share/fonts/noto/NotoLoopedThai-Thin.ttf', '/usr/share/fonts/noto/NotoLoopedThai-Thin.ttf', '/usr/share/fonts/noto/NotoMusic-Regular.ttf', '/usr/share/fonts/noto/NotoMusic-Regular.ttf', '/usr/share/fonts/noto/NotoNaskhArabic-Bold.ttf', '/usr/share/fonts/noto/NotoNaskhArabic-Bold.ttf', '/usr/share/fonts/noto/NotoNaskhArabic-Medium.ttf', '/usr/share/fonts/noto/NotoNaskhArabic-Medium.ttf', '/usr/share/fonts/noto/NotoNaskhArabic-Regular.ttf', '/usr/share/fonts/noto/NotoNaskhArabic-Regular.ttf', '/usr/share/fonts/noto/NotoNaskhArabicUI-Bold.ttf', '/usr/share/fonts/noto/NotoNaskhArabicUI-Bold.ttf', '/usr/share/fonts/noto/NotoNaskhArabicUI-Medium.ttf', '/usr/share/fonts/noto/NotoNaskhArabicUI-Medium.ttf', '/usr/share/fonts/noto/NotoNaskhArabicUI-Regular.ttf', '/usr/share/fonts/noto/NotoNaskhArabicUI-Regular.ttf', '/usr/share/fonts/noto/NotoNastaliqUrdu-Bold.ttf', '/usr/share/fonts/noto/NotoNastaliqUrdu-Bold.ttf', '/usr/share/fonts/noto/NotoNastaliqUrdu-Regular.ttf', '/usr/share/fonts/noto/NotoNastaliqUrdu-Regular.ttf', '/usr/share/fonts/noto/NotoRashiHebrew-Black.ttf', '/usr/share/fonts/noto/NotoRashiHebrew-Black.ttf', '/usr/share/fonts/noto/NotoRashiHebrew-Bold.ttf', '/usr/share/fonts/noto/NotoRashiHebrew-Bold.ttf', '/usr/share/fonts/noto/NotoRashiHebrew-Light.ttf', '/usr/share/fonts/noto/NotoRashiHebrew-Light.ttf', '/usr/share/fonts/noto/NotoRashiHebrew-Medium.ttf', '/usr/share/fonts/noto/NotoRashiHebrew-Medium.ttf', '/usr/share/fonts/noto/NotoRashiHebrew-Regular.ttf', '/usr/share/fonts/noto/NotoRashiHebrew-Regular.ttf', '/usr/share/fonts/noto/NotoRashiHebrew-Thin.ttf', '/usr/share/fonts/noto/NotoRashiHebrew-Thin.ttf', '/usr/share/fonts/noto/NotoSans-Black.ttf', '/usr/share/fonts/noto/NotoSans-Black.ttf', '/usr/share/fonts/noto/NotoSans-BlackItalic.ttf', '/usr/share/fonts/noto/NotoSans-BlackItalic.ttf', '/usr/share/fonts/noto/NotoSans-Bold.ttf', '/usr/share/fonts/noto/NotoSans-Bold.ttf', '/usr/share/fonts/noto/NotoSans-BoldItalic.ttf', '/usr/share/icons/breeze_cursors/cursors///00000000000000020006000e7e9ffc3f', '/usr/share/fonts/noto/NotoSans-BoldItalic.ttf', '/usr/share/fonts/noto/NotoSans-Italic.ttf', '/usr/share/fonts/noto/NotoSans-Italic.ttf', '/usr/share/fonts/noto/NotoSans-Light.ttf', '/usr/share/fonts/noto/NotoSans-Light.ttf', '/usr/share/fonts/noto/NotoSans-LightItalic.ttf', '/usr/share/icons/breeze_cursors/cursors///00008160000006810000408080010102', '/usr/share/icons/breeze_cursors/cursors///03b6e0fcb3499374a867c041f52298f0', '/usr/share/fonts/noto/NotoSans-LightItalic.ttf', '/usr/share/fonts/noto/NotoSans-Medium.ttf', '/usr/share/icons/breeze_cursors/cursors///08e8e1c95fe2fc01f976f1e063a24ccd', '/usr/share/fonts/noto/NotoSans-Medium.ttf', '/usr/share/fonts/noto/NotoSans-MediumItalic.ttf', '/usr/share/fonts/noto/NotoSans-MediumItalic.ttf', '/usr/share/fonts/noto/NotoSans-Regular.ttf', '/usr/share/fonts/noto/NotoSans-Regular.ttf', '/usr/share/fonts/noto/NotoSans-Thin.ttf', '/usr/share/icons/breeze_cursors/cursors///1081e37283d90000800003c07f3ef6bf', '/usr/share/icons/breeze_cursors/cursors///3085a0e285430894940527032f8b26df', '/usr/share/icons/breeze_cursors/cursors///3ecb610c1bf2410f44200f48c40d3599', '/usr/share/fonts/noto/NotoSans-Thin.ttf', '/usr/share/fonts/noto/NotoSans-ThinItalic.ttf', '/usr/share/fonts/noto/NotoSans-ThinItalic.ttf', '/usr/share/fonts/noto/NotoSansAdlam-Bold.ttf', '/usr/share/fonts/noto/NotoSansAdlam-Bold.ttf', '/usr/share/fonts/noto/NotoSansAdlam-Regular.ttf', '/usr/share/fonts/noto/NotoSansAdlam-Regular.ttf', '/usr/share/fonts/noto/NotoSansAdlamUnjoined-Bold.ttf', '/usr/share/icons/breeze_cursors/cursors///4498f0e0c1937ffe01fd06f973665830', '/usr/share/icons/breeze_cursors/cursors///5c6cd98b3f3ebcb1f9c7f1c204630408', '/usr/share/icons/breeze_cursors/cursors///6407b0e94181790501fd1e167b474872', '/usr/share/icons/breeze_cursors/cursors///640fb0e74195791501fd1ed57b41487f', '/usr/share/fonts/noto/NotoSansAdlamUnjoined-Bold.ttf', '/usr/share/fonts/noto/NotoSansAdlamUnjoined-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///9081237383d90e509aa00f00170e968f', '/usr/share/icons/breeze_cursors/cursors///9d800788f1b08800ae810202380a0822', '/usr/share/icons/breeze_cursors/cursors///a2a266d0498c3104214a47bd64ab0fc8', '/usr/share/icons/breeze_cursors/cursors///alias', '/usr/share/fonts/noto/NotoSansAdlamUnjoined-Regular.ttf', '/usr/share/fonts/noto/NotoSansAnatolianHieroglyphs-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///all-scroll', '/usr/share/icons/breeze_cursors/cursors///arrow', '/usr/share/icons/breeze_cursors/cursors///b66166c04f8c3109214a4fbd64a50fc8', '/usr/share/fonts/noto/NotoSansAnatolianHieroglyphs-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///bottom_left_corner', '/usr/share/fonts/noto/NotoSansArabic-Black.ttf', '/usr/share/icons/breeze_cursors/cursors///bottom_right_corner', '/usr/share/icons/breeze_cursors/cursors///bottom_side', '/usr/share/icons/breeze_cursors/cursors///cell', '/usr/share/icons/breeze_cursors/cursors///center_ptr', '/usr/share/fonts/noto/NotoSansArabic-Black.ttf', '/usr/share/fonts/noto/NotoSansArabic-Bold.ttf', '/usr/share/icons/breeze_cursors/cursors///circle', '/usr/share/icons/breeze_cursors/cursors///closedhand', '/usr/share/icons/breeze_cursors/cursors///col-resize', '/usr/share/icons/breeze_cursors/cursors///color-picker', '/usr/share/icons/breeze_cursors/cursors///context-menu', '/usr/share/fonts/noto/NotoSansArabic-Bold.ttf', '/usr/share/fonts/noto/NotoSansArabic-Light.ttf', '/usr/share/icons/breeze_cursors/cursors///copy', '/usr/share/icons/breeze_cursors/cursors///cross', '/usr/share/icons/breeze_cursors/cursors///crossed_circle', '/usr/share/icons/breeze_cursors/cursors///crosshair', '/usr/share/fonts/noto/NotoSansArabic-Light.ttf', '/usr/share/icons/breeze_cursors/cursors///d9ce0ab605698f320427677b458ad60b', '/usr/share/fonts/noto/NotoSansArabic-Medium.ttf', '/usr/share/icons/breeze_cursors/cursors///default', '/usr/share/icons/breeze_cursors/cursors///dnd-copy', '/usr/share/icons/breeze_cursors/cursors///dnd-move', '/usr/share/icons/breeze_cursors/cursors///dnd-no-drop', '/usr/share/fonts/noto/NotoSansArabic-Medium.ttf', '/usr/share/icons/breeze_cursors/cursors///dnd-none', '/usr/share/fonts/noto/NotoSansArabic-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///down-arrow', '/usr/share/icons/breeze_cursors/cursors///draft', '/usr/share/icons/breeze_cursors/cursors///e-resize', '/usr/share/icons/breeze_cursors/cursors///e29285e634086352946a0e7090d73106', '/usr/share/fonts/noto/NotoSansArabic-Regular.ttf', '/usr/share/fonts/noto/NotoSansArabic-Thin.ttf', '/usr/share/icons/breeze_cursors/cursors///ew-resize', '/usr/share/icons/breeze_cursors/cursors///fcf21c00b30f7e3f83fe0dfd12e71cff', '/usr/share/icons/breeze_cursors/cursors///fleur', '/usr/share/icons/breeze_cursors/cursors///forbidden', '/usr/share/icons/breeze_cursors/cursors///grab', '/usr/share/fonts/noto/NotoSansArabic-Thin.ttf', '/usr/share/fonts/noto/NotoSansArmenian-Black.ttf', '/usr/share/icons/breeze_cursors/cursors///grabbing', '/usr/share/icons/breeze_cursors/cursors///h_double_arrow', '/usr/share/icons/breeze_cursors/cursors///half-busy', '/usr/share/fonts/noto/NotoSansArmenian-Black.ttf', '/usr/share/fonts/noto/NotoSansArmenian-Bold.ttf', '/usr/share/fonts/noto/NotoSansArmenian-Bold.ttf', '/usr/share/fonts/noto/NotoSansArmenian-Light.ttf', '/usr/share/fonts/noto/NotoSansArmenian-Light.ttf', '/usr/share/fonts/noto/NotoSansArmenian-Medium.ttf', '/usr/share/fonts/noto/NotoSansArmenian-Medium.ttf', '/usr/share/fonts/noto/NotoSansArmenian-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///hand1', '/usr/share/icons/breeze_cursors/cursors///hand2', '/usr/share/icons/breeze_cursors/cursors///help', '/usr/share/fonts/noto/NotoSansArmenian-Regular.ttf', '/usr/share/fonts/noto/NotoSansArmenian-Thin.ttf', '/usr/share/icons/breeze_cursors/cursors///ibeam', '/usr/share/icons/breeze_cursors/cursors///left-arrow', '/usr/share/icons/breeze_cursors/cursors///left_ptr', '/usr/share/icons/breeze_cursors/cursors///left_ptr_help', '/usr/share/fonts/noto/NotoSansArmenian-Thin.ttf', '/usr/share/fonts/noto/NotoSansAvestan-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///left_ptr_watch', '/usr/share/fonts/noto/NotoSansAvestan-Regular.ttf', '/usr/share/fonts/noto/NotoSansBalinese-Bold.ttf', '/usr/share/fonts/noto/NotoSansBalinese-Bold.ttf', '/usr/share/fonts/noto/NotoSansBalinese-Medium.ttf', '/usr/share/fonts/noto/NotoSansBalinese-Medium.ttf', '/usr/share/fonts/noto/NotoSansBalinese-Regular.ttf', '/usr/share/fonts/noto/NotoSansBalinese-Regular.ttf', '/usr/share/fonts/noto/NotoSansBamum-Bold.ttf', '/usr/share/icons/breeze_cursors/cursors///left_side', '/usr/share/icons/breeze_cursors/cursors///link', '/usr/share/fonts/noto/NotoSansBamum-Bold.ttf', '/usr/share/icons/breeze_cursors/cursors///move', '/usr/share/fonts/noto/NotoSansBamum-Medium.ttf', '/usr/share/icons/breeze_cursors/cursors///n-resize', '/usr/share/icons/breeze_cursors/cursors///ne-resize', '/usr/share/icons/breeze_cursors/cursors///nesw-resize', '/usr/share/fonts/noto/NotoSansBamum-Medium.ttf', '/usr/share/icons/breeze_cursors/cursors///no-drop', '/usr/share/fonts/noto/NotoSansBamum-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///not-allowed', '/usr/share/icons/breeze_cursors/cursors///ns-resize', '/usr/share/icons/breeze_cursors/cursors///nw-resize', '/usr/share/fonts/noto/NotoSansBamum-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///nwse-resize', '/usr/share/fonts/noto/NotoSansBassaVah-Bold.ttf', '/usr/share/icons/breeze_cursors/cursors///openhand', '/usr/share/icons/breeze_cursors/cursors///pencil', '/usr/share/icons/breeze_cursors/cursors///pirate', '/usr/share/fonts/noto/NotoSansBassaVah-Bold.ttf', '/usr/share/fonts/noto/NotoSansBassaVah-Medium.ttf', '/usr/share/icons/breeze_cursors/cursors///plus', '/usr/share/icons/breeze_cursors/cursors///pointer', '/usr/share/icons/breeze_cursors/cursors///pointing_hand', '/usr/share/icons/breeze_cursors/cursors///progress', '/usr/share/fonts/noto/NotoSansBassaVah-Medium.ttf', '/usr/share/fonts/noto/NotoSansBassaVah-Regular.ttf', '/usr/share/fonts/noto/NotoSansBassaVah-Regular.ttf', '/usr/share/fonts/noto/NotoSansBatak-Regular.ttf', '/usr/share/fonts/noto/NotoSansBatak-Regular.ttf', '/usr/share/fonts/noto/NotoSansBengali-Black.ttf', '/usr/share/fonts/noto/NotoSansBengali-Black.ttf', '/usr/share/fonts/noto/NotoSansBengali-Bold.ttf', '/usr/share/fonts/noto/NotoSansBengali-Bold.ttf', '/usr/share/fonts/noto/NotoSansBengali-Light.ttf', '/usr/share/icons/breeze_cursors/cursors///question_arrow', '/usr/share/icons/breeze_cursors/cursors///right-arrow', '/usr/share/icons/breeze_cursors/cursors///right_ptr', '/usr/share/icons/breeze_cursors/cursors///right_side', '/usr/share/fonts/noto/NotoSansBengali-Light.ttf', '/usr/share/icons/breeze_cursors/cursors///row-resize', '/usr/share/fonts/noto/NotoSansBengali-Medium.ttf', '/usr/share/icons/breeze_cursors/cursors///s-resize', '/usr/share/icons/breeze_cursors/cursors///sb_h_double_arrow', '/usr/share/icons/breeze_cursors/cursors///sb_v_double_arrow', '/usr/share/icons/breeze_cursors/cursors///se-resize', '/usr/share/fonts/noto/NotoSansBengali-Medium.ttf', '/usr/share/fonts/noto/NotoSansBengali-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///size-bdiag', '/usr/share/icons/breeze_cursors/cursors///size-fdiag', '/usr/share/icons/breeze_cursors/cursors///size-hor', '/usr/share/icons/breeze_cursors/cursors///size-ver', '/usr/share/fonts/noto/NotoSansBengali-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///size_all', '/usr/share/fonts/noto/NotoSansBengali-Thin.ttf', '/usr/share/icons/breeze_cursors/cursors///size_bdiag', '/usr/share/icons/breeze_cursors/cursors///size_fdiag', '/usr/share/icons/breeze_cursors/cursors///size_hor', '/usr/share/fonts/noto/NotoSansBengali-Thin.ttf', '/usr/share/icons/breeze_cursors/cursors///size_ver', '/usr/share/fonts/noto/NotoSansBengaliUI-Black.ttf', '/usr/share/icons/breeze_cursors/cursors///split_h', '/usr/share/icons/breeze_cursors/cursors///split_v', '/usr/share/icons/breeze_cursors/cursors///sw-resize', '/usr/share/icons/breeze_cursors/cursors///tcross', '/usr/share/fonts/noto/NotoSansBengaliUI-Black.ttf', '/usr/share/fonts/noto/NotoSansBengaliUI-Bold.ttf', '/usr/share/icons/breeze_cursors/cursors///text', '/usr/share/icons/breeze_cursors/cursors///top_left_arrow', '/usr/share/icons/breeze_cursors/cursors///top_left_corner', '/usr/share/icons/breeze_cursors/cursors///top_right_corner', '/usr/share/fonts/noto/NotoSansBengaliUI-Bold.ttf', '/usr/share/fonts/noto/NotoSansBengaliUI-Light.ttf', '/usr/share/icons/breeze_cursors/cursors///top_side', '/usr/share/icons/breeze_cursors/cursors///up-arrow', '/usr/share/icons/breeze_cursors/cursors///v_double_arrow', '/usr/share/icons/breeze_cursors/cursors///vertical-text', '/usr/share/fonts/noto/NotoSansBengaliUI-Light.ttf', '/usr/share/icons/breeze_cursors/cursors///w-resize', '/usr/share/fonts/noto/NotoSansBengaliUI-Medium.ttf', '/usr/share/icons/breeze_cursors/cursors///wait', '/usr/share/fonts/noto/NotoSansBengaliUI-Medium.ttf', '/usr/share/fonts/noto/NotoSansBengaliUI-Regular.ttf', '/usr/share/fonts/noto/NotoSansBengaliUI-Regular.ttf', '/usr/share/fonts/noto/NotoSansBengaliUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansBengaliUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansBhaiksuki-Regular.ttf', '/usr/share/fonts/noto/NotoSansBhaiksuki-Regular.ttf', '/usr/share/fonts/noto/NotoSansBrahmi-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///watch', '/usr/share/fonts/noto/NotoSansBrahmi-Regular.ttf', '/usr/share/fonts/noto/NotoSansBuginese-Regular.ttf', '/usr/share/fonts/noto/NotoSansBuginese-Regular.ttf', '/usr/share/fonts/noto/NotoSansBuhid-Regular.ttf', '/usr/share/fonts/noto/NotoSansBuhid-Regular.ttf', '/usr/share/fonts/noto/NotoSansCanadianAboriginal-Black.ttf', '/usr/share/fonts/noto/NotoSansCanadianAboriginal-Black.ttf', '/usr/share/fonts/noto/NotoSansCanadianAboriginal-Bold.ttf', '/usr/share/icons/breeze_cursors/cursors///wayland-cursor', '/usr/share/icons/breeze_cursors/cursors///whats_this', '/usr/share/icons/breeze_cursors/cursors///x-cursor', '/usr/share/icons/breeze_cursors/cursors///xterm', '/usr/share/fonts/noto/NotoSansCanadianAboriginal-Bold.ttf', '/usr/share/fonts/noto/NotoSansCanadianAboriginal-Light.ttf', '/usr/share/icons/breeze_cursors/cursors///zoom-in', '/usr/share/fonts/noto/NotoSansCanadianAboriginal-Light.ttf', '/usr/share/fonts/noto/NotoSansCanadianAboriginal-Medium.ttf', '/usr/share/icons/breeze_cursors/cursors///zoom-out', '/usr/share/icons/breeze_cursors//index.theme', '/usr/share/icons/breeze_cursors/cursors///00000000000000020006000e7e9ffc3f', '/usr/share/fonts/noto/NotoSansCanadianAboriginal-Medium.ttf', '/usr/share/fonts/noto/NotoSansCanadianAboriginal-Regular.ttf', '/usr/share/fonts/noto/NotoSansCanadianAboriginal-Regular.ttf', '/usr/share/fonts/noto/NotoSansCanadianAboriginal-Thin.ttf', '/usr/share/fonts/noto/NotoSansCanadianAboriginal-Thin.ttf', '/usr/share/fonts/noto/NotoSansCarian-Regular.ttf', '/usr/share/fonts/noto/NotoSansCarian-Regular.ttf', '/usr/share/fonts/noto/NotoSansCaucasianAlbanian-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///00008160000006810000408080010102', '/usr/share/fonts/noto/NotoSansCaucasianAlbanian-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///03b6e0fcb3499374a867c041f52298f0', '/usr/share/fonts/noto/NotoSansChakma-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///08e8e1c95fe2fc01f976f1e063a24ccd', '/usr/share/fonts/noto/NotoSansChakma-Regular.ttf', '/usr/share/fonts/noto/NotoSansCham-Black.ttf', '/usr/share/fonts/noto/NotoSansCham-Black.ttf', '/usr/share/fonts/noto/NotoSansCham-Bold.ttf', '/usr/share/fonts/noto/NotoSansCham-Bold.ttf', '/usr/share/fonts/noto/NotoSansCham-Light.ttf', '/usr/share/fonts/noto/NotoSansCham-Light.ttf', '/usr/share/fonts/noto/NotoSansCham-Medium.ttf', '/usr/share/icons/breeze_cursors/cursors///1081e37283d90000800003c07f3ef6bf', '/usr/share/icons/breeze_cursors/cursors///3085a0e285430894940527032f8b26df', '/usr/share/icons/breeze_cursors/cursors///3ecb610c1bf2410f44200f48c40d3599', '/usr/share/fonts/noto/NotoSansCham-Medium.ttf', '/usr/share/fonts/noto/NotoSansCham-Regular.ttf', '/usr/share/fonts/noto/NotoSansCham-Regular.ttf', '/usr/share/fonts/noto/NotoSansCham-Thin.ttf', '/usr/share/fonts/noto/NotoSansCham-Thin.ttf', '/usr/share/fonts/noto/NotoSansCherokee-Black.ttf', '/usr/share/fonts/noto/NotoSansCherokee-Black.ttf', '/usr/share/fonts/noto/NotoSansCherokee-Bold.ttf', '/usr/share/icons/breeze_cursors/cursors///4498f0e0c1937ffe01fd06f973665830', '/usr/share/icons/breeze_cursors/cursors///5c6cd98b3f3ebcb1f9c7f1c204630408', '/usr/share/icons/breeze_cursors/cursors///6407b0e94181790501fd1e167b474872', '/usr/share/fonts/noto/NotoSansCherokee-Bold.ttf', '/usr/share/fonts/noto/NotoSansCherokee-Light.ttf', '/usr/share/icons/breeze_cursors/cursors///640fb0e74195791501fd1ed57b41487f', '/usr/share/icons/breeze_cursors/cursors///9081237383d90e509aa00f00170e968f', '/usr/share/icons/breeze_cursors/cursors///9d800788f1b08800ae810202380a0822', '/usr/share/icons/breeze_cursors/cursors///a2a266d0498c3104214a47bd64ab0fc8', '/usr/share/icons/breeze_cursors/cursors///alias', '/usr/share/fonts/noto/NotoSansCherokee-Light.ttf', '/usr/share/fonts/noto/NotoSansCherokee-Medium.ttf', '/usr/share/icons/breeze_cursors/cursors///all-scroll', '/usr/share/icons/breeze_cursors/cursors///arrow', '/usr/share/icons/breeze_cursors/cursors///b66166c04f8c3109214a4fbd64a50fc8', '/usr/share/icons/breeze_cursors/cursors///bottom_left_corner', '/usr/share/icons/breeze_cursors/cursors///bottom_right_corner', '/usr/share/fonts/noto/NotoSansCherokee-Medium.ttf', '/usr/share/icons/breeze_cursors/cursors///bottom_side', '/usr/share/fonts/noto/NotoSansCherokee-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///cell', '/usr/share/icons/breeze_cursors/cursors///center_ptr', '/usr/share/icons/breeze_cursors/cursors///circle', '/usr/share/icons/breeze_cursors/cursors///closedhand', '/usr/share/fonts/noto/NotoSansCherokee-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///col-resize', '/usr/share/fonts/noto/NotoSansCherokee-Thin.ttf', '/usr/share/icons/breeze_cursors/cursors///color-picker', '/usr/share/icons/breeze_cursors/cursors///context-menu', '/usr/share/icons/breeze_cursors/cursors///copy', '/usr/share/icons/breeze_cursors/cursors///cross', '/usr/share/icons/breeze_cursors/cursors///crossed_circle', '/usr/share/fonts/noto/NotoSansCherokee-Thin.ttf', '/usr/share/fonts/noto/NotoSansChorasmian-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///crosshair', '/usr/share/icons/breeze_cursors/cursors///d9ce0ab605698f320427677b458ad60b', '/usr/share/icons/breeze_cursors/cursors///default', '/usr/share/icons/breeze_cursors/cursors///dnd-copy', '/usr/share/fonts/noto/NotoSansChorasmian-Regular.ttf', '/usr/share/fonts/noto/NotoSansCoptic-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///dnd-move', '/usr/share/icons/breeze_cursors/cursors///dnd-no-drop', '/usr/share/icons/breeze_cursors/cursors///dnd-none', '/usr/share/icons/breeze_cursors/cursors///down-arrow', '/usr/share/fonts/noto/NotoSansCoptic-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///draft', '/usr/share/fonts/noto/NotoSansCuneiform-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///e-resize', '/usr/share/icons/breeze_cursors/cursors///e29285e634086352946a0e7090d73106', '/usr/share/icons/breeze_cursors/cursors///ew-resize', '/usr/share/fonts/noto/NotoSansCuneiform-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///fcf21c00b30f7e3f83fe0dfd12e71cff', '/usr/share/fonts/noto/NotoSansCypriot-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///fleur', '/usr/share/icons/breeze_cursors/cursors///forbidden', '/usr/share/icons/breeze_cursors/cursors///grab', '/usr/share/fonts/noto/NotoSansCypriot-Regular.ttf', '/usr/share/fonts/noto/NotoSansCyproMinoan-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///grabbing', '/usr/share/icons/breeze_cursors/cursors///h_double_arrow', '/usr/share/icons/breeze_cursors/cursors///half-busy', '/usr/share/fonts/noto/NotoSansCyproMinoan-Regular.ttf', '/usr/share/fonts/noto/NotoSansDeseret-Regular.ttf', '/usr/share/fonts/noto/NotoSansDeseret-Regular.ttf', '/usr/share/fonts/noto/NotoSansDevanagari-Black.ttf', '/usr/share/fonts/noto/NotoSansDevanagari-Black.ttf', '/usr/share/fonts/noto/NotoSansDevanagari-Bold.ttf', '/usr/share/fonts/noto/NotoSansDevanagari-Bold.ttf', '/usr/share/fonts/noto/NotoSansDevanagari-Light.ttf', '/usr/share/icons/breeze_cursors/cursors///hand1', '/usr/share/icons/breeze_cursors/cursors///hand2', '/usr/share/fonts/noto/NotoSansDevanagari-Light.ttf', '/usr/share/fonts/noto/NotoSansDevanagari-Medium.ttf', '/usr/share/icons/breeze_cursors/cursors///help', '/usr/share/icons/breeze_cursors/cursors///ibeam', '/usr/share/icons/breeze_cursors/cursors///left-arrow', '/usr/share/icons/breeze_cursors/cursors///left_ptr', '/usr/share/icons/breeze_cursors/cursors///left_ptr_help', '/usr/share/fonts/noto/NotoSansDevanagari-Medium.ttf', '/usr/share/icons/breeze_cursors/cursors///left_ptr_watch', '/usr/share/fonts/noto/NotoSansDevanagari-Regular.ttf', '/usr/share/fonts/noto/NotoSansDevanagari-Regular.ttf', '/usr/share/fonts/noto/NotoSansDevanagari-Thin.ttf', '/usr/share/fonts/noto/NotoSansDevanagari-Thin.ttf', '/usr/share/fonts/noto/NotoSansDevanagariUI-Black.ttf', '/usr/share/fonts/noto/NotoSansDevanagariUI-Black.ttf', '/usr/share/fonts/noto/NotoSansDevanagariUI-Bold.ttf', '/usr/share/icons/breeze_cursors/cursors///left_side', '/usr/share/icons/breeze_cursors/cursors///link', '/usr/share/icons/breeze_cursors/cursors///move', '/usr/share/fonts/noto/NotoSansDevanagariUI-Bold.ttf', '/usr/share/fonts/noto/NotoSansDevanagariUI-Light.ttf', '/usr/share/icons/breeze_cursors/cursors///n-resize', '/usr/share/icons/breeze_cursors/cursors///ne-resize', '/usr/share/icons/breeze_cursors/cursors///nesw-resize', '/usr/share/icons/breeze_cursors/cursors///no-drop', '/usr/share/icons/breeze_cursors/cursors///not-allowed', '/usr/share/fonts/noto/NotoSansDevanagariUI-Light.ttf', '/usr/share/fonts/noto/NotoSansDevanagariUI-Medium.ttf', '/usr/share/icons/breeze_cursors/cursors///ns-resize', '/usr/share/icons/breeze_cursors/cursors///nw-resize', '/usr/share/icons/breeze_cursors/cursors///nwse-resize', '/usr/share/icons/breeze_cursors/cursors///openhand', '/usr/share/icons/breeze_cursors/cursors///pencil', '/usr/share/fonts/noto/NotoSansDevanagariUI-Medium.ttf', '/usr/share/fonts/noto/NotoSansDevanagariUI-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///pirate', '/usr/share/icons/breeze_cursors/cursors///plus', '/usr/share/icons/breeze_cursors/cursors///pointer', '/usr/share/icons/breeze_cursors/cursors///pointing_hand', '/usr/share/fonts/noto/NotoSansDevanagariUI-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///progress', '/usr/share/fonts/noto/NotoSansDevanagariUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansDevanagariUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansDuployan-Bold.ttf', '/usr/share/fonts/noto/NotoSansDuployan-Bold.ttf', '/usr/share/fonts/noto/NotoSansDuployan-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///question_arrow', '/usr/share/fonts/noto/NotoSansDuployan-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///right-arrow', '/usr/share/fonts/noto/NotoSansEgyptianHieroglyphs-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///right_ptr', '/usr/share/icons/breeze_cursors/cursors///right_side', '/usr/share/icons/breeze_cursors/cursors///row-resize', '/usr/share/fonts/noto/NotoSansEgyptianHieroglyphs-Regular.ttf', '/usr/share/fonts/noto/NotoSansElbasan-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///s-resize', '/usr/share/icons/breeze_cursors/cursors///sb_h_double_arrow', '/usr/share/icons/breeze_cursors/cursors///sb_v_double_arrow', '/usr/share/icons/breeze_cursors/cursors///se-resize', '/usr/share/fonts/noto/NotoSansElbasan-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///size-bdiag', '/usr/share/fonts/noto/NotoSansElymaic-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///size-fdiag', '/usr/share/icons/breeze_cursors/cursors///size-hor', '/usr/share/icons/breeze_cursors/cursors///size-ver', '/usr/share/fonts/noto/NotoSansElymaic-Regular.ttf', '/usr/share/fonts/noto/NotoSansEthiopic-Black.ttf', '/usr/share/icons/breeze_cursors/cursors///size_all', '/usr/share/icons/breeze_cursors/cursors///size_bdiag', '/usr/share/icons/breeze_cursors/cursors///size_fdiag', '/usr/share/icons/breeze_cursors/cursors///size_hor', '/usr/share/icons/breeze_cursors/cursors///size_ver', '/usr/share/fonts/noto/NotoSansEthiopic-Black.ttf', '/usr/share/fonts/noto/NotoSansEthiopic-Bold.ttf', '/usr/share/icons/breeze_cursors/cursors///split_h', '/usr/share/icons/breeze_cursors/cursors///split_v', '/usr/share/icons/breeze_cursors/cursors///sw-resize', '/usr/share/icons/breeze_cursors/cursors///tcross', '/usr/share/icons/breeze_cursors/cursors///text', '/usr/share/fonts/noto/NotoSansEthiopic-Bold.ttf', '/usr/share/fonts/noto/NotoSansEthiopic-Light.ttf', '/usr/share/icons/breeze_cursors/cursors///top_left_arrow', '/usr/share/icons/breeze_cursors/cursors///top_left_corner', '/usr/share/icons/breeze_cursors/cursors///top_right_corner', '/usr/share/icons/breeze_cursors/cursors///top_side', '/usr/share/icons/breeze_cursors/cursors///up-arrow', '/usr/share/fonts/noto/NotoSansEthiopic-Light.ttf', '/usr/share/fonts/noto/NotoSansEthiopic-Medium.ttf', '/usr/share/icons/breeze_cursors/cursors///v_double_arrow', '/usr/share/icons/breeze_cursors/cursors///vertical-text', '/usr/share/icons/breeze_cursors/cursors///w-resize', '/usr/share/icons/breeze_cursors/cursors///wait', '/usr/share/fonts/noto/NotoSansEthiopic-Medium.ttf', '/usr/share/fonts/noto/NotoSansEthiopic-Regular.ttf', '/usr/share/fonts/noto/NotoSansEthiopic-Regular.ttf', '/usr/share/fonts/noto/NotoSansEthiopic-Thin.ttf', '/usr/share/fonts/noto/NotoSansEthiopic-Thin.ttf', '/usr/share/fonts/noto/NotoSansGeorgian-Black.ttf', '/usr/share/fonts/noto/NotoSansGeorgian-Black.ttf', '/usr/share/fonts/noto/NotoSansGeorgian-Bold.ttf', '/usr/share/icons/breeze_cursors/cursors///watch', '/usr/share/fonts/noto/NotoSansGeorgian-Bold.ttf', '/usr/share/fonts/noto/NotoSansGeorgian-Light.ttf', '/usr/share/fonts/noto/NotoSansGeorgian-Light.ttf', '/usr/share/fonts/noto/NotoSansGeorgian-Medium.ttf', '/usr/share/fonts/noto/NotoSansGeorgian-Medium.ttf', '/usr/share/fonts/noto/NotoSansGeorgian-Regular.ttf', '/usr/share/icons/breeze_cursors/cursors///wayland-cursor', '/usr/share/icons/breeze_cursors/cursors///whats_this', '/usr/share/fonts/noto/NotoSansGeorgian-Regular.ttf', '/usr/share/fonts/noto/NotoSansGeorgian-Thin.ttf', '/usr/share/icons/breeze_cursors/cursors///x-cursor', '/usr/share/icons/breeze_cursors/cursors///xterm', '/usr/share/icons/breeze_cursors/cursors///zoom-in', '/usr/share/icons/breeze_cursors/cursors///zoom-out', '/usr/share/fonts/noto/NotoSansGeorgian-Thin.ttf', '/usr/share/icons/breeze_cursors//index.theme', '/usr/share/fonts/noto/NotoSansGlagolitic-Regular.ttf', '/usr/share/fonts/noto/NotoSansGlagolitic-Regular.ttf', '/usr/share/fonts/noto/NotoSansGothic-Regular.ttf', '/usr/share/fonts/noto/NotoSansGothic-Regular.ttf', '/usr/share/fonts/noto/NotoSansGrantha-Regular.ttf', '/usr/share/fonts/noto/NotoSansGrantha-Regular.ttf', '/usr/share/fonts/noto/NotoSansGujarati-Black.ttf', '/usr/share/fonts/noto/NotoSansGujarati-Black.ttf', '/usr/share/fonts/noto/NotoSansGujarati-Bold.ttf', '/usr/share/fonts/noto/NotoSansGujarati-Bold.ttf', '/usr/share/fonts/noto/NotoSansGujarati-Light.ttf', '/usr/share/fonts/noto/NotoSansGujarati-Light.ttf', '/usr/share/fonts/noto/NotoSansGujarati-Medium.ttf', '/usr/share/fonts/noto/NotoSansGujarati-Medium.ttf', '/usr/share/fonts/noto/NotoSansGujarati-Regular.ttf', '/usr/share/fonts/noto/NotoSansGujarati-Regular.ttf', '/usr/share/fonts/noto/NotoSansGujarati-Thin.ttf', '/usr/share/fonts/noto/NotoSansGujarati-Thin.ttf', '/usr/share/fonts/noto/NotoSansGujaratiUI-Black.ttf', '/usr/share/fonts/noto/NotoSansGujaratiUI-Black.ttf', '/usr/share/fonts/noto/NotoSansGujaratiUI-Bold.ttf', '/usr/share/fonts/noto/NotoSansGujaratiUI-Bold.ttf', '/usr/share/fonts/noto/NotoSansGujaratiUI-Light.ttf', '/usr/share/fonts/noto/NotoSansGujaratiUI-Light.ttf', '/usr/share/fonts/noto/NotoSansGujaratiUI-Medium.ttf', '/usr/share/fonts/noto/NotoSansGujaratiUI-Medium.ttf', '/usr/share/fonts/noto/NotoSansGujaratiUI-Regular.ttf', '/usr/share/fonts/noto/NotoSansGujaratiUI-Regular.ttf', '/usr/share/fonts/noto/NotoSansGujaratiUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansGujaratiUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansGunjalaGondi-Bold.ttf', '/usr/share/fonts/noto/NotoSansGunjalaGondi-Bold.ttf', '/usr/share/fonts/noto/NotoSansGunjalaGondi-Medium.ttf', '/usr/share/fonts/noto/NotoSansGunjalaGondi-Medium.ttf', '/usr/share/fonts/noto/NotoSansGunjalaGondi-Regular.ttf', '/usr/share/fonts/noto/NotoSansGunjalaGondi-Regular.ttf', '/usr/share/fonts/noto/NotoSansGurmukhi-Black.ttf', '/usr/share/fonts/noto/NotoSansGurmukhi-Black.ttf', '/usr/share/fonts/noto/NotoSansGurmukhi-Bold.ttf', '/usr/share/fonts/noto/NotoSansGurmukhi-Bold.ttf', '/usr/share/fonts/noto/NotoSansGurmukhi-Light.ttf', '/usr/share/fonts/noto/NotoSansGurmukhi-Light.ttf', '/usr/share/fonts/noto/NotoSansGurmukhi-Medium.ttf', '/usr/share/fonts/noto/NotoSansGurmukhi-Medium.ttf', '/usr/share/fonts/noto/NotoSansGurmukhi-Regular.ttf', '/usr/share/fonts/noto/NotoSansGurmukhi-Regular.ttf', '/usr/share/fonts/noto/NotoSansGurmukhi-Thin.ttf', '/usr/share/fonts/noto/NotoSansGurmukhi-Thin.ttf', '/usr/share/fonts/noto/NotoSansGurmukhiUI-Black.ttf', '/usr/share/fonts/noto/NotoSansGurmukhiUI-Black.ttf', '/usr/share/fonts/noto/NotoSansGurmukhiUI-Bold.ttf', '/usr/share/fonts/noto/NotoSansGurmukhiUI-Bold.ttf', '/usr/share/fonts/noto/NotoSansGurmukhiUI-Light.ttf', '/usr/share/fonts/noto/NotoSansGurmukhiUI-Light.ttf', '/usr/share/fonts/noto/NotoSansGurmukhiUI-Medium.ttf', '/usr/share/fonts/noto/NotoSansGurmukhiUI-Medium.ttf', '/usr/share/fonts/noto/NotoSansGurmukhiUI-Regular.ttf', '/usr/share/fonts/noto/NotoSansGurmukhiUI-Regular.ttf', '/usr/share/fonts/noto/NotoSansGurmukhiUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansGurmukhiUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansHanifiRohingya-Bold.ttf', '/usr/share/fonts/noto/NotoSansHanifiRohingya-Bold.ttf', '/usr/share/fonts/noto/NotoSansHanifiRohingya-Medium.ttf', '/usr/share/fonts/noto/NotoSansHanifiRohingya-Medium.ttf', '/usr/share/fonts/noto/NotoSansHanifiRohingya-Regular.ttf', '/usr/share/fonts/noto/NotoSansHanifiRohingya-Regular.ttf', '/usr/share/fonts/noto/NotoSansHanunoo-Regular.ttf', '/usr/share/fonts/noto/NotoSansHanunoo-Regular.ttf', '/usr/share/fonts/noto/NotoSansHatran-Regular.ttf', '/usr/share/fonts/noto/NotoSansHatran-Regular.ttf', '/usr/share/fonts/noto/NotoSansHebrew-Black.ttf', '/usr/share/fonts/noto/NotoSansHebrew-Black.ttf', '/usr/share/fonts/noto/NotoSansHebrew-Bold.ttf', '/usr/share/fonts/noto/NotoSansHebrew-Bold.ttf', '/usr/share/fonts/noto/NotoSansHebrew-Light.ttf', '/usr/share/fonts/noto/NotoSansHebrew-Light.ttf', '/usr/share/fonts/noto/NotoSansHebrew-Medium.ttf', '/usr/share/fonts/noto/NotoSansHebrew-Medium.ttf', '/usr/share/fonts/noto/NotoSansHebrew-Regular.ttf', '/usr/share/fonts/noto/NotoSansHebrew-Regular.ttf', '/usr/share/fonts/noto/NotoSansHebrew-Thin.ttf', '/usr/share/fonts/noto/NotoSansHebrew-Thin.ttf', '/usr/share/fonts/noto/NotoSansImperialAramaic-Regular.ttf', '/usr/share/fonts/noto/NotoSansImperialAramaic-Regular.ttf', '/usr/share/fonts/noto/NotoSansIndicSiyaqNumbers-Regular.ttf', '/usr/share/fonts/noto/NotoSansIndicSiyaqNumbers-Regular.ttf', '/usr/share/fonts/noto/NotoSansInscriptionalPahlavi-Regular.ttf', '/usr/share/fonts/noto/NotoSansInscriptionalPahlavi-Regular.ttf', '/usr/share/fonts/noto/NotoSansInscriptionalParthian-Regular.ttf', '/usr/share/fonts/noto/NotoSansInscriptionalParthian-Regular.ttf', '/usr/share/fonts/noto/NotoSansJavanese-Bold.ttf', '/usr/share/fonts/noto/NotoSansJavanese-Bold.ttf', '/usr/share/fonts/noto/NotoSansJavanese-Regular.ttf', '/usr/share/fonts/noto/NotoSansJavanese-Regular.ttf', '/usr/share/fonts/noto/NotoSansKaithi-Regular.ttf', '/usr/share/fonts/noto/NotoSansKaithi-Regular.ttf', '/usr/share/fonts/noto/NotoSansKannada-Black.ttf', '/usr/share/fonts/noto/NotoSansKannada-Black.ttf', '/usr/share/fonts/noto/NotoSansKannada-Bold.ttf', '/usr/share/fonts/noto/NotoSansKannada-Bold.ttf', '/usr/share/fonts/noto/NotoSansKannada-Light.ttf', '/usr/share/fonts/noto/NotoSansKannada-Light.ttf', '/usr/share/fonts/noto/NotoSansKannada-Medium.ttf', '/usr/share/fonts/noto/NotoSansKannada-Medium.ttf', '/usr/share/fonts/noto/NotoSansKannada-Regular.ttf', '/usr/share/fonts/noto/NotoSansKannada-Regular.ttf', '/usr/share/fonts/noto/NotoSansKannada-Thin.ttf', '/usr/share/fonts/noto/NotoSansKannada-Thin.ttf', '/usr/share/fonts/noto/NotoSansKannadaUI-Black.ttf', '/usr/share/fonts/noto/NotoSansKannadaUI-Black.ttf', '/usr/share/fonts/noto/NotoSansKannadaUI-Bold.ttf', '/usr/share/fonts/noto/NotoSansKannadaUI-Bold.ttf', '/usr/share/fonts/noto/NotoSansKannadaUI-Light.ttf', '/usr/share/fonts/noto/NotoSansKannadaUI-Light.ttf', '/usr/share/fonts/noto/NotoSansKannadaUI-Medium.ttf', '/usr/share/fonts/noto/NotoSansKannadaUI-Medium.ttf', '/usr/share/fonts/noto/NotoSansKannadaUI-Regular.ttf', '/usr/share/fonts/noto/NotoSansKannadaUI-Regular.ttf', '/usr/share/fonts/noto/NotoSansKannadaUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansKannadaUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansKayahLi-Bold.ttf', '/usr/share/fonts/noto/NotoSansKayahLi-Bold.ttf', '/usr/share/fonts/noto/NotoSansKayahLi-Medium.ttf', '/usr/share/fonts/noto/NotoSansKayahLi-Medium.ttf', '/usr/share/fonts/noto/NotoSansKayahLi-Regular.ttf', '/usr/share/fonts/noto/NotoSansKayahLi-Regular.ttf', '/usr/share/fonts/noto/NotoSansKharoshthi-Regular.ttf', '/usr/share/fonts/noto/NotoSansKharoshthi-Regular.ttf', '/usr/share/fonts/noto/NotoSansKhmer-Black.ttf', '/usr/share/fonts/noto/NotoSansKhmer-Black.ttf', '/usr/share/fonts/noto/NotoSansKhmer-Bold.ttf', '/usr/share/fonts/noto/NotoSansKhmer-Bold.ttf', '/usr/share/fonts/noto/NotoSansKhmer-Light.ttf', '/usr/share/fonts/noto/NotoSansKhmer-Light.ttf', '/usr/share/fonts/noto/NotoSansKhmer-Medium.ttf', '/usr/share/fonts/noto/NotoSansKhmer-Medium.ttf', '/usr/share/fonts/noto/NotoSansKhmer-Regular.ttf', '/usr/share/fonts/noto/NotoSansKhmer-Regular.ttf', '/usr/share/fonts/noto/NotoSansKhmer-Thin.ttf', '/usr/share/fonts/noto/NotoSansKhmer-Thin.ttf', '/usr/share/fonts/noto/NotoSansKhojki-Regular.ttf', '/usr/share/fonts/noto/NotoSansKhojki-Regular.ttf', '/usr/share/fonts/noto/NotoSansKhudawadi-Regular.ttf', '/usr/share/fonts/noto/NotoSansKhudawadi-Regular.ttf', '/usr/share/fonts/noto/NotoSansLao-Black.ttf', '/usr/share/fonts/noto/NotoSansLao-Black.ttf', '/usr/share/fonts/noto/NotoSansLao-Bold.ttf', '/usr/share/fonts/noto/NotoSansLao-Bold.ttf', '/usr/share/fonts/noto/NotoSansLao-Light.ttf', '/usr/share/fonts/noto/NotoSansLao-Light.ttf', '/usr/share/fonts/noto/NotoSansLao-Medium.ttf', '/usr/share/fonts/noto/NotoSansLao-Medium.ttf', '/usr/share/fonts/noto/NotoSansLao-Regular.ttf', '/usr/share/fonts/noto/NotoSansLao-Regular.ttf', '/usr/share/fonts/noto/NotoSansLao-Thin.ttf', '/usr/share/fonts/noto/NotoSansLao-Thin.ttf', '/usr/share/fonts/noto/NotoSansLaoLooped-Black.ttf', '/usr/share/fonts/noto/NotoSansLaoLooped-Black.ttf', '/usr/share/fonts/noto/NotoSansLaoLooped-Bold.ttf', '/usr/share/fonts/noto/NotoSansLaoLooped-Bold.ttf', '/usr/share/fonts/noto/NotoSansLaoLooped-Light.ttf', '/usr/share/fonts/noto/NotoSansLaoLooped-Light.ttf', '/usr/share/fonts/noto/NotoSansLaoLooped-Medium.ttf', '/usr/share/fonts/noto/NotoSansLaoLooped-Medium.ttf', '/usr/share/fonts/noto/NotoSansLaoLooped-Regular.ttf', '/usr/share/fonts/noto/NotoSansLaoLooped-Regular.ttf', '/usr/share/fonts/noto/NotoSansLaoLooped-Thin.ttf', '/usr/share/fonts/noto/NotoSansLaoLooped-Thin.ttf', '/usr/share/fonts/noto/NotoSansLepcha-Regular.ttf', '/usr/share/fonts/noto/NotoSansLepcha-Regular.ttf', '/usr/share/fonts/noto/NotoSansLimbu-Regular.ttf', '/usr/share/fonts/noto/NotoSansLimbu-Regular.ttf', '/usr/share/fonts/noto/NotoSansLinearA-Regular.ttf', '/usr/share/fonts/noto/NotoSansLinearA-Regular.ttf', '/usr/share/fonts/noto/NotoSansLinearB-Regular.ttf', '/usr/share/fonts/noto/NotoSansLinearB-Regular.ttf', '/usr/share/fonts/noto/NotoSansLisu-Bold.ttf', '/usr/share/fonts/noto/NotoSansLisu-Bold.ttf', '/usr/share/fonts/noto/NotoSansLisu-Medium.ttf', '/usr/share/fonts/noto/NotoSansLisu-Medium.ttf', '/usr/share/fonts/noto/NotoSansLisu-Regular.ttf', '/usr/share/fonts/noto/NotoSansLisu-Regular.ttf', '/usr/share/fonts/noto/NotoSansLycian-Regular.ttf', '/usr/share/fonts/noto/NotoSansLycian-Regular.ttf', '/usr/share/fonts/noto/NotoSansLydian-Regular.ttf', '/usr/share/fonts/noto/NotoSansLydian-Regular.ttf', '/usr/share/fonts/noto/NotoSansMahajani-Regular.ttf', '/usr/share/fonts/noto/NotoSansMahajani-Regular.ttf', '/usr/share/fonts/noto/NotoSansMalayalam-Black.ttf', '/usr/share/fonts/noto/NotoSansMalayalam-Black.ttf', '/usr/share/fonts/noto/NotoSansMalayalam-Bold.ttf', '/usr/share/fonts/noto/NotoSansMalayalam-Bold.ttf', '/usr/share/fonts/noto/NotoSansMalayalam-Light.ttf', '/usr/share/fonts/noto/NotoSansMalayalam-Light.ttf', '/usr/share/fonts/noto/NotoSansMalayalam-Medium.ttf', '/usr/share/fonts/noto/NotoSansMalayalam-Medium.ttf', '/usr/share/fonts/noto/NotoSansMalayalam-Regular.ttf', '/usr/share/fonts/noto/NotoSansMalayalam-Regular.ttf', '/usr/share/fonts/noto/NotoSansMalayalam-Thin.ttf', '/usr/share/fonts/noto/NotoSansMalayalam-Thin.ttf', '/usr/share/fonts/noto/NotoSansMalayalamUI-Black.ttf', '/usr/share/fonts/noto/NotoSansMalayalamUI-Black.ttf', '/usr/share/fonts/noto/NotoSansMalayalamUI-Bold.ttf', '/usr/share/fonts/noto/NotoSansMalayalamUI-Bold.ttf', '/usr/share/fonts/noto/NotoSansMalayalamUI-Light.ttf', '/usr/share/fonts/noto/NotoSansMalayalamUI-Light.ttf', '/usr/share/fonts/noto/NotoSansMalayalamUI-Medium.ttf', '/usr/share/fonts/noto/NotoSansMalayalamUI-Medium.ttf', '/usr/share/fonts/noto/NotoSansMalayalamUI-Regular.ttf', '/usr/share/fonts/noto/NotoSansMalayalamUI-Regular.ttf', '/usr/share/fonts/noto/NotoSansMalayalamUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansMalayalamUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansMandaic-Regular.ttf', '/usr/share/fonts/noto/NotoSansMandaic-Regular.ttf', '/usr/share/fonts/noto/NotoSansManichaean-Regular.ttf', '/usr/share/fonts/noto/NotoSansManichaean-Regular.ttf', '/usr/share/fonts/noto/NotoSansMarchen-Regular.ttf', '/usr/share/fonts/noto/NotoSansMarchen-Regular.ttf', '/usr/share/fonts/noto/NotoSansMasaramGondi-Regular.ttf', '/usr/share/fonts/noto/NotoSansMasaramGondi-Regular.ttf', '/usr/share/fonts/noto/NotoSansMath-Regular.ttf', '/usr/share/fonts/noto/NotoSansMath-Regular.ttf', '/usr/share/fonts/noto/NotoSansMayanNumerals-Regular.ttf', '/usr/share/fonts/noto/NotoSansMayanNumerals-Regular.ttf', '/usr/share/fonts/noto/NotoSansMedefaidrin-Bold.ttf', '/usr/share/fonts/noto/NotoSansMedefaidrin-Bold.ttf', '/usr/share/fonts/noto/NotoSansMedefaidrin-Medium.ttf', '/usr/share/fonts/noto/NotoSansMedefaidrin-Medium.ttf', '/usr/share/fonts/noto/NotoSansMedefaidrin-Regular.ttf', '/usr/share/fonts/noto/NotoSansMedefaidrin-Regular.ttf', '/usr/share/fonts/noto/NotoSansMeeteiMayek-Black.ttf', '/usr/share/fonts/noto/NotoSansMeeteiMayek-Black.ttf', '/usr/share/fonts/noto/NotoSansMeeteiMayek-Bold.ttf', '/usr/share/fonts/noto/NotoSansMeeteiMayek-Bold.ttf', '/usr/share/fonts/noto/NotoSansMeeteiMayek-Light.ttf', '/usr/share/fonts/noto/NotoSansMeeteiMayek-Light.ttf', '/usr/share/fonts/noto/NotoSansMeeteiMayek-Medium.ttf', '/usr/share/fonts/noto/NotoSansMeeteiMayek-Medium.ttf', '/usr/share/fonts/noto/NotoSansMeeteiMayek-Regular.ttf', '/usr/share/fonts/noto/NotoSansMeeteiMayek-Regular.ttf', '/usr/share/fonts/noto/NotoSansMeeteiMayek-Thin.ttf', '/usr/share/fonts/noto/NotoSansMeeteiMayek-Thin.ttf', '/usr/share/fonts/noto/NotoSansMendeKikakui-Regular.ttf', '/usr/share/fonts/noto/NotoSansMendeKikakui-Regular.ttf', '/usr/share/fonts/noto/NotoSansMeroitic-Regular.ttf', '/usr/share/fonts/noto/NotoSansMeroitic-Regular.ttf', '/usr/share/fonts/noto/NotoSansMiao-Regular.ttf', '/usr/share/fonts/noto/NotoSansMiao-Regular.ttf', '/usr/share/fonts/noto/NotoSansModi-Regular.ttf', '/usr/share/fonts/noto/NotoSansModi-Regular.ttf', '/usr/share/fonts/noto/NotoSansMongolian-Regular.ttf', '/usr/share/fonts/noto/NotoSansMongolian-Regular.ttf', '/usr/share/fonts/noto/NotoSansMono-Black.ttf', '/usr/share/fonts/noto/NotoSansMono-Black.ttf', '/usr/share/fonts/noto/NotoSansMono-Bold.ttf', '/usr/share/fonts/noto/NotoSansMono-Bold.ttf', '/usr/share/fonts/noto/NotoSansMono-Light.ttf', '/usr/share/fonts/noto/NotoSansMono-Light.ttf', '/usr/share/fonts/noto/NotoSansMono-Medium.ttf', '/usr/share/fonts/noto/NotoSansMono-Medium.ttf', '/usr/share/fonts/noto/NotoSansMono-Regular.ttf', '/usr/share/fonts/noto/NotoSansMono-Regular.ttf', '/usr/share/fonts/noto/NotoSansMono-Thin.ttf', '/usr/share/fonts/noto/NotoSansMono-Thin.ttf', '/usr/share/fonts/noto/NotoSansMro-Regular.ttf', '/usr/share/fonts/noto/NotoSansMro-Regular.ttf', '/usr/share/fonts/noto/NotoSansMultani-Regular.ttf', '/usr/share/fonts/noto/NotoSansMultani-Regular.ttf', '/usr/share/fonts/noto/NotoSansMyanmar-Black.ttf', '/usr/share/fonts/noto/NotoSansMyanmar-Black.ttf', '/usr/share/fonts/noto/NotoSansMyanmar-Bold.ttf', '/usr/share/fonts/noto/NotoSansMyanmar-Bold.ttf', '/usr/share/fonts/noto/NotoSansMyanmar-Light.ttf', '/usr/share/fonts/noto/NotoSansMyanmar-Light.ttf', '/usr/share/fonts/noto/NotoSansMyanmar-Medium.ttf', '/usr/share/fonts/noto/NotoSansMyanmar-Medium.ttf', '/usr/share/fonts/noto/NotoSansMyanmar-Regular.ttf', '/usr/share/fonts/noto/NotoSansMyanmar-Regular.ttf', '/usr/share/fonts/noto/NotoSansMyanmar-Thin.ttf', '/usr/share/fonts/noto/NotoSansMyanmar-Thin.ttf', '/usr/share/fonts/noto/NotoSansNKo-Regular.ttf', '/usr/share/fonts/noto/NotoSansNKo-Regular.ttf', '/usr/share/fonts/noto/NotoSansNabataean-Regular.ttf', '/usr/share/fonts/noto/NotoSansNabataean-Regular.ttf', '/usr/share/fonts/noto/NotoSansNagMundari-Bold.ttf', '/usr/share/fonts/noto/NotoSansNagMundari-Bold.ttf', '/usr/share/fonts/noto/NotoSansNagMundari-Regular.ttf', '/usr/share/fonts/noto/NotoSansNagMundari-Regular.ttf', '/usr/share/fonts/noto/NotoSansNandinagari-Regular.ttf', '/usr/share/fonts/noto/NotoSansNandinagari-Regular.ttf', '/usr/share/fonts/noto/NotoSansNewTaiLue-Bold.ttf', '/usr/share/fonts/noto/NotoSansNewTaiLue-Bold.ttf', '/usr/share/fonts/noto/NotoSansNewTaiLue-Medium.ttf', '/usr/share/fonts/noto/NotoSansNewTaiLue-Medium.ttf', '/usr/share/fonts/noto/NotoSansNewTaiLue-Regular.ttf', '/usr/share/fonts/noto/NotoSansNewTaiLue-Regular.ttf', '/usr/share/fonts/noto/NotoSansNewa-Regular.ttf', '/usr/share/fonts/noto/NotoSansNewa-Regular.ttf', '/usr/share/fonts/noto/NotoSansNushu-Regular.ttf', '/usr/share/fonts/noto/NotoSansNushu-Regular.ttf', '/usr/share/fonts/noto/NotoSansOgham-Regular.ttf', '/usr/share/fonts/noto/NotoSansOgham-Regular.ttf', '/usr/share/fonts/noto/NotoSansOlChiki-Bold.ttf', '/usr/share/fonts/noto/NotoSansOlChiki-Bold.ttf', '/usr/share/fonts/noto/NotoSansOlChiki-Medium.ttf', '/usr/share/fonts/noto/NotoSansOlChiki-Medium.ttf', '/usr/share/fonts/noto/NotoSansOlChiki-Regular.ttf', '/usr/share/fonts/noto/NotoSansOlChiki-Regular.ttf', '/usr/share/fonts/noto/NotoSansOldHungarian-Regular.ttf', '/usr/share/fonts/noto/NotoSansOldHungarian-Regular.ttf', '/usr/share/fonts/noto/NotoSansOldItalic-Regular.ttf', '/usr/share/fonts/noto/NotoSansOldItalic-Regular.ttf', '/usr/share/fonts/noto/NotoSansOldNorthArabian-Regular.ttf', '/usr/share/fonts/noto/NotoSansOldNorthArabian-Regular.ttf', '/usr/share/fonts/noto/NotoSansOldPermic-Regular.ttf', '/usr/share/fonts/noto/NotoSansOldPermic-Regular.ttf', '/usr/share/fonts/noto/NotoSansOldPersian-Regular.ttf', '/usr/share/fonts/noto/NotoSansOldPersian-Regular.ttf', '/usr/share/fonts/noto/NotoSansOldSogdian-Regular.ttf', '/usr/share/fonts/noto/NotoSansOldSogdian-Regular.ttf', '/usr/share/fonts/noto/NotoSansOldSouthArabian-Regular.ttf', '/usr/share/fonts/noto/NotoSansOldSouthArabian-Regular.ttf', '/usr/share/fonts/noto/NotoSansOldTurkic-Regular.ttf', '/usr/share/fonts/noto/NotoSansOldTurkic-Regular.ttf', '/usr/share/fonts/noto/NotoSansOriya-Black.ttf', '/usr/share/fonts/noto/NotoSansOriya-Black.ttf', '/usr/share/fonts/noto/NotoSansOriya-Bold.ttf', '/usr/share/fonts/noto/NotoSansOriya-Bold.ttf', '/usr/share/fonts/noto/NotoSansOriya-Regular.ttf', '/usr/share/fonts/noto/NotoSansOriya-Regular.ttf', '/usr/share/fonts/noto/NotoSansOriya-Thin.ttf', '/usr/share/fonts/noto/NotoSansOriya-Thin.ttf', '/usr/share/fonts/noto/NotoSansOsage-Regular.ttf', '/usr/share/fonts/noto/NotoSansOsage-Regular.ttf', '/usr/share/fonts/noto/NotoSansOsmanya-Regular.ttf', '/usr/share/fonts/noto/NotoSansOsmanya-Regular.ttf', '/usr/share/fonts/noto/NotoSansPahawhHmong-Regular.ttf', '/usr/share/fonts/noto/NotoSansPahawhHmong-Regular.ttf', '/usr/share/fonts/noto/NotoSansPalmyrene-Regular.ttf', '/usr/share/fonts/noto/NotoSansPalmyrene-Regular.ttf', '/usr/share/fonts/noto/NotoSansPauCinHau-Regular.ttf', '/usr/share/fonts/noto/NotoSansPauCinHau-Regular.ttf', '/usr/share/fonts/noto/NotoSansPhags-Pa-Regular.ttf', '/usr/share/fonts/noto/NotoSansPhags-Pa-Regular.ttf', '/usr/share/fonts/noto/NotoSansPhoenician-Regular.ttf', '/usr/share/fonts/noto/NotoSansPhoenician-Regular.ttf', '/usr/share/fonts/noto/NotoSansPsalterPahlavi-Regular.ttf', '/usr/share/fonts/noto/NotoSansPsalterPahlavi-Regular.ttf', '/usr/share/fonts/noto/NotoSansRejang-Regular.ttf', '/usr/share/fonts/noto/NotoSansRejang-Regular.ttf', '/usr/share/fonts/noto/NotoSansRunic-Regular.ttf', '/usr/share/fonts/noto/NotoSansRunic-Regular.ttf', '/usr/share/fonts/noto/NotoSansSamaritan-Regular.ttf', '/usr/share/fonts/noto/NotoSansSamaritan-Regular.ttf', '/usr/share/fonts/noto/NotoSansSaurashtra-Regular.ttf', '/usr/share/fonts/noto/NotoSansSaurashtra-Regular.ttf', '/usr/share/fonts/noto/NotoSansSharada-Regular.ttf', '/usr/share/fonts/noto/NotoSansSharada-Regular.ttf', '/usr/share/fonts/noto/NotoSansShavian-Regular.ttf', '/usr/share/fonts/noto/NotoSansShavian-Regular.ttf', '/usr/share/fonts/noto/NotoSansSiddham-Regular.ttf', '/usr/share/fonts/noto/NotoSansSiddham-Regular.ttf', '/usr/share/fonts/noto/NotoSansSignWriting-Regular.ttf', '/usr/share/fonts/noto/NotoSansSignWriting-Regular.ttf', '/usr/share/fonts/noto/NotoSansSinhala-Black.ttf', '/usr/share/fonts/noto/NotoSansSinhala-Black.ttf', '/usr/share/fonts/noto/NotoSansSinhala-Bold.ttf', '/usr/share/fonts/noto/NotoSansSinhala-Bold.ttf', '/usr/share/fonts/noto/NotoSansSinhala-Light.ttf', '/usr/share/fonts/noto/NotoSansSinhala-Light.ttf', '/usr/share/fonts/noto/NotoSansSinhala-Medium.ttf', '/usr/share/fonts/noto/NotoSansSinhala-Medium.ttf', '/usr/share/fonts/noto/NotoSansSinhala-Regular.ttf', '/usr/share/fonts/noto/NotoSansSinhala-Regular.ttf', '/usr/share/fonts/noto/NotoSansSinhala-Thin.ttf', '/usr/share/fonts/noto/NotoSansSinhala-Thin.ttf', '/usr/share/fonts/noto/NotoSansSinhalaUI-Black.ttf', '/usr/share/fonts/noto/NotoSansSinhalaUI-Black.ttf', '/usr/share/fonts/noto/NotoSansSinhalaUI-Bold.ttf', '/usr/share/fonts/noto/NotoSansSinhalaUI-Bold.ttf', '/usr/share/fonts/noto/NotoSansSinhalaUI-Light.ttf', '/usr/share/fonts/noto/NotoSansSinhalaUI-Light.ttf', '/usr/share/fonts/noto/NotoSansSinhalaUI-Medium.ttf', '/usr/share/fonts/noto/NotoSansSinhalaUI-Medium.ttf', '/usr/share/fonts/noto/NotoSansSinhalaUI-Regular.ttf', '/usr/share/fonts/noto/NotoSansSinhalaUI-Regular.ttf', '/usr/share/fonts/noto/NotoSansSinhalaUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansSinhalaUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansSogdian-Regular.ttf', '/usr/share/fonts/noto/NotoSansSogdian-Regular.ttf', '/usr/share/fonts/noto/NotoSansSoraSompeng-Bold.ttf', '/usr/share/fonts/noto/NotoSansSoraSompeng-Bold.ttf', '/usr/share/fonts/noto/NotoSansSoraSompeng-Medium.ttf', '/usr/share/fonts/noto/NotoSansSoraSompeng-Medium.ttf', '/usr/share/fonts/noto/NotoSansSoraSompeng-Regular.ttf', '/usr/share/fonts/noto/NotoSansSoraSompeng-Regular.ttf', '/usr/share/fonts/noto/NotoSansSoyombo-Regular.ttf', '/usr/share/fonts/noto/NotoSansSoyombo-Regular.ttf', '/usr/share/fonts/noto/NotoSansSundanese-Bold.ttf', '/usr/share/fonts/noto/NotoSansSundanese-Bold.ttf', '/usr/share/fonts/noto/NotoSansSundanese-Medium.ttf', '/usr/share/fonts/noto/NotoSansSundanese-Medium.ttf', '/usr/share/fonts/noto/NotoSansSundanese-Regular.ttf', '/usr/share/fonts/noto/NotoSansSundanese-Regular.ttf', '/usr/share/fonts/noto/NotoSansSylotiNagri-Regular.ttf', '/usr/share/fonts/noto/NotoSansSylotiNagri-Regular.ttf', '/usr/share/fonts/noto/NotoSansSymbols-Black.ttf', '/usr/share/fonts/noto/NotoSansSymbols-Black.ttf', '/usr/share/fonts/noto/NotoSansSymbols-Bold.ttf', '/usr/share/fonts/noto/NotoSansSymbols-Bold.ttf', '/usr/share/fonts/noto/NotoSansSymbols-Light.ttf', '/usr/share/fonts/noto/NotoSansSymbols-Light.ttf', '/usr/share/fonts/noto/NotoSansSymbols-Medium.ttf', '/usr/share/fonts/noto/NotoSansSymbols-Medium.ttf', '/usr/share/fonts/noto/NotoSansSymbols-Regular.ttf', '/usr/share/fonts/noto/NotoSansSymbols-Regular.ttf', '/usr/share/fonts/noto/NotoSansSymbols-Thin.ttf', '/usr/share/fonts/noto/NotoSansSymbols-Thin.ttf', '/usr/share/fonts/noto/NotoSansSymbols2-Regular.ttf', '/usr/share/fonts/noto/NotoSansSymbols2-Regular.ttf', '/usr/share/fonts/noto/NotoSansSyriac-Black.ttf', '/usr/share/fonts/noto/NotoSansSyriac-Black.ttf', '/usr/share/fonts/noto/NotoSansSyriac-Regular.ttf', '/usr/share/fonts/noto/NotoSansSyriac-Regular.ttf', '/usr/share/fonts/noto/NotoSansSyriac-Thin.ttf', '/usr/share/fonts/noto/NotoSansSyriac-Thin.ttf', '/usr/share/fonts/noto/NotoSansSyriacEastern-Black.ttf', '/usr/share/fonts/noto/NotoSansSyriacEastern-Black.ttf', '/usr/share/fonts/noto/NotoSansSyriacEastern-Regular.ttf', '/usr/share/fonts/noto/NotoSansSyriacEastern-Regular.ttf', '/usr/share/fonts/noto/NotoSansSyriacEastern-Thin.ttf', '/usr/share/fonts/noto/NotoSansSyriacEastern-Thin.ttf', '/usr/share/fonts/noto/NotoSansSyriacWestern-Black.ttf', '/usr/share/fonts/noto/NotoSansSyriacWestern-Black.ttf', '/usr/share/fonts/noto/NotoSansSyriacWestern-Regular.ttf', '/usr/share/fonts/noto/NotoSansSyriacWestern-Regular.ttf', '/usr/share/fonts/noto/NotoSansSyriacWestern-Thin.ttf', '/usr/share/fonts/noto/NotoSansSyriacWestern-Thin.ttf', '/usr/share/fonts/noto/NotoSansTagalog-Regular.ttf', '/usr/share/fonts/noto/NotoSansTagalog-Regular.ttf', '/usr/share/fonts/noto/NotoSansTagbanwa-Regular.ttf', '/usr/share/fonts/noto/NotoSansTagbanwa-Regular.ttf', '/usr/share/fonts/noto/NotoSansTaiLe-Regular.ttf', '/usr/share/fonts/noto/NotoSansTaiLe-Regular.ttf', '/usr/share/fonts/noto/NotoSansTaiTham-Bold.ttf', '/usr/share/fonts/noto/NotoSansTaiTham-Bold.ttf', '/usr/share/fonts/noto/NotoSansTaiTham-Medium.ttf', '/usr/share/fonts/noto/NotoSansTaiTham-Medium.ttf', '/usr/share/fonts/noto/NotoSansTaiTham-Regular.ttf', '/usr/share/fonts/noto/NotoSansTaiTham-Regular.ttf', '/usr/share/fonts/noto/NotoSansTaiViet-Regular.ttf', '/usr/share/fonts/noto/NotoSansTaiViet-Regular.ttf', '/usr/share/fonts/noto/NotoSansTakri-Regular.ttf', '/usr/share/fonts/noto/NotoSansTakri-Regular.ttf', '/usr/share/fonts/noto/NotoSansTamil-Black.ttf', '/usr/share/fonts/noto/NotoSansTamil-Black.ttf', '/usr/share/fonts/noto/NotoSansTamil-Bold.ttf', '/usr/share/fonts/noto/NotoSansTamil-Bold.ttf', '/usr/share/fonts/noto/NotoSansTamil-Light.ttf', '/usr/share/fonts/noto/NotoSansTamil-Light.ttf', '/usr/share/fonts/noto/NotoSansTamil-Medium.ttf', '/usr/share/fonts/noto/NotoSansTamil-Medium.ttf', '/usr/share/fonts/noto/NotoSansTamil-Regular.ttf', '/usr/share/fonts/noto/NotoSansTamil-Regular.ttf', '/usr/share/fonts/noto/NotoSansTamil-Thin.ttf', '/usr/share/fonts/noto/NotoSansTamil-Thin.ttf', '/usr/share/fonts/noto/NotoSansTamilSupplement-Regular.ttf', '/usr/share/fonts/noto/NotoSansTamilSupplement-Regular.ttf', '/usr/share/fonts/noto/NotoSansTamilUI-Black.ttf', '/usr/share/fonts/noto/NotoSansTamilUI-Black.ttf', '/usr/share/fonts/noto/NotoSansTamilUI-Bold.ttf', '/usr/share/fonts/noto/NotoSansTamilUI-Bold.ttf', '/usr/share/fonts/noto/NotoSansTamilUI-Light.ttf', '/usr/share/fonts/noto/NotoSansTamilUI-Light.ttf', '/usr/share/fonts/noto/NotoSansTamilUI-Medium.ttf', '/usr/share/fonts/noto/NotoSansTamilUI-Medium.ttf', '/usr/share/fonts/noto/NotoSansTamilUI-Regular.ttf', '/usr/share/fonts/noto/NotoSansTamilUI-Regular.ttf', '/usr/share/fonts/noto/NotoSansTamilUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansTamilUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansTangsa-Bold.ttf', '/usr/share/fonts/noto/NotoSansTangsa-Bold.ttf', '/usr/share/fonts/noto/NotoSansTangsa-Medium.ttf', '/usr/share/fonts/noto/NotoSansTangsa-Medium.ttf', '/usr/share/fonts/noto/NotoSansTangsa-Regular.ttf', '/usr/share/fonts/noto/NotoSansTangsa-Regular.ttf', '/usr/share/fonts/noto/NotoSansTelugu-Black.ttf', '/usr/share/fonts/noto/NotoSansTelugu-Black.ttf', '/usr/share/fonts/noto/NotoSansTelugu-Bold.ttf', '/usr/share/fonts/noto/NotoSansTelugu-Bold.ttf', '/usr/share/fonts/noto/NotoSansTelugu-Light.ttf', '/usr/share/fonts/noto/NotoSansTelugu-Light.ttf', '/usr/share/fonts/noto/NotoSansTelugu-Medium.ttf', '/usr/share/fonts/noto/NotoSansTelugu-Medium.ttf', '/usr/share/fonts/noto/NotoSansTelugu-Regular.ttf', '/usr/share/fonts/noto/NotoSansTelugu-Regular.ttf', '/usr/share/fonts/noto/NotoSansTelugu-Thin.ttf', '/usr/share/fonts/noto/NotoSansTelugu-Thin.ttf', '/usr/share/fonts/noto/NotoSansTeluguUI-Black.ttf', '/usr/share/fonts/noto/NotoSansTeluguUI-Black.ttf', '/usr/share/fonts/noto/NotoSansTeluguUI-Bold.ttf', '/usr/share/fonts/noto/NotoSansTeluguUI-Bold.ttf', '/usr/share/fonts/noto/NotoSansTeluguUI-Light.ttf', '/usr/share/fonts/noto/NotoSansTeluguUI-Light.ttf', '/usr/share/fonts/noto/NotoSansTeluguUI-Medium.ttf', '/usr/share/fonts/noto/NotoSansTeluguUI-Medium.ttf', '/usr/share/fonts/noto/NotoSansTeluguUI-Regular.ttf', '/usr/share/fonts/noto/NotoSansTeluguUI-Regular.ttf', '/usr/share/fonts/noto/NotoSansTeluguUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansTeluguUI-Thin.ttf', '/usr/share/fonts/noto/NotoSansTest-Regular.ttf', '/usr/share/fonts/noto/NotoSansTest-Regular.ttf', '/usr/share/fonts/noto/NotoSansThaana-Black.ttf', '/usr/share/fonts/noto/NotoSansThaana-Black.ttf', '/usr/share/fonts/noto/NotoSansThaana-Bold.ttf', '/usr/share/fonts/noto/NotoSansThaana-Bold.ttf', '/usr/share/fonts/noto/NotoSansThaana-Light.ttf', '/usr/share/fonts/noto/NotoSansThaana-Light.ttf', '/usr/share/fonts/noto/NotoSansThaana-Medium.ttf', '/usr/share/fonts/noto/NotoSansThaana-Medium.ttf', '/usr/share/fonts/noto/NotoSansThaana-Regular.ttf', '/usr/share/fonts/noto/NotoSansThaana-Regular.ttf', '/usr/share/fonts/noto/NotoSansThaana-Thin.ttf', '/usr/share/fonts/noto/NotoSansThaana-Thin.ttf', '/usr/share/fonts/noto/NotoSansThai-Black.ttf', '/usr/share/fonts/noto/NotoSansThai-Black.ttf', '/usr/share/fonts/noto/NotoSansThai-Bold.ttf', '/usr/share/fonts/noto/NotoSansThai-Bold.ttf', '/usr/share/fonts/noto/NotoSansThai-Light.ttf', '/usr/share/fonts/noto/NotoSansThai-Light.ttf', '/usr/share/fonts/noto/NotoSansThai-Medium.ttf', '/usr/share/fonts/noto/NotoSansThai-Medium.ttf', '/usr/share/fonts/noto/NotoSansThai-Regular.ttf', '/usr/share/fonts/noto/NotoSansThai-Regular.ttf', '/usr/share/fonts/noto/NotoSansThai-Thin.ttf', '/usr/share/fonts/noto/NotoSansThai-Thin.ttf', '/usr/share/fonts/noto/NotoSansThaiLooped-Black.ttf', '/usr/share/fonts/noto/NotoSansThaiLooped-Black.ttf', '/usr/share/fonts/noto/NotoSansThaiLooped-Bold.ttf', '/usr/share/fonts/noto/NotoSansThaiLooped-Bold.ttf', '/usr/share/fonts/noto/NotoSansThaiLooped-Light.ttf', '/usr/share/fonts/noto/NotoSansThaiLooped-Light.ttf', '/usr/share/fonts/noto/NotoSansThaiLooped-Medium.ttf', '/usr/share/fonts/noto/NotoSansThaiLooped-Medium.ttf', '/usr/share/fonts/noto/NotoSansThaiLooped-Regular.ttf', '/usr/share/fonts/noto/NotoSansThaiLooped-Regular.ttf', '/usr/share/fonts/noto/NotoSansThaiLooped-Thin.ttf', '/usr/share/fonts/noto/NotoSansThaiLooped-Thin.ttf', '/usr/share/fonts/noto/NotoSansTifinagh-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinagh-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghAPT-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghAPT-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghAdrar-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghAdrar-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghAgrawImazighen-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghAgrawImazighen-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghAhaggar-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghAhaggar-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghAir-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghAir-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghAzawagh-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghAzawagh-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghGhat-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghGhat-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghHawad-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghHawad-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghRhissaIxa-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghRhissaIxa-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghSIL-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghSIL-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghTawellemmet-Regular.ttf', '/usr/share/fonts/noto/NotoSansTifinaghTawellemmet-Regular.ttf', '/usr/share/fonts/noto/NotoSansTirhuta-Regular.ttf', '/usr/share/fonts/noto/NotoSansTirhuta-Regular.ttf', '/usr/share/fonts/noto/NotoSansUgaritic-Regular.ttf', '/usr/share/fonts/noto/NotoSansUgaritic-Regular.ttf', '/usr/share/fonts/noto/NotoSansVai-Regular.ttf', '/usr/share/fonts/noto/NotoSansVai-Regular.ttf', '/usr/share/fonts/noto/NotoSansVithkuqi-Bold.ttf', '/usr/share/fonts/noto/NotoSansVithkuqi-Bold.ttf', '/usr/share/fonts/noto/NotoSansVithkuqi-Medium.ttf', '/usr/share/fonts/noto/NotoSansVithkuqi-Medium.ttf', '/usr/share/fonts/noto/NotoSansVithkuqi-Regular.ttf', '/usr/share/fonts/noto/NotoSansVithkuqi-Regular.ttf', '/usr/share/fonts/noto/NotoSansWancho-Regular.ttf', '/usr/share/fonts/noto/NotoSansWancho-Regular.ttf', '/usr/share/fonts/noto/NotoSansWarangCiti-Regular.ttf', '/usr/share/fonts/noto/NotoSansWarangCiti-Regular.ttf', '/usr/share/fonts/noto/NotoSansYi-Regular.ttf', '/usr/share/fonts/noto/NotoSansYi-Regular.ttf', '/usr/share/fonts/noto/NotoSansZanabazarSquare-Regular.ttf', '/usr/share/fonts/noto/NotoSansZanabazarSquare-Regular.ttf', '/usr/share/fonts/noto/NotoSerif-Black.ttf', '/usr/share/fonts/noto/NotoSerif-Black.ttf', '/usr/share/fonts/noto/NotoSerif-BlackItalic.ttf', '/usr/share/fonts/noto/NotoSerif-BlackItalic.ttf', '/usr/share/fonts/noto/NotoSerif-Bold.ttf', '/usr/share/fonts/noto/NotoSerif-Bold.ttf', '/usr/share/fonts/noto/NotoSerif-BoldItalic.ttf', '/usr/share/fonts/noto/NotoSerif-BoldItalic.ttf', '/usr/share/fonts/noto/NotoSerif-Italic.ttf', '/usr/share/fonts/noto/NotoSerif-Italic.ttf', '/usr/share/fonts/noto/NotoSerif-Light.ttf', '/usr/share/fonts/noto/NotoSerif-Light.ttf', '/usr/share/fonts/noto/NotoSerif-LightItalic.ttf', '/usr/share/fonts/noto/NotoSerif-LightItalic.ttf', '/usr/share/fonts/noto/NotoSerif-Medium.ttf', '/usr/share/fonts/noto/NotoSerif-Medium.ttf', '/usr/share/fonts/noto/NotoSerif-MediumItalic.ttf', '/usr/share/fonts/noto/NotoSerif-MediumItalic.ttf', '/usr/share/fonts/noto/NotoSerif-Regular.ttf', '/usr/share/fonts/noto/NotoSerif-Regular.ttf', '/usr/share/fonts/noto/NotoSerif-Thin.ttf', '/usr/share/fonts/noto/NotoSerif-Thin.ttf', '/usr/share/fonts/noto/NotoSerif-ThinItalic.ttf', '/usr/share/fonts/noto/NotoSerif-ThinItalic.ttf', '/usr/share/fonts/noto/NotoSerifAhom-Regular.ttf', '/usr/share/fonts/noto/NotoSerifAhom-Regular.ttf', '/usr/share/fonts/noto/NotoSerifArmenian-Black.ttf', '/usr/share/fonts/noto/NotoSerifArmenian-Black.ttf', '/usr/share/fonts/noto/NotoSerifArmenian-Bold.ttf', '/usr/share/fonts/noto/NotoSerifArmenian-Bold.ttf', '/usr/share/fonts/noto/NotoSerifArmenian-Light.ttf', '/usr/share/fonts/noto/NotoSerifArmenian-Light.ttf', '/usr/share/fonts/noto/NotoSerifArmenian-Medium.ttf', '/usr/share/fonts/noto/NotoSerifArmenian-Medium.ttf', '/usr/share/fonts/noto/NotoSerifArmenian-Regular.ttf', '/usr/share/fonts/noto/NotoSerifArmenian-Regular.ttf', '/usr/share/fonts/noto/NotoSerifArmenian-Thin.ttf', '/usr/share/fonts/noto/NotoSerifArmenian-Thin.ttf', '/usr/share/fonts/noto/NotoSerifBalinese-Regular.ttf', '/usr/share/fonts/noto/NotoSerifBalinese-Regular.ttf', '/usr/share/fonts/noto/NotoSerifBengali-Black.ttf', '/usr/share/fonts/noto/NotoSerifBengali-Black.ttf', '/usr/share/fonts/noto/NotoSerifBengali-Bold.ttf', '/usr/share/fonts/noto/NotoSerifBengali-Bold.ttf', '/usr/share/fonts/noto/NotoSerifBengali-Light.ttf', '/usr/share/fonts/noto/NotoSerifBengali-Light.ttf', '/usr/share/fonts/noto/NotoSerifBengali-Medium.ttf', '/usr/share/fonts/noto/NotoSerifBengali-Medium.ttf', '/usr/share/fonts/noto/NotoSerifBengali-Regular.ttf', '/usr/share/fonts/noto/NotoSerifBengali-Regular.ttf', '/usr/share/fonts/noto/NotoSerifBengali-Thin.ttf', '/usr/share/fonts/noto/NotoSerifBengali-Thin.ttf', '/usr/share/fonts/noto/NotoSerifDevanagari-Black.ttf', '/usr/share/fonts/noto/NotoSerifDevanagari-Black.ttf', '/usr/share/fonts/noto/NotoSerifDevanagari-Bold.ttf', '/usr/share/fonts/noto/NotoSerifDevanagari-Bold.ttf', '/usr/share/fonts/noto/NotoSerifDevanagari-Light.ttf', '/usr/share/fonts/noto/NotoSerifDevanagari-Light.ttf', '/usr/share/fonts/noto/NotoSerifDevanagari-Medium.ttf', '/usr/share/fonts/noto/NotoSerifDevanagari-Medium.ttf', '/usr/share/fonts/noto/NotoSerifDevanagari-Regular.ttf', '/usr/share/fonts/noto/NotoSerifDevanagari-Regular.ttf', '/usr/share/fonts/noto/NotoSerifDevanagari-Thin.ttf', '/usr/share/fonts/noto/NotoSerifDevanagari-Thin.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-Black.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-Black.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-BlackItalic.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-BlackItalic.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-Bold.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-Bold.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-BoldItalic.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-BoldItalic.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-Italic.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-Italic.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-Light.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-Light.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-LightItalic.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-LightItalic.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-Medium.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-Medium.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-MediumItalic.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-MediumItalic.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-Regular.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-Regular.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-Thin.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-Thin.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-ThinItalic.ttf', '/usr/share/fonts/noto/NotoSerifDisplay-ThinItalic.ttf', '/usr/share/fonts/noto/NotoSerifDivesAkuru-Regular.ttf', '/usr/share/fonts/noto/NotoSerifDivesAkuru-Regular.ttf', '/usr/share/fonts/noto/NotoSerifDogra-Regular.ttf', '/usr/share/fonts/noto/NotoSerifDogra-Regular.ttf', '/usr/share/fonts/noto/NotoSerifEthiopic-Black.ttf', '/usr/share/fonts/noto/NotoSerifEthiopic-Black.ttf', '/usr/share/fonts/noto/NotoSerifEthiopic-Bold.ttf', '/usr/share/fonts/noto/NotoSerifEthiopic-Bold.ttf', '/usr/share/fonts/noto/NotoSerifEthiopic-Light.ttf', '/usr/share/fonts/noto/NotoSerifEthiopic-Light.ttf', '/usr/share/fonts/noto/NotoSerifEthiopic-Medium.ttf', '/usr/share/fonts/noto/NotoSerifEthiopic-Medium.ttf', '/usr/share/fonts/noto/NotoSerifEthiopic-Regular.ttf', '/usr/share/fonts/noto/NotoSerifEthiopic-Regular.ttf', '/usr/share/fonts/noto/NotoSerifEthiopic-Thin.ttf', '/usr/share/fonts/noto/NotoSerifEthiopic-Thin.ttf', '/usr/share/fonts/noto/NotoSerifGeorgian-Black.ttf', '/usr/share/fonts/noto/NotoSerifGeorgian-Black.ttf', '/usr/share/fonts/noto/NotoSerifGeorgian-Bold.ttf', '/usr/share/fonts/noto/NotoSerifGeorgian-Bold.ttf', '/usr/share/fonts/noto/NotoSerifGeorgian-Light.ttf', '/usr/share/fonts/noto/NotoSerifGeorgian-Light.ttf', '/usr/share/fonts/noto/NotoSerifGeorgian-Medium.ttf', '/usr/share/fonts/noto/NotoSerifGeorgian-Medium.ttf', '/usr/share/fonts/noto/NotoSerifGeorgian-Regular.ttf', '/usr/share/fonts/noto/NotoSerifGeorgian-Regular.ttf', '/usr/share/fonts/noto/NotoSerifGeorgian-Thin.ttf', '/usr/share/fonts/noto/NotoSerifGeorgian-Thin.ttf', '/usr/share/fonts/noto/NotoSerifGrantha-Regular.ttf', '/usr/share/fonts/noto/NotoSerifGrantha-Regular.ttf', '/usr/share/fonts/noto/NotoSerifGujarati-Black.ttf', '/usr/share/fonts/noto/NotoSerifGujarati-Black.ttf', '/usr/share/fonts/noto/NotoSerifGujarati-Bold.ttf', '/usr/share/fonts/noto/NotoSerifGujarati-Bold.ttf', '/usr/share/fonts/noto/NotoSerifGujarati-Light.ttf', '/usr/share/fonts/noto/NotoSerifGujarati-Light.ttf', '/usr/share/fonts/noto/NotoSerifGujarati-Medium.ttf', '/usr/share/fonts/noto/NotoSerifGujarati-Medium.ttf', '/usr/share/fonts/noto/NotoSerifGujarati-Regular.ttf', '/usr/share/fonts/noto/NotoSerifGujarati-Regular.ttf', '/usr/share/fonts/noto/NotoSerifGujarati-Thin.ttf', '/usr/share/fonts/noto/NotoSerifGujarati-Thin.ttf', '/usr/share/fonts/noto/NotoSerifGurmukhi-Black.ttf', '/usr/share/fonts/noto/NotoSerifGurmukhi-Black.ttf', '/usr/share/fonts/noto/NotoSerifGurmukhi-Bold.ttf', '/usr/share/fonts/noto/NotoSerifGurmukhi-Bold.ttf', '/usr/share/fonts/noto/NotoSerifGurmukhi-Light.ttf', '/usr/share/fonts/noto/NotoSerifGurmukhi-Light.ttf', '/usr/share/fonts/noto/NotoSerifGurmukhi-Medium.ttf', '/usr/share/fonts/noto/NotoSerifGurmukhi-Medium.ttf', '/usr/share/fonts/noto/NotoSerifGurmukhi-Regular.ttf', '/usr/share/fonts/noto/NotoSerifGurmukhi-Regular.ttf', '/usr/share/fonts/noto/NotoSerifGurmukhi-Thin.ttf', '/usr/share/fonts/noto/NotoSerifGurmukhi-Thin.ttf', '/usr/share/fonts/noto/NotoSerifHebrew-Black.ttf', '/usr/share/fonts/noto/NotoSerifHebrew-Black.ttf', '/usr/share/fonts/noto/NotoSerifHebrew-Bold.ttf', '/usr/share/fonts/noto/NotoSerifHebrew-Bold.ttf', '/usr/share/fonts/noto/NotoSerifHebrew-Light.ttf', '/usr/share/fonts/noto/NotoSerifHebrew-Light.ttf', '/usr/share/fonts/noto/NotoSerifHebrew-Medium.ttf', '/usr/share/fonts/noto/NotoSerifHebrew-Medium.ttf', '/usr/share/fonts/noto/NotoSerifHebrew-Regular.ttf', '/usr/share/fonts/noto/NotoSerifHebrew-Regular.ttf', '/usr/share/fonts/noto/NotoSerifHebrew-Thin.ttf', '/usr/share/fonts/noto/NotoSerifHebrew-Thin.ttf', '/usr/share/fonts/noto/NotoSerifKannada-Black.ttf', '/usr/share/fonts/noto/NotoSerifKannada-Black.ttf', '/usr/share/fonts/noto/NotoSerifKannada-Bold.ttf', '/usr/share/fonts/noto/NotoSerifKannada-Bold.ttf', '/usr/share/fonts/noto/NotoSerifKannada-Light.ttf', '/usr/share/fonts/noto/NotoSerifKannada-Light.ttf', '/usr/share/fonts/noto/NotoSerifKannada-Medium.ttf', '/usr/share/fonts/noto/NotoSerifKannada-Medium.ttf', '/usr/share/fonts/noto/NotoSerifKannada-Regular.ttf', '/usr/share/fonts/noto/NotoSerifKannada-Regular.ttf', '/usr/share/fonts/noto/NotoSerifKannada-Thin.ttf', '/usr/share/fonts/noto/NotoSerifKannada-Thin.ttf', '/usr/share/fonts/noto/NotoSerifKhitanSmallScript-Regular.ttf', '/usr/share/fonts/noto/NotoSerifKhitanSmallScript-Regular.ttf', '/usr/share/fonts/noto/NotoSerifKhmer-Black.ttf', '/usr/share/fonts/noto/NotoSerifKhmer-Black.ttf', '/usr/share/fonts/noto/NotoSerifKhmer-Bold.ttf', '/usr/share/fonts/noto/NotoSerifKhmer-Bold.ttf', '/usr/share/fonts/noto/NotoSerifKhmer-Light.ttf', '/usr/share/fonts/noto/NotoSerifKhmer-Light.ttf', '/usr/share/fonts/noto/NotoSerifKhmer-Medium.ttf', '/usr/share/fonts/noto/NotoSerifKhmer-Medium.ttf', '/usr/share/fonts/noto/NotoSerifKhmer-Regular.ttf', '/usr/share/fonts/noto/NotoSerifKhmer-Regular.ttf', '/usr/share/fonts/noto/NotoSerifKhmer-Thin.ttf', '/usr/share/fonts/noto/NotoSerifKhmer-Thin.ttf', '/usr/share/fonts/noto/NotoSerifKhojki-Bold.ttf', '/usr/share/fonts/noto/NotoSerifKhojki-Bold.ttf', '/usr/share/fonts/noto/NotoSerifKhojki-Regular.ttf', '/usr/share/fonts/noto/NotoSerifKhojki-Regular.ttf', '/usr/share/fonts/noto/NotoSerifLao-Black.ttf', '/usr/share/fonts/noto/NotoSerifLao-Black.ttf', '/usr/share/fonts/noto/NotoSerifLao-Bold.ttf', '/usr/share/fonts/noto/NotoSerifLao-Bold.ttf', '/usr/share/fonts/noto/NotoSerifLao-Light.ttf', '/usr/share/fonts/noto/NotoSerifLao-Light.ttf', '/usr/share/fonts/noto/NotoSerifLao-Medium.ttf', '/usr/share/fonts/noto/NotoSerifLao-Medium.ttf', '/usr/share/fonts/noto/NotoSerifLao-Regular.ttf', '/usr/share/fonts/noto/NotoSerifLao-Regular.ttf', '/usr/share/fonts/noto/NotoSerifLao-Thin.ttf', '/usr/share/fonts/noto/NotoSerifLao-Thin.ttf', '/usr/share/fonts/noto/NotoSerifMakasar-Regular.ttf', '/usr/share/fonts/noto/NotoSerifMakasar-Regular.ttf', '/usr/share/fonts/noto/NotoSerifMalayalam-Black.ttf', '/usr/share/fonts/noto/NotoSerifMalayalam-Black.ttf', '/usr/share/fonts/noto/NotoSerifMalayalam-Bold.ttf', '/usr/share/fonts/noto/NotoSerifMalayalam-Bold.ttf', '/usr/share/fonts/noto/NotoSerifMalayalam-Light.ttf', '/usr/share/fonts/noto/NotoSerifMalayalam-Light.ttf', '/usr/share/fonts/noto/NotoSerifMalayalam-Medium.ttf', '/usr/share/fonts/noto/NotoSerifMalayalam-Medium.ttf', '/usr/share/fonts/noto/NotoSerifMalayalam-Regular.ttf', '/usr/share/fonts/noto/NotoSerifMalayalam-Regular.ttf', '/usr/share/fonts/noto/NotoSerifMalayalam-Thin.ttf', '/usr/share/fonts/noto/NotoSerifMalayalam-Thin.ttf', '/usr/share/fonts/noto/NotoSerifMyanmar-Black.ttf', '/usr/share/fonts/noto/NotoSerifMyanmar-Black.ttf', '/usr/share/fonts/noto/NotoSerifMyanmar-Bold.ttf', '/usr/share/fonts/noto/NotoSerifMyanmar-Bold.ttf', '/usr/share/fonts/noto/NotoSerifMyanmar-Light.ttf', '/usr/share/fonts/noto/NotoSerifMyanmar-Light.ttf', '/usr/share/fonts/noto/NotoSerifMyanmar-Medium.ttf', '/usr/share/fonts/noto/NotoSerifMyanmar-Medium.ttf', '/usr/share/fonts/noto/NotoSerifMyanmar-Regular.ttf', '/usr/share/fonts/noto/NotoSerifMyanmar-Regular.ttf', '/usr/share/fonts/noto/NotoSerifMyanmar-Thin.ttf', '/usr/share/fonts/noto/NotoSerifMyanmar-Thin.ttf', '/usr/share/fonts/noto/NotoSerifNPHmong-Bold.ttf', '/usr/share/fonts/noto/NotoSerifNPHmong-Bold.ttf', '/usr/share/fonts/noto/NotoSerifNPHmong-Medium.ttf', '/usr/share/fonts/noto/NotoSerifNPHmong-Medium.ttf', '/usr/share/fonts/noto/NotoSerifNPHmong-Regular.ttf', '/usr/share/fonts/noto/NotoSerifNPHmong-Regular.ttf', '/usr/share/fonts/noto/NotoSerifOldUyghur-Regular.ttf', '/usr/share/fonts/noto/NotoSerifOldUyghur-Regular.ttf', '/usr/share/fonts/noto/NotoSerifOriya-Bold.ttf', '/usr/share/fonts/noto/NotoSerifOriya-Bold.ttf', '/usr/share/fonts/noto/NotoSerifOriya-Medium.ttf', '/usr/share/fonts/noto/NotoSerifOriya-Medium.ttf', '/usr/share/fonts/noto/NotoSerifOriya-Regular.ttf', '/usr/share/fonts/noto/NotoSerifOriya-Regular.ttf', '/usr/share/fonts/noto/NotoSerifOttomanSiyaq-Regular.ttf', '/usr/share/fonts/noto/NotoSerifOttomanSiyaq-Regular.ttf', '/usr/share/fonts/noto/NotoSerifSinhala-Black.ttf', '/usr/share/fonts/noto/NotoSerifSinhala-Black.ttf', '/usr/share/fonts/noto/NotoSerifSinhala-Bold.ttf', '/usr/share/fonts/noto/NotoSerifSinhala-Bold.ttf', '/usr/share/fonts/noto/NotoSerifSinhala-Light.ttf', '/usr/share/fonts/noto/NotoSerifSinhala-Light.ttf', '/usr/share/fonts/noto/NotoSerifSinhala-Medium.ttf', '/usr/share/fonts/noto/NotoSerifSinhala-Medium.ttf', '/usr/share/fonts/noto/NotoSerifSinhala-Regular.ttf', '/usr/share/fonts/noto/NotoSerifSinhala-Regular.ttf', '/usr/share/fonts/noto/NotoSerifSinhala-Thin.ttf', '/usr/share/fonts/noto/NotoSerifSinhala-Thin.ttf', '/usr/share/fonts/noto/NotoSerifTamil-Black.ttf', '/usr/share/fonts/noto/NotoSerifTamil-Black.ttf', '/usr/share/fonts/noto/NotoSerifTamil-BlackItalic.ttf', '/usr/share/fonts/noto/NotoSerifTamil-BlackItalic.ttf', '/usr/share/fonts/noto/NotoSerifTamil-Bold.ttf', '/usr/share/fonts/noto/NotoSerifTamil-Bold.ttf', '/usr/share/fonts/noto/NotoSerifTamil-BoldItalic.ttf', '/usr/share/fonts/noto/NotoSerifTamil-BoldItalic.ttf', '/usr/share/fonts/noto/NotoSerifTamil-Italic.ttf', '/usr/share/fonts/noto/NotoSerifTamil-Italic.ttf', '/usr/share/fonts/noto/NotoSerifTamil-Light.ttf', '/usr/share/fonts/noto/NotoSerifTamil-Light.ttf', '/usr/share/fonts/noto/NotoSerifTamil-LightItalic.ttf', '/usr/share/fonts/noto/NotoSerifTamil-LightItalic.ttf', '/usr/share/fonts/noto/NotoSerifTamil-Medium.ttf', '/usr/share/fonts/noto/NotoSerifTamil-Medium.ttf', '/usr/share/fonts/noto/NotoSerifTamil-MediumItalic.ttf', '/usr/share/fonts/noto/NotoSerifTamil-MediumItalic.ttf', '/usr/share/fonts/noto/NotoSerifTamil-Regular.ttf', '/usr/share/fonts/noto/NotoSerifTamil-Regular.ttf', '/usr/share/fonts/noto/NotoSerifTamil-Thin.ttf', '/usr/share/fonts/noto/NotoSerifTamil-Thin.ttf', '/usr/share/fonts/noto/NotoSerifTamil-ThinItalic.ttf', '/usr/share/fonts/noto/NotoSerifTamil-ThinItalic.ttf', '/usr/share/fonts/noto/NotoSerifTangut-Regular.ttf', '/usr/share/fonts/noto/NotoSerifTangut-Regular.ttf', '/usr/share/fonts/noto/NotoSerifTelugu-Black.ttf', '/usr/share/fonts/noto/NotoSerifTelugu-Black.ttf', '/usr/share/fonts/noto/NotoSerifTelugu-Bold.ttf', '/usr/share/fonts/noto/NotoSerifTelugu-Bold.ttf', '/usr/share/fonts/noto/NotoSerifTelugu-Light.ttf', '/usr/share/fonts/noto/NotoSerifTelugu-Light.ttf', '/usr/share/fonts/noto/NotoSerifTelugu-Medium.ttf', '/usr/share/fonts/noto/NotoSerifTelugu-Medium.ttf', '/usr/share/fonts/noto/NotoSerifTelugu-Regular.ttf', '/usr/share/fonts/noto/NotoSerifTelugu-Regular.ttf', '/usr/share/fonts/noto/NotoSerifTelugu-Thin.ttf', '/usr/share/fonts/noto/NotoSerifTelugu-Thin.ttf', '/usr/share/fonts/noto/NotoSerifTest-Bold.ttf', '/usr/share/fonts/noto/NotoSerifTest-Bold.ttf', '/usr/share/fonts/noto/NotoSerifTest-Regular.ttf', '/usr/share/fonts/noto/NotoSerifTest-Regular.ttf', '/usr/share/fonts/noto/NotoSerifThai-Black.ttf', '/usr/share/fonts/noto/NotoSerifThai-Black.ttf', '/usr/share/fonts/noto/NotoSerifThai-Bold.ttf', '/usr/share/fonts/noto/NotoSerifThai-Bold.ttf', '/usr/share/fonts/noto/NotoSerifThai-Light.ttf', '/usr/share/fonts/noto/NotoSerifThai-Light.ttf', '/usr/share/fonts/noto/NotoSerifThai-Medium.ttf', '/usr/share/fonts/noto/NotoSerifThai-Medium.ttf', '/usr/share/fonts/noto/NotoSerifThai-Regular.ttf', '/usr/share/fonts/noto/NotoSerifThai-Regular.ttf', '/usr/share/fonts/noto/NotoSerifThai-Thin.ttf', '/usr/share/fonts/noto/NotoSerifThai-Thin.ttf', '/usr/share/fonts/noto/NotoSerifTibetan-Black.ttf', '/usr/share/fonts/noto/NotoSerifTibetan-Black.ttf', '/usr/share/fonts/noto/NotoSerifTibetan-Bold.ttf', '/usr/share/fonts/noto/NotoSerifTibetan-Bold.ttf', '/usr/share/fonts/noto/NotoSerifTibetan-Light.ttf', '/usr/share/fonts/noto/NotoSerifTibetan-Light.ttf', '/usr/share/fonts/noto/NotoSerifTibetan-Medium.ttf', '/usr/share/fonts/noto/NotoSerifTibetan-Medium.ttf', '/usr/share/fonts/noto/NotoSerifTibetan-Regular.ttf', '/usr/share/fonts/noto/NotoSerifTibetan-Regular.ttf', '/usr/share/fonts/noto/NotoSerifTibetan-Thin.ttf', '/usr/share/fonts/noto/NotoSerifTibetan-Thin.ttf', '/usr/share/fonts/noto/NotoSerifToto-Bold.ttf', '/usr/share/fonts/noto/NotoSerifToto-Bold.ttf', '/usr/share/fonts/noto/NotoSerifToto-Medium.ttf', '/usr/share/fonts/noto/NotoSerifToto-Medium.ttf', '/usr/share/fonts/noto/NotoSerifToto-Regular.ttf', '/usr/share/fonts/noto/NotoSerifToto-Regular.ttf', '/usr/share/fonts/noto/NotoSerifVithkuqi-Bold.ttf', '/usr/share/fonts/noto/NotoSerifVithkuqi-Bold.ttf', '/usr/share/fonts/noto/NotoSerifVithkuqi-Medium.ttf', '/usr/share/fonts/noto/NotoSerifVithkuqi-Medium.ttf', '/usr/share/fonts/noto/NotoSerifVithkuqi-Regular.ttf', '/usr/share/fonts/noto/NotoSerifVithkuqi-Regular.ttf', '/usr/share/fonts/noto/NotoSerifYezidi-Bold.ttf', '/usr/share/fonts/noto/NotoSerifYezidi-Bold.ttf', '/usr/share/fonts/noto/NotoSerifYezidi-Medium.ttf', '/usr/share/fonts/noto/NotoSerifYezidi-Medium.ttf', '/usr/share/fonts/noto/NotoSerifYezidi-Regular.ttf', '/usr/share/fonts/noto/NotoSerifYezidi-Regular.ttf', '/usr/share/fonts/noto/NotoTraditionalNushu-Bold.ttf', '/usr/share/fonts/noto/NotoTraditionalNushu-Bold.ttf', '/usr/share/fonts/noto/NotoTraditionalNushu-Light.ttf', '/usr/share/fonts/noto/NotoTraditionalNushu-Light.ttf', '/usr/share/fonts/noto/NotoTraditionalNushu-Regular.ttf', '/usr/share/fonts/noto/NotoTraditionalNushu-Regular.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuMathTeXGyre.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuMathTeXGyre.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSans-Bold.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSans-Bold.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSans-BoldOblique.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSans-BoldOblique.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSans-ExtraLight.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSans-ExtraLight.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSans-Oblique.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSans-Oblique.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSans.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSans.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSansCondensed-Bold.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSansCondensed-Bold.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSansCondensed-BoldOblique.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSansCondensed-BoldOblique.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSansCondensed-Oblique.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSansCondensed-Oblique.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSansCondensed.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSansCondensed.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSansMono-Bold.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSansMono-Bold.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSansMono-BoldOblique.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSansMono-BoldOblique.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSansMono-Oblique.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSansMono-Oblique.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSansMono.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSansMono.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSerif-Bold.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSerif-Bold.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSerif-BoldItalic.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSerif-BoldItalic.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSerif-Italic.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSerif-Italic.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSerif.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSerif.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSerifCondensed-Bold.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSerifCondensed-Bold.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSerifCondensed-BoldItalic.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSerifCondensed-BoldItalic.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSerifCondensed-Italic.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSerifCondensed-Italic.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSerifCondensed.ttf', '/usr/share/fonts/ttf-dejavu-ib/DejaVuSerifCondensed.ttf', '/usr/share/fonts/encodings/large/big5.eten-0.enc.gz', '/usr/share/fonts/encodings/large/big5hkscs-0.enc.gz', '/usr/share/fonts/encodings/large/cns11643-1.enc.gz', '/usr/share/fonts/encodings/large/cns11643-2.enc.gz', '/usr/share/fonts/encodings/large/cns11643-3.enc.gz', '/usr/share/fonts/encodings/large/encodings.dir', '/usr/share/fonts/encodings/large/gb18030-0.enc.gz', '/usr/share/fonts/encodings/large/gb18030.2000-0.enc.gz', '/usr/share/fonts/encodings/large/gb18030.2000-1.enc.gz', '/usr/share/fonts/encodings/large/gb2312.1980-0.enc.gz', '/usr/share/fonts/encodings/large/gbk-0.enc.gz', '/usr/share/fonts/encodings/large/jisx0201.1976-0.enc.gz', '/usr/share/fonts/encodings/large/jisx0208.1990-0.enc.gz', '/usr/share/fonts/encodings/large/jisx0212.1990-0.enc.gz', '/usr/share/fonts/encodings/large/ksc5601.1987-0.enc.gz', '/usr/share/fonts/encodings/large/ksc5601.1992-3.enc.gz', '/usr/share/fonts/encodings/large/sun.unicode.india-0.enc.gz', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/OFL.txt', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/GUST-FONT-LICENSE.txt', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/MANIFEST-GyrePagellaMathJax.txt', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/GUST-FONT-LICENSE.txt', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/MANIFEST-GyreTermesMathJax.txt', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/GUST-FONT-LICENSE.txt', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/MANIFEST-LatinModernMathJax.txt', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/OFL.txt', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/OFL.txt', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Alphabets-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Alphabets-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Arrows-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Arrows-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_DoubleStruck-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_DoubleStruck-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Fraktur-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Fraktur-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Latin-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Latin-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Main-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Main-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Marks-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Marks-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Misc-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Misc-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Monospace-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Monospace-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_NonUnicode-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_NonUnicode-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Normal-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Normal-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Operators-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Operators-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_SansSerif-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_SansSerif-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Script-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Script-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Shapes-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Shapes-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size1-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size1-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size2-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size2-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size3-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size3-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size4-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size4-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size5-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size5-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size6-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size6-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Symbols-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Symbols-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Variants-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/AsanaMathJax_Variants-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Alphabets-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Alphabets-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Arrows-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Arrows-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_DoubleStruck-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_DoubleStruck-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Fraktur-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Fraktur-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Latin-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Latin-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Main-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Main-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Marks-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Marks-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Misc-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Misc-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Monospace-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Monospace-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_NonUnicode-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_NonUnicode-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Normal-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Normal-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Operators-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Operators-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_SansSerif-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_SansSerif-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Script-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Script-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Shapes-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Shapes-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size1-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size1-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size2-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size2-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size3-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size3-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size4-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size4-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size5-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size5-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size6-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size6-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Symbols-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Symbols-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Variants-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Variants-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Alphabets-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Alphabets-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Arrows-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Arrows-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_DoubleStruck-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_DoubleStruck-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Fraktur-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Fraktur-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Latin-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Latin-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Main-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Main-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Marks-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Marks-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Misc-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Misc-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Monospace-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Monospace-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_NonUnicode-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_NonUnicode-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Normal-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Normal-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Operators-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Operators-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_SansSerif-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_SansSerif-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Script-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Script-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Shapes-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Shapes-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size1-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size1-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size2-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size2-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size3-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size3-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size4-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size4-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size5-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size5-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size6-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size6-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Symbols-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Symbols-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Variants-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Variants-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Alphabets-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Alphabets-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Arrows-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Arrows-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_DoubleStruck-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_DoubleStruck-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Fraktur-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Fraktur-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Latin-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Latin-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Main-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Main-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Marks-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Marks-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Misc-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Misc-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Monospace-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Monospace-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_NonUnicode-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_NonUnicode-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Normal-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Normal-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Operators-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Operators-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_SansSerif-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_SansSerif-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Script-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Script-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Shapes-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Shapes-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size1-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size1-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size2-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size2-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size3-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size3-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size4-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size4-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size5-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size5-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size6-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size6-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size7-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size7-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Symbols-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Symbols-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Variants-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Variants-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Alphabets-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Alphabets-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Arrows-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Arrows-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Fraktur-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Fraktur-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Main-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Main-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Marks-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Marks-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_NonUnicode-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_NonUnicode-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Normal-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Normal-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Operators-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Operators-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Script-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Script-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Shapes-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Shapes-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size1-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size1-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size2-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size2-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size3-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size3-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size4-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size4-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size5-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size5-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Symbols-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Symbols-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Variants-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Variants-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Monospace-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Monospace-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size1-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size1-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size2-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size2-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size3-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size3-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size4-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size4-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size5-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Size5-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Vector-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Vector-Bold.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Vector-Regular.woff', '/usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/MathJax_Vector-Regular.woff', '/usr/lib/libgio-2.0.so', '/usr/bin/xdg-user-dir', '/usr/lib/libreadline.so.8', '/usr/lib/libc.so.6', '/usr/lib/libncursesw.so.6', '/usr/lib/locale/locale-archive', '/usr/lib/gconv/gconv-modules', '/usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf', '/usr/bin/xdg-user-dir', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/home/oggy/.local/share/com.adilhanney.saber/shared_preferences.json', '/usr/bin/xdg-user-dir', '/usr/lib/libreadline.so.8', '/usr/lib/libc.so.6', '/usr/lib/libncursesw.so.6', '/usr/lib/locale/locale-archive', '/usr/lib/gconv/gconv-modules', '/usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf', '/usr/bin/xdg-user-dir', '/home/oggy/Documents/Saber/23-06-11', 'ntitled.sbn', '/usr/share/fonts/noto/NotoSans-Regular.ttf', '/usr/share/fonts/noto/NotoSans-Regular.ttf', '/lib64/ld-linux-x86-64.so.2', '/usr/lib/ld-linux-x86-64.so.2'] ```
Salamandar commented 1 year ago

you really have to install either a VM of archlinux, or a container. the tech are plenty. virtualbox, gnome-boxes, systemd-nspawn, docker, whatever; where you will be able to test it for yourself. I can't test your program at every change you make

I asked because , later on , argument was not exceeding limit

He's running pacman without going through a shell (shell=False) so there's no shell limit here.

IamRezaMousavi commented 1 year ago

I have this error:

>>> appimage-builder --recipe AppImageBuilder.yml   
INFO:main:Running main script
INFO:main:Running pacman deploy
INFO:pacman:Using system keyrings
==> ERROR: pacman-key needs to be run as root for this operation.
ERROR:root:"['/tmp/.mount_appimaSXIoTS/usr/bin/fakeroot', '/usr/bin/pacman-key', '--config', '/home/reza/Desktop/fluapp/appimage-build/pacman/pacman.conf', '--init']" execution failed
Traceback (most recent call last):
  File "/tmp/.mount_appimaSXIoTS/usr/bin/appimage-builder", line 8, in <module>
    sys.exit(__main__())
  File "/tmp/.mount_appimaSXIoTS/usr/lib/python3.8/site-packages/appimagebuilder/__main__.py", line 50, in __main__
    invoker.execute(commands)
  File "/tmp/.mount_appimaSXIoTS/usr/lib/python3.8/site-packages/appimagebuilder/invoker.py", line 29, in execute
    command()
  File "/tmp/.mount_appimaSXIoTS/usr/lib/python3.8/site-packages/appimagebuilder/commands/pacman_deploy.py", line 42, in __call__
    venv = Venv(
  File "/tmp/.mount_appimaSXIoTS/usr/lib/python3.8/site-packages/appimagebuilder/modules/deploy/pacman/venv.py", line 60, in __init__
    self._configure_keyring()
  File "/tmp/.mount_appimaSXIoTS/usr/lib/python3.8/site-packages/appimagebuilder/modules/deploy/pacman/venv.py", line 183, in _configure_keyring
    self._run_command("{fakeroot} {pacman-key} --config {config} --init")
  File "/tmp/.mount_appimaSXIoTS/usr/lib/python3.8/site-packages/appimagebuilder/modules/deploy/pacman/venv.py", line 234, in _run_command
    shell.assert_successful_result(_proc)
  File "/tmp/.mount_appimaSXIoTS/usr/lib/python3.8/site-packages/appimagebuilder/utils/shell.py", line 35, in assert_successful_result
    raise RuntimeError(
RuntimeError: "['/tmp/.mount_appimaSXIoTS/usr/bin/fakeroot', '/usr/bin/pacman-key', '--config', '/home/reza/Desktop/fluapp/appimage-build/pacman/pacman.conf', '--init']" execution failed with code 1
cinnamonmatexfce commented 11 months ago

@solsticedhiver @azubieta https://github.com/AppImageCrafters/appimage-builder/issues/221