fleury08 / prettifier

Simple application that makes your JSON/XML requests/responses prettier to read
GNU General Public License v3.0
10 stars 3 forks source link

Prettier takes 25 second to start/launch #35

Open AbdelrahmanMohamedDesoky opened 2 years ago

AbdelrahmanMohamedDesoky commented 2 years ago

I'm on

OS: elementary OS 6 Odin x86_64 Kernel: 5.11.0-40-generic DE: Pantheon CPU: AMD Ryzen 5 2600 (12) @ 4.100GHz GPU: NVIDIA GeForce GTX 1080 Ti Memory: 9138MiB / 15913MiB Resolution: 3440x1440

Installed Prettier from Elementary OS AppCenter like any normal human being and then pressed on open, it took 25-27 sec for Prettier window to appear. To make sure it's not related to flatpak mounting changes or anything I closed it and tried to start it again multiple times and the startup time was consistent 25~27 second every time.

I don't have any other issues with any Other apps or even any other Flatpak apps.

https://user-images.githubusercontent.com/12201594/142185963-6406014f-2d9d-4625-a37a-86fbc16fddf1.mp4

fleury08 commented 2 years ago

Hi, thanks for reporting this issue. Could you run this command flatpak run com.github.fleury08.prettifier and send me the output? Also, try cleaning the input and output of the app with the broom icon and close/open the app.

AbdelrahmanMohamedDesoky commented 2 years ago

Thanks @fleury08 for your fast response.

