You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
downgrading electron until it is "safe" to use GTK4 as the new default.
this feels safer than hardcoding
app.commandLine.appendSwitch('gtk-version', '3')
in our code.
Closes#2952
-[Error: Your programs version (N) is lower than your repos (N+x).](#error-your-programs-version-n-is-lower-than-your-repos-nx)
64
-
-[Found outdated fs-repo, migrations need to be run. - Error fetching: context deadline exceeded](#found-outdated-fs-repo-migrations-need-to-be-run---error-fetching-context-deadline-exceeded)
65
-
-[I need more help!](#i-need-more-help)
66
-
-[License](#license)
34
+
-[Features](#features)
35
+
-[Start your node at system startup and control it from your OS](#start-your-node-at-system-startup-and-control-it-from-your-os)
36
+
-[Quickly import files, folders, and screenshots to IPFS](#quickly-import-files-folders-and-screenshots-to-ipfs)
37
+
-[Easily manage the contents of your node](#easily-manage-the-contents-of-your-node)
38
+
-[Visualize your IPFS peers worldwide](#visualize-your-ipfs-peers-worldwide)
39
+
-[Explore the "Merkle Forest" of IPFS files](#explore-the-merkle-forest-of-ipfs-files)
40
+
-[Enjoy OS-wide support for IPFS files and links](#enjoy-os-wide-support-for-ipfs-files-and-links)
41
+
-[Learn IPFS commands as you go](#learn-ipfs-commands-as-you-go)
42
+
-[Install](#install)
43
+
-[Windows](#windows)
44
+
-[Mac](#mac)
45
+
-[Linux/FreeBSD](#linuxfreebsd)
46
+
-[Install from source](#install-from-source)
47
+
-[Contribute](#contribute)
48
+
-[Translations](#translations)
49
+
-[Developer notes](#developer-notes)
50
+
-[FAQ & Troubleshooting](#faq--troubleshooting)
51
+
-[Why am I missing the system tray menu on Linux?](#why-am-i-missing-the-system-tray-menu-on-linux)
52
+
-[Why can't I install IPFS Desktop under Debian 11?](#why-cant-i-install-ipfs-desktop-under-debian-11)
53
+
-[Why can't I start IPFS Desktop under Debian 10?](#why-cant-i-start-ipfs-desktop-under-debian-10)
54
+
-[`GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported`](#gtk-23-symbols-detected-using-gtk-23-and-gtk-4-in-the-same-process-is-not-supported)
55
+
-[Where are my configuration and log files?](#where-are-my-configuration-and-log-files)
-[Error: Your programs version (N) is lower than your repos (N+x).](#error-your-programs-version-n-is-lower-than-your-repos-nx)
65
+
-[Found outdated fs-repo, migrations need to be run. - Error fetching: context deadline exceeded](#found-outdated-fs-repo-migrations-need-to-be-run---error-fetching-context-deadline-exceeded)
66
+
-[I need more help!](#i-need-more-help)
67
+
-[License](#license)
67
68
68
69
## Features
69
70
@@ -238,6 +239,10 @@ This is a known issue with Electron/Chrome and some hardened kernels. More detai
238
239
$ ipfs-desktop --no-sandbox
239
240
```
240
241
242
+
### `GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported`
243
+
244
+
See [ipfs-desktop#2952](https://github.com/ipfs/ipfs-desktop/issues/2952).
0 commit comments