Code Monkey home page Code Monkey logo

Comments (31)

Phantop avatar Phantop commented on July 18, 2024
~ $ appdwarf --help
Usage: appdwarf [option] [APP/FILE/FOLDER/URL] [compression options]
  -a [FILE]                   write example AppRun file
  -b [FILE]                   write bin subdir AppRun file
  -d [--decompress] [FILE]    decompress a compressed program

  --bundle [FILE]             bundle dwarfs with the appdwarf image
  --fetch                     only fetch a remote AppImage

  -p [--prefix] [PREFIX]      zzexe a file with prefix
  -z [--zzexe]                zzexe a file

  -h, --help                  Print this help text
  -v, --version               Print the appdwarf version

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

yes I saw the --help but still not knowing how to make it be bunble?

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

could you werite the coammand for an appdir for me ?

from appdwarf.

Phantop avatar Phantop commented on July 18, 2024

yes I saw the --help but still not knowing how to make it be bunble?

The --bundle option takes a dwarfs executable path for bundling the dwarfs executable. It isn't necessary if your target system has dwarfs in path.

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

i've put dwarfs in path. but still now working

from appdwarf.

Phantop avatar Phantop commented on July 18, 2024

Can you send an example of the command you are running and its output?

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

./appdwarf --bundle /home/lucas/Downloads/virt-manager/

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

Checking AppImageHub for this program...
./appdwarf: 113: shift: can't shift that many

from appdwarf.

Phantop avatar Phantop commented on July 18, 2024

As I said, the --bundle option takes a dwarfs executable path for bundling the dwarfs executable. It isn't necessary if your target system has dwarfs in path. I've updated the help text to better reflect this:

  --bundle [path/to/dwarfs]   bundle dwarfs with the appdwarf image

In your case, you'd either want to run:

./appdwarf /home/lucas/Downloads/virt-manager/

or, if you want the file to include the dwarfs executable in PATH:

./appdwarf --bundle "$(which dwarfs)" /home/lucas/Downloads/virt-manager/

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

it worked but the app wont run it says error: option '--output' cannot be specified more than once

from appdwarf.

Phantop avatar Phantop commented on July 18, 2024

it worked but the app wont run it says error: option '--output' cannot be specified more than once

Hmm that's strange, as that string isn't part of appdwarf. It presumably is something with your AppRun, in that case. Does the same folder work fine as an AppImage?

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

yes it works

from appdwarf.

Phantop avatar Phantop commented on July 18, 2024

That's... certainly odd. Can you send a full terminal output of trying to run the program, as well as the AppRun? Are you running in bundle or regular mode? I admittedly haven't tested the feature since adding it, so if you are I suggest trying a non-bundled image, too.

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

I've wrote the apprun by hand... virtual manager is a pytohn app, but as appimage is working, despite the fact it change every time I mount on the system. which is bad for me cause the app change qemu path

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

That's... certainly odd. Can you send a full terminal output of trying to run the program, as well as the AppRun? Are you running in bundle or regular mode? I admittedly haven't tested the feature since adding it, so if you are I suggest trying a non-bundled image, too.

yes sure

from appdwarf.

Phantop avatar Phantop commented on July 18, 2024

I've wrote the apprun by hand... virtual manager is a pytohn app, but as appimage is working, despite the fact it change every time I mount on the system. which is bad for me cause the app change qemu path

For the path change, this is by design. AppImage functions identically on this front, if I recall correctly, so if your program works right as an AppImage it should also work right as an appdwarf.

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

systemctl: /home/lucas/Downloads/virt-manager/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by systemctl)
Failed to enable unit: File /home/lucas/Downloads/virt-manager/usr/sbin/libvirtd: Invalid argument
systemctl: /home/lucas/Downloads/virt-manager/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by systemctl)
/bin/systemd-tty-ask-password-agent: /home/lucas/Downloads/virt-manager/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by /usr/lib/x86_64-linux-gnu/systemd/libsystemd-shared-252.so)
Failed to start home-lucas-Downloads-virt\x2dmanager-usr-sbin-libvirtd.mount: Unit home-lucas-Downloads-virt\x2dmanager-usr-sbin-libvirtd.mount not found.

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

I've wrote the apprun by hand... virtual manager is a pytohn app, but as appimage is working, despite the fact it change every time I mount on the system. which is bad for me cause the app change qemu path

For the path change, this is by design. AppImage functions identically on this front, if I recall correctly, so if your program works right as an AppImage it should also work right as an appdwarf.

well interesting, I dunno why it gave me an erro of output in .sh flie

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

Captura de tela de 2023-11-16 19-21-59

from appdwarf.

Phantop avatar Phantop commented on July 18, 2024

systemctl: /home/lucas/Downloads/virt-manager/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by systemctl) Failed to enable unit: File /home/lucas/Downloads/virt-manager/usr/sbin/libvirtd: Invalid argument systemctl: /home/lucas/Downloads/virt-manager/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by systemctl) /bin/systemd-tty-ask-password-agent: /home/lucas/Downloads/virt-manager/lib/x86_64-linux-gnu/libselinux.so.1: no version information available (required by /usr/lib/x86_64-linux-gnu/systemd/libsystemd-shared-252.so) Failed to start home-lucas-Downloads-virt\x2dmanager-usr-sbin-libvirtd.mount: Unit home-lucas-Downloads-virt\x2dmanager-usr-sbin-libvirtd.mount not found.

This makes me think you might have some hard-coded paths to the directory you are creating the image from, which still doesn't clear up why this works as an AppImage but might explain your issues? You want the contents of the image to only reference relative paths for stuff that's included. In both AppImage and appdwarf, the mounted folder can be accessed by AppRun as $APPDIR. As said, I'd probably be better able to assist you if you send the AppRun.

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

AppRun.zip

from appdwarf.