I have ran prettier using the flatpak command you sent to me and here is the log (however I'd like to mention that the log only appears/shows up in the terminal after the app window also appears aka after the 25 sec)

desoky@DesokyWorkPC:~$ flatpak run com.github.fleury08.prettifier
Gtk-Message: 09:01:58.767: Failed to load module "canberra-gtk-module"
Gtk-Message: 09:01:58.767: Failed to load module "canberra-gtk-module"

(com.github.fleury08.prettifier:2): Gtk-WARNING **: 09:01:58.812: Attempting to add a widget with type GtkScrolledWindow to a container of type AppViewsAppView, but the widget is already inside a container of type AppViewsAppView, please remove the widget from its existing container first.

(com.github.fleury08.prettifier:2): Gtk-WARNING **: 09:01:58.813: Attempting to add a widget with type GtkScrolledWindow to a container of type AppViewsAppView, but the widget is already inside a container of type AppViewsAppView, please remove the widget from its existing container first.

it also took 25 sec exactly which is very weird, and also there was no data/json string in the app as I've cleared it before.

I have also attached the video here in case you might figure something out from it.

https://user-images.githubusercontent.com/12201594/142368163-188b6e02-af47-4909-baf5-0059e0981656.mp4

fleury08 commented 2 years ago

@AbdelrahmanMohamedDesoky, the output doesn't show anything weird. The problem seems to be before the app is actually called, something flatpak is struggling with and then give up (timeout?) and launch (hence the exact 25s). Could you run It again, but with verbose parameter? That should give us bigger picture.

flatpak -v run com.github.fleury08.prettifier

AbdelrahmanMohamedDesoky commented 2 years ago

@fleury08

Sure thing, I'd be happy to provide any kind of logs you require.

desoky@DesokyWorkPC:~$ flatpak -v run com.github.fleury08.prettifier
F: No installations directory in /etc/flatpak/installations.d. Skipping
F: Opening system flatpak installation at path /var/lib/flatpak
F: Opening user flatpak installation at path /home/desoky/.local/share/flatpak
F: Opening user flatpak installation at path /home/desoky/.local/share/flatpak
F: Opening system flatpak installation at path /var/lib/flatpak
F: Opening user flatpak installation at path /home/desoky/.local/share/flatpak
F: Opening system flatpak installation at path /var/lib/flatpak
F: /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/lib32 does not exist
F: Allocated instance id 2304235797
F: Add defaults in dir /com/github/fleury08/prettifier/
F: Add locks in dir /com/github/fleury08/prettifier/
F: Disallowing network access
F: Allowing wayland access
F: Allowing x11 access
F: Running 'bwrap --args 39 xdg-dbus-proxy --args=41'
F: Running 'bwrap --args 39 com.github.fleury08.prettifier'
Gtk-Message: 10:06:07.188: Failed to load module "canberra-gtk-module"
Gtk-Message: 10:06:07.189: Failed to load module "canberra-gtk-module"

(com.github.fleury08.prettifier:2): Gtk-WARNING **: 10:06:07.238: Attempting to add a widget with type GtkScrolledWindow to a container of type AppViewsAppView, but the widget is already inside a container of type AppViewsAppView, please remove the widget from its existing container first.

(com.github.fleury08.prettifier:2): Gtk-WARNING **: 10:06:07.238: Attempting to add a widget with type GtkScrolledWindow to a container of type AppViewsAppView, but the widget is already inside a container of type AppViewsAppView, please remove the widget from its existing container first.

Here is also the video as usual

https://user-images.githubusercontent.com/12201594/142376419-5ad506fa-89e4-4a84-8280-15a055bc7a67.mp4

fleury08 commented 2 years ago

@AbdelrahmanMohamedDesoky perfect, thanks. I will investigate deeper then.

Just to be sure, run these commands. It should clean up the flatpak app. flatpak uninstall --delete-data com.github.fleury08.prettifier -y && flatpak install com.github.fleury08.prettifier -y

AbdelrahmanMohamedDesoky commented 2 years ago

@AbdelrahmanMohamedDesoky perfect, thanks. I will investigate deeper then.

Just to be sure, run these commands. It should clean up the flatpak app. flatpak uninstall --delete-data com.github.fleury08.prettifier -y && flatpak install com.github.fleury08.prettifier -y

Thanks for your fast response, I appreciate it.

I ran the commands and I tried it again after re-install and it's the same 25 seconds exactly.

I've also attached the video

https://user-images.githubusercontent.com/12201594/142383854-9b2840a0-6dbb-4a45-9dee-f5a6e69fb138.mp4

Also feel free to ask me anything you want, I'd be happy to provide any kind of logs/remote access if preferred.

fleury08 commented 2 years ago

Run this command please and paste the log. flatpak -vvv run com.github.fleury08.prettifier 2>&1 | gawk '{ print strftime("[%Y-%m-%d %H:%M:%S]"), $0 }'

AbdelrahmanMohamedDesoky commented 2 years ago

@fleury08 here you go,

desoky@DesokyWorkPC:~$ flatpak -vvv run com.github.fleury08.prettifier 2>&1 | gawk '{ print strftime("[%Y-%m-%d %H:%M:%S]"), $0 }'
[2021-11-18 11:23:51] F: No installations directory in /etc/flatpak/installations.d. Skipping
[2021-11-18 11:23:51] F: Opening system flatpak installation at path /var/lib/flatpak
[2021-11-18 11:23:51] F: Opening user flatpak installation at path /home/desoky/.local/share/flatpak
[2021-11-18 11:23:51] F: Opening user flatpak installation at path /home/desoky/.local/share/flatpak
[2021-11-18 11:23:51] F: Opening system flatpak installation at path /var/lib/flatpak
[2021-11-18 11:23:51] F: Opening user flatpak installation at path /home/desoky/.local/share/flatpak
[2021-11-18 11:23:51] F: Opening system flatpak installation at path /var/lib/flatpak
[2021-11-18 11:23:51] F: /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/lib32 does not exist
[2021-11-18 11:23:51] F: Cleaning up unused container id 4237382096
[2021-11-18 11:23:51] F: Cleaning up per-app-ID state for com.github.fleury08.prettifier
[2021-11-18 11:23:51] F: Allocated instance id 905634454
[2021-11-18 11:23:51] F: Add defaults in dir /com/github/fleury08/prettifier/
[2021-11-18 11:23:51] F: Add locks in dir /com/github/fleury08/prettifier/
[2021-11-18 11:23:51] F: Disallowing network access
[2021-11-18 11:23:51] F: Allowing wayland access
[2021-11-18 11:23:51] F: Allowing x11 access
[2021-11-18 11:23:51] F: bwrap --args 35 = ...
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     usr/lib
[2021-11-18 11:23:51] F:     /lib
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     usr/lib64
[2021-11-18 11:23:51] F:     /lib64
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     usr/libx32
[2021-11-18 11:23:51] F:     /libx32
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /srv
[2021-11-18 11:23:51] F:     /srv
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /dev
[2021-11-18 11:23:51] F:     /dev
[2021-11-18 11:23:51] F:     --bind
[2021-11-18 11:23:51] F:     /tmp
[2021-11-18 11:23:51] F:     /tmp
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /mnt
[2021-11-18 11:23:51] F:     /mnt
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /proc
[2021-11-18 11:23:51] F:     /proc
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /etc
[2021-11-18 11:23:51] F:     /etc
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /sys
[2021-11-18 11:23:51] F:     /sys
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /usr
[2021-11-18 11:23:51] F:     /usr
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /boot
[2021-11-18 11:23:51] F:     /boot
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     usr/lib32
[2021-11-18 11:23:51] F:     /lib32
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /root
[2021-11-18 11:23:51] F:     /root
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /opt
[2021-11-18 11:23:51] F:     /opt
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /home
[2021-11-18 11:23:51] F:     /home
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     usr/sbin
[2021-11-18 11:23:51] F:     /sbin
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     usr/bin
[2021-11-18 11:23:51] F:     /bin
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /media
[2021-11-18 11:23:51] F:     /media
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /snap
[2021-11-18 11:23:51] F:     /snap
[2021-11-18 11:23:51] F:     --bind
[2021-11-18 11:23:51] F:     /var
[2021-11-18 11:23:51] F:     /var
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     '/lost+found'
[2021-11-18 11:23:51] F:     '/lost+found'
[2021-11-18 11:23:51] F:     --bind
[2021-11-18 11:23:51] F:     /run
[2021-11-18 11:23:51] F:     /run
[2021-11-18 11:23:51] F:     --bind
[2021-11-18 11:23:51] F:     /run/user/1000/.dbus-proxy/
[2021-11-18 11:23:51] F:     /run/user/1000/.dbus-proxy/
[2021-11-18 11:23:51] F:     --file
[2021-11-18 11:23:51] F:     37
[2021-11-18 11:23:51] F:     /.flatpak-info
[2021-11-18 11:23:51] F: bwrap --args 40 = ...
[2021-11-18 11:23:51] F:     --fd=39
[2021-11-18 11:23:51] F:     unix:path=/run/user/1000/bus
[2021-11-18 11:23:51] F:     /run/user/1000/.dbus-proxy/session-bus-proxy-0JFXC1
[2021-11-18 11:23:51] F:     --filter
[2021-11-18 11:23:51] F:     '--own=com.github.fleury08.prettifier.*'
[2021-11-18 11:23:51] F:     '--own=org.mpris.MediaPlayer2.com.github.fleury08.prettifier.*'
[2021-11-18 11:23:51] F:     '--call=org.freedesktop.portal.*=*'
[2021-11-18 11:23:51] F:     '--broadcast=org.freedesktop.portal.*=@/org/freedesktop/portal/*'
[2021-11-18 11:23:51] F:     unix:path=/var/run/dbus/system_bus_socket
[2021-11-18 11:23:51] F:     /run/user/1000/.dbus-proxy/system-bus-proxy-5IFXC1
[2021-11-18 11:23:51] F:     --filter
[2021-11-18 11:23:51] F:     --talk=org.freedesktop.Accounts
[2021-11-18 11:23:51] F:     'unix:abstract=/tmp/dbus-OHib6xzQAd,guid=28a6e5dfad7f573b07f8e56d6195eac9'
[2021-11-18 11:23:51] F:     /run/user/1000/.dbus-proxy/a11y-bus-proxy-6LEXC1
[2021-11-18 11:23:51] F:     --filter
[2021-11-18 11:23:51] F:     --sloppy-names
[2021-11-18 11:23:51] F:     --call=org.a11y.atspi.Registry=org.a11y.atspi.Socket.Embed@/org/a11y/atspi/accessible/root
[2021-11-18 11:23:51] F:     --call=org.a11y.atspi.Registry=org.a11y.atspi.Socket.Unembed@/org/a11y/atspi/accessible/root
[2021-11-18 11:23:51] F:     --call=org.a11y.atspi.Registry=org.a11y.atspi.Registry.GetRegisteredEvents@/org/a11y/atspi/registry
[2021-11-18 11:23:51] F:     --call=org.a11y.atspi.Registry=org.a11y.atspi.DeviceEventController.GetKeystrokeListeners@/org/a11y/atspi/registry/deviceeventcontroller
[2021-11-18 11:23:51] F:     --call=org.a11y.atspi.Registry=org.a11y.atspi.DeviceEventController.GetDeviceEventListeners@/org/a11y/atspi/registry/deviceeventcontroller
[2021-11-18 11:23:51] F:     --call=org.a11y.atspi.Registry=org.a11y.atspi.DeviceEventController.NotifyListenersSync@/org/a11y/atspi/registry/deviceeventcontroller
[2021-11-18 11:23:51] F:     --call=org.a11y.atspi.Registry=org.a11y.atspi.DeviceEventController.NotifyListenersAsync@/org/a11y/atspi/registry/deviceeventcontroller
[2021-11-18 11:23:51] F: Running 'bwrap --args 35 xdg-dbus-proxy --args=40'
[2021-11-18 11:23:51] F: bwrap --args 37 = ...
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files
[2021-11-18 11:23:51] F:     /usr
[2021-11-18 11:23:51] F:     --lock-file
[2021-11-18 11:23:51] F:     /usr/.ref
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/app/com.github.fleury08.prettifier/x86_64/stable/7b9d61217e66af8aa313bc0db5b7b7e71f72b985bea50f7126a21ebf810776b7/files
[2021-11-18 11:23:51] F:     /app
[2021-11-18 11:23:51] F:     --lock-file
[2021-11-18 11:23:51] F:     /app/.ref
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/com.github.fleury08.prettifier.Locale/x86_64/stable/a2a70d188e970f3093e9d4d3e3ea02283117f959a0f4e76382b1373b65e433a5-en/files
[2021-11-18 11:23:51] F:     /app/share/runtime/locale
[2021-11-18 11:23:51] F:     --tmpfs
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /home/desoky/.local/share/flatpak/runtime/org.freedesktop.Platform.GL.default/x86_64/20.08/f596d0ba6c8c9af5ab8e95e9b27332077dc152ca994d79263b8bcbe4079cf9f6/files
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /home/desoky/.local/share/flatpak/runtime/org.freedesktop.Platform.GL.nvidia-495-44/x86_64/1.4/11f22c59fe04cb3fef3cd1830681a442a809721ab6b72f4cbc4c3f226ec85edb/files
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/nvidia-495-44
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /home/desoky/.local/share/flatpak/runtime/org.freedesktop.Platform.openh264/x86_64/2.0/73f998362a6fc0d57e0c7e83e928d32b0ec14d10d0d94291033976bdcecc6b6b/files
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/openh264
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform.Locale/x86_64/6/713175c5744f49c2e8007ef3e47015dc39002f63e795be5856d3b00a31b9420a/files
[2021-11-18 11:23:51] F:     /usr/share/runtime/locale
[2021-11-18 11:23:51] F:     --ro-bind-data
[2021-11-18 11:23:51] F:     18
[2021-11-18 11:23:51] F:     /run/flatpak/ld.so.conf.d/runtime-001-org.freedesktop.Platform.GL.default.conf
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/vulkan/icd.d/radeon_icd.x86_64.json
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/radeon_icd.x86_64.json
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/vulkan/icd.d/intel_icd.x86_64.json
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/intel_icd.x86_64.json
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/glvnd/egl_vendor.d/50_mesa.json
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/glvnd/egl_vendor.d/50_mesa.json
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/OpenCL/vendors/mesa.icd
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/OpenCL/vendors/mesa.icd
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/nouveau_vieux_dri.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/nouveau_vieux_dri.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/kms_swrast_dri.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/kms_swrast_dri.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/r200_dri.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/r200_dri.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/nouveau_drv_video.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/nouveau_drv_video.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/radeonsi_drv_video.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/radeonsi_drv_video.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/virtio_gpu_dri.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/virtio_gpu_dri.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/libgallium_drv_video.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/libgallium_drv_video.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/radeonsi_dri.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/radeonsi_dri.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/radeon_dri.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/radeon_dri.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/r600_drv_video.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/r600_drv_video.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/r600_dri.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/r600_dri.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/r300_dri.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/r300_dri.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/libmesa_dri_drivers.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/libmesa_dri_drivers.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/swrast_dri.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/swrast_dri.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/i915_dri.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/i915_dri.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/i965_dri.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/i965_dri.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/zink_dri.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/zink_dri.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/nouveau_dri.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/nouveau_dri.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/iris_dri.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/iris_dri.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/libgallium_dri.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/libgallium_dri.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/dri/vmwgfx_dri.so
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/dri/vmwgfx_dri.so
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/d3d/d3dadapter9.so.1.0.0
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/d3d/d3dadapter9.so.1.0.0
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/lib/d3d/d3dadapter9.so.1
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/lib/d3d/d3dadapter9.so.1
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/default/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
[2021-11-18 11:23:51] F:     --ro-bind-data
[2021-11-18 11:23:51] F:     19
[2021-11-18 11:23:51] F:     /run/flatpak/ld.so.conf.d/runtime-002-org.freedesktop.Platform.GL.nvidia-495-44.conf
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/nvidia-495-44/vulkan/icd.d/nvidia_icd.json
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/nvidia_icd.json
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/nvidia-495-44/glvnd/egl_vendor.d/10_nvidia.json
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/glvnd/egl_vendor.d/10_nvidia.json
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/nvidia-495-44/OpenCL/vendors/nvidia.icd
[2021-11-18 11:23:51] F:     /usr/lib/x86_64-linux-gnu/GL/OpenCL/vendors/nvidia.icd
[2021-11-18 11:23:51] F:     --ro-bind-data
[2021-11-18 11:23:51] F:     20
[2021-11-18 11:23:51] F:     /run/flatpak/ld.so.conf.d/runtime-003-org.freedesktop.Platform.openh264.conf
[2021-11-18 11:23:51] F:     --proc
[2021-11-18 11:23:51] F:     /proc
[2021-11-18 11:23:51] F:     --unshare-pid
[2021-11-18 11:23:51] F:     --dir
[2021-11-18 11:23:51] F:     /tmp
[2021-11-18 11:23:51] F:     --dir
[2021-11-18 11:23:51] F:     /var/tmp
[2021-11-18 11:23:51] F:     --dir
[2021-11-18 11:23:51] F:     /run/host
[2021-11-18 11:23:51] F:     --dir
[2021-11-18 11:23:51] F:     /run/user/1000
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     XDG_RUNTIME_DIR
[2021-11-18 11:23:51] F:     /run/user/1000
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     ../run
[2021-11-18 11:23:51] F:     /var/run
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /sys/block
[2021-11-18 11:23:51] F:     /sys/block
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /sys/bus
[2021-11-18 11:23:51] F:     /sys/bus
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /sys/class
[2021-11-18 11:23:51] F:     /sys/class
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /sys/dev
[2021-11-18 11:23:51] F:     /sys/dev
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /sys/devices
[2021-11-18 11:23:51] F:     /sys/devices
[2021-11-18 11:23:51] F:     --ro-bind-try
[2021-11-18 11:23:51] F:     /proc/self/ns/user
[2021-11-18 11:23:51] F:     /run/.userns
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /etc/timezone
[2021-11-18 11:23:51] F:     /var/db/zoneinfo
[2021-11-18 11:23:51] F:     --ro-bind-data
[2021-11-18 11:23:51] F:     22
[2021-11-18 11:23:51] F:     /etc/passwd
[2021-11-18 11:23:51] F:     --ro-bind-data
[2021-11-18 11:23:51] F:     23
[2021-11-18 11:23:51] F:     /etc/group
[2021-11-18 11:23:51] F:     --ro-bind-data
[2021-11-18 11:23:51] F:     24
[2021-11-18 11:23:51] F:     /etc/pkcs11/pkcs11.conf
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /etc/machine-id
[2021-11-18 11:23:51] F:     /etc/machine-id
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/dbus-1
[2021-11-18 11:23:51] F:     /etc/dbus-1
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/wgetrc
[2021-11-18 11:23:51] F:     /etc/wgetrc
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/krb5.conf
[2021-11-18 11:23:51] F:     /etc/krb5.conf
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/rc_maps.cfg
[2021-11-18 11:23:51] F:     /etc/rc_maps.cfg
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/ld.so.cache
[2021-11-18 11:23:51] F:     /etc/ld.so.cache
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/services
[2021-11-18 11:23:51] F:     /etc/services
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/e2scrub.conf
[2021-11-18 11:23:51] F:     /etc/e2scrub.conf
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/gtk-3.0
[2021-11-18 11:23:51] F:     /etc/gtk-3.0
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     ../usr/lib/os-release
[2021-11-18 11:23:51] F:     /etc/os-release
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/pipewire
[2021-11-18 11:23:51] F:     /etc/pipewire
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/vdpau_wrapper.cfg
[2021-11-18 11:23:51] F:     /etc/vdpau_wrapper.cfg
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/xattr.conf
[2021-11-18 11:23:51] F:     /etc/xattr.conf
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/moduli
[2021-11-18 11:23:51] F:     /etc/moduli
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/profile.d
[2021-11-18 11:23:51] F:     /etc/profile.d
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/alsa
[2021-11-18 11:23:51] F:     /etc/alsa
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/issue
[2021-11-18 11:23:51] F:     /etc/issue
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/ca-certificates.conf
[2021-11-18 11:23:51] F:     /etc/ca-certificates.conf
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     ../../proc/self/mounts
[2021-11-18 11:23:51] F:     /etc/mtab
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/fonts
[2021-11-18 11:23:51] F:     /etc/fonts
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/ld.so.conf
[2021-11-18 11:23:51] F:     /etc/ld.so.conf
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/ssl
[2021-11-18 11:23:51] F:     /etc/ssl
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/rpc
[2021-11-18 11:23:51] F:     /etc/rpc
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/issue.net
[2021-11-18 11:23:51] F:     /etc/issue.net
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/rc_keymaps
[2021-11-18 11:23:51] F:     /etc/rc_keymaps
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/mke2fs.conf
[2021-11-18 11:23:51] F:     /etc/mke2fs.conf
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/xdg
[2021-11-18 11:23:51] F:     /etc/xdg
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/ssh_config
[2021-11-18 11:23:51] F:     /etc/ssh_config
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/protocols
[2021-11-18 11:23:51] F:     /etc/protocols
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/xml
[2021-11-18 11:23:51] F:     /etc/xml
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/nsswitch.conf
[2021-11-18 11:23:51] F:     /etc/nsswitch.conf
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/pulse
[2021-11-18 11:23:51] F:     /etc/pulse
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/lib/flatpak/runtime/io.elementary.Platform/x86_64/6/645f43a6a8775d32d5fbea3191603141c21306250ecbfd236234651daed093ad/files/etc/geoclue
[2021-11-18 11:23:51] F:     /etc/geoclue
[2021-11-18 11:23:51] F:     --bind
[2021-11-18 11:23:51] F:     /home/desoky/.var/app/com.github.fleury08.prettifier/cache
[2021-11-18 11:23:51] F:     /var/cache
[2021-11-18 11:23:51] F:     --bind
[2021-11-18 11:23:51] F:     /home/desoky/.var/app/com.github.fleury08.prettifier/data
[2021-11-18 11:23:51] F:     /var/data
[2021-11-18 11:23:51] F:     --bind
[2021-11-18 11:23:51] F:     /home/desoky/.var/app/com.github.fleury08.prettifier/config
[2021-11-18 11:23:51] F:     /var/config
[2021-11-18 11:23:51] F:     --bind
[2021-11-18 11:23:51] F:     /home/desoky/.var/app/com.github.fleury08.prettifier/cache/tmp
[2021-11-18 11:23:51] F:     /var/tmp
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     usr/bin
[2021-11-18 11:23:51] F:     /bin
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     usr/lib
[2021-11-18 11:23:51] F:     /lib
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     usr/lib64
[2021-11-18 11:23:51] F:     /lib64
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     usr/sbin
[2021-11-18 11:23:51] F:     /sbin
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /usr/share/zoneinfo
[2021-11-18 11:23:51] F:     /usr/share/zoneinfo
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     ../usr/share/zoneinfo/Africa/Cairo
[2021-11-18 11:23:51] F:     /etc/localtime
[2021-11-18 11:23:51] F:     --ro-bind-data
[2021-11-18 11:23:51] F:     25
[2021-11-18 11:23:51] F:     /etc/timezone
[2021-11-18 11:23:51] F:     --seccomp
[2021-11-18 11:23:51] F:     26
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /run/user/1000/.flatpak-helper/monitor
[2021-11-18 11:23:51] F:     /run/host/monitor
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /run/host/monitor/resolv.conf
[2021-11-18 11:23:51] F:     /etc/resolv.conf
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /run/host/monitor/host.conf
[2021-11-18 11:23:51] F:     /etc/host.conf
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /run/host/monitor/hosts
[2021-11-18 11:23:51] F:     /etc/hosts
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /run/host/monitor/gai.conf
[2021-11-18 11:23:51] F:     /etc/gai.conf
[2021-11-18 11:23:51] F:     --ro-bind-data
[2021-11-18 11:23:51] F:     28
[2021-11-18 11:23:51] F:     /etc/pkcs11/modules/p11-kit-trust.module
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /run/user/1000/.flatpak-helper/pkcs11-flatpak-11351
[2021-11-18 11:23:51] F:     /run/flatpak/p11-kit/pkcs11
[2021-11-18 11:23:51] F:     --ro-bind-data
[2021-11-18 11:23:51] F:     29
[2021-11-18 11:23:51] F:     /etc/ld.so.conf
[2021-11-18 11:23:51] F:     --ro-bind-data
[2021-11-18 11:23:51] F:     21
[2021-11-18 11:23:51] F:     /etc/ld.so.cache
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /run/user/1000/.flatpak/905634454
[2021-11-18 11:23:51] F:     /run/flatpak/.flatpak/905634454
[2021-11-18 11:23:51] F:     --lock-file
[2021-11-18 11:23:51] F:     /run/flatpak/.flatpak/905634454/.ref
[2021-11-18 11:23:51] F:     --file
[2021-11-18 11:23:51] F:     30
[2021-11-18 11:23:51] F:     /.flatpak-info
[2021-11-18 11:23:51] F:     --ro-bind-data
[2021-11-18 11:23:51] F:     31
[2021-11-18 11:23:51] F:     /.flatpak-info
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     container
[2021-11-18 11:23:51] F:     flatpak
[2021-11-18 11:23:51] F:     --ro-bind-data
[2021-11-18 11:23:51] F:     32
[2021-11-18 11:23:51] F:     /run/host/container-manager
[2021-11-18 11:23:51] F:     --info-fd
[2021-11-18 11:23:51] F:     33
[2021-11-18 11:23:51] F:     --bind
[2021-11-18 11:23:51] F:     /run/user/1000/.flatpak/com.github.fleury08.prettifier/xdg-run
[2021-11-18 11:23:51] F:     /run/user/1000
[2021-11-18 11:23:51] F:     --bind
[2021-11-18 11:23:51] F:     /run/user/1000/doc/by-app/com.github.fleury08.prettifier
[2021-11-18 11:23:51] F:     /run/flatpak/doc
[2021-11-18 11:23:51] F:     --unshare-net
[2021-11-18 11:23:51] F:     --dev
[2021-11-18 11:23:51] F:     /dev
[2021-11-18 11:23:51] F:     --bind
[2021-11-18 11:23:51] F:     /run/user/1000/.flatpak/com.github.fleury08.prettifier/tmp
[2021-11-18 11:23:51] F:     /tmp
[2021-11-18 11:23:51] F:     --bind
[2021-11-18 11:23:51] F:     /run/user/1000/app/com.github.fleury08.prettifier
[2021-11-18 11:23:51] F:     /run/flatpak/app/com.github.fleury08.prettifier
[2021-11-18 11:23:51] F:     --dir
[2021-11-18 11:23:51] F:     /home/desoky
[2021-11-18 11:23:51] F:     --dir
[2021-11-18 11:23:51] F:     /home/desoky/.local/share/flatpak
[2021-11-18 11:23:51] F:     --dir
[2021-11-18 11:23:51] F:     /home/desoky/.var/app
[2021-11-18 11:23:51] F:     --bind
[2021-11-18 11:23:51] F:     /home/desoky/.var/app/com.github.fleury08.prettifier
[2021-11-18 11:23:51] F:     /home/desoky/.var/app/com.github.fleury08.prettifier
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /etc/os-release
[2021-11-18 11:23:51] F:     /run/host/os-release
[2021-11-18 11:23:51] F:     --tmpfs
[2021-11-18 11:23:51] F:     /tmp/.X11-unix
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /tmp/.X11-unix/X0
[2021-11-18 11:23:51] F:     /tmp/.X11-unix/X99
[2021-11-18 11:23:51] F:     --ro-bind-data
[2021-11-18 11:23:51] F:     36
[2021-11-18 11:23:51] F:     /run/flatpak/Xauthority
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /run/user/1000/.dbus-proxy/session-bus-proxy-0JFXC1
[2021-11-18 11:23:51] F:     /run/flatpak/bus
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /run/user/1000/.dbus-proxy/system-bus-proxy-5IFXC1
[2021-11-18 11:23:51] F:     /run/dbus/system_bus_socket
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /run/user/1000/.dbus-proxy/a11y-bus-proxy-6LEXC1
[2021-11-18 11:23:51] F:     /run/flatpak/at-spi-bus
[2021-11-18 11:23:51] F:     --sync-fd
[2021-11-18 11:23:51] F:     38
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /run/user/1000/.flatpak/com.github.fleury08.prettifier/.ref
[2021-11-18 11:23:51] F:     /run/flatpak/per-app-dirs-ref
[2021-11-18 11:23:51] F:     --lock-file
[2021-11-18 11:23:51] F:     /run/flatpak/per-app-dirs-ref
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /run/systemd/journal/socket
[2021-11-18 11:23:51] F:     /run/systemd/journal/socket
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /run/systemd/journal/stdout
[2021-11-18 11:23:51] F:     /run/systemd/journal/stdout
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /usr/share/fonts
[2021-11-18 11:23:51] F:     /run/host/fonts
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /usr/local/share/fonts
[2021-11-18 11:23:51] F:     /run/host/local-fonts
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /var/cache/fontconfig
[2021-11-18 11:23:51] F:     /run/host/fonts-cache
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /home/desoky/.local/share/fonts
[2021-11-18 11:23:51] F:     /run/host/user-fonts
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /home/desoky/.cache/fontconfig
[2021-11-18 11:23:51] F:     /run/host/user-fonts-cache
[2021-11-18 11:23:51] F:     --ro-bind-data
[2021-11-18 11:23:51] F:     35
[2021-11-18 11:23:51] F:     /run/host/font-dirs.xml
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /usr/share/icons
[2021-11-18 11:23:51] F:     /run/host/share/icons
[2021-11-18 11:23:51] F:     --ro-bind
[2021-11-18 11:23:51] F:     /home/desoky/.local/share/icons
[2021-11-18 11:23:51] F:     /run/host/user-share/icons
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /app/lib/debug/source
[2021-11-18 11:23:51] F:     /run/build
[2021-11-18 11:23:51] F:     --symlink
[2021-11-18 11:23:51] F:     /usr/lib/debug/source
[2021-11-18 11:23:51] F:     /run/build-runtime
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     ALSA_CONFIG_DIR
[2021-11-18 11:23:51] F:     /usr/share/alsa
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     ALSA_CONFIG_PATH
[2021-11-18 11:23:51] F:     /usr/share/alsa/alsa-flatpak.conf
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     AT_SPI_BUS_ADDRESS
[2021-11-18 11:23:51] F:     unix:path=/run/flatpak/at-spi-bus
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     COLORTERM
[2021-11-18 11:23:51] F:     truecolor
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     DBUS_SESSION_BUS_ADDRESS
[2021-11-18 11:23:51] F:     unix:path=/run/flatpak/bus
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     DBUS_SYSTEM_BUS_ADDRESS
[2021-11-18 11:23:51] F:     unix:path=/run/dbus/system_bus_socket
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     DEFAULTS_PATH
[2021-11-18 11:23:51] F:     /usr/share/gconf/pantheon.default.path
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     DESKTOP_SESSION
[2021-11-18 11:23:51] F:     pantheon
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     DISPLAY
[2021-11-18 11:23:51] F:     :99.0
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     FLATPAK_ID
[2021-11-18 11:23:51] F:     com.github.fleury08.prettifier
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     FLATPAK_SANDBOX_DIR
[2021-11-18 11:23:51] F:     /home/desoky/.var/app/com.github.fleury08.prettifier/sandbox
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     GDMSESSION
[2021-11-18 11:23:51] F:     pantheon
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     GDM_LANG
[2021-11-18 11:23:51] F:     en_US
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     GIO_LAUNCHED_DESKTOP_FILE
[2021-11-18 11:23:51] F:     /etc/xdg/autostart/pantheon-org.gnome.SettingsDaemon.MediaKeys.desktop
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     GIO_LAUNCHED_DESKTOP_FILE_PID
[2021-11-18 11:23:51] F:     28358
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     GI_TYPELIB_PATH
[2021-11-18 11:23:51] F:     /app/lib/girepository-1.0
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     GNOME_DESKTOP_SESSION_ID
[2021-11-18 11:23:51] F:     this-is-deprecated
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     GPG_AGENT_INFO
[2021-11-18 11:23:51] F:     /run/user/1000/gnupg/S.gpg-agent:0:1
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     GTK_MODULES
[2021-11-18 11:23:51] F:     gail:atk-bridge
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     HOME
[2021-11-18 11:23:51] F:     /home/desoky
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LANG
[2021-11-18 11:23:51] F:     en_US.UTF-8
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LANGUAGE
[2021-11-18 11:23:51] F:     en_US
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LC_ADDRESS
[2021-11-18 11:23:51] F:     en_US.UTF-8
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LC_IDENTIFICATION
[2021-11-18 11:23:51] F:     en_US.UTF-8
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LC_MEASUREMENT
[2021-11-18 11:23:51] F:     en_US.UTF-8
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LC_MONETARY
[2021-11-18 11:23:51] F:     en_US.UTF-8
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LC_NAME
[2021-11-18 11:23:51] F:     en_US.UTF-8
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LC_NUMERIC
[2021-11-18 11:23:51] F:     en_US.UTF-8
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LC_PAPER
[2021-11-18 11:23:51] F:     en_US.UTF-8
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LC_TELEPHONE
[2021-11-18 11:23:51] F:     en_US.UTF-8
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LC_TIME
[2021-11-18 11:23:51] F:     en_US.UTF-8
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LD_LIBRARY_PATH
[2021-11-18 11:23:51] F:     ''
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LESSCLOSE
[2021-11-18 11:23:51] F:     '/usr/bin/lesspipe %s %s'
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LESSOPEN
[2021-11-18 11:23:51] F:     '| /usr/bin/lesspipe %s'
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LIBGL_ALWAYS_INDIRECT
[2021-11-18 11:23:51] F:     1
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LOGNAME
[2021-11-18 11:23:51] F:     desoky
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     LS_COLORS
[2021-11-18 11:23:51] F:     'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     MANDATORY_PATH
[2021-11-18 11:23:51] F:     /usr/share/gconf/pantheon.mandatory.path
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     PANTHEON_TERMINAL_ID
[2021-11-18 11:23:51] F:     0
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     PAPERSIZE
[2021-11-18 11:23:51] F:     letter
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     PATH
[2021-11-18 11:23:51] F:     /app/bin:/usr/bin
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     PROMPT_COMMAND
[2021-11-18 11:23:51] F:     'dbus-send --type=method_call --session --dest=io.elementary.terminal /io/elementary/terminal io.elementary.terminal.ProcessFinished string:$PANTHEON_TERMINAL_ID string:"$(history 1 | cut -c 8-)" int32:$__bp_last_ret_value >/dev/null 2>&1'
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     PS1
[2021-11-18 11:23:51] F:     '[📦 $FLATPAK_ID \W]\$ '
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     PWD
[2021-11-18 11:23:51] F:     /home/desoky
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     QT_ACCESSIBILITY
[2021-11-18 11:23:51] F:     1
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     QT_IM_MODULE
[2021-11-18 11:23:51] F:     ibus
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     QT_QPA_PLATFORMTHEME
[2021-11-18 11:23:51] F:     gtk3
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     QT_STYLE_OVERRIDE
[2021-11-18 11:23:51] F:     adwaita
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     SESSION_MANAGER
[2021-11-18 11:23:51] F:     'local/DesokyWorkPC:@/tmp/.ICE-unix/10457,unix/DesokyWorkPC:/tmp/.ICE-unix/10457'
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     SHELL
[2021-11-18 11:23:51] F:     /bin/sh
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     SHLVL
[2021-11-18 11:23:51] F:     0
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     SSH_AGENT_PID
[2021-11-18 11:23:51] F:     10568
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     SSH_AUTH_SOCK
[2021-11-18 11:23:51] F:     /run/user/1000/keyring/ssh
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     TERM
[2021-11-18 11:23:51] F:     xterm-256color
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     USER
[2021-11-18 11:23:51] F:     desoky
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     VTE_VERSION
[2021-11-18 11:23:51] F:     6003
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     XAUTHORITY
[2021-11-18 11:23:51] F:     /run/flatpak/Xauthority
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     XDG_CACHE_HOME
[2021-11-18 11:23:51] F:     /home/desoky/.var/app/com.github.fleury08.prettifier/cache
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     XDG_CONFIG_DIRS
[2021-11-18 11:23:51] F:     /app/etc/xdg:/etc/xdg
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     XDG_CONFIG_HOME
[2021-11-18 11:23:51] F:     /home/desoky/.var/app/com.github.fleury08.prettifier/config
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     XDG_CURRENT_DESKTOP
[2021-11-18 11:23:51] F:     Pantheon
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     XDG_DATA_DIRS
[2021-11-18 11:23:51] F:     /app/share:/usr/share:/usr/share/runtime/share:/run/host/share
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     XDG_DATA_HOME
[2021-11-18 11:23:51] F:     /home/desoky/.var/app/com.github.fleury08.prettifier/data
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     XDG_GREETER_DATA_DIR
[2021-11-18 11:23:51] F:     /var/lib/lightdm-data/desoky
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     XDG_MENU_PREFIX
[2021-11-18 11:23:51] F:     gnome-
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     XDG_SEAT_PATH
[2021-11-18 11:23:51] F:     /org/freedesktop/DisplayManager/Seat0
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     XDG_SESSION_CLASS
[2021-11-18 11:23:51] F:     user
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     XDG_SESSION_DESKTOP
[2021-11-18 11:23:51] F:     pantheon
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     XDG_SESSION_PATH
[2021-11-18 11:23:51] F:     /org/freedesktop/DisplayManager/Session1
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     XDG_SESSION_TYPE
[2021-11-18 11:23:51] F:     x11
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     XMODIFIERS
[2021-11-18 11:23:51] F:     @im=ibus
[2021-11-18 11:23:51] F:     --setenv
[2021-11-18 11:23:51] F:     _
[2021-11-18 11:23:51] F:     /usr/bin/flatpak
[2021-11-18 11:23:51] F: Running 'bwrap --args 37 com.github.fleury08.prettifier'
[2021-11-18 11:24:16] Gtk-Message: 11:24:16.474: Failed to load module "canberra-gtk-module"
[2021-11-18 11:24:16] Gtk-Message: 11:24:16.474: Failed to load module "canberra-gtk-module"
[2021-11-18 11:24:16] 
[2021-11-18 11:24:16] (com.github.fleury08.prettifier:2): Gtk-WARNING **: 11:24:16.526: Attempting to add a widget with type GtkScrolledWindow to a container of type AppViewsAppView, but the widget is already inside a container of type AppViewsAppView, please remove the widget from its existing container first.
[2021-11-18 11:24:16] 
[2021-11-18 11:24:16] (com.github.fleury08.prettifier:2): Gtk-WARNING **: 11:24:16.526: Attempting to add a widget with type GtkScrolledWindow to a container of type AppViewsAppView, but the widget is already inside a container of type AppViewsAppView, please remove the widget from its existing container first.

still took the same 25 seconds.

fleury08 commented 2 years ago

Interesting :thinking: , Run this please and return log. strace flatpak run com.github.fleury08.prettifier 2>&1 | gawk '{ print strftime("[%Y-%m-%d %H:%M:%S]"), $0 }'

AbdelrahmanMohamedDesoky commented 2 years ago

Interesting thinking , Run this please and return log. strace flatpak run com.github.fleury08.prettifier 2>&1 | gawk '{ print strftime("[%Y-%m-%d %H:%M:%S]"), $0 }'

I have submitted the output to pastebin because it's getting too big and causing the browser to stutter https://pastebin.com/YCW5YC2Z

fleury08 commented 2 years ago

@AbdelrahmanMohamedDesoky I've found similar problem with other flatpak apps. Try this solution. https://github.com/flatpak/flatpak/issues/1768#issuecomment-480294191

rm ~/.var/app/com.github.fleury08.prettifier -rf

AbdelrahmanMohamedDesoky commented 2 years ago

Sorry for the late reply as I was kind of busy during weekend

Anyway, I tried removing configuration folder as you requested in the last comment and it didn't help at all, still prettier takes the same time to launch, even after complete remove/uninstall and re-install.

fleury08 commented 2 years ago

@AbdelrahmanMohamedDesoky No worries, I hope you enjoyed the weekend :) Someone mentioned also removing this folder ~/.local/share/flatpak/db Try this command rm ~/.local/share/flatpak/db -rf

