Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/approve-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Get actors info
id: actor_info
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.flatpak-builder
build-dir
build-dir
repo/

.serena/
9 changes: 1 addition & 8 deletions com.devolutions.remotedesktopmanager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,12 @@ finish-args:
- --share=network
- --talk-name=org.freedesktop.secrets
- --talk-name=org.freedesktop.Notifications
- --talk-name=org.freedesktop.Flatpak
- --filesystem=~/.rdm:create
- --filesystem=xdg-run/keyring
- --env=SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
modules:
- shared-modules/libappindicator/libappindicator-gtk3-12.10.json
- name: vte
buildsystem: meson
config-opts:
- -Ddocs=false
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/vte.git
tag: 0.72.4
- name: xdotool
no-autogen: true
make-args:
Expand Down