> For the complete documentation index, see [llms.txt](https://benz.gitbook.io/walker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://benz.gitbook.io/walker/faq.md).

# FAQ

## Why is my Walker opening so slow?

Walker is a GTK4 Application with a lot of customizability. Every time you open it, there's a lot of upfront processing that has to happen. To mitigate this, you can run a background service. Read the according section.

To debug: run `walker` in a terminal and check it's output.

### Service is running and Walker is still slow to open

If you have an Nvidia GPU, try setting `GSK_RENDERER=cairo` environment variable. GTK4 uses Vulkan by default, which might cause issues with Nvidia.

### My videos don't have a thumbnail

Walker will auto-play video files. Make sure you have these installed:

```
  gst-libav \
  gst-plugins-bad \
  gst-plugins-base \
  gst-plugins-good \
  gst-plugins-ugly \
```

### NO NVIDIA. SERVICE IS UP.

I have no idea. Open an issue with as much information as possible.