AbdelrahmanMohamedDesoky commented 2 years ago

still didn't solve the issue :( exactly 25 sec again.

I'm wondering why does this issue happen only with prettier, I have other flatpak apps that start instantly with no problems.

desoky@DesokyWorkPC:~$ flatpak list
Name                                                Application ID                                       Version                         Branch            Origin                 Installation
Discord                                             com.discordapp.Discord                               0.0.16                          stable            flathub                user
Pinta                                               com.github.PintaProject.Pinta                        1.7                             stable            flathub                user
Eddy                                                com.github.donadigo.eddy                             1.3.1                           stable            appcenter              system
Prettifier                                          com.github.fleury08.prettifier                       1.2.8                           stable            appcenter              system
Parsec                                              com.parsecgaming.parsec                              3.9.8                           stable            flathub                user
Spotify                                             com.spotify.Client                                   1.1.72.439.gc253025e            stable            flathub                user
elementary platform                                 io.elementary.Platform                                                               6                 appcenter              system
Calculator                                          io.elementary.calculator                             1.7.1                           stable            appcenter              system
Camera                                              io.elementary.camera                                 6.0.1                           stable            appcenter              system
Captive Network Assistant                           io.elementary.capnet-assist                          2.4.0                           stable            appcenter              system
Screenshot                                          io.elementary.screenshot                             6.0.1                           stable            appcenter              system
Videos                                              io.elementary.videos                                 2.8.0                           stable            appcenter              system
FileZilla                                           org.filezillaproject.Filezilla                       3.56.2                          stable            flathub                user
Freedesktop Platform                                org.freedesktop.Platform                             21.08.5                         21.08             flathub                user
Mesa                                                org.freedesktop.Platform.GL.default                  21.1.8                          20.08             freedesktop            system
Mesa                                                org.freedesktop.Platform.GL.default                  21.1.8                          20.08             flathub                user
Mesa                                                org.freedesktop.Platform.GL.default                  21.2.5                          21.08             flathub                user
nvidia-495-44                                       org.freedesktop.Platform.GL.nvidia-495-44                                            1.4               flathub                user
openh264                                            org.freedesktop.Platform.openh264                    2.1.0                           2.0               flathub                user
GNOME Web                                           org.gnome.Epiphany                                   40.3                            stable            appcenter              system
Evince                                              org.gnome.Evince                                     40.3                            stable            appcenter              system
File Roller                                         org.gnome.FileRoller                                 3.38.0                          stable            appcenter              system
GNOME Application Platform version 3.38             org.gnome.Platform                                                                   3.38              flathub                user
GNOME Application Platform version 41               org.gnome.Platform                                                                   41                flathub                user
Text Editor                                         org.gnome.TextEditor                                 41.1                            stable            flathub                user
KDE Application Platform                            org.kde.Platform                                                                     5.15              flathub                user
Clock                                               org.kde.kclock                                       21.08                           stable            flathub                user
VLC                                                 org.videolan.VLC                                     3.0.16                          stable            flathub                user

As you can see, all these other flatpak apps run without any problems except prettier, so I'm wondering if the problem is from flatpak or prettier itself.

fleury08 commented 2 years ago

Yeah, this doesn't make sense to me either. I would try one more thing, enable guest account, log as guest and try to launch the app.