xhost + # Workaround for: QXcbConnection: Could not connect to display :0
[appimagekit.git] / appimaged.ctl
blobc3271cf9aeb79ba4328c33d072e2af0a4ffc0b56
1 Section: misc
2 Priority: optional
3 Homepage: http://appimage.org/
4 Standards-Version: 3.9.2
6 Package: appimaged
7 Version: 1.0
8 Maintainer: probonopd <probonopd@users.noreply.github.com>
9 Depends: libarchive13, libc6 (>= 2.4), libglib2.0-0, zlib1g, fuse
10 # Also including dependencies of the AppImages as assumed per excludedeblist
11 # generated with
12 # BLACKLISTED_FILES=$(wget -q https://github.com/probonopd/AppImages/raw/master/excludedeblist -O - | sed '/^\s*$/d' | sed '/^#.*$/d' | cut -d "#" -f 1 | sort | uniq)
13 # echo $BLACKLISTED_FILES | sed -e 's| |, |g'
14 Recommends: apt, apt-transport-https, dbus, debconf, dictionaries-common, dpkg, fontconfig, fontconfig-config, gksu, glib-networking, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-pulseaudio, gtk2-engines-pixbuf, gvfs-backends, kde-runtime, libasound2, libatk1.0-0, libc6, libc6-dev, libcairo2, libcups2, libdbus-1-3, libdrm2, libegl1-mesa, libfontconfig1, libgbm1, libgcc1, libgdk-pixbuf2.0-0, libgl1, libgl1-mesa, libgl1-mesa-dri, libgl1-mesa-glx, libglib2.0-0, libglu1-mesa, libgpg-error0, libgtk2.0-0, libgtk-3-0, libnss3, libpango-1.0-0, libpango1.0-0, libpangocairo-1.0-0, libpangoft2-1.0-0, libstdc++6, libtasn1-6, libwayland-egl1-mesa, libxcb1, lsb-base, mime-support, passwd, udev, uuid-runtime
15 Architecture: %ARCH%
16 Copyright: ../LICENSE
17 # Changelog: <changelog file; defaults to a generic changelog>
18 Readme: ../README.md
19 # Extra-Files: <comma-separated list of additional files for the doc directory>
20 Files: appimaged /usr/bin
21 File: /usr/lib/systemd/user/appimaged.service
22  [Unit]
23  Description=AppImage daemon
24  After=basic.target
26  [Service]
27  ExecStart=/usr/bin/appimaged
28  Restart=always
29  RestartSec=5s
30  StartLimitInterval=0
32  [Install]
33  WantedBy=graphical.target
34 #  <more pairs, if there's more than one file to include. Notice the starting space>
35 Description: Optional AppImage daemon for desktop integration
36  Integrates AppImages into the desktop, e.g., installs icons and menu entries