Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
snap /
snapd-desktop-integration /
253 /
snap /
[ HOME SHELL ]
Name
Size
Permission
Action
command-chain
[ DIR ]
drwxr-xr-x
manifest.yaml
5.71
KB
-rw-r--r--
snapcraft.yaml
2.1
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : snapcraft.yaml
name: snapd-desktop-integration base: core22 adopt-info: snapd-desktop-integration summary: Desktop Integration for snapd description: | Provides a user session daemon used to provide a bridge between the user's session and snapd. Used for things like automatic theme installation. grade: stable confinement: strict layout: /usr/share/locale: bind: $SNAP/usr/share/locale plugs: snap: interface: system-files read: - /snap apps: snapd-desktop-integration: extensions: [gnome] command: usr/bin/snapd-desktop-integration daemon: simple desktop: usr/share/applications/io.snapcraft.SnapDesktopIntegration.desktop passthrough: #///! TODO: Remove once daemon-scope lands in snapcraft daemon-scope: user restart-condition: on-success restart-delay: 2s plugs: - snap-themes-control - login-session-observe - snap - snap-refresh-observe - unity7 - desktop-launch slots: snapd-desktop-integration: interface: dbus bus: session name: io.snapcraft.SnapDesktopIntegration parts: snapd-glib: source: https://github.com/snapcore/snapd-glib source-type: git plugin: meson meson-parameters: - --prefix=/usr - -Ddocs=false - -Dintrospection=false - -Dvala-bindings=false - -Dqt5=false - -Dqt6=false - -Dqml-bindings=false - -Dtests=false - -Dexamples=false build-packages: - libpolkit-gobject-1-dev prime: - usr/lib/*/libsnapd-glib-2.so.* snapd-desktop-integration: after: [ snapd-glib ] source: . plugin: meson meson-parameters: - --prefix=/usr build-packages: - jq override-build: | craftctl default craftctl set version="$(meson introspect . --projectinfo | jq -r .version)" override-prime: | craftctl default sed -i "s#Icon=#Icon=usr/share/icons/hicolor/scalable/apps/#g" usr/share/applications/io.snapcraft.SnapDesktopIntegration.desktop mkdir -p $CRAFT_PRIME/meta/gui cp usr/share/icons/hicolor/scalable/apps/snapd-desktop-integration.svg $CRAFT_PRIME/meta/gui/
Close