We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa81ea commit 6aaaeecCopy full SHA for 6aaaeec
README.md
@@ -124,7 +124,6 @@ flatpak run com.buddysirjava.ssh-studio
124
```
125
126
3. Save the file.
127
-
128
---
129
130
## 5. Verify the Fix
@@ -139,5 +138,15 @@ flatpak run com.buddysirjava.ssh-studio
139
138
com.buddysirjava.ssh-studio.json
140
141
142
-flatpak run com.buddysirjava.ssh-studio
143
-```
+flatpak run com.buddysirjava.ssh-studio```
+
+## Using flatpak app id to try and fix the issue
144
145
+```bash
146
+flatpak list
147
+```
148
+as an example you use vscode to run these
149
150
+flatpak override --user --talk-name=org.freedesktop.Flatpak com.visualstudio.code
151
152
+now run the code.
0 commit comments