Skip to content

Commit 252177d

Browse files
committed
Flatpak: modify Package/io.github.KangLin.RabbitRemoteControl.json
1 parent a06f327 commit 252177d

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

Package/io.github.KangLin.RabbitRemoteControl.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
// See: https://docs.flatpak.org/en/latest/manifests.html
2-
// See: https://docs.flatpak.org/en/latest/flatpak-builder-command-reference.html#flatpak-manifest
31
{
42
"id": "io.github.KangLin.RabbitRemoteControl",
5-
/*See: https://invent.kde.org/packaging/flatpak-kde-runtime*/
63
"runtime": "org.kde.Platform",
74
"runtime-version": "6.8",
85
"sdk": "org.kde.Sdk",
96
"command": "RabbitRemoteControlApp",
107
"build-options": {
118
"env": {
12-
/*"V": "1"*/
9+
"V": "1"
1310
}
1411
},
1512
"cleanup": [
@@ -20,27 +17,17 @@
2017
"/lib/pkgconfig"
2118
],
2219
"finish-args": [
23-
/* Needs to talk to the network */
2420
"--share=network",
25-
/* Play sounds redirected from guests */
2621
"--socket=pulseaudio",
2722
"--socket=pcsc",
2823
"--socket=ssh-auth",
29-
/* X11 + XShm access */
3024
"--socket=fallback-x11",
31-
/* force use X11 */
32-
/*"--env=QT_QPA_PLATFORM=xcb",*/
3325
"--socket=wayland",
3426
"--device=all",
35-
/* File transfer (although limited to ~/Documents directory) */
3627
"--filesystem=~/Documents",
37-
/* Desktop notifications */
3828
"--talk-name=org.freedesktop.Notifications",
39-
/* Needed to save login credentials */
4029
"--talk-name=org.freedesktop.secrets",
41-
/* Appindicator */
4230
"--talk-name=org.kde.StatusNotifierWatcher",
43-
/* Local network host discovery */
4431
"--system-talk-name=org.freedesktop.Avahi"
4532
],
4633
"cleanup-commands": [
@@ -49,8 +36,6 @@
4936
"cleanup-platform-commands": [
5037
],
5138
"modules": [
52-
/*See: https://github.com/flathub/shared-modules*/
53-
/*"shared-modules/libusb/libusb.json",*/
5439
{
5540
"name": "xprop",
5641
"disabled": false,

0 commit comments

Comments
 (0)