Phantop avatar Phantop commented on July 18, 2024
#!/bin/bash
export UNION_PRELOAD="${APPDIR}"
export LD_PRELOAD="${APPDIR}/libunionpreload.so"
#export PYTHONVERBOSE=1
export PATH="${APPDIR}"/usr:"${APPDIR}"/usr/bin:"${APPDIR}"/usr/lib:"${APPDIR}"/usr/lib/binfmt-support:"${APPDIR}"/usr/lib/valgrind:"${APPDIR}"/usr/lib/ipxe:"${APPDIR}"/usr/lib/ipxe/qemu:"${APPDIR}"/usr/lib/qemu:"${APPDIR}"/usr/lib/systemd:"${APPDIR}"/usr/lib/systemd/user:"${APPDIR}"/usr/lib/systemd/user/vte-spawn-.scope.d:"${APPDIR}"/usr/lib/girepository-1.0:"${APPDIR}"/usr/lib/sasl2:"${APPDIR}"/usr/lib/x86_64-linux-gnu:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders:"${APPDIR}"/usr/lib/x86_64-linux-gnu/ceph:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gio:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gio/modules:"${APPDIR}"/usr/lib/x86_64-linux-gnu/engines-1.1:"${APPDIR}"/usr/lib/x86_64-linux-gnu/glib-2.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5/plugins:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5/plugins/preauth:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5/plugins/libkrb5:"${APPDIR}"/usr/lib/x86_64-linux-gnu/qemu:"${APPDIR}"/usr/lib/x86_64-linux-gnu/girepository-1.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/sasl2:"${APPDIR}"/usr/lib/x86_64-linux-gnu/e2fsprogs:"${APPDIR}"/usr/lib/x86_64-linux-gnu/rsocket:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gstreamer1.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gstreamer1.0/gstreamer-1.0:"${APPDIR}"/usr/lib/python3.8:"${APPDIR}"/usr/lib/python3.8/http:"${APPDIR}"/usr/lib/python3.8/venv:"${APPDIR}"/usr/lib/python3.8/venv/scripts:"${APPDIR}"/usr/lib/python3.8/venv/scripts/common:"${APPDIR}"/usr/lib/python3.8/venv/scripts/posix:"${APPDIR}"/usr/lib/python3.8/collections:"${APPDIR}"/usr/lib/python3.8/dbm:"${APPDIR}"/usr/lib/python3.8/urllib:"${APPDIR}"/usr/lib/python3.8/test:"${APPDIR}"/usr/lib/python3.8/test/support:"${APPDIR}"/usr/lib/python3.8/test/libregrtest:"${APPDIR}"/usr/lib/python3.8/distutils:"${APPDIR}"/usr/lib/python3.8/distutils/command:"${APPDIR}"/usr/lib/python3.8/logging:"${APPDIR}"/usr/lib/python3.8/json:"${APPDIR}"/usr/lib/python3.8/concurrent:"${APPDIR}"/usr/lib/python3.8/concurrent/futures:"${APPDIR}"/usr/lib/python3.8/html:"${APPDIR}"/usr/lib/python3.8/wsgiref:"${APPDIR}"/usr/lib/python3.8/curses:"${APPDIR}"/usr/lib/python3.8/xml:"${APPDIR}"/usr/lib/python3.8/xml/sax:"${APPDIR}"/usr/lib/python3.8/xml/dom:"${APPDIR}"/usr/lib/python3.8/xml/etree:"${APPDIR}"/usr/lib/python3.8/xml/parsers:"${APPDIR}"/usr/lib/python3.8/ctypes:"${APPDIR}"/usr/lib/python3.8/pydoc_data:"${APPDIR}"/usr/lib/python3.8/sqlite3:"${APPDIR}"/usr/lib/python3.8/multiprocessing:"${APPDIR}"/usr/lib/python3.8/multiprocessing/dummy:"${APPDIR}"/usr/lib/python3.8/asyncio:"${APPDIR}"/usr/lib/python3.8/importlib:"${APPDIR}"/usr/lib/python3.8/lib2to3:"${APPDIR}"/usr/lib/python3.8/lib2to3/fixes:"${APPDIR}"/usr/lib/python3.8/lib2to3/pgen2:"${APPDIR}"/usr/lib/python3.8/xmlrpc:"${APPDIR}"/usr/lib/python3.8/unittest:"${APPDIR}"/usr/lib/python3.8/encodings:"${APPDIR}"/usr/lib/python3.8/email:"${APPDIR}"/usr/lib/python3.8/email/mime:"${APPDIR}"/usr/lib/python3.8/lib-dynload:"${APPDIR}"/usr/lib/ssl:"${APPDIR}"/usr/lib/ssl/misc:"${APPDIR}"/usr/lib/file:"${APPDIR}"/usr/lib/xen-4.11:"${APPDIR}"/usr/lib/xen-4.11/lib:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/fat:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/ufs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/iso9660:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/xfs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/ext2fs-lib:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/reiserfs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/zfs:"${APPDIR}"/usr/lib/python3:"${APPDIR}"/usr/lib/python3/dist-packages:"${APPDIR}"/usr/lib/python3/dist-packages/chardet-3.0.4.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/requests-2.22.0.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/PyGObject-3.36.0.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/six-1.14.0.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/certifi-2019.11.28.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/requests:"${APPDIR}"/usr/lib/python3/dist-packages/certifi:"${APPDIR}"/usr/lib/python3/dist-packages/chardet:"${APPDIR}"/usr/lib/python3/dist-packages/chardet/cli:"${APPDIR}"/usr/lib/python3/dist-packages/cairo:"${APPDIR}"/usr/lib/python3/dist-packages/idna-2.8.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/pygtkcompat:"${APPDIR}"/usr/lib/python3/dist-packages/dbus:"${APPDIR}"/usr/lib/python3/dist-packages/dbus/mainloop:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/util:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/packages:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/packages/backports:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/packages/ssl_match_hostname:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/contrib:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/contrib/_securetransport:"${APPDIR}"/usr/lib/python3/dist-packages/dbus_python-1.2.16.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/idna:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3-1.25.8.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/gi:"${APPDIR}"/usr/lib/python3/dist-packages/gi/repository:"${APPDIR}"/usr/lib/python3/dist-packages/gi/overrides:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources/_vendor:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources/extern:"${APPDIR}"/usr/libexec:"${APPDIR}"/usr/sbin:"${APPDIR}"/usr/share:"${APPDIR}"/usr/share/doc:"${APPDIR}"/usr/share/adduser:"${APPDIR}"/usr/share/iso-codes:"${APPDIR}"/usr/share/iso-codes/json:"${APPDIR}"/usr/share/pixmaps:"${APPDIR}"/usr/share/pmdk:"${APPDIR}"/usr/share/slof:"${APPDIR}"/usr/share/applications:"${APPDIR}"/usr/share/doc-base:"${APPDIR}"/usr/share/glib-2.0:"${APPDIR}"/usr/share/glib-2.0/schemas:"${APPDIR}"/usr/share/readline:"${APPDIR}"/usr/share/virt-manager:"${APPDIR}"/usr/share/virt-manager/ui:"${APPDIR}"/usr/share/virt-manager/icons:"${APPDIR}"/usr/share/virt-manager/icons/hicolor:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/48x48:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/48x48/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22/status:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22/devices:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/16x16:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/16x16/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/32x32:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/32x32/status:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/32x32/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/24x24:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/24x24/actions:"${APPDIR}"/usr/share/virt-manager/virtconv:"${APPDIR}"/usr/share/virt-manager/virtinst:"${APPDIR}"/usr/share/virt-manager/virtinst/domain:"${APPDIR}"/usr/share/virt-manager/virtinst/install:"${APPDIR}"/usr/share/virt-manager/virtinst/devices:"${APPDIR}"/usr/share/virt-manager/virtManager:"${APPDIR}"/usr/share/virt-manager/virtManager/details:"${APPDIR}"/usr/share/virt-manager/virtManager/object:"${APPDIR}"/usr/share/virt-manager/virtManager/lib:"${APPDIR}"/usr/share/virt-manager/virtManager/device:"${APPDIR}"/usr/share/dbus-1:"${APPDIR}"/usr/share/dbus-1/services:"${APPDIR}"/usr/share/thumbnailers:"${APPDIR}"/usr/share/perl5:"${APPDIR}"/usr/share/perl5/Debian:"${APPDIR}"/usr/share/xml:"${APPDIR}"/usr/share/xml/iso-codes:"${APPDIR}"/usr/share/apport:"${APPDIR}"/usr/share/apport/package-hooks:"${APPDIR}"/usr/share/ca-certificates:"${APPDIR}"/usr/share/ca-certificates/mozilla:"${APPDIR}"/usr/share/qemu:"${APPDIR}"/usr/share/qemu/init:"${APPDIR}"/usr/share/qemu/vhost-user:"${APPDIR}"/usr/share/qemu/keymaps:"${APPDIR}"/usr/share/appdata:"${APPDIR}"/usr/share/icons:"${APPDIR}"/usr/share/icons/hicolor:"${APPDIR}"/usr/share/icons/hicolor/48x48:"${APPDIR}"/usr/share/icons/hicolor/48x48/apps:"${APPDIR}"/usr/share/icons/hicolor/256x256:"${APPDIR}"/usr/share/icons/hicolor/256x256/apps:"${APPDIR}"/usr/share/icons/hicolor/22x22:"${APPDIR}"/usr/share/icons/hicolor/22x22/apps:"${APPDIR}"/usr/share/icons/hicolor/16x16:"${APPDIR}"/usr/share/icons/hicolor/16x16/apps:"${APPDIR}"/usr/share/icons/hicolor/32x32:"${APPDIR}"/usr/share/icons/hicolor/32x32/apps:"${APPDIR}"/usr/share/icons/hicolor/64x64:"${APPDIR}"/usr/share/icons/hicolor/64x64/apps:"${APPDIR}"/usr/share/icons/hicolor/24x24:"${APPDIR}"/usr/share/icons/hicolor/24x24/apps:"${APPDIR}"/usr/share/icons/hicolor/scalable:"${APPDIR}"/usr/share/icons/hicolor/scalable/apps:"${APPDIR}"/usr/share/icons/hicolor/128x128:"${APPDIR}"/usr/share/icons/hicolor/128x128/apps:"${APPDIR}"/usr/share/icons/hicolor/512x512:"${APPDIR}"/usr/share/icons/hicolor/512x512/apps:"${APPDIR}"/usr/share/zoneinfo:"${APPDIR}"/usr/share/zoneinfo/Mexico:"${APPDIR}"/usr/share/zoneinfo/Atlantic:"${APPDIR}"/usr/share/zoneinfo/Etc:"${APPDIR}"/usr/share/zoneinfo/Asia:"${APPDIR}"/usr/share/zoneinfo/Canada:"${APPDIR}"/usr/share/zoneinfo/America:"${APPDIR}"/usr/share/zoneinfo/America/Kentucky:"${APPDIR}"/usr/share/zoneinfo/America/Argentina:"${APPDIR}"/usr/share/zoneinfo/America/Indiana:"${APPDIR}"/usr/share/zoneinfo/America/North_Dakota:"${APPDIR}"/usr/share/zoneinfo/right:"${APPDIR}"/usr/share/zoneinfo/right/Mexico:"${APPDIR}"/usr/share/zoneinfo/right/Atlantic:"${APPDIR}"/usr/share/zoneinfo/right/Etc:"${APPDIR}"/usr/share/zoneinfo/right/Asia:"${APPDIR}"/usr/share/zoneinfo/right/Canada:"${APPDIR}"/usr/share/zoneinfo/right/America:"${APPDIR}"/usr/share/zoneinfo/right/America/Kentucky:"${APPDIR}"/usr/share/zoneinfo/right/America/Argentina:"${APPDIR}"/usr/share/zoneinfo/right/America/Indiana:"${APPDIR}"/usr/share/zoneinfo/right/America/North_Dakota:"${APPDIR}"/usr/share/zoneinfo/right/Africa:"${APPDIR}"/usr/share/zoneinfo/right/Indian:"${APPDIR}"/usr/share/zoneinfo/right/Europe:"${APPDIR}"/usr/share/zoneinfo/right/SystemV:"${APPDIR}"/usr/share/zoneinfo/right/Arctic:"${APPDIR}"/usr/share/zoneinfo/right/Antarctica:"${APPDIR}"/usr/share/zoneinfo/right/Pacific:"${APPDIR}"/usr/share/zoneinfo/right/Brazil:"${APPDIR}"/usr/share/zoneinfo/right/Australia:"${APPDIR}"/usr/share/zoneinfo/right/Chile:"${APPDIR}"/usr/share/zoneinfo/right/US:"${APPDIR}"/usr/share/zoneinfo/Africa:"${APPDIR}"/usr/share/zoneinfo/Indian:"${APPDIR}"/usr/share/zoneinfo/Europe:"${APPDIR}"/usr/share/zoneinfo/SystemV:"${APPDIR}"/usr/share/zoneinfo/Arctic:"${APPDIR}"/usr/share/zoneinfo/Antarctica:"${APPDIR}"/usr/share/zoneinfo/Pacific:"${APPDIR}"/usr/share/zoneinfo/Brazil:"${APPDIR}"/usr/share/zoneinfo/Australia:"${APPDIR}"/usr/share/zoneinfo/posix:"${APPDIR}"/usr/share/zoneinfo/posix/Mexico:"${APPDIR}"/usr/share/zoneinfo/posix/Atlantic:"${APPDIR}"/usr/share/zoneinfo/posix/Etc:"${APPDIR}"/usr/share/zoneinfo/posix/Asia:"${APPDIR}"/usr/share/zoneinfo/posix/Canada:"${APPDIR}"/usr/share/zoneinfo/posix/America:"${APPDIR}"/usr/share/zoneinfo/posix/America/Kentucky:"${APPDIR}"/usr/share/zoneinfo/posix/America/Argentina:"${APPDIR}"/usr/share/zoneinfo/posix/America/Indiana:"${APPDIR}"/usr/share/zoneinfo/posix/America/North_Dakota:"${APPDIR}"/usr/share/zoneinfo/posix/Africa:"${APPDIR}"/usr/share/zoneinfo/posix/Indian:"${APPDIR}"/usr/share/zoneinfo/posix/Europe:"${APPDIR}"/usr/share/zoneinfo/posix/SystemV:"${APPDIR}"/usr/share/zoneinfo/posix/Arctic:"${APPDIR}"/usr/share/zoneinfo/posix/Antarctica:"${APPDIR}"/usr/share/zoneinfo/posix/Pacific:"${APPDIR}"/usr/share/zoneinfo/posix/Brazil:"${APPDIR}"/usr/share/zoneinfo/posix/Australia:"${APPDIR}"/usr/share/zoneinfo/posix/Chile:"${APPDIR}"/usr/share/zoneinfo/posix/US:"${APPDIR}"/usr/share/zoneinfo/Chile:"${APPDIR}"/usr/share/zoneinfo/US:"${APPDIR}"/usr/share/gtksourceview-4:"${APPDIR}"/usr/share/gtksourceview-4/language-specs:"${APPDIR}"/usr/share/gtksourceview-4/styles:"${APPDIR}"/usr/share/binfmts:"${APPDIR}"/usr/share/misc:"${APPDIR}"/usr/share/gst-plugins-base:"${APPDIR}"/usr/share/gst-plugins-base/1.0:"${APPDIR}"/usr/share/zoneinfo-icu:"${APPDIR}"/usr/share/zoneinfo-icu/44:"${APPDIR}"/usr/share/zoneinfo-icu/44/be:"${APPDIR}"/usr/share/zoneinfo-icu/44/le:"${APPDIR}"/usr/share/bug:"${APPDIR}"/usr/share/bug/virt-manager:"${APPDIR}"/usr/share/bug/usbutils:"${APPDIR}"/usr/share/bug/libmagic1:"${APPDIR}"/usr/share/pkgconfig:"${APPDIR}"/usr/share/X11:"${APPDIR}"/usr/share/X11/locale:"${APPDIR}"/usr/share/bash-completion:"${APPDIR}"/usr/share/bash-completion/completions:"${APPDIR}"/usr/share/osinfo:"${APPDIR}"/usr/share/osinfo/install-script:"${APPDIR}"/usr/share/osinfo/install-script/opensuse.org:"${APPDIR}"/usr/share/osinfo/install-script/fedoraproject.org:"${APPDIR}"/usr/share/osinfo/install-script/debian.org:"${APPDIR}"/usr/share/osinfo/install-script/ubuntu.com:"${APPDIR}"/usr/share/osinfo/install-script/microsoft.com:"${APPDIR}"/usr/share/osinfo/install-script/redhat.com:"${APPDIR}"/usr/share/osinfo/datamap:"${APPDIR}"/usr/share/osinfo/datamap/microsoft.com:"${APPDIR}"/usr/share/osinfo/datamap/x.org:"${APPDIR}"/usr/share/osinfo/device:"${APPDIR}"/usr/share/osinfo/device/usb.org:"${APPDIR}"/usr/share/osinfo/device/usb.org/usb-80ee-0021.d:"${APPDIR}"/usr/share/osinfo/device/xen.org:"${APPDIR}"/usr/share/osinfo/device/ibasetechnologies.net:"${APPDIR}"/usr/share/osinfo/device/pcisig.com:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1009.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1000.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-10ec-8029.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1042.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1049.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-25ab.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1044.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1274-5000.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-2415.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1013-00b8.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-10ec-8139.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1003.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1043.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1002.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1005.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-293e.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-10d3.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-2668.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1001.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1048.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1050.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1052.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1004.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1b36-0004.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-100e.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1041.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-15ad-0710.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1045.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1022-2000.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1033-0194.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1000-0012.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1b36-0100.d:"${APPDIR}"/usr/share/osinfo/device/qemu.org:"${APPDIR}"/usr/share/osinfo/device/ibm.com:"${APPDIR}"/usr/share/osinfo/schema:"${APPDIR}"/usr/share/osinfo/platform:"${APPDIR}"/usr/share/osinfo/platform/xen.org:"${APPDIR}"/usr/share/osinfo/platform/qemu.org:"${APPDIR}"/usr/share/osinfo/platform/linux-kvm.org:"${APPDIR}"/usr/share/osinfo/platform/redhat.com:"${APPDIR}"/usr/share/osinfo/os:"${APPDIR}"/usr/share/osinfo/os/mandriva.com:"${APPDIR}"/usr/share/osinfo/os/elementary.io:"${APPDIR}"/usr/share/osinfo/os/freedos.org:"${APPDIR}"/usr/share/osinfo/os/endlessos.com:"${APPDIR}"/usr/share/osinfo/os/centos.org:"${APPDIR}"/usr/share/osinfo/os/gentoo.org:"${APPDIR}"/usr/share/osinfo/os/mageia.org:"${APPDIR}"/usr/share/osinfo/os/alpinelinux.org:"${APPDIR}"/usr/share/osinfo/os/haiku-os.org:"${APPDIR}"/usr/share/osinfo/os/scientificlinux.org:"${APPDIR}"/usr/share/osinfo/os/archlinux.org:"${APPDIR}"/usr/share/osinfo/os/opensuse.org:"${APPDIR}"/usr/share/osinfo/os/fedoraproject.org:"${APPDIR}"/usr/share/osinfo/os/cirros-cloud.net:"${APPDIR}"/usr/share/osinfo/os/gnome.org:"${APPDIR}"/usr/share/osinfo/os/netbsd.org:"${APPDIR}"/usr/share/osinfo/os/altlinux.org:"${APPDIR}"/usr/share/osinfo/os/debian.org:"${APPDIR}"/usr/share/osinfo/os/voidlinux.org:"${APPDIR}"/usr/share/osinfo/os/suse.com:"${APPDIR}"/usr/share/osinfo/os/sun.com:"${APPDIR}"/usr/share/osinfo/os/freebsd.org:"${APPDIR}"/usr/share/osinfo/os/system76.com:"${APPDIR}"/usr/share/osinfo/os/ubuntu.com:"${APPDIR}"/usr/share/osinfo/os/microsoft.com:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-xp.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-8.1.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-7.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-8.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-10.d:"${APPDIR}"/usr/share/osinfo/os/oracle.com:"${APPDIR}"/usr/share/osinfo/os/asianux.com:"${APPDIR}"/usr/share/osinfo/os/pureos.net:"${APPDIR}"/usr/share/osinfo/os/dragonflybsd.org:"${APPDIR}"/usr/share/osinfo/os/apple.com:"${APPDIR}"/usr/share/osinfo/os/novell.com:"${APPDIR}"/usr/share/osinfo/os/clearlinux.org:"${APPDIR}"/usr/share/osinfo/os/android-x86.org:"${APPDIR}"/usr/share/osinfo/os/openbsd.org:"${APPDIR}"/usr/share/osinfo/os/redhat.com:"${APPDIR}"/usr/share/locale:"${APPDIR}"/usr/share/libvirt:"${APPDIR}"/usr/share/libvirt/schemas:"${APPDIR}"/usr/share/libvirt/cpu_map:"${APPDIR}"/usr/share/info:"${APPDIR}"/usr/share/seabios:"${APPDIR}"/usr/share/seabios/optionrom:"${APPDIR}"/usr/share/lintian:"${APPDIR}"/usr/share/lintian/overrides:"${APPDIR}"/usr/share/file:"${APPDIR}"/usr/share/file/magic:"${APPDIR}"/usr/share/man:"${APPDIR}"/usr/share/themes:"${APPDIR}"/usr/share/themes/Default:"${APPDIR}"/usr/share/themes/Default/gtk-3.0:"${APPDIR}"/usr/share/themes/Emacs:"${APPDIR}"/usr/share/themes/Emacs/gtk-3.0:"${APPDIR}"/usr/share/python3:"${APPDIR}"/usr/share/python3/runtime.d:"${APPDIR}"/usr/share/python3/dist:"${APPDIR}"/bin:"${APPDIR}"/lib:"${APPDIR}"/lib/systemd:"${APPDIR}"/lib/systemd/system:"${APPDIR}"/lib/x86_64-linux-gnu:"${APPDIR}"/lib/udev:"${APPDIR}"/lib/udev/rules.d:"${APPDIR}"/sbin:"${APPDIR}"/etc:"${APPDIR}"/etc/libnl-3:"${APPDIR}"/etc/dconf:"${APPDIR}"/etc/dconf/db:"${APPDIR}"/etc/cron.d:"${APPDIR}"/etc/init.d:"${APPDIR}"/etc/pulse:"${APPDIR}"/etc/pulse/client.conf.d:"${APPDIR}"/etc/ca-certificates:"${APPDIR}"/etc/ca-certificates/update.d:"${APPDIR}"/etc/qemu:"${APPDIR}"/etc/qemu/fsfreeze-hook.d:"${APPDIR}"/etc/default:"${APPDIR}"/etc/profile.d:"${APPDIR}"/etc/gtk-3.0:"${APPDIR}"/etc/python3.8:"${APPDIR}"/etc/gss:"${APPDIR}"/etc/gss/mech.d:"${APPDIR}"/etc/ssl:"${APPDIR}"/etc/ssl/certs:"${APPDIR}"/etc/ssl/private:"${APPDIR}"/etc/ldap:"${APPDIR}"/var:"${APPDIR}"/var/lib:"${APPDIR}"/var/lib/usbutils:"${APPDIR}"/var/lib/binfmts:"${PATH}"
export LD_LIBRARY_PATH="${APPDIR}"/usr:"${APPDIR}"/usr/bin:"${APPDIR}"/usr/lib:"${APPDIR}"/usr/lib/binfmt-support:"${APPDIR}"/usr/lib/valgrind:"${APPDIR}"/usr/lib/ipxe:"${APPDIR}"/usr/lib/ipxe/qemu:"${APPDIR}"/usr/lib/qemu:"${APPDIR}"/usr/lib/systemd:"${APPDIR}"/usr/lib/systemd/user:"${APPDIR}"/usr/lib/systemd/user/vte-spawn-.scope.d:"${APPDIR}"/usr/lib/girepository-1.0:"${APPDIR}"/usr/lib/sasl2:"${APPDIR}"/usr/lib/x86_64-linux-gnu:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders:"${APPDIR}"/usr/lib/x86_64-linux-gnu/ceph:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gio:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gio/modules:"${APPDIR}"/usr/lib/x86_64-linux-gnu/engines-1.1:"${APPDIR}"/usr/lib/x86_64-linux-gnu/glib-2.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5/plugins:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5/plugins/preauth:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5/plugins/libkrb5:"${APPDIR}"/usr/lib/x86_64-linux-gnu/qemu:"${APPDIR}"/usr/lib/x86_64-linux-gnu/girepository-1.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/sasl2:"${APPDIR}"/usr/lib/x86_64-linux-gnu/e2fsprogs:"${APPDIR}"/usr/lib/x86_64-linux-gnu/rsocket:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gstreamer1.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gstreamer1.0/gstreamer-1.0:"${APPDIR}"/usr/lib/python3.8:"${APPDIR}"/usr/lib/python3.8/http:"${APPDIR}"/usr/lib/python3.8/venv:"${APPDIR}"/usr/lib/python3.8/venv/scripts:"${APPDIR}"/usr/lib/python3.8/venv/scripts/common:"${APPDIR}"/usr/lib/python3.8/venv/scripts/posix:"${APPDIR}"/usr/lib/python3.8/collections:"${APPDIR}"/usr/lib/python3.8/dbm:"${APPDIR}"/usr/lib/python3.8/urllib:"${APPDIR}"/usr/lib/python3.8/test:"${APPDIR}"/usr/lib/python3.8/test/support:"${APPDIR}"/usr/lib/python3.8/test/libregrtest:"${APPDIR}"/usr/lib/python3.8/distutils:"${APPDIR}"/usr/lib/python3.8/distutils/command:"${APPDIR}"/usr/lib/python3.8/logging:"${APPDIR}"/usr/lib/python3.8/json:"${APPDIR}"/usr/lib/python3.8/concurrent:"${APPDIR}"/usr/lib/python3.8/concurrent/futures:"${APPDIR}"/usr/lib/python3.8/html:"${APPDIR}"/usr/lib/python3.8/wsgiref:"${APPDIR}"/usr/lib/python3.8/curses:"${APPDIR}"/usr/lib/python3.8/xml:"${APPDIR}"/usr/lib/python3.8/xml/sax:"${APPDIR}"/usr/lib/python3.8/xml/dom:"${APPDIR}"/usr/lib/python3.8/xml/etree:"${APPDIR}"/usr/lib/python3.8/xml/parsers:"${APPDIR}"/usr/lib/python3.8/ctypes:"${APPDIR}"/usr/lib/python3.8/pydoc_data:"${APPDIR}"/usr/lib/python3.8/sqlite3:"${APPDIR}"/usr/lib/python3.8/multiprocessing:"${APPDIR}"/usr/lib/python3.8/multiprocessing/dummy:"${APPDIR}"/usr/lib/python3.8/asyncio:"${APPDIR}"/usr/lib/python3.8/importlib:"${APPDIR}"/usr/lib/python3.8/lib2to3:"${APPDIR}"/usr/lib/python3.8/lib2to3/fixes:"${APPDIR}"/usr/lib/python3.8/lib2to3/pgen2:"${APPDIR}"/usr/lib/python3.8/xmlrpc:"${APPDIR}"/usr/lib/python3.8/unittest:"${APPDIR}"/usr/lib/python3.8/encodings:"${APPDIR}"/usr/lib/python3.8/email:"${APPDIR}"/usr/lib/python3.8/email/mime:"${APPDIR}"/usr/lib/python3.8/lib-dynload:"${APPDIR}"/usr/lib/ssl:"${APPDIR}"/usr/lib/ssl/misc:"${APPDIR}"/usr/lib/file:"${APPDIR}"/usr/lib/xen-4.11:"${APPDIR}"/usr/lib/xen-4.11/lib:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/fat:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/ufs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/iso9660:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/xfs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/ext2fs-lib:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/reiserfs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/zfs:"${APPDIR}"/usr/lib/python3:"${APPDIR}"/usr/lib/python3/dist-packages:"${APPDIR}"/usr/lib/python3/dist-packages/chardet-3.0.4.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/requests-2.22.0.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/PyGObject-3.36.0.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/six-1.14.0.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/certifi-2019.11.28.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/requests:"${APPDIR}"/usr/lib/python3/dist-packages/certifi:"${APPDIR}"/usr/lib/python3/dist-packages/chardet:"${APPDIR}"/usr/lib/python3/dist-packages/chardet/cli:"${APPDIR}"/usr/lib/python3/dist-packages/cairo:"${APPDIR}"/usr/lib/python3/dist-packages/idna-2.8.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/pygtkcompat:"${APPDIR}"/usr/lib/python3/dist-packages/dbus:"${APPDIR}"/usr/lib/python3/dist-packages/dbus/mainloop:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/util:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/packages:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/packages/backports:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/packages/ssl_match_hostname:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/contrib:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/contrib/_securetransport:"${APPDIR}"/usr/lib/python3/dist-packages/dbus_python-1.2.16.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/idna:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3-1.25.8.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/gi:"${APPDIR}"/usr/lib/python3/dist-packages/gi/repository:"${APPDIR}"/usr/lib/python3/dist-packages/gi/overrides:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources/_vendor:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources/extern:"${APPDIR}"/usr/libexec:"${APPDIR}"/usr/sbin:"${APPDIR}"/usr/share:"${APPDIR}"/usr/share/doc:"${APPDIR}"/usr/share/adduser:"${APPDIR}"/usr/share/iso-codes:"${APPDIR}"/usr/share/iso-codes/json:"${APPDIR}"/usr/share/pixmaps:"${APPDIR}"/usr/share/pmdk:"${APPDIR}"/usr/share/slof:"${APPDIR}"/usr/share/applications:"${APPDIR}"/usr/share/doc-base:"${APPDIR}"/usr/share/glib-2.0:"${APPDIR}"/usr/share/glib-2.0/schemas:"${APPDIR}"/usr/share/readline:"${APPDIR}"/usr/share/virt-manager:"${APPDIR}"/usr/share/virt-manager/ui:"${APPDIR}"/usr/share/virt-manager/icons:"${APPDIR}"/usr/share/virt-manager/icons/hicolor:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/48x48:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/48x48/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22/status:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22/devices:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/16x16:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/16x16/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/32x32:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/32x32/status:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/32x32/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/24x24:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/24x24/actions:"${APPDIR}"/usr/share/virt-manager/virtconv:"${APPDIR}"/usr/share/virt-manager/virtinst:"${APPDIR}"/usr/share/virt-manager/virtinst/domain:"${APPDIR}"/usr/share/virt-manager/virtinst/install:"${APPDIR}"/usr/share/virt-manager/virtinst/devices:"${APPDIR}"/usr/share/virt-manager/virtManager:"${APPDIR}"/usr/share/virt-manager/virtManager/details:"${APPDIR}"/usr/share/virt-manager/virtManager/object:"${APPDIR}"/usr/share/virt-manager/virtManager/lib:"${APPDIR}"/usr/share/virt-manager/virtManager/device:"${APPDIR}"/usr/share/dbus-1:"${APPDIR}"/usr/share/dbus-1/services:"${APPDIR}"/usr/share/thumbnailers:"${APPDIR}"/usr/share/perl5:"${APPDIR}"/usr/share/perl5/Debian:"${APPDIR}"/usr/share/xml:"${APPDIR}"/usr/share/xml/iso-codes:"${APPDIR}"/usr/share/apport:"${APPDIR}"/usr/share/apport/package-hooks:"${APPDIR}"/usr/share/ca-certificates:"${APPDIR}"/usr/share/ca-certificates/mozilla:"${APPDIR}"/usr/share/qemu:"${APPDIR}"/usr/share/qemu/init:"${APPDIR}"/usr/share/qemu/vhost-user:"${APPDIR}"/usr/share/qemu/keymaps:"${APPDIR}"/usr/share/appdata:"${APPDIR}"/usr/share/icons:"${APPDIR}"/usr/share/icons/hicolor:"${APPDIR}"/usr/share/icons/hicolor/48x48:"${APPDIR}"/usr/share/icons/hicolor/48x48/apps:"${APPDIR}"/usr/share/icons/hicolor/256x256:"${APPDIR}"/usr/share/icons/hicolor/256x256/apps:"${APPDIR}"/usr/share/icons/hicolor/22x22:"${APPDIR}"/usr/share/icons/hicolor/22x22/apps:"${APPDIR}"/usr/share/icons/hicolor/16x16:"${APPDIR}"/usr/share/icons/hicolor/16x16/apps:"${APPDIR}"/usr/share/icons/hicolor/32x32:"${APPDIR}"/usr/share/icons/hicolor/32x32/apps:"${APPDIR}"/usr/share/icons/hicolor/64x64:"${APPDIR}"/usr/share/icons/hicolor/64x64/apps:"${APPDIR}"/usr/share/icons/hicolor/24x24:"${APPDIR}"/usr/share/icons/hicolor/24x24/apps:"${APPDIR}"/usr/share/icons/hicolor/scalable:"${APPDIR}"/usr/share/icons/hicolor/scalable/apps:"${APPDIR}"/usr/share/icons/hicolor/128x128:"${APPDIR}"/usr/share/icons/hicolor/128x128/apps:"${APPDIR}"/usr/share/icons/hicolor/512x512:"${APPDIR}"/usr/share/icons/hicolor/512x512/apps:"${APPDIR}"/usr/share/zoneinfo:"${APPDIR}"/usr/share/zoneinfo/Mexico:"${APPDIR}"/usr/share/zoneinfo/Atlantic:"${APPDIR}"/usr/share/zoneinfo/Etc:"${APPDIR}"/usr/share/zoneinfo/Asia:"${APPDIR}"/usr/share/zoneinfo/Canada:"${APPDIR}"/usr/share/zoneinfo/America:"${APPDIR}"/usr/share/zoneinfo/America/Kentucky:"${APPDIR}"/usr/share/zoneinfo/America/Argentina:"${APPDIR}"/usr/share/zoneinfo/America/Indiana:"${APPDIR}"/usr/share/zoneinfo/America/North_Dakota:"${APPDIR}"/usr/share/zoneinfo/right:"${APPDIR}"/usr/share/zoneinfo/right/Mexico:"${APPDIR}"/usr/share/zoneinfo/right/Atlantic:"${APPDIR}"/usr/share/zoneinfo/right/Etc:"${APPDIR}"/usr/share/zoneinfo/right/Asia:"${APPDIR}"/usr/share/zoneinfo/right/Canada:"${APPDIR}"/usr/share/zoneinfo/right/America:"${APPDIR}"/usr/share/zoneinfo/right/America/Kentucky:"${APPDIR}"/usr/share/zoneinfo/right/America/Argentina:"${APPDIR}"/usr/share/zoneinfo/right/America/Indiana:"${APPDIR}"/usr/share/zoneinfo/right/America/North_Dakota:"${APPDIR}"/usr/share/zoneinfo/right/Africa:"${APPDIR}"/usr/share/zoneinfo/right/Indian:"${APPDIR}"/usr/share/zoneinfo/right/Europe:"${APPDIR}"/usr/share/zoneinfo/right/SystemV:"${APPDIR}"/usr/share/zoneinfo/right/Arctic:"${APPDIR}"/usr/share/zoneinfo/right/Antarctica:"${APPDIR}"/usr/share/zoneinfo/right/Pacific:"${APPDIR}"/usr/share/zoneinfo/right/Brazil:"${APPDIR}"/usr/share/zoneinfo/right/Australia:"${APPDIR}"/usr/share/zoneinfo/right/Chile:"${APPDIR}"/usr/share/zoneinfo/right/US:"${APPDIR}"/usr/share/zoneinfo/Africa:"${APPDIR}"/usr/share/zoneinfo/Indian:"${APPDIR}"/usr/share/zoneinfo/Europe:"${APPDIR}"/usr/share/zoneinfo/SystemV:"${APPDIR}"/usr/share/zoneinfo/Arctic:"${APPDIR}"/usr/share/zoneinfo/Antarctica:"${APPDIR}"/usr/share/zoneinfo/Pacific:"${APPDIR}"/usr/share/zoneinfo/Brazil:"${APPDIR}"/usr/share/zoneinfo/Australia:"${APPDIR}"/usr/share/zoneinfo/posix:"${APPDIR}"/usr/share/zoneinfo/posix/Mexico:"${APPDIR}"/usr/share/zoneinfo/posix/Atlantic:"${APPDIR}"/usr/share/zoneinfo/posix/Etc:"${APPDIR}"/usr/share/zoneinfo/posix/Asia:"${APPDIR}"/usr/share/zoneinfo/posix/Canada:"${APPDIR}"/usr/share/zoneinfo/posix/America:"${APPDIR}"/usr/share/zoneinfo/posix/America/Kentucky:"${APPDIR}"/usr/share/zoneinfo/posix/America/Argentina:"${APPDIR}"/usr/share/zoneinfo/posix/America/Indiana:"${APPDIR}"/usr/share/zoneinfo/posix/America/North_Dakota:"${APPDIR}"/usr/share/zoneinfo/posix/Africa:"${APPDIR}"/usr/share/zoneinfo/posix/Indian:"${APPDIR}"/usr/share/zoneinfo/posix/Europe:"${APPDIR}"/usr/share/zoneinfo/posix/SystemV:"${APPDIR}"/usr/share/zoneinfo/posix/Arctic:"${APPDIR}"/usr/share/zoneinfo/posix/Antarctica:"${APPDIR}"/usr/share/zoneinfo/posix/Pacific:"${APPDIR}"/usr/share/zoneinfo/posix/Brazil:"${APPDIR}"/usr/share/zoneinfo/posix/Australia:"${APPDIR}"/usr/share/zoneinfo/posix/Chile:"${APPDIR}"/usr/share/zoneinfo/posix/US:"${APPDIR}"/usr/share/zoneinfo/Chile:"${APPDIR}"/usr/share/zoneinfo/US:"${APPDIR}"/usr/share/gtksourceview-4:"${APPDIR}"/usr/share/gtksourceview-4/language-specs:"${APPDIR}"/usr/share/gtksourceview-4/styles:"${APPDIR}"/usr/share/binfmts:"${APPDIR}"/usr/share/misc:"${APPDIR}"/usr/share/gst-plugins-base:"${APPDIR}"/usr/share/gst-plugins-base/1.0:"${APPDIR}"/usr/share/zoneinfo-icu:"${APPDIR}"/usr/share/zoneinfo-icu/44:"${APPDIR}"/usr/share/zoneinfo-icu/44/be:"${APPDIR}"/usr/share/zoneinfo-icu/44/le:"${APPDIR}"/usr/share/bug:"${APPDIR}"/usr/share/bug/virt-manager:"${APPDIR}"/usr/share/bug/usbutils:"${APPDIR}"/usr/share/bug/libmagic1:"${APPDIR}"/usr/share/pkgconfig:"${APPDIR}"/usr/share/X11:"${APPDIR}"/usr/share/X11/locale:"${APPDIR}"/usr/share/bash-completion:"${APPDIR}"/usr/share/bash-completion/completions:"${APPDIR}"/usr/share/osinfo:"${APPDIR}"/usr/share/osinfo/install-script:"${APPDIR}"/usr/share/osinfo/install-script/opensuse.org:"${APPDIR}"/usr/share/osinfo/install-script/fedoraproject.org:"${APPDIR}"/usr/share/osinfo/install-script/debian.org:"${APPDIR}"/usr/share/osinfo/install-script/ubuntu.com:"${APPDIR}"/usr/share/osinfo/install-script/microsoft.com:"${APPDIR}"/usr/share/osinfo/install-script/redhat.com:"${APPDIR}"/usr/share/osinfo/datamap:"${APPDIR}"/usr/share/osinfo/datamap/microsoft.com:"${APPDIR}"/usr/share/osinfo/datamap/x.org:"${APPDIR}"/usr/share/osinfo/device:"${APPDIR}"/usr/share/osinfo/device/usb.org:"${APPDIR}"/usr/share/osinfo/device/usb.org/usb-80ee-0021.d:"${APPDIR}"/usr/share/osinfo/device/xen.org:"${APPDIR}"/usr/share/osinfo/device/ibasetechnologies.net:"${APPDIR}"/usr/share/osinfo/device/pcisig.com:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1009.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1000.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-10ec-8029.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1042.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1049.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-25ab.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1044.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1274-5000.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-2415.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1013-00b8.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-10ec-8139.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1003.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1043.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1002.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1005.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-293e.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-10d3.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-2668.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1001.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1048.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1050.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1052.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1004.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1b36-0004.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-100e.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1041.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-15ad-0710.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1045.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1022-2000.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1033-0194.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1000-0012.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1b36-0100.d:"${APPDIR}"/usr/share/osinfo/device/qemu.org:"${APPDIR}"/usr/share/osinfo/device/ibm.com:"${APPDIR}"/usr/share/osinfo/schema:"${APPDIR}"/usr/share/osinfo/platform:"${APPDIR}"/usr/share/osinfo/platform/xen.org:"${APPDIR}"/usr/share/osinfo/platform/qemu.org:"${APPDIR}"/usr/share/osinfo/platform/linux-kvm.org:"${APPDIR}"/usr/share/osinfo/platform/redhat.com:"${APPDIR}"/usr/share/osinfo/os:"${APPDIR}"/usr/share/osinfo/os/mandriva.com:"${APPDIR}"/usr/share/osinfo/os/elementary.io:"${APPDIR}"/usr/share/osinfo/os/freedos.org:"${APPDIR}"/usr/share/osinfo/os/endlessos.com:"${APPDIR}"/usr/share/osinfo/os/centos.org:"${APPDIR}"/usr/share/osinfo/os/gentoo.org:"${APPDIR}"/usr/share/osinfo/os/mageia.org:"${APPDIR}"/usr/share/osinfo/os/alpinelinux.org:"${APPDIR}"/usr/share/osinfo/os/haiku-os.org:"${APPDIR}"/usr/share/osinfo/os/scientificlinux.org:"${APPDIR}"/usr/share/osinfo/os/archlinux.org:"${APPDIR}"/usr/share/osinfo/os/opensuse.org:"${APPDIR}"/usr/share/osinfo/os/fedoraproject.org:"${APPDIR}"/usr/share/osinfo/os/cirros-cloud.net:"${APPDIR}"/usr/share/osinfo/os/gnome.org:"${APPDIR}"/usr/share/osinfo/os/netbsd.org:"${APPDIR}"/usr/share/osinfo/os/altlinux.org:"${APPDIR}"/usr/share/osinfo/os/debian.org:"${APPDIR}"/usr/share/osinfo/os/voidlinux.org:"${APPDIR}"/usr/share/osinfo/os/suse.com:"${APPDIR}"/usr/share/osinfo/os/sun.com:"${APPDIR}"/usr/share/osinfo/os/freebsd.org:"${APPDIR}"/usr/share/osinfo/os/system76.com:"${APPDIR}"/usr/share/osinfo/os/ubuntu.com:"${APPDIR}"/usr/share/osinfo/os/microsoft.com:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-xp.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-8.1.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-7.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-8.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-10.d:"${APPDIR}"/usr/share/osinfo/os/oracle.com:"${APPDIR}"/usr/share/osinfo/os/asianux.com:"${APPDIR}"/usr/share/osinfo/os/pureos.net:"${APPDIR}"/usr/share/osinfo/os/dragonflybsd.org:"${APPDIR}"/usr/share/osinfo/os/apple.com:"${APPDIR}"/usr/share/osinfo/os/novell.com:"${APPDIR}"/usr/share/osinfo/os/clearlinux.org:"${APPDIR}"/usr/share/osinfo/os/android-x86.org:"${APPDIR}"/usr/share/osinfo/os/openbsd.org:"${APPDIR}"/usr/share/osinfo/os/redhat.com:"${APPDIR}"/usr/share/locale:"${APPDIR}"/usr/share/libvirt:"${APPDIR}"/usr/share/libvirt/schemas:"${APPDIR}"/usr/share/libvirt/cpu_map:"${APPDIR}"/usr/share/info:"${APPDIR}"/usr/share/seabios:"${APPDIR}"/usr/share/seabios/optionrom:"${APPDIR}"/usr/share/lintian:"${APPDIR}"/usr/share/lintian/overrides:"${APPDIR}"/usr/share/file:"${APPDIR}"/usr/share/file/magic:"${APPDIR}"/usr/share/man:"${APPDIR}"/usr/share/themes:"${APPDIR}"/usr/share/themes/Default:"${APPDIR}"/usr/share/themes/Default/gtk-3.0:"${APPDIR}"/usr/share/themes/Emacs:"${APPDIR}"/usr/share/themes/Emacs/gtk-3.0:"${APPDIR}"/usr/share/python3:"${APPDIR}"/usr/share/python3/runtime.d:"${APPDIR}"/usr/share/python3/dist:"${APPDIR}"/bin:"${APPDIR}"/lib:"${APPDIR}"/lib/systemd:"${APPDIR}"/lib/systemd/system:"${APPDIR}"/lib/x86_64-linux-gnu:"${APPDIR}"/lib/udev:"${APPDIR}"/lib/udev/rules.d:"${APPDIR}"/sbin:"${APPDIR}"/etc:"${APPDIR}"/etc/libnl-3:"${APPDIR}"/etc/dconf:"${APPDIR}"/etc/dconf/db:"${APPDIR}"/etc/cron.d:"${APPDIR}"/etc/init.d:"${APPDIR}"/etc/pulse:"${APPDIR}"/etc/pulse/client.conf.d:"${APPDIR}"/etc/ca-certificates:"${APPDIR}"/etc/ca-certificates/update.d:"${APPDIR}"/etc/qemu:"${APPDIR}"/etc/qemu/fsfreeze-hook.d:"${APPDIR}"/etc/default:"${APPDIR}"/etc/profile.d:"${APPDIR}"/etc/gtk-3.0:"${APPDIR}"/etc/python3.8:"${APPDIR}"/etc/gss:"${APPDIR}"/etc/gss/mech.d:"${APPDIR}"/etc/ssl:"${APPDIR}"/etc/ssl/certs:"${APPDIR}"/etc/ssl/private:"${APPDIR}"/etc/ldap:"${APPDIR}"/var:"${APPDIR}"/var/lib:"${APPDIR}"/var/lib/usbutils:"${APPDIR}"/var/lib/binfmts:"${LD_LIBRARY_PATH}"
export PYTHONPATH="${APPDIR}"/usr:"${APPDIR}"/usr/bin:"${APPDIR}"/usr/lib:"${APPDIR}"/usr/lib/binfmt-support:"${APPDIR}"/usr/lib/valgrind:"${APPDIR}"/usr/lib/ipxe:"${APPDIR}"/usr/lib/ipxe/qemu:"${APPDIR}"/usr/lib/qemu:"${APPDIR}"/usr/lib/systemd:"${APPDIR}"/usr/lib/systemd/user:"${APPDIR}"/usr/lib/systemd/user/vte-spawn-.scope.d:"${APPDIR}"/usr/lib/girepository-1.0:"${APPDIR}"/usr/lib/sasl2:"${APPDIR}"/usr/lib/x86_64-linux-gnu:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders:"${APPDIR}"/usr/lib/x86_64-linux-gnu/ceph:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gio:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gio/modules:"${APPDIR}"/usr/lib/x86_64-linux-gnu/engines-1.1:"${APPDIR}"/usr/lib/x86_64-linux-gnu/glib-2.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5/plugins:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5/plugins/preauth:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5/plugins/libkrb5:"${APPDIR}"/usr/lib/x86_64-linux-gnu/qemu:"${APPDIR}"/usr/lib/x86_64-linux-gnu/girepository-1.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/sasl2:"${APPDIR}"/usr/lib/x86_64-linux-gnu/e2fsprogs:"${APPDIR}"/usr/lib/x86_64-linux-gnu/rsocket:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gstreamer1.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gstreamer1.0/gstreamer-1.0:"${APPDIR}"/usr/lib/python3.8:"${APPDIR}"/usr/lib/python3.8/http:"${APPDIR}"/usr/lib/python3.8/venv:"${APPDIR}"/usr/lib/python3.8/venv/scripts:"${APPDIR}"/usr/lib/python3.8/venv/scripts/common:"${APPDIR}"/usr/lib/python3.8/venv/scripts/posix:"${APPDIR}"/usr/lib/python3.8/collections:"${APPDIR}"/usr/lib/python3.8/dbm:"${APPDIR}"/usr/lib/python3.8/urllib:"${APPDIR}"/usr/lib/python3.8/test:"${APPDIR}"/usr/lib/python3.8/test/support:"${APPDIR}"/usr/lib/python3.8/test/libregrtest:"${APPDIR}"/usr/lib/python3.8/distutils:"${APPDIR}"/usr/lib/python3.8/distutils/command:"${APPDIR}"/usr/lib/python3.8/logging:"${APPDIR}"/usr/lib/python3.8/json:"${APPDIR}"/usr/lib/python3.8/concurrent:"${APPDIR}"/usr/lib/python3.8/concurrent/futures:"${APPDIR}"/usr/lib/python3.8/html:"${APPDIR}"/usr/lib/python3.8/wsgiref:"${APPDIR}"/usr/lib/python3.8/curses:"${APPDIR}"/usr/lib/python3.8/xml:"${APPDIR}"/usr/lib/python3.8/xml/sax:"${APPDIR}"/usr/lib/python3.8/xml/dom:"${APPDIR}"/usr/lib/python3.8/xml/etree:"${APPDIR}"/usr/lib/python3.8/xml/parsers:"${APPDIR}"/usr/lib/python3.8/ctypes:"${APPDIR}"/usr/lib/python3.8/pydoc_data:"${APPDIR}"/usr/lib/python3.8/sqlite3:"${APPDIR}"/usr/lib/python3.8/multiprocessing:"${APPDIR}"/usr/lib/python3.8/multiprocessing/dummy:"${APPDIR}"/usr/lib/python3.8/asyncio:"${APPDIR}"/usr/lib/python3.8/importlib:"${APPDIR}"/usr/lib/python3.8/lib2to3:"${APPDIR}"/usr/lib/python3.8/lib2to3/fixes:"${APPDIR}"/usr/lib/python3.8/lib2to3/pgen2:"${APPDIR}"/usr/lib/python3.8/xmlrpc:"${APPDIR}"/usr/lib/python3.8/unittest:"${APPDIR}"/usr/lib/python3.8/encodings:"${APPDIR}"/usr/lib/python3.8/email:"${APPDIR}"/usr/lib/python3.8/email/mime:"${APPDIR}"/usr/lib/python3.8/lib-dynload:"${APPDIR}"/usr/lib/ssl:"${APPDIR}"/usr/lib/ssl/misc:"${APPDIR}"/usr/lib/file:"${APPDIR}"/usr/lib/xen-4.11:"${APPDIR}"/usr/lib/xen-4.11/lib:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/fat:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/ufs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/iso9660:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/xfs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/ext2fs-lib:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/reiserfs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/zfs:"${APPDIR}"/usr/lib/python3:"${APPDIR}"/usr/lib/python3/dist-packages:"${APPDIR}"/usr/lib/python3/dist-packages/chardet-3.0.4.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/requests-2.22.0.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/PyGObject-3.36.0.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/six-1.14.0.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/certifi-2019.11.28.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/requests:"${APPDIR}"/usr/lib/python3/dist-packages/certifi:"${APPDIR}"/usr/lib/python3/dist-packages/chardet:"${APPDIR}"/usr/lib/python3/dist-packages/chardet/cli:"${APPDIR}"/usr/lib/python3/dist-packages/cairo:"${APPDIR}"/usr/lib/python3/dist-packages/idna-2.8.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/pygtkcompat:"${APPDIR}"/usr/lib/python3/dist-packages/dbus:"${APPDIR}"/usr/lib/python3/dist-packages/dbus/mainloop:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/util:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/packages:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/packages/backports:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/packages/ssl_match_hostname:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/contrib:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/contrib/_securetransport:"${APPDIR}"/usr/lib/python3/dist-packages/dbus_python-1.2.16.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/idna:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3-1.25.8.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/gi:"${APPDIR}"/usr/lib/python3/dist-packages/gi/repository:"${APPDIR}"/usr/lib/python3/dist-packages/gi/overrides:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources/_vendor:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources/extern:"${APPDIR}"/usr/libexec:"${APPDIR}"/usr/sbin:"${APPDIR}"/usr/share:"${APPDIR}"/usr/share/doc:"${APPDIR}"/usr/share/adduser:"${APPDIR}"/usr/share/iso-codes:"${APPDIR}"/usr/share/iso-codes/json:"${APPDIR}"/usr/share/pixmaps:"${APPDIR}"/usr/share/pmdk:"${APPDIR}"/usr/share/slof:"${APPDIR}"/usr/share/applications:"${APPDIR}"/usr/share/doc-base:"${APPDIR}"/usr/share/glib-2.0:"${APPDIR}"/usr/share/glib-2.0/schemas:"${APPDIR}"/usr/share/readline:"${APPDIR}"/usr/share/virt-manager:"${APPDIR}"/usr/share/virt-manager/ui:"${APPDIR}"/usr/share/virt-manager/icons:"${APPDIR}"/usr/share/virt-manager/icons/hicolor:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/48x48:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/48x48/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22/status:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22/devices:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/16x16:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/16x16/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/32x32:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/32x32/status:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/32x32/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/24x24:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/24x24/actions:"${APPDIR}"/usr/share/virt-manager/virtconv:"${APPDIR}"/usr/share/virt-manager/virtinst:"${APPDIR}"/usr/share/virt-manager/virtinst/domain:"${APPDIR}"/usr/share/virt-manager/virtinst/install:"${APPDIR}"/usr/share/virt-manager/virtinst/devices:"${APPDIR}"/usr/share/virt-manager/virtManager:"${APPDIR}"/usr/share/virt-manager/virtManager/details:"${APPDIR}"/usr/share/virt-manager/virtManager/object:"${APPDIR}"/usr/share/virt-manager/virtManager/lib:"${APPDIR}"/usr/share/virt-manager/virtManager/device:"${APPDIR}"/usr/share/dbus-1:"${APPDIR}"/usr/share/dbus-1/services:"${APPDIR}"/usr/share/thumbnailers:"${APPDIR}"/usr/share/perl5:"${APPDIR}"/usr/share/perl5/Debian:"${APPDIR}"/usr/share/xml:"${APPDIR}"/usr/share/xml/iso-codes:"${APPDIR}"/usr/share/apport:"${APPDIR}"/usr/share/apport/package-hooks:"${APPDIR}"/usr/share/ca-certificates:"${APPDIR}"/usr/share/ca-certificates/mozilla:"${APPDIR}"/usr/share/qemu:"${APPDIR}"/usr/share/qemu/init:"${APPDIR}"/usr/share/qemu/vhost-user:"${APPDIR}"/usr/share/qemu/keymaps:"${APPDIR}"/usr/share/appdata:"${APPDIR}"/usr/share/icons:"${APPDIR}"/usr/share/icons/hicolor:"${APPDIR}"/usr/share/icons/hicolor/48x48:"${APPDIR}"/usr/share/icons/hicolor/48x48/apps:"${APPDIR}"/usr/share/icons/hicolor/256x256:"${APPDIR}"/usr/share/icons/hicolor/256x256/apps:"${APPDIR}"/usr/share/icons/hicolor/22x22:"${APPDIR}"/usr/share/icons/hicolor/22x22/apps:"${APPDIR}"/usr/share/icons/hicolor/16x16:"${APPDIR}"/usr/share/icons/hicolor/16x16/apps:"${APPDIR}"/usr/share/icons/hicolor/32x32:"${APPDIR}"/usr/share/icons/hicolor/32x32/apps:"${APPDIR}"/usr/share/icons/hicolor/64x64:"${APPDIR}"/usr/share/icons/hicolor/64x64/apps:"${APPDIR}"/usr/share/icons/hicolor/24x24:"${APPDIR}"/usr/share/icons/hicolor/24x24/apps:"${APPDIR}"/usr/share/icons/hicolor/scalable:"${APPDIR}"/usr/share/icons/hicolor/scalable/apps:"${APPDIR}"/usr/share/icons/hicolor/128x128:"${APPDIR}"/usr/share/icons/hicolor/128x128/apps:"${APPDIR}"/usr/share/icons/hicolor/512x512:"${APPDIR}"/usr/share/icons/hicolor/512x512/apps:"${APPDIR}"/usr/share/zoneinfo:"${APPDIR}"/usr/share/zoneinfo/Mexico:"${APPDIR}"/usr/share/zoneinfo/Atlantic:"${APPDIR}"/usr/share/zoneinfo/Etc:"${APPDIR}"/usr/share/zoneinfo/Asia:"${APPDIR}"/usr/share/zoneinfo/Canada:"${APPDIR}"/usr/share/zoneinfo/America:"${APPDIR}"/usr/share/zoneinfo/America/Kentucky:"${APPDIR}"/usr/share/zoneinfo/America/Argentina:"${APPDIR}"/usr/share/zoneinfo/America/Indiana:"${APPDIR}"/usr/share/zoneinfo/America/North_Dakota:"${APPDIR}"/usr/share/zoneinfo/right:"${APPDIR}"/usr/share/zoneinfo/right/Mexico:"${APPDIR}"/usr/share/zoneinfo/right/Atlantic:"${APPDIR}"/usr/share/zoneinfo/right/Etc:"${APPDIR}"/usr/share/zoneinfo/right/Asia:"${APPDIR}"/usr/share/zoneinfo/right/Canada:"${APPDIR}"/usr/share/zoneinfo/right/America:"${APPDIR}"/usr/share/zoneinfo/right/America/Kentucky:"${APPDIR}"/usr/share/zoneinfo/right/America/Argentina:"${APPDIR}"/usr/share/zoneinfo/right/America/Indiana:"${APPDIR}"/usr/share/zoneinfo/right/America/North_Dakota:"${APPDIR}"/usr/share/zoneinfo/right/Africa:"${APPDIR}"/usr/share/zoneinfo/right/Indian:"${APPDIR}"/usr/share/zoneinfo/right/Europe:"${APPDIR}"/usr/share/zoneinfo/right/SystemV:"${APPDIR}"/usr/share/zoneinfo/right/Arctic:"${APPDIR}"/usr/share/zoneinfo/right/Antarctica:"${APPDIR}"/usr/share/zoneinfo/right/Pacific:"${APPDIR}"/usr/share/zoneinfo/right/Brazil:"${APPDIR}"/usr/share/zoneinfo/right/Australia:"${APPDIR}"/usr/share/zoneinfo/right/Chile:"${APPDIR}"/usr/share/zoneinfo/right/US:"${APPDIR}"/usr/share/zoneinfo/Africa:"${APPDIR}"/usr/share/zoneinfo/Indian:"${APPDIR}"/usr/share/zoneinfo/Europe:"${APPDIR}"/usr/share/zoneinfo/SystemV:"${APPDIR}"/usr/share/zoneinfo/Arctic:"${APPDIR}"/usr/share/zoneinfo/Antarctica:"${APPDIR}"/usr/share/zoneinfo/Pacific:"${APPDIR}"/usr/share/zoneinfo/Brazil:"${APPDIR}"/usr/share/zoneinfo/Australia:"${APPDIR}"/usr/share/zoneinfo/posix:"${APPDIR}"/usr/share/zoneinfo/posix/Mexico:"${APPDIR}"/usr/share/zoneinfo/posix/Atlantic:"${APPDIR}"/usr/share/zoneinfo/posix/Etc:"${APPDIR}"/usr/share/zoneinfo/posix/Asia:"${APPDIR}"/usr/share/zoneinfo/posix/Canada:"${APPDIR}"/usr/share/zoneinfo/posix/America:"${APPDIR}"/usr/share/zoneinfo/posix/America/Kentucky:"${APPDIR}"/usr/share/zoneinfo/posix/America/Argentina:"${APPDIR}"/usr/share/zoneinfo/posix/America/Indiana:"${APPDIR}"/usr/share/zoneinfo/posix/America/North_Dakota:"${APPDIR}"/usr/share/zoneinfo/posix/Africa:"${APPDIR}"/usr/share/zoneinfo/posix/Indian:"${APPDIR}"/usr/share/zoneinfo/posix/Europe:"${APPDIR}"/usr/share/zoneinfo/posix/SystemV:"${APPDIR}"/usr/share/zoneinfo/posix/Arctic:"${APPDIR}"/usr/share/zoneinfo/posix/Antarctica:"${APPDIR}"/usr/share/zoneinfo/posix/Pacific:"${APPDIR}"/usr/share/zoneinfo/posix/Brazil:"${APPDIR}"/usr/share/zoneinfo/posix/Australia:"${APPDIR}"/usr/share/zoneinfo/posix/Chile:"${APPDIR}"/usr/share/zoneinfo/posix/US:"${APPDIR}"/usr/share/zoneinfo/Chile:"${APPDIR}"/usr/share/zoneinfo/US:"${APPDIR}"/usr/share/gtksourceview-4:"${APPDIR}"/usr/share/gtksourceview-4/language-specs:"${APPDIR}"/usr/share/gtksourceview-4/styles:"${APPDIR}"/usr/share/binfmts:"${APPDIR}"/usr/share/misc:"${APPDIR}"/usr/share/gst-plugins-base:"${APPDIR}"/usr/share/gst-plugins-base/1.0:"${APPDIR}"/usr/share/zoneinfo-icu:"${APPDIR}"/usr/share/zoneinfo-icu/44:"${APPDIR}"/usr/share/zoneinfo-icu/44/be:"${APPDIR}"/usr/share/zoneinfo-icu/44/le:"${APPDIR}"/usr/share/bug:"${APPDIR}"/usr/share/bug/virt-manager:"${APPDIR}"/usr/share/bug/usbutils:"${APPDIR}"/usr/share/bug/libmagic1:"${APPDIR}"/usr/share/pkgconfig:"${APPDIR}"/usr/share/X11:"${APPDIR}"/usr/share/X11/locale:"${APPDIR}"/usr/share/bash-completion:"${APPDIR}"/usr/share/bash-completion/completions:"${APPDIR}"/usr/share/osinfo:"${APPDIR}"/usr/share/osinfo/install-script:"${APPDIR}"/usr/share/osinfo/install-script/opensuse.org:"${APPDIR}"/usr/share/osinfo/install-script/fedoraproject.org:"${APPDIR}"/usr/share/osinfo/install-script/debian.org:"${APPDIR}"/usr/share/osinfo/install-script/ubuntu.com:"${APPDIR}"/usr/share/osinfo/install-script/microsoft.com:"${APPDIR}"/usr/share/osinfo/install-script/redhat.com:"${APPDIR}"/usr/share/osinfo/datamap:"${APPDIR}"/usr/share/osinfo/datamap/microsoft.com:"${APPDIR}"/usr/share/osinfo/datamap/x.org:"${APPDIR}"/usr/share/osinfo/device:"${APPDIR}"/usr/share/osinfo/device/usb.org:"${APPDIR}"/usr/share/osinfo/device/usb.org/usb-80ee-0021.d:"${APPDIR}"/usr/share/osinfo/device/xen.org:"${APPDIR}"/usr/share/osinfo/device/ibasetechnologies.net:"${APPDIR}"/usr/share/osinfo/device/pcisig.com:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1009.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1000.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-10ec-8029.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1042.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1049.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-25ab.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1044.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1274-5000.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-2415.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1013-00b8.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-10ec-8139.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1003.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1043.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1002.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1005.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-293e.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-10d3.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-2668.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1001.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1048.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1050.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1052.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1004.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1b36-0004.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-100e.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1041.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-15ad-0710.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1045.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1022-2000.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1033-0194.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1000-0012.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1b36-0100.d:"${APPDIR}"/usr/share/osinfo/device/qemu.org:"${APPDIR}"/usr/share/osinfo/device/ibm.com:"${APPDIR}"/usr/share/osinfo/schema:"${APPDIR}"/usr/share/osinfo/platform:"${APPDIR}"/usr/share/osinfo/platform/xen.org:"${APPDIR}"/usr/share/osinfo/platform/qemu.org:"${APPDIR}"/usr/share/osinfo/platform/linux-kvm.org:"${APPDIR}"/usr/share/osinfo/platform/redhat.com:"${APPDIR}"/usr/share/osinfo/os:"${APPDIR}"/usr/share/osinfo/os/mandriva.com:"${APPDIR}"/usr/share/osinfo/os/elementary.io:"${APPDIR}"/usr/share/osinfo/os/freedos.org:"${APPDIR}"/usr/share/osinfo/os/endlessos.com:"${APPDIR}"/usr/share/osinfo/os/centos.org:"${APPDIR}"/usr/share/osinfo/os/gentoo.org:"${APPDIR}"/usr/share/osinfo/os/mageia.org:"${APPDIR}"/usr/share/osinfo/os/alpinelinux.org:"${APPDIR}"/usr/share/osinfo/os/haiku-os.org:"${APPDIR}"/usr/share/osinfo/os/scientificlinux.org:"${APPDIR}"/usr/share/osinfo/os/archlinux.org:"${APPDIR}"/usr/share/osinfo/os/opensuse.org:"${APPDIR}"/usr/share/osinfo/os/fedoraproject.org:"${APPDIR}"/usr/share/osinfo/os/cirros-cloud.net:"${APPDIR}"/usr/share/osinfo/os/gnome.org:"${APPDIR}"/usr/share/osinfo/os/netbsd.org:"${APPDIR}"/usr/share/osinfo/os/altlinux.org:"${APPDIR}"/usr/share/osinfo/os/debian.org:"${APPDIR}"/usr/share/osinfo/os/voidlinux.org:"${APPDIR}"/usr/share/osinfo/os/suse.com:"${APPDIR}"/usr/share/osinfo/os/sun.com:"${APPDIR}"/usr/share/osinfo/os/freebsd.org:"${APPDIR}"/usr/share/osinfo/os/system76.com:"${APPDIR}"/usr/share/osinfo/os/ubuntu.com:"${APPDIR}"/usr/share/osinfo/os/microsoft.com:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-xp.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-8.1.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-7.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-8.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-10.d:"${APPDIR}"/usr/share/osinfo/os/oracle.com:"${APPDIR}"/usr/share/osinfo/os/asianux.com:"${APPDIR}"/usr/share/osinfo/os/pureos.net:"${APPDIR}"/usr/share/osinfo/os/dragonflybsd.org:"${APPDIR}"/usr/share/osinfo/os/apple.com:"${APPDIR}"/usr/share/osinfo/os/novell.com:"${APPDIR}"/usr/share/osinfo/os/clearlinux.org:"${APPDIR}"/usr/share/osinfo/os/android-x86.org:"${APPDIR}"/usr/share/osinfo/os/openbsd.org:"${APPDIR}"/usr/share/osinfo/os/redhat.com:"${APPDIR}"/usr/share/locale:"${APPDIR}"/usr/share/libvirt:"${APPDIR}"/usr/share/libvirt/schemas:"${APPDIR}"/usr/share/libvirt/cpu_map:"${APPDIR}"/usr/share/info:"${APPDIR}"/usr/share/seabios:"${APPDIR}"/usr/share/seabios/optionrom:"${APPDIR}"/usr/share/lintian:"${APPDIR}"/usr/share/lintian/overrides:"${APPDIR}"/usr/share/file:"${APPDIR}"/usr/share/file/magic:"${APPDIR}"/usr/share/man:"${APPDIR}"/usr/share/themes:"${APPDIR}"/usr/share/themes/Default:"${APPDIR}"/usr/share/themes/Default/gtk-3.0:"${APPDIR}"/usr/share/themes/Emacs:"${APPDIR}"/usr/share/themes/Emacs/gtk-3.0:"${APPDIR}"/usr/share/python3:"${APPDIR}"/usr/share/python3/runtime.d:"${APPDIR}"/usr/share/python3/dist:"${APPDIR}"/bin:"${APPDIR}"/lib:"${APPDIR}"/lib/systemd:"${APPDIR}"/lib/systemd/system:"${APPDIR}"/lib/x86_64-linux-gnu:"${APPDIR}"/lib/udev:"${APPDIR}"/lib/udev/rules.d:"${APPDIR}"/sbin:"${APPDIR}"/etc:"${APPDIR}"/etc/libnl-3:"${APPDIR}"/etc/dconf:"${APPDIR}"/etc/dconf/db:"${APPDIR}"/etc/cron.d:"${APPDIR}"/etc/init.d:"${APPDIR}"/etc/pulse:"${APPDIR}"/etc/pulse/client.conf.d:"${APPDIR}"/etc/ca-certificates:"${APPDIR}"/etc/ca-certificates/update.d:"${APPDIR}"/etc/qemu:"${APPDIR}"/etc/qemu/fsfreeze-hook.d:"${APPDIR}"/etc/default:"${APPDIR}"/etc/profile.d:"${APPDIR}"/etc/gtk-3.0:"${APPDIR}"/etc/python3.8:"${APPDIR}"/etc/gss:"${APPDIR}"/etc/gss/mech.d:"${APPDIR}"/etc/ssl:"${APPDIR}"/etc/ssl/certs:"${APPDIR}"/etc/ssl/private:"${APPDIR}"/etc/ldap:"${APPDIR}"/var:"${APPDIR}"/var/lib:"${APPDIR}"/var/lib/usbutils:"${APPDIR}"/var/lib/binfmts:"${PYTHONPATH}"
export PYTHONHOME="${APPDIR}"/usr/
export XDG_DATA_DIRS="${APPDIR}"/usr:"${APPDIR}"/usr/bin:"${APPDIR}"/usr/lib:"${APPDIR}"/usr/lib/binfmt-support:"${APPDIR}"/usr/lib/valgrind:"${APPDIR}"/usr/lib/ipxe:"${APPDIR}"/usr/lib/ipxe/qemu:"${APPDIR}"/usr/lib/qemu:"${APPDIR}"/usr/lib/systemd:"${APPDIR}"/usr/lib/systemd/user:"${APPDIR}"/usr/lib/systemd/user/vte-spawn-.scope.d:"${APPDIR}"/usr/lib/girepository-1.0:"${APPDIR}"/usr/lib/sasl2:"${APPDIR}"/usr/lib/x86_64-linux-gnu:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders:"${APPDIR}"/usr/lib/x86_64-linux-gnu/ceph:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gio:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gio/modules:"${APPDIR}"/usr/lib/x86_64-linux-gnu/engines-1.1:"${APPDIR}"/usr/lib/x86_64-linux-gnu/glib-2.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5/plugins:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5/plugins/preauth:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5/plugins/libkrb5:"${APPDIR}"/usr/lib/x86_64-linux-gnu/qemu:"${APPDIR}"/usr/lib/x86_64-linux-gnu/girepository-1.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/sasl2:"${APPDIR}"/usr/lib/x86_64-linux-gnu/e2fsprogs:"${APPDIR}"/usr/lib/x86_64-linux-gnu/rsocket:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gstreamer1.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gstreamer1.0/gstreamer-1.0:"${APPDIR}"/usr/lib/python3.8:"${APPDIR}"/usr/lib/python3.8/http:"${APPDIR}"/usr/lib/python3.8/venv:"${APPDIR}"/usr/lib/python3.8/venv/scripts:"${APPDIR}"/usr/lib/python3.8/venv/scripts/common:"${APPDIR}"/usr/lib/python3.8/venv/scripts/posix:"${APPDIR}"/usr/lib/python3.8/collections:"${APPDIR}"/usr/lib/python3.8/dbm:"${APPDIR}"/usr/lib/python3.8/urllib:"${APPDIR}"/usr/lib/python3.8/test:"${APPDIR}"/usr/lib/python3.8/test/support:"${APPDIR}"/usr/lib/python3.8/test/libregrtest:"${APPDIR}"/usr/lib/python3.8/distutils:"${APPDIR}"/usr/lib/python3.8/distutils/command:"${APPDIR}"/usr/lib/python3.8/logging:"${APPDIR}"/usr/lib/python3.8/json:"${APPDIR}"/usr/lib/python3.8/concurrent:"${APPDIR}"/usr/lib/python3.8/concurrent/futures:"${APPDIR}"/usr/lib/python3.8/html:"${APPDIR}"/usr/lib/python3.8/wsgiref:"${APPDIR}"/usr/lib/python3.8/curses:"${APPDIR}"/usr/lib/python3.8/xml:"${APPDIR}"/usr/lib/python3.8/xml/sax:"${APPDIR}"/usr/lib/python3.8/xml/dom:"${APPDIR}"/usr/lib/python3.8/xml/etree:"${APPDIR}"/usr/lib/python3.8/xml/parsers:"${APPDIR}"/usr/lib/python3.8/ctypes:"${APPDIR}"/usr/lib/python3.8/pydoc_data:"${APPDIR}"/usr/lib/python3.8/sqlite3:"${APPDIR}"/usr/lib/python3.8/multiprocessing:"${APPDIR}"/usr/lib/python3.8/multiprocessing/dummy:"${APPDIR}"/usr/lib/python3.8/asyncio:"${APPDIR}"/usr/lib/python3.8/importlib:"${APPDIR}"/usr/lib/python3.8/lib2to3:"${APPDIR}"/usr/lib/python3.8/lib2to3/fixes:"${APPDIR}"/usr/lib/python3.8/lib2to3/pgen2:"${APPDIR}"/usr/lib/python3.8/xmlrpc:"${APPDIR}"/usr/lib/python3.8/unittest:"${APPDIR}"/usr/lib/python3.8/encodings:"${APPDIR}"/usr/lib/python3.8/email:"${APPDIR}"/usr/lib/python3.8/email/mime:"${APPDIR}"/usr/lib/python3.8/lib-dynload:"${APPDIR}"/usr/lib/ssl:"${APPDIR}"/usr/lib/ssl/misc:"${APPDIR}"/usr/lib/file:"${APPDIR}"/usr/lib/xen-4.11:"${APPDIR}"/usr/lib/xen-4.11/lib:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/fat:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/ufs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/iso9660:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/xfs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/ext2fs-lib:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/reiserfs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/zfs:"${APPDIR}"/usr/lib/python3:"${APPDIR}"/usr/lib/python3/dist-packages:"${APPDIR}"/usr/lib/python3/dist-packages/chardet-3.0.4.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/requests-2.22.0.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/PyGObject-3.36.0.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/six-1.14.0.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/certifi-2019.11.28.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/requests:"${APPDIR}"/usr/lib/python3/dist-packages/certifi:"${APPDIR}"/usr/lib/python3/dist-packages/chardet:"${APPDIR}"/usr/lib/python3/dist-packages/chardet/cli:"${APPDIR}"/usr/lib/python3/dist-packages/cairo:"${APPDIR}"/usr/lib/python3/dist-packages/idna-2.8.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/pygtkcompat:"${APPDIR}"/usr/lib/python3/dist-packages/dbus:"${APPDIR}"/usr/lib/python3/dist-packages/dbus/mainloop:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/util:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/packages:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/packages/backports:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/packages/ssl_match_hostname:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/contrib:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/contrib/_securetransport:"${APPDIR}"/usr/lib/python3/dist-packages/dbus_python-1.2.16.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/idna:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3-1.25.8.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/gi:"${APPDIR}"/usr/lib/python3/dist-packages/gi/repository:"${APPDIR}"/usr/lib/python3/dist-packages/gi/overrides:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources/_vendor:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources/extern:"${APPDIR}"/usr/libexec:"${APPDIR}"/usr/sbin:"${APPDIR}"/usr/share:"${APPDIR}"/usr/share/doc:"${APPDIR}"/usr/share/adduser:"${APPDIR}"/usr/share/iso-codes:"${APPDIR}"/usr/share/iso-codes/json:"${APPDIR}"/usr/share/pixmaps:"${APPDIR}"/usr/share/pmdk:"${APPDIR}"/usr/share/slof:"${APPDIR}"/usr/share/applications:"${APPDIR}"/usr/share/doc-base:"${APPDIR}"/usr/share/glib-2.0:"${APPDIR}"/usr/share/glib-2.0/schemas:"${APPDIR}"/usr/share/readline:"${APPDIR}"/usr/share/virt-manager:"${APPDIR}"/usr/share/virt-manager/ui:"${APPDIR}"/usr/share/virt-manager/icons:"${APPDIR}"/usr/share/virt-manager/icons/hicolor:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/48x48:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/48x48/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22/status:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22/devices:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/16x16:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/16x16/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/32x32:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/32x32/status:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/32x32/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/24x24:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/24x24/actions:"${APPDIR}"/usr/share/virt-manager/virtconv:"${APPDIR}"/usr/share/virt-manager/virtinst:"${APPDIR}"/usr/share/virt-manager/virtinst/domain:"${APPDIR}"/usr/share/virt-manager/virtinst/install:"${APPDIR}"/usr/share/virt-manager/virtinst/devices:"${APPDIR}"/usr/share/virt-manager/virtManager:"${APPDIR}"/usr/share/virt-manager/virtManager/details:"${APPDIR}"/usr/share/virt-manager/virtManager/object:"${APPDIR}"/usr/share/virt-manager/virtManager/lib:"${APPDIR}"/usr/share/virt-manager/virtManager/device:"${APPDIR}"/usr/share/dbus-1:"${APPDIR}"/usr/share/dbus-1/services:"${APPDIR}"/usr/share/thumbnailers:"${APPDIR}"/usr/share/perl5:"${APPDIR}"/usr/share/perl5/Debian:"${APPDIR}"/usr/share/xml:"${APPDIR}"/usr/share/xml/iso-codes:"${APPDIR}"/usr/share/apport:"${APPDIR}"/usr/share/apport/package-hooks:"${APPDIR}"/usr/share/ca-certificates:"${APPDIR}"/usr/share/ca-certificates/mozilla:"${APPDIR}"/usr/share/qemu:"${APPDIR}"/usr/share/qemu/init:"${APPDIR}"/usr/share/qemu/vhost-user:"${APPDIR}"/usr/share/qemu/keymaps:"${APPDIR}"/usr/share/appdata:"${APPDIR}"/usr/share/icons:"${APPDIR}"/usr/share/icons/hicolor:"${APPDIR}"/usr/share/icons/hicolor/48x48:"${APPDIR}"/usr/share/icons/hicolor/48x48/apps:"${APPDIR}"/usr/share/icons/hicolor/256x256:"${APPDIR}"/usr/share/icons/hicolor/256x256/apps:"${APPDIR}"/usr/share/icons/hicolor/22x22:"${APPDIR}"/usr/share/icons/hicolor/22x22/apps:"${APPDIR}"/usr/share/icons/hicolor/16x16:"${APPDIR}"/usr/share/icons/hicolor/16x16/apps:"${APPDIR}"/usr/share/icons/hicolor/32x32:"${APPDIR}"/usr/share/icons/hicolor/32x32/apps:"${APPDIR}"/usr/share/icons/hicolor/64x64:"${APPDIR}"/usr/share/icons/hicolor/64x64/apps:"${APPDIR}"/usr/share/icons/hicolor/24x24:"${APPDIR}"/usr/share/icons/hicolor/24x24/apps:"${APPDIR}"/usr/share/icons/hicolor/scalable:"${APPDIR}"/usr/share/icons/hicolor/scalable/apps:"${APPDIR}"/usr/share/icons/hicolor/128x128:"${APPDIR}"/usr/share/icons/hicolor/128x128/apps:"${APPDIR}"/usr/share/icons/hicolor/512x512:"${APPDIR}"/usr/share/icons/hicolor/512x512/apps:"${APPDIR}"/usr/share/zoneinfo:"${APPDIR}"/usr/share/zoneinfo/Mexico:"${APPDIR}"/usr/share/zoneinfo/Atlantic:"${APPDIR}"/usr/share/zoneinfo/Etc:"${APPDIR}"/usr/share/zoneinfo/Asia:"${APPDIR}"/usr/share/zoneinfo/Canada:"${APPDIR}"/usr/share/zoneinfo/America:"${APPDIR}"/usr/share/zoneinfo/America/Kentucky:"${APPDIR}"/usr/share/zoneinfo/America/Argentina:"${APPDIR}"/usr/share/zoneinfo/America/Indiana:"${APPDIR}"/usr/share/zoneinfo/America/North_Dakota:"${APPDIR}"/usr/share/zoneinfo/right:"${APPDIR}"/usr/share/zoneinfo/right/Mexico:"${APPDIR}"/usr/share/zoneinfo/right/Atlantic:"${APPDIR}"/usr/share/zoneinfo/right/Etc:"${APPDIR}"/usr/share/zoneinfo/right/Asia:"${APPDIR}"/usr/share/zoneinfo/right/Canada:"${APPDIR}"/usr/share/zoneinfo/right/America:"${APPDIR}"/usr/share/zoneinfo/right/America/Kentucky:"${APPDIR}"/usr/share/zoneinfo/right/America/Argentina:"${APPDIR}"/usr/share/zoneinfo/right/America/Indiana:"${APPDIR}"/usr/share/zoneinfo/right/America/North_Dakota:"${APPDIR}"/usr/share/zoneinfo/right/Africa:"${APPDIR}"/usr/share/zoneinfo/right/Indian:"${APPDIR}"/usr/share/zoneinfo/right/Europe:"${APPDIR}"/usr/share/zoneinfo/right/SystemV:"${APPDIR}"/usr/share/zoneinfo/right/Arctic:"${APPDIR}"/usr/share/zoneinfo/right/Antarctica:"${APPDIR}"/usr/share/zoneinfo/right/Pacific:"${APPDIR}"/usr/share/zoneinfo/right/Brazil:"${APPDIR}"/usr/share/zoneinfo/right/Australia:"${APPDIR}"/usr/share/zoneinfo/right/Chile:"${APPDIR}"/usr/share/zoneinfo/right/US:"${APPDIR}"/usr/share/zoneinfo/Africa:"${APPDIR}"/usr/share/zoneinfo/Indian:"${APPDIR}"/usr/share/zoneinfo/Europe:"${APPDIR}"/usr/share/zoneinfo/SystemV:"${APPDIR}"/usr/share/zoneinfo/Arctic:"${APPDIR}"/usr/share/zoneinfo/Antarctica:"${APPDIR}"/usr/share/zoneinfo/Pacific:"${APPDIR}"/usr/share/zoneinfo/Brazil:"${APPDIR}"/usr/share/zoneinfo/Australia:"${APPDIR}"/usr/share/zoneinfo/posix:"${APPDIR}"/usr/share/zoneinfo/posix/Mexico:"${APPDIR}"/usr/share/zoneinfo/posix/Atlantic:"${APPDIR}"/usr/share/zoneinfo/posix/Etc:"${APPDIR}"/usr/share/zoneinfo/posix/Asia:"${APPDIR}"/usr/share/zoneinfo/posix/Canada:"${APPDIR}"/usr/share/zoneinfo/posix/America:"${APPDIR}"/usr/share/zoneinfo/posix/America/Kentucky:"${APPDIR}"/usr/share/zoneinfo/posix/America/Argentina:"${APPDIR}"/usr/share/zoneinfo/posix/America/Indiana:"${APPDIR}"/usr/share/zoneinfo/posix/America/North_Dakota:"${APPDIR}"/usr/share/zoneinfo/posix/Africa:"${APPDIR}"/usr/share/zoneinfo/posix/Indian:"${APPDIR}"/usr/share/zoneinfo/posix/Europe:"${APPDIR}"/usr/share/zoneinfo/posix/SystemV:"${APPDIR}"/usr/share/zoneinfo/posix/Arctic:"${APPDIR}"/usr/share/zoneinfo/posix/Antarctica:"${APPDIR}"/usr/share/zoneinfo/posix/Pacific:"${APPDIR}"/usr/share/zoneinfo/posix/Brazil:"${APPDIR}"/usr/share/zoneinfo/posix/Australia:"${APPDIR}"/usr/share/zoneinfo/posix/Chile:"${APPDIR}"/usr/share/zoneinfo/posix/US:"${APPDIR}"/usr/share/zoneinfo/Chile:"${APPDIR}"/usr/share/zoneinfo/US:"${APPDIR}"/usr/share/gtksourceview-4:"${APPDIR}"/usr/share/gtksourceview-4/language-specs:"${APPDIR}"/usr/share/gtksourceview-4/styles:"${APPDIR}"/usr/share/binfmts:"${APPDIR}"/usr/share/misc:"${APPDIR}"/usr/share/gst-plugins-base:"${APPDIR}"/usr/share/gst-plugins-base/1.0:"${APPDIR}"/usr/share/zoneinfo-icu:"${APPDIR}"/usr/share/zoneinfo-icu/44:"${APPDIR}"/usr/share/zoneinfo-icu/44/be:"${APPDIR}"/usr/share/zoneinfo-icu/44/le:"${APPDIR}"/usr/share/bug:"${APPDIR}"/usr/share/bug/virt-manager:"${APPDIR}"/usr/share/bug/usbutils:"${APPDIR}"/usr/share/bug/libmagic1:"${APPDIR}"/usr/share/pkgconfig:"${APPDIR}"/usr/share/X11:"${APPDIR}"/usr/share/X11/locale:"${APPDIR}"/usr/share/bash-completion:"${APPDIR}"/usr/share/bash-completion/completions:"${APPDIR}"/usr/share/osinfo:"${APPDIR}"/usr/share/osinfo/install-script:"${APPDIR}"/usr/share/osinfo/install-script/opensuse.org:"${APPDIR}"/usr/share/osinfo/install-script/fedoraproject.org:"${APPDIR}"/usr/share/osinfo/install-script/debian.org:"${APPDIR}"/usr/share/osinfo/install-script/ubuntu.com:"${APPDIR}"/usr/share/osinfo/install-script/microsoft.com:"${APPDIR}"/usr/share/osinfo/install-script/redhat.com:"${APPDIR}"/usr/share/osinfo/datamap:"${APPDIR}"/usr/share/osinfo/datamap/microsoft.com:"${APPDIR}"/usr/share/osinfo/datamap/x.org:"${APPDIR}"/usr/share/osinfo/device:"${APPDIR}"/usr/share/osinfo/device/usb.org:"${APPDIR}"/usr/share/osinfo/device/usb.org/usb-80ee-0021.d:"${APPDIR}"/usr/share/osinfo/device/xen.org:"${APPDIR}"/usr/share/osinfo/device/ibasetechnologies.net:"${APPDIR}"/usr/share/osinfo/device/pcisig.com:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1009.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1000.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-10ec-8029.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1042.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1049.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-25ab.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1044.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1274-5000.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-2415.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1013-00b8.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-10ec-8139.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1003.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1043.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1002.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1005.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-293e.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-10d3.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-2668.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1001.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1048.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1050.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1052.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1004.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1b36-0004.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-100e.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1041.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-15ad-0710.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1045.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1022-2000.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1033-0194.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1000-0012.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1b36-0100.d:"${APPDIR}"/usr/share/osinfo/device/qemu.org:"${APPDIR}"/usr/share/osinfo/device/ibm.com:"${APPDIR}"/usr/share/osinfo/schema:"${APPDIR}"/usr/share/osinfo/platform:"${APPDIR}"/usr/share/osinfo/platform/xen.org:"${APPDIR}"/usr/share/osinfo/platform/qemu.org:"${APPDIR}"/usr/share/osinfo/platform/linux-kvm.org:"${APPDIR}"/usr/share/osinfo/platform/redhat.com:"${APPDIR}"/usr/share/osinfo/os:"${APPDIR}"/usr/share/osinfo/os/mandriva.com:"${APPDIR}"/usr/share/osinfo/os/elementary.io:"${APPDIR}"/usr/share/osinfo/os/freedos.org:"${APPDIR}"/usr/share/osinfo/os/endlessos.com:"${APPDIR}"/usr/share/osinfo/os/centos.org:"${APPDIR}"/usr/share/osinfo/os/gentoo.org:"${APPDIR}"/usr/share/osinfo/os/mageia.org:"${APPDIR}"/usr/share/osinfo/os/alpinelinux.org:"${APPDIR}"/usr/share/osinfo/os/haiku-os.org:"${APPDIR}"/usr/share/osinfo/os/scientificlinux.org:"${APPDIR}"/usr/share/osinfo/os/archlinux.org:"${APPDIR}"/usr/share/osinfo/os/opensuse.org:"${APPDIR}"/usr/share/osinfo/os/fedoraproject.org:"${APPDIR}"/usr/share/osinfo/os/cirros-cloud.net:"${APPDIR}"/usr/share/osinfo/os/gnome.org:"${APPDIR}"/usr/share/osinfo/os/netbsd.org:"${APPDIR}"/usr/share/osinfo/os/altlinux.org:"${APPDIR}"/usr/share/osinfo/os/debian.org:"${APPDIR}"/usr/share/osinfo/os/voidlinux.org:"${APPDIR}"/usr/share/osinfo/os/suse.com:"${APPDIR}"/usr/share/osinfo/os/sun.com:"${APPDIR}"/usr/share/osinfo/os/freebsd.org:"${APPDIR}"/usr/share/osinfo/os/system76.com:"${APPDIR}"/usr/share/osinfo/os/ubuntu.com:"${APPDIR}"/usr/share/osinfo/os/microsoft.com:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-xp.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-8.1.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-7.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-8.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-10.d:"${APPDIR}"/usr/share/osinfo/os/oracle.com:"${APPDIR}"/usr/share/osinfo/os/asianux.com:"${APPDIR}"/usr/share/osinfo/os/pureos.net:"${APPDIR}"/usr/share/osinfo/os/dragonflybsd.org:"${APPDIR}"/usr/share/osinfo/os/apple.com:"${APPDIR}"/usr/share/osinfo/os/novell.com:"${APPDIR}"/usr/share/osinfo/os/clearlinux.org:"${APPDIR}"/usr/share/osinfo/os/android-x86.org:"${APPDIR}"/usr/share/osinfo/os/openbsd.org:"${APPDIR}"/usr/share/osinfo/os/redhat.com:"${APPDIR}"/usr/share/locale:"${APPDIR}"/usr/share/libvirt:"${APPDIR}"/usr/share/libvirt/schemas:"${APPDIR}"/usr/share/libvirt/cpu_map:"${APPDIR}"/usr/share/info:"${APPDIR}"/usr/share/seabios:"${APPDIR}"/usr/share/seabios/optionrom:"${APPDIR}"/usr/share/lintian:"${APPDIR}"/usr/share/lintian/overrides:"${APPDIR}"/usr/share/file:"${APPDIR}"/usr/share/file/magic:"${APPDIR}"/usr/share/man:"${APPDIR}"/usr/share/themes:"${APPDIR}"/usr/share/themes/Default:"${APPDIR}"/usr/share/themes/Default/gtk-3.0:"${APPDIR}"/usr/share/themes/Emacs:"${APPDIR}"/usr/share/themes/Emacs/gtk-3.0:"${APPDIR}"/usr/share/python3:"${APPDIR}"/usr/share/python3/runtime.d:"${APPDIR}"/usr/share/python3/dist:"${APPDIR}"/bin:"${APPDIR}"/lib:"${APPDIR}"/lib/systemd:"${APPDIR}"/lib/systemd/system:"${APPDIR}"/lib/x86_64-linux-gnu:"${APPDIR}"/lib/udev:"${APPDIR}"/lib/udev/rules.d:"${APPDIR}"/sbin:"${APPDIR}"/etc:"${APPDIR}"/etc/libnl-3:"${APPDIR}"/etc/dconf:"${APPDIR}"/etc/dconf/db:"${APPDIR}"/etc/cron.d:"${APPDIR}"/etc/init.d:"${APPDIR}"/etc/pulse:"${APPDIR}"/etc/pulse/client.conf.d:"${APPDIR}"/etc/ca-certificates:"${APPDIR}"/etc/ca-certificates/update.d:"${APPDIR}"/etc/qemu:"${APPDIR}"/etc/qemu/fsfreeze-hook.d:"${APPDIR}"/etc/default:"${APPDIR}"/etc/profile.d:"${APPDIR}"/etc/gtk-3.0:"${APPDIR}"/etc/python3.8:"${APPDIR}"/etc/gss:"${APPDIR}"/etc/gss/mech.d:"${APPDIR}"/etc/ssl:"${APPDIR}"/etc/ssl/certs:"${APPDIR}"/etc/ssl/private:"${APPDIR}"/etc/ldap:"${APPDIR}"/var:"${APPDIR}"/var/lib:"${APPDIR}"/var/lib/usbutils:"${APPDIR}"/var/lib/binfmts:"${XDG_DATA_DIRS}"
export PERLLIB="${APPDIR}"/usr:"${APPDIR}"/usr/bin:"${APPDIR}"/usr/lib:"${APPDIR}"/usr/lib/binfmt-support:"${APPDIR}"/usr/lib/valgrind:"${APPDIR}"/usr/lib/ipxe:"${APPDIR}"/usr/lib/ipxe/qemu:"${APPDIR}"/usr/lib/qemu:"${APPDIR}"/usr/lib/systemd:"${APPDIR}"/usr/lib/systemd/user:"${APPDIR}"/usr/lib/systemd/user/vte-spawn-.scope.d:"${APPDIR}"/usr/lib/girepository-1.0:"${APPDIR}"/usr/lib/sasl2:"${APPDIR}"/usr/lib/x86_64-linux-gnu:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders:"${APPDIR}"/usr/lib/x86_64-linux-gnu/ceph:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gio:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gio/modules:"${APPDIR}"/usr/lib/x86_64-linux-gnu/engines-1.1:"${APPDIR}"/usr/lib/x86_64-linux-gnu/glib-2.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5/plugins:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5/plugins/preauth:"${APPDIR}"/usr/lib/x86_64-linux-gnu/krb5/plugins/libkrb5:"${APPDIR}"/usr/lib/x86_64-linux-gnu/qemu:"${APPDIR}"/usr/lib/x86_64-linux-gnu/girepository-1.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/sasl2:"${APPDIR}"/usr/lib/x86_64-linux-gnu/e2fsprogs:"${APPDIR}"/usr/lib/x86_64-linux-gnu/rsocket:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gstreamer1.0:"${APPDIR}"/usr/lib/x86_64-linux-gnu/gstreamer1.0/gstreamer-1.0:"${APPDIR}"/usr/lib/python3.8:"${APPDIR}"/usr/lib/python3.8/http:"${APPDIR}"/usr/lib/python3.8/venv:"${APPDIR}"/usr/lib/python3.8/venv/scripts:"${APPDIR}"/usr/lib/python3.8/venv/scripts/common:"${APPDIR}"/usr/lib/python3.8/venv/scripts/posix:"${APPDIR}"/usr/lib/python3.8/collections:"${APPDIR}"/usr/lib/python3.8/dbm:"${APPDIR}"/usr/lib/python3.8/urllib:"${APPDIR}"/usr/lib/python3.8/test:"${APPDIR}"/usr/lib/python3.8/test/support:"${APPDIR}"/usr/lib/python3.8/test/libregrtest:"${APPDIR}"/usr/lib/python3.8/distutils:"${APPDIR}"/usr/lib/python3.8/distutils/command:"${APPDIR}"/usr/lib/python3.8/logging:"${APPDIR}"/usr/lib/python3.8/json:"${APPDIR}"/usr/lib/python3.8/concurrent:"${APPDIR}"/usr/lib/python3.8/concurrent/futures:"${APPDIR}"/usr/lib/python3.8/html:"${APPDIR}"/usr/lib/python3.8/wsgiref:"${APPDIR}"/usr/lib/python3.8/curses:"${APPDIR}"/usr/lib/python3.8/xml:"${APPDIR}"/usr/lib/python3.8/xml/sax:"${APPDIR}"/usr/lib/python3.8/xml/dom:"${APPDIR}"/usr/lib/python3.8/xml/etree:"${APPDIR}"/usr/lib/python3.8/xml/parsers:"${APPDIR}"/usr/lib/python3.8/ctypes:"${APPDIR}"/usr/lib/python3.8/pydoc_data:"${APPDIR}"/usr/lib/python3.8/sqlite3:"${APPDIR}"/usr/lib/python3.8/multiprocessing:"${APPDIR}"/usr/lib/python3.8/multiprocessing/dummy:"${APPDIR}"/usr/lib/python3.8/asyncio:"${APPDIR}"/usr/lib/python3.8/importlib:"${APPDIR}"/usr/lib/python3.8/lib2to3:"${APPDIR}"/usr/lib/python3.8/lib2to3/fixes:"${APPDIR}"/usr/lib/python3.8/lib2to3/pgen2:"${APPDIR}"/usr/lib/python3.8/xmlrpc:"${APPDIR}"/usr/lib/python3.8/unittest:"${APPDIR}"/usr/lib/python3.8/encodings:"${APPDIR}"/usr/lib/python3.8/email:"${APPDIR}"/usr/lib/python3.8/email/mime:"${APPDIR}"/usr/lib/python3.8/lib-dynload:"${APPDIR}"/usr/lib/ssl:"${APPDIR}"/usr/lib/ssl/misc:"${APPDIR}"/usr/lib/file:"${APPDIR}"/usr/lib/xen-4.11:"${APPDIR}"/usr/lib/xen-4.11/lib:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/fat:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/ufs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/iso9660:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/xfs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/ext2fs-lib:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/reiserfs:"${APPDIR}"/usr/lib/xen-4.11/lib/x86_64-linux-gnu/fs/zfs:"${APPDIR}"/usr/lib/python3:"${APPDIR}"/usr/lib/python3/dist-packages:"${APPDIR}"/usr/lib/python3/dist-packages/chardet-3.0.4.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/requests-2.22.0.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/PyGObject-3.36.0.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/six-1.14.0.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/certifi-2019.11.28.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/requests:"${APPDIR}"/usr/lib/python3/dist-packages/certifi:"${APPDIR}"/usr/lib/python3/dist-packages/chardet:"${APPDIR}"/usr/lib/python3/dist-packages/chardet/cli:"${APPDIR}"/usr/lib/python3/dist-packages/cairo:"${APPDIR}"/usr/lib/python3/dist-packages/idna-2.8.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/pygtkcompat:"${APPDIR}"/usr/lib/python3/dist-packages/dbus:"${APPDIR}"/usr/lib/python3/dist-packages/dbus/mainloop:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/util:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/packages:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/packages/backports:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/packages/ssl_match_hostname:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/contrib:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3/contrib/_securetransport:"${APPDIR}"/usr/lib/python3/dist-packages/dbus_python-1.2.16.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/idna:"${APPDIR}"/usr/lib/python3/dist-packages/urllib3-1.25.8.egg-info:"${APPDIR}"/usr/lib/python3/dist-packages/gi:"${APPDIR}"/usr/lib/python3/dist-packages/gi/repository:"${APPDIR}"/usr/lib/python3/dist-packages/gi/overrides:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources/_vendor:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging:"${APPDIR}"/usr/lib/python3/dist-packages/pkg_resources/extern:"${APPDIR}"/usr/libexec:"${APPDIR}"/usr/sbin:"${APPDIR}"/usr/share:"${APPDIR}"/usr/share/doc:"${APPDIR}"/usr/share/adduser:"${APPDIR}"/usr/share/iso-codes:"${APPDIR}"/usr/share/iso-codes/json:"${APPDIR}"/usr/share/pixmaps:"${APPDIR}"/usr/share/pmdk:"${APPDIR}"/usr/share/slof:"${APPDIR}"/usr/share/applications:"${APPDIR}"/usr/share/doc-base:"${APPDIR}"/usr/share/glib-2.0:"${APPDIR}"/usr/share/glib-2.0/schemas:"${APPDIR}"/usr/share/readline:"${APPDIR}"/usr/share/virt-manager:"${APPDIR}"/usr/share/virt-manager/ui:"${APPDIR}"/usr/share/virt-manager/icons:"${APPDIR}"/usr/share/virt-manager/icons/hicolor:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/48x48:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/48x48/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22/status:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/22x22/devices:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/16x16:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/16x16/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/32x32:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/32x32/status:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/32x32/actions:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/24x24:"${APPDIR}"/usr/share/virt-manager/icons/hicolor/24x24/actions:"${APPDIR}"/usr/share/virt-manager/virtconv:"${APPDIR}"/usr/share/virt-manager/virtinst:"${APPDIR}"/usr/share/virt-manager/virtinst/domain:"${APPDIR}"/usr/share/virt-manager/virtinst/install:"${APPDIR}"/usr/share/virt-manager/virtinst/devices:"${APPDIR}"/usr/share/virt-manager/virtManager:"${APPDIR}"/usr/share/virt-manager/virtManager/details:"${APPDIR}"/usr/share/virt-manager/virtManager/object:"${APPDIR}"/usr/share/virt-manager/virtManager/lib:"${APPDIR}"/usr/share/virt-manager/virtManager/device:"${APPDIR}"/usr/share/dbus-1:"${APPDIR}"/usr/share/dbus-1/services:"${APPDIR}"/usr/share/thumbnailers:"${APPDIR}"/usr/share/perl5:"${APPDIR}"/usr/share/perl5/Debian:"${APPDIR}"/usr/share/xml:"${APPDIR}"/usr/share/xml/iso-codes:"${APPDIR}"/usr/share/apport:"${APPDIR}"/usr/share/apport/package-hooks:"${APPDIR}"/usr/share/ca-certificates:"${APPDIR}"/usr/share/ca-certificates/mozilla:"${APPDIR}"/usr/share/qemu:"${APPDIR}"/usr/share/qemu/init:"${APPDIR}"/usr/share/qemu/vhost-user:"${APPDIR}"/usr/share/qemu/keymaps:"${APPDIR}"/usr/share/appdata:"${APPDIR}"/usr/share/icons:"${APPDIR}"/usr/share/icons/hicolor:"${APPDIR}"/usr/share/icons/hicolor/48x48:"${APPDIR}"/usr/share/icons/hicolor/48x48/apps:"${APPDIR}"/usr/share/icons/hicolor/256x256:"${APPDIR}"/usr/share/icons/hicolor/256x256/apps:"${APPDIR}"/usr/share/icons/hicolor/22x22:"${APPDIR}"/usr/share/icons/hicolor/22x22/apps:"${APPDIR}"/usr/share/icons/hicolor/16x16:"${APPDIR}"/usr/share/icons/hicolor/16x16/apps:"${APPDIR}"/usr/share/icons/hicolor/32x32:"${APPDIR}"/usr/share/icons/hicolor/32x32/apps:"${APPDIR}"/usr/share/icons/hicolor/64x64:"${APPDIR}"/usr/share/icons/hicolor/64x64/apps:"${APPDIR}"/usr/share/icons/hicolor/24x24:"${APPDIR}"/usr/share/icons/hicolor/24x24/apps:"${APPDIR}"/usr/share/icons/hicolor/scalable:"${APPDIR}"/usr/share/icons/hicolor/scalable/apps:"${APPDIR}"/usr/share/icons/hicolor/128x128:"${APPDIR}"/usr/share/icons/hicolor/128x128/apps:"${APPDIR}"/usr/share/icons/hicolor/512x512:"${APPDIR}"/usr/share/icons/hicolor/512x512/apps:"${APPDIR}"/usr/share/zoneinfo:"${APPDIR}"/usr/share/zoneinfo/Mexico:"${APPDIR}"/usr/share/zoneinfo/Atlantic:"${APPDIR}"/usr/share/zoneinfo/Etc:"${APPDIR}"/usr/share/zoneinfo/Asia:"${APPDIR}"/usr/share/zoneinfo/Canada:"${APPDIR}"/usr/share/zoneinfo/America:"${APPDIR}"/usr/share/zoneinfo/America/Kentucky:"${APPDIR}"/usr/share/zoneinfo/America/Argentina:"${APPDIR}"/usr/share/zoneinfo/America/Indiana:"${APPDIR}"/usr/share/zoneinfo/America/North_Dakota:"${APPDIR}"/usr/share/zoneinfo/right:"${APPDIR}"/usr/share/zoneinfo/right/Mexico:"${APPDIR}"/usr/share/zoneinfo/right/Atlantic:"${APPDIR}"/usr/share/zoneinfo/right/Etc:"${APPDIR}"/usr/share/zoneinfo/right/Asia:"${APPDIR}"/usr/share/zoneinfo/right/Canada:"${APPDIR}"/usr/share/zoneinfo/right/America:"${APPDIR}"/usr/share/zoneinfo/right/America/Kentucky:"${APPDIR}"/usr/share/zoneinfo/right/America/Argentina:"${APPDIR}"/usr/share/zoneinfo/right/America/Indiana:"${APPDIR}"/usr/share/zoneinfo/right/America/North_Dakota:"${APPDIR}"/usr/share/zoneinfo/right/Africa:"${APPDIR}"/usr/share/zoneinfo/right/Indian:"${APPDIR}"/usr/share/zoneinfo/right/Europe:"${APPDIR}"/usr/share/zoneinfo/right/SystemV:"${APPDIR}"/usr/share/zoneinfo/right/Arctic:"${APPDIR}"/usr/share/zoneinfo/right/Antarctica:"${APPDIR}"/usr/share/zoneinfo/right/Pacific:"${APPDIR}"/usr/share/zoneinfo/right/Brazil:"${APPDIR}"/usr/share/zoneinfo/right/Australia:"${APPDIR}"/usr/share/zoneinfo/right/Chile:"${APPDIR}"/usr/share/zoneinfo/right/US:"${APPDIR}"/usr/share/zoneinfo/Africa:"${APPDIR}"/usr/share/zoneinfo/Indian:"${APPDIR}"/usr/share/zoneinfo/Europe:"${APPDIR}"/usr/share/zoneinfo/SystemV:"${APPDIR}"/usr/share/zoneinfo/Arctic:"${APPDIR}"/usr/share/zoneinfo/Antarctica:"${APPDIR}"/usr/share/zoneinfo/Pacific:"${APPDIR}"/usr/share/zoneinfo/Brazil:"${APPDIR}"/usr/share/zoneinfo/Australia:"${APPDIR}"/usr/share/zoneinfo/posix:"${APPDIR}"/usr/share/zoneinfo/posix/Mexico:"${APPDIR}"/usr/share/zoneinfo/posix/Atlantic:"${APPDIR}"/usr/share/zoneinfo/posix/Etc:"${APPDIR}"/usr/share/zoneinfo/posix/Asia:"${APPDIR}"/usr/share/zoneinfo/posix/Canada:"${APPDIR}"/usr/share/zoneinfo/posix/America:"${APPDIR}"/usr/share/zoneinfo/posix/America/Kentucky:"${APPDIR}"/usr/share/zoneinfo/posix/America/Argentina:"${APPDIR}"/usr/share/zoneinfo/posix/America/Indiana:"${APPDIR}"/usr/share/zoneinfo/posix/America/North_Dakota:"${APPDIR}"/usr/share/zoneinfo/posix/Africa:"${APPDIR}"/usr/share/zoneinfo/posix/Indian:"${APPDIR}"/usr/share/zoneinfo/posix/Europe:"${APPDIR}"/usr/share/zoneinfo/posix/SystemV:"${APPDIR}"/usr/share/zoneinfo/posix/Arctic:"${APPDIR}"/usr/share/zoneinfo/posix/Antarctica:"${APPDIR}"/usr/share/zoneinfo/posix/Pacific:"${APPDIR}"/usr/share/zoneinfo/posix/Brazil:"${APPDIR}"/usr/share/zoneinfo/posix/Australia:"${APPDIR}"/usr/share/zoneinfo/posix/Chile:"${APPDIR}"/usr/share/zoneinfo/posix/US:"${APPDIR}"/usr/share/zoneinfo/Chile:"${APPDIR}"/usr/share/zoneinfo/US:"${APPDIR}"/usr/share/gtksourceview-4:"${APPDIR}"/usr/share/gtksourceview-4/language-specs:"${APPDIR}"/usr/share/gtksourceview-4/styles:"${APPDIR}"/usr/share/binfmts:"${APPDIR}"/usr/share/misc:"${APPDIR}"/usr/share/gst-plugins-base:"${APPDIR}"/usr/share/gst-plugins-base/1.0:"${APPDIR}"/usr/share/zoneinfo-icu:"${APPDIR}"/usr/share/zoneinfo-icu/44:"${APPDIR}"/usr/share/zoneinfo-icu/44/be:"${APPDIR}"/usr/share/zoneinfo-icu/44/le:"${APPDIR}"/usr/share/bug:"${APPDIR}"/usr/share/bug/virt-manager:"${APPDIR}"/usr/share/bug/usbutils:"${APPDIR}"/usr/share/bug/libmagic1:"${APPDIR}"/usr/share/pkgconfig:"${APPDIR}"/usr/share/X11:"${APPDIR}"/usr/share/X11/locale:"${APPDIR}"/usr/share/bash-completion:"${APPDIR}"/usr/share/bash-completion/completions:"${APPDIR}"/usr/share/osinfo:"${APPDIR}"/usr/share/osinfo/install-script:"${APPDIR}"/usr/share/osinfo/install-script/opensuse.org:"${APPDIR}"/usr/share/osinfo/install-script/fedoraproject.org:"${APPDIR}"/usr/share/osinfo/install-script/debian.org:"${APPDIR}"/usr/share/osinfo/install-script/ubuntu.com:"${APPDIR}"/usr/share/osinfo/install-script/microsoft.com:"${APPDIR}"/usr/share/osinfo/install-script/redhat.com:"${APPDIR}"/usr/share/osinfo/datamap:"${APPDIR}"/usr/share/osinfo/datamap/microsoft.com:"${APPDIR}"/usr/share/osinfo/datamap/x.org:"${APPDIR}"/usr/share/osinfo/device:"${APPDIR}"/usr/share/osinfo/device/usb.org:"${APPDIR}"/usr/share/osinfo/device/usb.org/usb-80ee-0021.d:"${APPDIR}"/usr/share/osinfo/device/xen.org:"${APPDIR}"/usr/share/osinfo/device/ibasetechnologies.net:"${APPDIR}"/usr/share/osinfo/device/pcisig.com:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1009.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1000.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-10ec-8029.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1042.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1049.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-25ab.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1044.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1274-5000.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-2415.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1013-00b8.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-10ec-8139.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1003.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1043.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1002.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1005.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-293e.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-10d3.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-2668.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1001.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1048.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1050.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1052.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1004.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1b36-0004.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-8086-100e.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1041.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-15ad-0710.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1af4-1045.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1022-2000.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1033-0194.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1000-0012.d:"${APPDIR}"/usr/share/osinfo/device/pcisig.com/pci-1b36-0100.d:"${APPDIR}"/usr/share/osinfo/device/qemu.org:"${APPDIR}"/usr/share/osinfo/device/ibm.com:"${APPDIR}"/usr/share/osinfo/schema:"${APPDIR}"/usr/share/osinfo/platform:"${APPDIR}"/usr/share/osinfo/platform/xen.org:"${APPDIR}"/usr/share/osinfo/platform/qemu.org:"${APPDIR}"/usr/share/osinfo/platform/linux-kvm.org:"${APPDIR}"/usr/share/osinfo/platform/redhat.com:"${APPDIR}"/usr/share/osinfo/os:"${APPDIR}"/usr/share/osinfo/os/mandriva.com:"${APPDIR}"/usr/share/osinfo/os/elementary.io:"${APPDIR}"/usr/share/osinfo/os/freedos.org:"${APPDIR}"/usr/share/osinfo/os/endlessos.com:"${APPDIR}"/usr/share/osinfo/os/centos.org:"${APPDIR}"/usr/share/osinfo/os/gentoo.org:"${APPDIR}"/usr/share/osinfo/os/mageia.org:"${APPDIR}"/usr/share/osinfo/os/alpinelinux.org:"${APPDIR}"/usr/share/osinfo/os/haiku-os.org:"${APPDIR}"/usr/share/osinfo/os/scientificlinux.org:"${APPDIR}"/usr/share/osinfo/os/archlinux.org:"${APPDIR}"/usr/share/osinfo/os/opensuse.org:"${APPDIR}"/usr/share/osinfo/os/fedoraproject.org:"${APPDIR}"/usr/share/osinfo/os/cirros-cloud.net:"${APPDIR}"/usr/share/osinfo/os/gnome.org:"${APPDIR}"/usr/share/osinfo/os/netbsd.org:"${APPDIR}"/usr/share/osinfo/os/altlinux.org:"${APPDIR}"/usr/share/osinfo/os/debian.org:"${APPDIR}"/usr/share/osinfo/os/voidlinux.org:"${APPDIR}"/usr/share/osinfo/os/suse.com:"${APPDIR}"/usr/share/osinfo/os/sun.com:"${APPDIR}"/usr/share/osinfo/os/freebsd.org:"${APPDIR}"/usr/share/osinfo/os/system76.com:"${APPDIR}"/usr/share/osinfo/os/ubuntu.com:"${APPDIR}"/usr/share/osinfo/os/microsoft.com:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-xp.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-8.1.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-7.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-8.d:"${APPDIR}"/usr/share/osinfo/os/microsoft.com/win-10.d:"${APPDIR}"/usr/share/osinfo/os/oracle.com:"${APPDIR}"/usr/share/osinfo/os/asianux.com:"${APPDIR}"/usr/share/osinfo/os/pureos.net:"${APPDIR}"/usr/share/osinfo/os/dragonflybsd.org:"${APPDIR}"/usr/share/osinfo/os/apple.com:"${APPDIR}"/usr/share/osinfo/os/novell.com:"${APPDIR}"/usr/share/osinfo/os/clearlinux.org:"${APPDIR}"/usr/share/osinfo/os/android-x86.org:"${APPDIR}"/usr/share/osinfo/os/openbsd.org:"${APPDIR}"/usr/share/osinfo/os/redhat.com:"${APPDIR}"/usr/share/locale:"${APPDIR}"/usr/share/libvirt:"${APPDIR}"/usr/share/libvirt/schemas:"${APPDIR}"/usr/share/libvirt/cpu_map:"${APPDIR}"/usr/share/info:"${APPDIR}"/usr/share/seabios:"${APPDIR}"/usr/share/seabios/optionrom:"${APPDIR}"/usr/share/lintian:"${APPDIR}"/usr/share/lintian/overrides:"${APPDIR}"/usr/share/file:"${APPDIR}"/usr/share/file/magic:"${APPDIR}"/usr/share/man:"${APPDIR}"/usr/share/themes:"${APPDIR}"/usr/share/themes/Default:"${APPDIR}"/usr/share/themes/Default/gtk-3.0:"${APPDIR}"/usr/share/themes/Emacs:"${APPDIR}"/usr/share/themes/Emacs/gtk-3.0:"${APPDIR}"/usr/share/python3:"${APPDIR}"/usr/share/python3/runtime.d:"${APPDIR}"/usr/share/python3/dist:"${APPDIR}"/bin:"${APPDIR}"/lib:"${APPDIR}"/lib/systemd:"${APPDIR}"/lib/systemd/system:"${APPDIR}"/lib/x86_64-linux-gnu:"${APPDIR}"/lib/udev:"${APPDIR}"/lib/udev/rules.d:"${APPDIR}"/sbin:"${APPDIR}"/etc:"${APPDIR}"/etc/libnl-3:"${APPDIR}"/etc/dconf:"${APPDIR}"/etc/dconf/db:"${APPDIR}"/etc/cron.d:"${APPDIR}"/etc/init.d:"${APPDIR}"/etc/pulse:"${APPDIR}"/etc/pulse/client.conf.d:"${APPDIR}"/etc/ca-certificates:"${APPDIR}"/etc/ca-certificates/update.d:"${APPDIR}"/etc/qemu:"${APPDIR}"/etc/qemu/fsfreeze-hook.d:"${APPDIR}"/etc/default:"${APPDIR}"/etc/profile.d:"${APPDIR}"/etc/gtk-3.0:"${APPDIR}"/etc/python3.8:"${APPDIR}"/etc/gss:"${APPDIR}"/etc/gss/mech.d:"${APPDIR}"/etc/ssl:"${APPDIR}"/etc/ssl/certs:"${APPDIR}"/etc/ssl/private:"${APPDIR}"/etc/ldap:"${APPDIR}"/var:"${APPDIR}"/var/lib:"${APPDIR}"/var/lib/usbutils:"${APPDIR}"/var/lib/binfmts:"${PERLLIB}"
export GSETTINGS_SCHEMA_DIR="${APPDIR}"/usr/share/glib-2.0/schemas/:"${GSETTINGS_SCHEMA_DIR}"
export QT_PLUGIN_PATH="${APPDIR}"/usr/lib/qt4/plugins/:"${APPDIR}"/usr/lib/i386-linux-gnu/qt4/plugins/:"${APPDIR}"/usr/lib/x86_64-linux-gnu/qt4/plugins/:"${APPDIR}"/usr/lib32/qt4/plugins/:"${APPDIR}"/usr/lib64/qt4/plugins/:"${APPDIR}"/usr/lib/qt5/plugins/:"${APPDIR}"/usr/lib/i386-linux-gnu/qt5/plugins/:"${APPDIR}"/usr/lib/x86_64-linux-gnu/qt5/plugins/:"${APPDIR}"/usr/lib32/qt5/plugins/:"${APPDIR}"/usr/lib64/qt5/plugins/:"${QT_PLUGIN_PATH}"
#EXEC=$(grep -e '^Exec=.*' "${APPDIR}"/*.desktop | head -n 1 | cut -d "=" -f 2- | sed -e 's|%.||g')
systemctl enable --now "${APPDIR}/usr/sbin/libvirtd"
systemctl start "${APPDIR}/usr/sbin/libvirtd"
exec "${APPDIR}/usr/bin/python3.8" "${APPDIR}/usr/share/virt-manager/virt-manager" "$@"

Try this instead.

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

ok it's packing right now

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

sitll giving the error error: option '--output' cannot be specified more than once

from appdwarf.

Phantop avatar Phantop commented on July 18, 2024

That's... very strange. Do you think you could send over the AppImage you're trying to convert? I'll give it a look.

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

do you have telegram ? you can serach for me as @lucasmzainote21

from appdwarf.

Phantop avatar Phantop commented on July 18, 2024

I unfortunately do not. If you need somewhere to upload the file, you can probably do so here.

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

I'll upload this appimage to github and paste the link here

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

sorry for my delay it took so long but it's here.
https://github.com/lucasmz1/Virt_Manager_AppImage/releases/tag/0.1

from appdwarf.

Phantop avatar Phantop commented on July 18, 2024

sorry for my delay it took so long but it's here. https://github.com/lucasmz1/Virt_Manager_AppImage/releases/tag/0.1

This doesn't work as an AppImage for me, failing at opening display :0. appdwarf fails at the same spot, so I don't believe the problem is with appdwarf.

from appdwarf.

lucasmz1 avatar lucasmz1 commented on July 18, 2024

strange it's working in debian 12 and also in slackware 15.
anyway thank you.

from appdwarf.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.