Skip to content

Commit 6aaaeec

Browse files
committed
fix(flatpak): add talk-name=org.freedesktop.Flatpak permission and docs
1 parent afa81ea commit 6aaaeec

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ flatpak run com.buddysirjava.ssh-studio
124124
```
125125

126126
3. Save the file.
127-
128127
---
129128

130129
## 5. Verify the Fix
@@ -139,5 +138,15 @@ flatpak run com.buddysirjava.ssh-studio
139138
com.buddysirjava.ssh-studio.json
140139
```
141140
```
142-
flatpak run com.buddysirjava.ssh-studio
143-
```
141+
flatpak run com.buddysirjava.ssh-studio```
142+
143+
## 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+
```bash
150+
flatpak override --user --talk-name=org.freedesktop.Flatpak com.visualstudio.code
151+
```
152+
now run the code.

0 commit comments

Comments
 (0)