# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://benz.gitbook.io/walker/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
