New GitHub issue #94602 from OleMussmann:<br>

<hr>

<pre>
**Bug report**

The Linux version of `filedialog.askdirectory` lacks the "New Folder" button.

Example:

```
import tkinter as tk
from tkinter import filedialog

root = tk.Tk()
filedialog.askdirectory()
```
![askdirectory](https://user-images.githubusercontent.com/14004859/177548912-d9dbe1bf-739a-4d21-a65f-65e023b357be.png)

**Your environment**

- Python 3.6.9
- Ubuntu 18.04.6
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/94602">View on GitHub</a>
<p>Labels: type-bug</p>
<p>Assignee: </p>