All Projects

Project Category Task Type  desc Priority Severity Summary Status Progress
PackagesAnyFeature RequestVery HighHigh [vino] contains systemd unit file Closed
100%
Task Description

Description:

  • The Arch version of Vino from the snapshot used by Hyperbola comes with systemd support. Since Hyperbola follows the Init Freedom Campaign , systemd unit files removal is required. OpenRC init script replacement isn’t possible here because Vino is using a systemd unit file adapted for users instead of system users.

Additional info:

  • vino 3.22.0-1.hyperbola1
$ pacman -Si vino
Repository      : extra
Name            : vino
Version         : 3.22.0-1.hyperbola1
Description     : A VNC server for the GNOME desktop
Architecture    : x86_64
URL             : https://wiki.gnome.org/Projects/Vino
Licenses        : GPL
Groups          : gnome
Provides        : None
Depends On      : libnotify  libxtst  libsm  telepathy-glib  gtk3  libsecret  avahi  gnutls
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 368.24 KiB
Installed Size  : 2723.00 KiB
Packager        : Scott Adams <haricot@hyperbola.info>
Build Date      : Fri 09 Jun 2017 02:01:33 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
/usr/lib/systemd/user/vino-server.service is owned by vino 3.22.0-1.hyperbola1

Steps to reproduce:

  • Install package.
PackagesAnyFeature RequestVery HighHigh [mkinitcpio] enable "hidepid" support in /proc filesyst ...Closed
100%
Task Description

Description:

  • Enable “hidepid” support in /proc filesystem

Additional info:

  • mkinitcpio 23-1.hyperbola2
/usr/lib/initcpio/init_functions
----
 mount_setup() {
     mount -t proc proc /proc -o nosuid,noexec,nodev
+    mount /proc -o remount,gid=26,hidepid=2
     mount -t sysfs sys /sys -o nosuid,noexec,nodev
     mount -t devtmpfs dev /dev -o mode=0755,nosuid
     mount -t tmpfs run /run -o nosuid,nodev,mode=0755
     mkdir -m755 /run/initramfs
$ pacman -Si mkinitcpio
Repository      : core
Name            : mkinitcpio
Version         : 23-1.hyperbola2
Description     : Modular initramfs image creation utility, with eudev support
Architecture    : any
URL             : https://projects.archlinux.org/mkinitcpio.git/
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : awk  mkinitcpio-busybox>=1.19.4-2  kmod  util-linux>=2.23  libarchive  coreutils  bash  findutils  grep  filesystem>=2011.10-1  gzip  eudev
Optional Deps   : xz: Use lzma or xz compression for the initramfs image
                  bzip2: Use bzip2 compression for the initramfs image
                  lzop: Use lzo compression for the initramfs image
                  lz4: Use lz4 compression for the initramfs image
                  mkinitcpio-nfs-utils: Support for root filesystem on NFS
Conflicts With  : None
Replaces        : None
Download Size   : 38.60 KiB
Installed Size  : 194.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Tue 27 Feb 2018 12:00:17 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Steps to reproduce:

  • On booting.
PackagesAnyFeature RequestVery HighHigh [openrc] minor fix in /proc mount option Closed
100%
Task Description

Description:

  • Change the “/proc” filesystem option, reverting FS#1038 .

Additional info:

  • openrc 0.28-17
/usr/lib/rc/sh/init.sh
----
-                mount -n -t proc -o noexec,nosuid,nodev,hidepid=2,gid=proc proc /proc
+                mount -n -t proc -o noexec,nosuid,nodev,gid=26,hidepid=2 proc /proc
$ pacman -Si openrc
Repository      : core
Name            : openrc
Version         : 0.28-17
Description     : A dependency based init system that works with the system provided init program
Architecture    : x86_64
URL             : https://wiki.gentoo.org/wiki/Project:OpenRC
Licenses        : BSD2
Groups          : None
Provides        : None
Depends On      : psmisc  pam
Optional Deps   : netifrc: network interface management scripts
                  networkmanager: network connection manager and user applications
Conflicts With  : None
Replaces        : None
Download Size   : 194.10 KiB
Installed Size  : 1727.00 KiB
Packager        : André Silva <emulatorman@hyperbola.info>
Build Date      : Thu 05 Jul 2018 01:37:37 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Steps to reproduce:

  • none.
PackagesAnyFeature RequestVery HighHigh [dovecot] needs OpenRC init script and contains systemd ...Closed
100%
Task Description

Description:

  • needs OpenRC init script and contains systemd files

Additional info:

  • dovecot 2.2.29.1-1
dovecot /usr/lib/systemd/system/dovecot.service
dovecot /usr/lib/systemd/system/dovecot.socket
dovecot /usr/lib/tmpfiles.d/dovecot.conf

Steps to reproduce:

  • none
PackagesAnyFeature RequestVery HighHigh [onioncat] needs OpenRC init script Closed
100%
Task Description

Description:

  • needs OpenRC init script

Additional info:

  • onioncat 0.2.2.r578-1

Steps to reproduce:

  • none
PackagesAnyFeature RequestVery HighHigh [umurmur] needs OpenRC init script and contains systemd ...Closed
100%
Task Description

Description:

  • needs OpenRC init script and contains systemd file

Additional info:

  • umurmur 0.2.16_a-6
umurmur /usr/lib/systemd/system/umurmur.service

Steps to reproduce:

  • none
PackagesAnyFeature RequestVery HighHigh [prosody] needs OpenRC init script and contains systemd ...Closed
100%
Task Description

Description:

  • needs OpenRC init script and contains systemd files

Additional info:

  • prosody 1:0.10.r7198+.2fd20f372cb1+-2
prosody /usr/lib/systemd/system/prosody.service
prosody /usr/lib/sysusers.d/prosody.conf
prosody /usr/lib/tmpfiles.d/prosody.conf

Steps to reproduce:

  • none
PackagesAnyFeature RequestVery HighHigh [unrealircd] needs OpenRC init script and contains syst ...Closed
100%
Task Description

Description:

  • needs OpenRC init script and contains systemd files

Additional info:

  • unrealircd 4.0.11-2
unrealircd /usr/lib/systemd/system/unrealircd.service
unrealircd /usr/lib/tmpfiles.d/unrealircd.conf

Steps to reproduce:

  • none
PackagesAnyFeature RequestVery HighHigh [mcelog] needs OpenRC init script and contains systemd  ...Closed
100%
Task Description

Description:

  • needs OpenRC init script and contains systemd file

Additional info:

  • mcelog 1:148-1
mcelog /usr/lib/systemd/system/mcelog.service

Steps to reproduce:

  • none
PackagesAnyFeature RequestVery HighHigh [bzr] needs OpenRC init script (bzr serve) Closed
100%
Task Description

Description:

  • needs OpenRC init script (bzr serve), like [git] (git-daemon) and [subversion] (svnserve)

Additional info:

  • bzr 2.7.0-2
Note: needs a provide: bazaar

Steps to reproduce:

  • none
PackagesAnyFeature RequestVery HighHigh [mercurial] needs OpenRC init scripts (hg serve and chg ...Closed
100%
Task Description

Description:

  • needs OpenRC init scripts (hg serve and chg server), like [git] (git-daemon) and [subversion] (svnserve)

Additional info:

  • mercurial 4.2-1
Note: needs a provide: hg

Steps to reproduce:

  • none
PackagesAnyDrop RequestLowLow [gegl02] remove unmaintained version of GEGL Closed
100%
Task Description

gegl02 uses an unmaintained version of GEGL (released on Apr 2th 2012). Also, Debian patches bump GEGL version compatibility for GIMP [0], therefore gegl02 is useless for it too.

[0]:https://download.gimp.org/pub/gegl/0.2/

[1]:https://sources.debian.org/src/gimp/2.8.20-1/debian/patches/bump_Babl-GEGL_versions.patch

$ pacman -Si gegl
Repository      : extra
Name            : gegl
Version         : 0.3.14-2
Description     : Graph based image processing framework
Architecture    : x86_64
URL             : http://www.gegl.org/
Licenses        : GPL3  LGPL3
Groups          : None
Provides        : None
Depends On      : babl  libspiro  json-glib
Optional Deps   : libraw: raw plugin
                  openexr: openexr plugin
                  ffmpeg: ffmpeg plugin
                  suitesparse: matting-levin plugin
                  librsvg: svg plugin
                  jasper: jasper plugin
                  libtiff: tiff plugin
                  lua: lua plugin
                  lensfun: lens-correct plugin
Conflicts With  : None
Replaces        : None
Download Size   : 1614.14 KiB
Installed Size  : 11629.00 KiB
Packager        : Evangelos Foutras <evangelos@foutrelis.com>
Build Date      : Thu 27 Apr 2017 03:56:30 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Si gegl02
Repository      : extra
Name            : gegl02
Version         : 0.2.0-7
Description     : Graph based image processing framework (v0.2)
Architecture    : x86_64
URL             : http://www.gegl.org/
Licenses        : GPL3  LGPL3
Groups          : None
Provides        : None
Depends On      : babl  libspiro
Optional Deps   : libopenraw: openraw plugin
                  openexr: openexr plugin
                  ffmpeg: ffmpeg plugin
                  librsvg: svg plugin
                  jasper: jasper plugin
Conflicts With  : None
Replaces        : None
Download Size   : 435.52 KiB
Installed Size  : 2542.00 KiB
Packager        : Evangelos Foutras <evangelos@foutrelis.com>
Build Date      : Fri 23 Dec 2016 02:26:13 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
PackagesAnyDrop RequestLowLow [nginx-mainline] remove unstable and duplicated package Closed
100%
Task Description
$ pacman -Si nginx-mainline
Repository      : community
Name            : nginx-mainline
Version         : 1.13.0-1
Description     : Lightweight HTTP server and IMAP/POP3 proxy server, mainline release
Architecture    : x86_64
URL             : https://nginx.org
Licenses        : custom
Groups          : None
Provides        : nginx
Depends On      : pcre  zlib  openssl  geoip
Optional Deps   : None
Conflicts With  : nginx
Replaces        : None
Download Size   : 440.75 KiB
Installed Size  : 1486.00 KiB
Packager        : Giancarlo Razzolini <grazzolini@archlinux.org>
Build Date      : Tue 25 Apr 2017 08:25:13 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
PackagesAnyDrop RequestLowLow [libreoffice-fresh*] remove unstable and duplicated pac ...Closed
100%
Task Description
$ pacman -Si libreoffice-fresh
Repository      : extra
Name            : libreoffice-fresh
Version         : 5.3.2-3
Description     : LibreOffice branch which contains new features and program enhancements
Architecture    : x86_64
URL             : http://www.libreoffice.org/
Licenses        : LGPL3
Groups          : None
Provides        : libreoffice  libreoffice-en-US
Depends On      : curl>=7.20.0  hunspell>=1.2.8  python>=3.6  libwpd>=0.9.2  libwps  neon>=0.28.6  pango  nspr  libjpeg  libxrandr  libgl  dbus-glib  libxslt  redland
                  hyphen  lpsolve  gcc-libs  sh  graphite  icu  lcms2  poppler>=0.24.0  libvisio  libetonyek  libodfgen  libcdr  libmspub  harfbuzz-icu  glew  nss
                  clucene  hicolor-icon-theme  desktop-file-utils  shared-mime-info  glu  libpagemaker  libxinerama  libabw  libmwaw  libe-book  libcups  liblangtag
                  libexttextcat  libfbclient  libcmis  liborcus  libtommath  libzmf  libatomic_ops
Optional Deps   : java-runtime: adds java support
                  java-environment: required by extension-wiki-publisher and extension-nlpsolver
                  pstoedit: translates PostScript and PDF graphics into other vector formats
                  libmythes: for use in thesaurus
                  beanshell: interactive java -- good for prototyping/macros
                  libmspack: library for Microsoft compression formats for use in FontOOo
                  libwpg: library for importing and converting WordPerfect Graphics format
                  sane: for scanner access
                  unixodbc: adds ODBC database support
                  gst-plugins-base-libs: for multimedia content, e.g. in Impress
                  libpaper: takes care of papersize
                  postgresql-libs: for postgresql-connector
                  coin-or-mp: required by the Calc solver
                  gtk2: for GTK2 integration
                  gtk3: for GTK3 integration
                  kdelibs: for KDE desktop integration
Conflicts With  : libreoffice-still
Replaces        : None
Download Size   : 92.72 MiB
Installed Size  : 382.37 MiB
Packager        : Evangelos Foutras <evangelos@foutrelis.com>
Build Date      : Thu 27 Apr 2017 03:06:19 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Si libreoffice-still
Repository      : extra
Name            : libreoffice-still
Version         : 5.2.6-3
Description     : LibreOffice maintenance branch
Architecture    : x86_64
URL             : http://www.libreoffice.org/
Licenses        : LGPL3
Groups          : None
Provides        : libreoffice  libreoffice-en-US
Depends On      : curl>=7.20.0  hunspell>=1.2.8  python>=3.6  libwpd>=0.9.2  libwps  neon>=0.28.6  pango  nspr  libjpeg  libxrandr  libgl  dbus-glib  libxslt  redland
                  hyphen  lpsolve  gcc-libs  sh  graphite  lcms2  poppler>=0.24.0  libvisio  libetonyek  libodfgen  libcdr  libmspub  harfbuzz-icu  glew  nss  clucene
                  hicolor-icon-theme  desktop-file-utils  shared-mime-info  glu  libpagemaker  libxinerama  libabw  libmwaw  libe-book  libcups  liblangtag
                  libexttextcat  libfbclient  libcmis
Optional Deps   : java-runtime: adds java support
                  java-environment: required by extension-wiki-publisher and extension-nlpsolver
                  pstoedit: translates PostScript and PDF graphics into other vector formats
                  libmythes: for use in thesaurus
                  beanshell: interactive java -- good for prototyping/macros
                  libmspack: library for Microsoft compression formats for use in FontOOo
                  libwpg: library for importing and converting WordPerfect Graphics format
                  sane: for scanner access
                  unixodbc: adds ODBC database support
                  gst-plugins-base-libs: for multimedia content, e.g. in Impress
                  libpaper: takes care of papersize
                  postgresql-libs: for postgresql-connector
                  coin-or-mp: required by the Calc solver
                  gtk2: for GTK2 integration
                  gtk3: for GTK3 integration
                  kdelibs: for KDE desktop integration
Conflicts With  : libreoffice-fresh
Replaces        : None
Download Size   : 93.79 MiB
Installed Size  : 367.54 MiB
Packager        : Felix Yan <felixonmars@archlinux.org>
Build Date      : Thu 27 Apr 2017 06:51:11 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Ss libreoffice
...
extra/libreoffice-fresh 5.3.2-3
    LibreOffice branch which contains new features and program enhancements
extra/libreoffice-fresh-af 5.3.2-1
    Afrikaans language pack for LibreOffice Fresh
extra/libreoffice-fresh-am 5.3.2-1
    Amharic language pack for LibreOffice Fresh
extra/libreoffice-fresh-ar 5.3.2-1
    Arabic language pack for LibreOffice Fresh
extra/libreoffice-fresh-as 5.3.2-1
    Assamese (India) language pack for LibreOffice Fresh
extra/libreoffice-fresh-ast 5.3.2-1
    Asturianu language pack for LibreOffice Fresh
extra/libreoffice-fresh-be 5.3.2-1
    Belarusian language pack for LibreOffice Fresh
extra/libreoffice-fresh-bg 5.3.2-1
    Bulgarian language pack for LibreOffice Fresh
extra/libreoffice-fresh-bn 5.3.2-1
    Bengali language pack for LibreOffice Fresh
extra/libreoffice-fresh-bn-IN 5.3.2-1
    Bengali (India) language pack for LibreOffice Fresh
extra/libreoffice-fresh-bo 5.3.2-1
    Tibetan language pack for LibreOffice Fresh
extra/libreoffice-fresh-br 5.3.2-1
    Breton language pack for LibreOffice Fresh
extra/libreoffice-fresh-brx 5.3.2-1
    Bodo language pack for LibreOffice Fresh
extra/libreoffice-fresh-bs 5.3.2-1
    Bosnian language pack for LibreOffice Fresh
extra/libreoffice-fresh-ca 5.3.2-1
    Catalan language pack for LibreOffice Fresh
extra/libreoffice-fresh-ca-valencia 5.3.2-1
    Catalan (Valencia) language pack for LibreOffice Fresh
extra/libreoffice-fresh-cs 5.3.2-1
    Czech language pack for LibreOffice Fresh
extra/libreoffice-fresh-cy 5.3.2-1
    Welsh language pack for LibreOffice Fresh
extra/libreoffice-fresh-da 5.3.2-1
    Danish language pack for LibreOffice Fresh
extra/libreoffice-fresh-de 5.3.2-1
    German language pack for LibreOffice Fresh
extra/libreoffice-fresh-dgo 5.3.2-1
    Dogri language pack for LibreOffice Fresh
extra/libreoffice-fresh-dz 5.3.2-1
    Dzongkha language pack for LibreOffice Fresh
extra/libreoffice-fresh-el 5.3.2-1
    Greek language pack for LibreOffice Fresh
extra/libreoffice-fresh-en-GB 5.3.2-1
    English (GB) language pack for LibreOffice Fresh
extra/libreoffice-fresh-en-ZA 5.3.2-1
    English (ZA) language pack for LibreOffice Fresh
extra/libreoffice-fresh-eo 5.3.2-1
    Esperanto language pack for LibreOffice Fresh
extra/libreoffice-fresh-es 5.3.2-1
    Spanish language pack for LibreOffice Fresh
extra/libreoffice-fresh-et 5.3.2-1
    Estonian language pack for LibreOffice Fresh
extra/libreoffice-fresh-eu 5.3.2-1
    Basque language pack for LibreOffice Fresh
extra/libreoffice-fresh-fa 5.3.2-1
    Persian language pack for LibreOffice Fresh
extra/libreoffice-fresh-fi 5.3.2-1
    Finnish language pack for LibreOffice Fresh
extra/libreoffice-fresh-fr 5.3.2-1
    French language pack for LibreOffice Fresh
extra/libreoffice-fresh-ga 5.3.2-1
    Irish language pack for LibreOffice Fresh
extra/libreoffice-fresh-gd 5.3.2-1
    Gaelic (Scottish) language pack for LibreOffice Fresh
extra/libreoffice-fresh-gl 5.3.2-1
    Galician language pack for LibreOffice Fresh
extra/libreoffice-fresh-gu 5.3.2-1
    Gujarati language pack for LibreOffice Fresh
extra/libreoffice-fresh-he 5.3.2-1
    Hebrew language pack for LibreOffice Fresh
extra/libreoffice-fresh-hi 5.3.2-1
    Hindi language pack for LibreOffice Fresh
extra/libreoffice-fresh-hr 5.3.2-1
    Croatian language pack for LibreOffice Fresh
extra/libreoffice-fresh-hu 5.3.2-1
    Hungarian language pack for LibreOffice Fresh
extra/libreoffice-fresh-id 5.3.2-1
    Indonesian language pack for LibreOffice Fresh
extra/libreoffice-fresh-is 5.3.2-1
    Icelandic language pack for LibreOffice Fresh
extra/libreoffice-fresh-it 5.3.2-1
    Italian language pack for LibreOffice Fresh
extra/libreoffice-fresh-ja 5.3.2-1
    Japanese language pack for LibreOffice Fresh
extra/libreoffice-fresh-ka 5.3.2-1
    Georgian language pack for LibreOffice Fresh
extra/libreoffice-fresh-kk 5.3.2-1
    Kazakh language pack for LibreOffice Fresh
extra/libreoffice-fresh-km 5.3.2-1
    Khmer (Cambodia) language pack for LibreOffice Fresh
extra/libreoffice-fresh-kmr-Latn 5.3.2-1
    Kurdish language pack for LibreOffice Fresh
extra/libreoffice-fresh-kn 5.3.2-1
    Kannada language pack for LibreOffice Fresh
extra/libreoffice-fresh-ko 5.3.2-1
    Korean language pack for LibreOffice Fresh
extra/libreoffice-fresh-kok 5.3.2-1
    Konkani language pack for LibreOffice Fresh
extra/libreoffice-fresh-ks 5.3.2-1
    Kashmiri language pack for LibreOffice Fresh
extra/libreoffice-fresh-lb 5.3.2-1
    Luxembourgish language pack for LibreOffice Fresh
extra/libreoffice-fresh-lo 5.3.2-1
    Lao language pack for LibreOffice Fresh
extra/libreoffice-fresh-lt 5.3.2-1
    Lithuanian language pack for LibreOffice Fresh
extra/libreoffice-fresh-lv 5.3.2-1
    Latvian language pack for LibreOffice Fresh
extra/libreoffice-fresh-mai 5.3.2-1
    Maithili language pack for LibreOffice Fresh
extra/libreoffice-fresh-mk 5.3.2-1
    Macedonian language pack for LibreOffice Fresh
extra/libreoffice-fresh-ml 5.3.2-1
    Malayalam language pack for LibreOffice Fresh
extra/libreoffice-fresh-mn 5.3.2-1
    Mongolian language pack for LibreOffice Fresh
extra/libreoffice-fresh-mni 5.3.2-1
    Manipuri language pack for LibreOffice Fresh
extra/libreoffice-fresh-mr 5.3.2-1
    Marathi language pack for LibreOffice Fresh
extra/libreoffice-fresh-my 5.3.2-1
    Burmese language pack for LibreOffice Fresh
extra/libreoffice-fresh-nb 5.3.2-1
    Norwegian Bokmal language pack for LibreOffice Fresh
extra/libreoffice-fresh-ne 5.3.2-1
    Nepali language pack for LibreOffice Fresh
extra/libreoffice-fresh-nl 5.3.2-1
    Dutch language pack for LibreOffice Fresh
extra/libreoffice-fresh-nn 5.3.2-1
    Norwegian Nynorsk language pack for LibreOffice Fresh
extra/libreoffice-fresh-nr 5.3.2-1
    Ndebele (South) language pack for LibreOffice Fresh
extra/libreoffice-fresh-nso 5.3.2-1
    Northern Sotho language pack for LibreOffice Fresh
extra/libreoffice-fresh-oc 5.3.2-1
    Occitan language pack for LibreOffice Fresh
extra/libreoffice-fresh-om 5.3.2-1
    Oromo language pack for LibreOffice Fresh
extra/libreoffice-fresh-or 5.3.2-1
    Oriya language pack for LibreOffice Fresh
extra/libreoffice-fresh-pa-IN 5.3.2-1
    Punjabi (India) language pack for LibreOffice Fresh
extra/libreoffice-fresh-pl 5.3.2-1
    Polish language pack for LibreOffice Fresh
extra/libreoffice-fresh-pt 5.3.2-1
    Portuguese language pack for LibreOffice Fresh
extra/libreoffice-fresh-pt-BR 5.3.2-1
    Portuguese (Brasil) language pack for LibreOffice Fresh
extra/libreoffice-fresh-ro 5.3.2-1
    Romanian language pack for LibreOffice Fresh
extra/libreoffice-fresh-ru 5.3.2-1
    Russian language pack for LibreOffice Fresh
extra/libreoffice-fresh-rw 5.3.2-1
    Kinyarwanda language pack for LibreOffice Fresh
extra/libreoffice-fresh-sa-IN 5.3.2-1
    Sanskrit (India) language pack for LibreOffice Fresh
extra/libreoffice-fresh-sat 5.3.2-1
    Santali language pack for LibreOffice Fresh
extra/libreoffice-fresh-sd 5.3.2-1
    Sindhi language pack for LibreOffice Fresh
extra/libreoffice-fresh-sdk 5.3.2-3
    Software Development Kit for LibreOffice Fresh
extra/libreoffice-fresh-si 5.3.2-1
    Singhalese language pack for LibreOffice Fresh
extra/libreoffice-fresh-sid 5.3.2-1
    Sidama language pack for LibreOffice Fresh
extra/libreoffice-fresh-sk 5.3.2-1
    Slovak language pack for LibreOffice Fresh
extra/libreoffice-fresh-sl 5.3.2-1
    Slovenian language pack for LibreOffice Fresh
extra/libreoffice-fresh-sq 5.3.2-1
    Albanien language pack for LibreOffice Fresh
extra/libreoffice-fresh-sr 5.3.2-1
    Serbian language pack for LibreOffice Fresh
extra/libreoffice-fresh-sr-Latn 5.3.2-1
    Serbian (Latin) language pack for LibreOffice Fresh
extra/libreoffice-fresh-ss 5.3.2-1
    Swati language pack for LibreOffice Fresh
extra/libreoffice-fresh-st 5.3.2-1
    Southern Sotho language pack for LibreOffice Fresh
extra/libreoffice-fresh-sv 5.3.2-1
    Swedish language pack for LibreOffice Fresh
extra/libreoffice-fresh-sw-TZ 5.3.2-1
    Swahili (Tanzania) language pack for LibreOffice Fresh
extra/libreoffice-fresh-ta 5.3.2-1
    Tamil language pack for LibreOffice Fresh
extra/libreoffice-fresh-te 5.3.2-1
    Telugu language pack for LibreOffice Fresh
extra/libreoffice-fresh-tg 5.3.2-1
    Tajik language pack for LibreOffice Fresh
extra/libreoffice-fresh-th 5.3.2-1
    Thai language pack for LibreOffice Fresh
extra/libreoffice-fresh-tn 5.3.2-1
    Tswana language pack for LibreOffice Fresh
extra/libreoffice-fresh-tr 5.3.2-1
    Turkish language pack for LibreOffice Fresh
extra/libreoffice-fresh-ts 5.3.2-1
    Tsonga language pack for LibreOffice Fresh
extra/libreoffice-fresh-tt 5.3.2-1
    Tatar language pack for LibreOffice Fresh
extra/libreoffice-fresh-ug 5.3.2-1
    Uighur language pack for LibreOffice Fresh
extra/libreoffice-fresh-uk 5.3.2-1
    Ukrainian language pack for LibreOffice Fresh
extra/libreoffice-fresh-uz 5.3.2-1
    Uzbek language pack for LibreOffice Fresh
extra/libreoffice-fresh-ve 5.3.2-1
    Venda language pack for LibreOffice Fresh
extra/libreoffice-fresh-vi 5.3.2-1
    Vietnamese language pack for LibreOffice Fresh
extra/libreoffice-fresh-xh 5.3.2-1
    Xhosa language pack for LibreOffice Fresh
extra/libreoffice-fresh-zh-CN 5.3.2-1
    Chinese (simplified) language pack for LibreOffice Fresh
extra/libreoffice-fresh-zh-TW 5.3.2-1
    Chinese (traditional) language pack for LibreOffice Fresh
extra/libreoffice-fresh-zu 5.3.2-1
    Zulu language pack for LibreOffice Fresh
extra/libreoffice-still 5.2.6-3
    LibreOffice maintenance branch
extra/libreoffice-still-af 5.2.6-1
    Afrikaans language pack for LibreOffice still
extra/libreoffice-still-am 5.2.6-1
    Amharic language pack for LibreOffice still
extra/libreoffice-still-ar 5.2.6-1
    Arabic language pack for LibreOffice still
extra/libreoffice-still-as 5.2.6-1
    Assamese (India) language pack for LibreOffice still
extra/libreoffice-still-ast 5.2.6-1
    Asturianu language pack for LibreOffice still
extra/libreoffice-still-be 5.2.6-1
    Belarusian language pack for LibreOffice still
extra/libreoffice-still-bg 5.2.6-1
    Bulgarian language pack for LibreOffice still
extra/libreoffice-still-bn 5.2.6-1
    Bengali language pack for LibreOffice still
extra/libreoffice-still-bn-IN 5.2.6-1
    Bengali (India) language pack for LibreOffice still
extra/libreoffice-still-bo 5.2.6-1
    Tibetan language pack for LibreOffice still
extra/libreoffice-still-br 5.2.6-1
    Breton language pack for LibreOffice still
extra/libreoffice-still-brx 5.2.6-1
    Bodo language pack for LibreOffice still
extra/libreoffice-still-bs 5.2.6-1
    Bosnian language pack for LibreOffice still
extra/libreoffice-still-ca 5.2.6-1
    Catalan language pack for LibreOffice still
extra/libreoffice-still-ca-valencia 5.2.6-1
    Catalan (Valencia) language pack for LibreOffice still
extra/libreoffice-still-cs 5.2.6-1
    Czech language pack for LibreOffice still
extra/libreoffice-still-cy 5.2.6-1
    Welsh language pack for LibreOffice still
extra/libreoffice-still-da 5.2.6-1
    Danish language pack for LibreOffice still
extra/libreoffice-still-de 5.2.6-1
    German language pack for LibreOffice still
extra/libreoffice-still-dgo 5.2.6-1
    Dogri language pack for LibreOffice still
extra/libreoffice-still-dz 5.2.6-1
    Dzongkha language pack for LibreOffice still
extra/libreoffice-still-el 5.2.6-1
    Greek language pack for LibreOffice still
extra/libreoffice-still-en-GB 5.2.6-1
    English (GB) language pack for LibreOffice still
extra/libreoffice-still-en-ZA 5.2.6-1
    English (ZA) language pack for LibreOffice still
extra/libreoffice-still-eo 5.2.6-1
    Esperanto language pack for LibreOffice still
extra/libreoffice-still-es 5.2.6-1
    Spanish language pack for LibreOffice still
extra/libreoffice-still-et 5.2.6-1
    Estonian language pack for LibreOffice still
extra/libreoffice-still-eu 5.2.6-1
    Basque language pack for LibreOffice still
extra/libreoffice-still-fa 5.2.6-1
    Persian language pack for LibreOffice still
extra/libreoffice-still-fi 5.2.6-1
    Finnish language pack for LibreOffice still
extra/libreoffice-still-fr 5.2.6-1
    French language pack for LibreOffice still
extra/libreoffice-still-ga 5.2.6-1
    Irish language pack for LibreOffice still
extra/libreoffice-still-gd 5.2.6-1
    Gaelic (Scottish) language pack for LibreOffice still
extra/libreoffice-still-gl 5.2.6-1
    Galician language pack for LibreOffice still
extra/libreoffice-still-gu 5.2.6-1
    Gujarati language pack for LibreOffice still
extra/libreoffice-still-he 5.2.6-1
    Hebrew language pack for LibreOffice still
extra/libreoffice-still-hi 5.2.6-1
    Hindi language pack for LibreOffice still
extra/libreoffice-still-hr 5.2.6-1
    Croatian language pack for LibreOffice still
extra/libreoffice-still-hu 5.2.6-1
    Hungarian language pack for LibreOffice still
extra/libreoffice-still-id 5.2.6-1
    Indonesian language pack for LibreOffice still
extra/libreoffice-still-is 5.2.6-1
    Icelandic language pack for LibreOffice still
extra/libreoffice-still-it 5.2.6-1
    Italian language pack for LibreOffice still
extra/libreoffice-still-ja 5.2.6-1
    Japanese language pack for LibreOffice still
extra/libreoffice-still-ka 5.2.6-1
    Georgian language pack for LibreOffice still
extra/libreoffice-still-kk 5.2.6-1
    Kazakh language pack for LibreOffice still
extra/libreoffice-still-km 5.2.6-1
    Khmer (Cambodia) language pack for LibreOffice still
extra/libreoffice-still-kmr-Latn 5.2.6-1
    Kurdish language pack for LibreOffice still
extra/libreoffice-still-kn 5.2.6-1
    Kannada language pack for LibreOffice still
extra/libreoffice-still-ko 5.2.6-1
    Korean language pack for LibreOffice still
extra/libreoffice-still-kok 5.2.6-1
    Konkani language pack for LibreOffice still
extra/libreoffice-still-ks 5.2.6-1
    Kashmiri language pack for LibreOffice still
extra/libreoffice-still-lb 5.2.6-1
    Luxembourgish language pack for LibreOffice still
extra/libreoffice-still-lo 5.2.6-1
    Lao language pack for LibreOffice still
extra/libreoffice-still-lt 5.2.6-1
    Lithuanian language pack for LibreOffice still
extra/libreoffice-still-lv 5.2.6-1
    Latvian language pack for LibreOffice still
extra/libreoffice-still-mai 5.2.6-1
    Maithili language pack for LibreOffice still
extra/libreoffice-still-mk 5.2.6-1
    Macedonian language pack for LibreOffice still
extra/libreoffice-still-ml 5.2.6-1
    Malayalam language pack for LibreOffice still
extra/libreoffice-still-mn 5.2.6-1
    Mongolian language pack for LibreOffice still
extra/libreoffice-still-mni 5.2.6-1
    Manipuri language pack for LibreOffice still
extra/libreoffice-still-mr 5.2.6-1
    Marathi language pack for LibreOffice still
extra/libreoffice-still-my 5.2.6-1
    Burmese language pack for LibreOffice still
extra/libreoffice-still-nb 5.2.6-1
    Norwegian Bokmal language pack for LibreOffice still
extra/libreoffice-still-ne 5.2.6-1
    Nepali language pack for LibreOffice still
extra/libreoffice-still-nl 5.2.6-1
    Dutch language pack for LibreOffice still
extra/libreoffice-still-nn 5.2.6-1
    Norwegian Nynorsk language pack for LibreOffice still
extra/libreoffice-still-nr 5.2.6-1
    Ndebele (South) language pack for LibreOffice still
extra/libreoffice-still-nso 5.2.6-1
    Northern Sotho language pack for LibreOffice still
extra/libreoffice-still-oc 5.2.6-1
    Occitan language pack for LibreOffice still
extra/libreoffice-still-om 5.2.6-1
    Oromo language pack for LibreOffice still
extra/libreoffice-still-or 5.2.6-1
    Oriya language pack for LibreOffice still
extra/libreoffice-still-pa-IN 5.2.6-1
    Punjabi (India) language pack for LibreOffice still
extra/libreoffice-still-pl 5.2.6-1
    Polish language pack for LibreOffice still
extra/libreoffice-still-pt 5.2.6-1
    Portuguese language pack for LibreOffice still
extra/libreoffice-still-pt-BR 5.2.6-1
    Portuguese (Brasil) language pack for LibreOffice still
extra/libreoffice-still-ro 5.2.6-1
    Romanian language pack for LibreOffice still
extra/libreoffice-still-ru 5.2.6-1
    Russian language pack for LibreOffice still
extra/libreoffice-still-rw 5.2.6-1
    Kinyarwanda language pack for LibreOffice still
extra/libreoffice-still-sa-IN 5.2.6-1
    Sanskrit (India) language pack for LibreOffice still
extra/libreoffice-still-sat 5.2.6-1
    Santali language pack for LibreOffice still
extra/libreoffice-still-sd 5.2.6-1
    Sindhi language pack for LibreOffice still
extra/libreoffice-still-sdk 5.2.6-3
    Software Development Kit for LibreOffice maintenance branch
extra/libreoffice-still-si 5.2.6-1
    Singhalese language pack for LibreOffice still
extra/libreoffice-still-sid 5.2.6-1
    Sidama language pack for LibreOffice still
extra/libreoffice-still-sk 5.2.6-1
    Slovak language pack for LibreOffice still
extra/libreoffice-still-sl 5.2.6-1
    Slovenian language pack for LibreOffice still
extra/libreoffice-still-sq 5.2.6-1
    Albanien language pack for LibreOffice still
extra/libreoffice-still-sr 5.2.6-1
    Serbian language pack for LibreOffice still
extra/libreoffice-still-sr-Latn 5.2.6-1
    Serbian (Latin) language pack for LibreOffice still
extra/libreoffice-still-ss 5.2.6-1
    Swati language pack for LibreOffice still
extra/libreoffice-still-st 5.2.6-1
    Southern Sotho language pack for LibreOffice still
extra/libreoffice-still-sv 5.2.6-1
    Swedish language pack for LibreOffice still
extra/libreoffice-still-sw-TZ 5.2.6-1
    Swahili (Tanzania) language pack for LibreOffice still
extra/libreoffice-still-ta 5.2.6-1
    Tamil language pack for LibreOffice still
extra/libreoffice-still-te 5.2.6-1
    Telugu language pack for LibreOffice still
extra/libreoffice-still-tg 5.2.6-1
    Tajik language pack for LibreOffice still
extra/libreoffice-still-th 5.2.6-1
    Thai language pack for LibreOffice still
extra/libreoffice-still-tn 5.2.6-1
    Tswana language pack for LibreOffice still
extra/libreoffice-still-tr 5.2.6-1
    Turkish language pack for LibreOffice still
extra/libreoffice-still-ts 5.2.6-1
    Tsonga language pack for LibreOffice still
extra/libreoffice-still-tt 5.2.6-1
    Tatar language pack for LibreOffice still
extra/libreoffice-still-ug 5.2.6-1
    Uighur language pack for LibreOffice still
extra/libreoffice-still-uk 5.2.6-1
    Ukrainian language pack for LibreOffice still
extra/libreoffice-still-uz 5.2.6-1
    Uzbek language pack for LibreOffice still
extra/libreoffice-still-ve 5.2.6-1
    Venda language pack for LibreOffice still
extra/libreoffice-still-vi 5.2.6-1
    Vietnamese language pack for LibreOffice still
extra/libreoffice-still-xh 5.2.6-1
    Xhosa language pack for LibreOffice still
extra/libreoffice-still-zh-CN 5.2.6-1
    Chinese (simplified) language pack for LibreOffice still
extra/libreoffice-still-zh-TW 5.2.6-1
    Chinese (traditional) language pack for LibreOffice still
extra/libreoffice-still-zu 5.2.6-1
    Zulu language pack for LibreOffice still
...
PackagesAnyDrop RequestLowLow [autoconf-2.64] remove duplicated package Closed
100%
Task Description
$ pacman -Si autoconf
Repository      : core
Name            : autoconf
Version         : 2.69-4
Description     : A GNU tool for automatically configuring source code
Architecture    : any
URL             : http://www.gnu.org/software/autoconf
Licenses        : GPL2  GPL3  custom
Groups          : base-devel
Provides        : None
Depends On      : awk  m4  diffutils  sh
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 583.54 KiB
Installed Size  : 2049.00 KiB
Packager        : Allan McRae <allan@archlinux.org>
Build Date      : Fri 09 Sep 2016 02:31:39 AM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Si autoconf-2.64
Repository      : community
Name            : autoconf-2.64
Version         : 2.64-1
Description     : A GNU tool for automatically configuring source code
Architecture    : any
URL             : https://www.gnu.org/software/autoconf
Licenses        : GPL2  GPL3
Groups          : None
Provides        : None
Depends On      : coreutils  awk  m4  diffutils  bash
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 510.79 KiB
Installed Size  : 2926.00 KiB
Packager        : Daniel Micay <danielmicay@gmail.com>
Build Date      : Wed 14 Jan 2015 09:06:02 AM -02
Validated By    : MD5 Sum  SHA-256 Sum  Signature
PackagesAnyDrop RequestHighHigh [devtools] remove this package Closed
100%
Task Description

“devtools” is not a “libretools” and “hyperiso” replacement.

$ pacman -Si devtools
Repository : extra
Name : devtools
Version : 20170320-2
Description : Tools for Arch Linux package maintainers
Architecture : any
URL : http://projects.archlinux.org/devtools.git/ Licenses : GPL Groups : None
Provides : None
Depends On : namcap openssh subversion rsync arch-install-scripts
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 21.81 KiB
Installed Size : 143.00 KiB
Packager : Evangelos Foutras evangelos@foutrelis.com Build Date : Thu 27 Apr 2017 01:32:21 AM -03
Validated By : MD5 Sum SHA-256 Sum Signature

PackagesTestingBug ReportHighHigh [sway] error while loading shared libraries Closed
100%
Task Description

$ pacman -Si sway
Repository : community
Name : sway
Version : 0.12.2-1
Description : i3 compatible window manager for Wayland
Architecture : x86_64
URL : http://swaywm.org Licenses : MIT Groups : None
Provides : None
Depends On : wlc xorg-server-xwayland json-c pango wayland gdk-pixbuf2
Optional Deps : rxvt-unicode: Default terminal emulator.

                dmenu: Default for launching applications.
                imagemagick: For taking screenshots.
                ffmpeg: For recording screencasts.
                i3status: To display system information with a bar.

Conflicts With : None
Replaces : None
Download Size : 4.76 MiB
Installed Size : 5.32 MiB
Packager : Jerome Leclanche jerome@leclan.ch Build Date : Wed 12 Apr 2017 02:42:57 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ sway
sway: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory

$ ldd /usr/bin/sway

linux-vdso.so.1 (0x00007fffe00eb000)
libwlc.so.0 => /usr/lib/libwlc.so.0 (0x00007f41d3298000)
libxkbcommon.so.0 => /usr/lib/libxkbcommon.so.0 (0x00007f41d3058000)
libjson-c.so.2 => /usr/lib/libjson-c.so.2 (0x00007f41d2e4d000)
libwayland-server.so.0 => /usr/lib/libwayland-server.so.0 (0x00007f41d2c3a000)
libinput.so.10 => /usr/lib/libinput.so.10 (0x00007f41d2a05000)
libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0x00007f41d27f8000)
libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x00007f41d25ac000)
libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00007f41d235a000)
libcairo.so.2 => /usr/lib/libcairo.so.2 (0x00007f41d202c000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f41d1d19000)
libcap.so.2 => /usr/lib/libcap.so.2 (0x00007f41d1b15000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f41d1771000)
libpixman-1.so.0 => /usr/lib/libpixman-1.so.0 (0x00007f41d14c9000)
libudev.so.1 => /usr/lib/libudev.so.1 (0x00007f41d12a4000)
libGLESv2.so.2 => /usr/lib/libGLESv2.so.2 (0x00007f41d109a000)
libEGL.so.1 => /usr/lib/libEGL.so.1 (0x00007f41d0e65000)
libdrm.so.2 => /usr/lib/libdrm.so.2 (0x00007f41d0c54000)
libgbm.so.1 => /usr/lib/libgbm.so.1 (0x00007f41d0a47000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f41d0843000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f41d0504000)
libX11-xcb.so.1 => /usr/lib/libX11-xcb.so.1 (0x00007f41d0302000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f41d00d9000)
libxcb-composite.so.0 => /usr/lib/libxcb-composite.so.0 (0x00007f41cfed6000)
libxcb-xkb.so.1 => /usr/lib/libxcb-xkb.so.1 (0x00007f41cfcb9000)
libxcb-image.so.0 => /usr/lib/libxcb-image.so.0 (0x00007f41cfab4000)
libxcb-xfixes.so.0 => /usr/lib/libxcb-xfixes.so.0 (0x00007f41cf8ac000)
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007f41cf65b000)
libsystemd.so.0 => not found
libffi.so.6 => /usr/lib/libffi.so.6 (0x00007f41cf452000)
librt.so.1 => /usr/lib/librt.so.1 (0x00007f41cf24a000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f41cf02c000)
libmtdev.so.1 => /usr/lib/libmtdev.so.1 (0x00007f41cee26000)
libevdev.so.2 => /usr/lib/libevdev.so.2 (0x00007f41cec0c000)
libwacom.so.2 => /usr/lib/libwacom.so.2 (0x00007f41cea02000)
libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x00007f41ce7ed000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007f41ce4d9000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007f41ce295000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007f41cdfd4000)
libthai.so.0 => /usr/lib/libthai.so.0 (0x00007f41cddca000)
libpng16.so.16 => /usr/lib/libpng16.so.16 (0x00007f41cdb94000)
libxcb-shm.so.0 => /usr/lib/libxcb-shm.so.0 (0x00007f41cd990000)
libxcb-render.so.0 => /usr/lib/libxcb-render.so.0 (0x00007f41cd782000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007f41cd577000)
libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f41cd365000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007f41cd14e000)
libGL.so.1 => /usr/lib/libGL.so.1 (0x00007f41ccedc000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f41d34db000)
libglapi.so.0 => /usr/lib/libglapi.so.0 (0x00007f41cccad000)
libxcb-dri2.so.0 => /usr/lib/libxcb-dri2.so.0 (0x00007f41ccaa8000)
libxcb-dri3.so.0 => /usr/lib/libxcb-dri3.so.0 (0x00007f41cc8a5000)
libxcb-present.so.0 => /usr/lib/libxcb-present.so.0 (0x00007f41cc6a2000)
libxcb-sync.so.1 => /usr/lib/libxcb-sync.so.1 (0x00007f41cc49b000)
libxshmfence.so.1 => /usr/lib/libxshmfence.so.1 (0x00007f41cc298000)
libwayland-client.so.0 => /usr/lib/libwayland-client.so.0 (0x00007f41cc089000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007f41cbe5f000)
libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f41cbc5b000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f41cba55000)
libxcb-util.so.1 => /usr/lib/libxcb-util.so.1 (0x00007f41cb84f000)
libelogind.so.0 => /usr/lib/libelogind.so.0 (0x00007f41d3634000)
libgudev-1.0.so.0 => /usr/lib/libgudev-1.0.so.0 (0x00007f41cb645000)
libharfbuzz.so.0 => /usr/lib/libharfbuzz.so.0 (0x00007f41cb3b1000)
libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007f41cb13e000)
libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x00007f41caf2e000)
libdatrie.so.1 => /usr/lib/libdatrie.so.1 (0x00007f41cad26000)
libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0x00007f41cab23000)
libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x00007f41ca91d000)
libxcb-glx.so.0 => /usr/lib/libxcb-glx.so.0 (0x00007f41ca701000)
libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0x00007f41ca4fb000)
libgio-2.0.so.0 => /usr/lib/libgio-2.0.so.0 (0x00007f41ca166000)
libgraphite2.so.3 => /usr/lib/libgraphite2.so.3 (0x00007f41c9f3a000)
libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x00007f41c9d36000)
libresolv.so.2 => /usr/lib/libresolv.so.2 (0x00007f41c9b20000)
libmount.so.1 => /usr/lib/libmount.so.1 (0x00007f41c98d2000)
libblkid.so.1 => /usr/lib/libblkid.so.1 (0x00007f41c968c000)
libuuid.so.1 => /usr/lib/libuuid.so.1 (0x00007f41c9487000)
PackagesAnyBug ReportMediumMedium [btrfs-progs] contains systemd unit files Closed
100%
Task Description

]$ pacman -Si btrfs-progs
Repository : core
Name : btrfs-progs
Version : 4.10.2-1
Description : Btrfs filesystem utilities
Architecture : x86_64
URL : https://btrfs.wiki.kernel.org Licenses : GPL2
Groups : None
Provides : btrfs-progs-unstable
Depends On : glibc libutil-linux e2fsprogs lzo zlib
Optional Deps : None
Conflicts With : btrfs-progs-unstable
Replaces : btrfs-progs-unstable
Download Size : 603.00 KiB
Installed Size : 4022.00 KiB
Packager : Sébastien Luttringer seblu@seblu.net Build Date : Fri 31 Mar 2017 08:20:32 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql btrfs-progs
btrfs-progs /usr/
btrfs-progs /usr/bin/
btrfs-progs /usr/bin/btrfs
btrfs-progs /usr/bin/btrfs-convert
btrfs-progs /usr/bin/btrfs-debug-tree
btrfs-progs /usr/bin/btrfs-find-root
btrfs-progs /usr/bin/btrfs-image
btrfs-progs /usr/bin/btrfs-map-logical
btrfs-progs /usr/bin/btrfs-select-super
btrfs-progs /usr/bin/btrfs-zero-log
btrfs-progs /usr/bin/btrfsck
btrfs-progs /usr/bin/btrfstune
btrfs-progs /usr/bin/fsck.btrfs
btrfs-progs /usr/bin/mkfs.btrfs
btrfs-progs /usr/include/
btrfs-progs /usr/include/btrfs/
btrfs-progs /usr/include/btrfs/btrfs-list.h
btrfs-progs /usr/include/btrfs/btrfsck.h
btrfs-progs /usr/include/btrfs/crc32c.h
btrfs-progs /usr/include/btrfs/ctree.h
btrfs-progs /usr/include/btrfs/extent-cache.h
btrfs-progs /usr/include/btrfs/extent_io.h
btrfs-progs /usr/include/btrfs/ioctl.h
btrfs-progs /usr/include/btrfs/kerncompat.h
btrfs-progs /usr/include/btrfs/list.h
btrfs-progs /usr/include/btrfs/radix-tree.h
btrfs-progs /usr/include/btrfs/rbtree.h
btrfs-progs /usr/include/btrfs/send-stream.h
btrfs-progs /usr/include/btrfs/send-utils.h
btrfs-progs /usr/include/btrfs/send.h
btrfs-progs /usr/include/btrfs/sizes.h
btrfs-progs /usr/include/btrfs/version.h
btrfs-progs /usr/lib/
btrfs-progs /usr/lib/initcpio/
btrfs-progs /usr/lib/initcpio/hooks/
btrfs-progs /usr/lib/initcpio/hooks/btrfs
btrfs-progs /usr/lib/initcpio/install/
btrfs-progs /usr/lib/initcpio/install/btrfs
btrfs-progs /usr/lib/libbtrfs.so
btrfs-progs /usr/lib/libbtrfs.so.0
btrfs-progs /usr/lib/libbtrfs.so.0.1
btrfs-progs /usr/lib/systemd/
btrfs-progs /usr/lib/systemd/system/
btrfs-progs /usr/lib/systemd/system/btrfs-scrub@.service
btrfs-progs /usr/lib/systemd/system/btrfs-scrub@.timer
btrfs-progs /usr/lib/udev/
btrfs-progs /usr/lib/udev/rules.d/
btrfs-progs /usr/lib/udev/rules.d/64-btrfs-dm.rules
btrfs-progs /usr/share/
btrfs-progs /usr/share/bash-completion/
btrfs-progs /usr/share/bash-completion/completions/
btrfs-progs /usr/share/bash-completion/completions/btrfs
btrfs-progs /usr/share/man/
btrfs-progs /usr/share/man/man5/
btrfs-progs /usr/share/man/man5/btrfs.5.gz
btrfs-progs /usr/share/man/man8/
btrfs-progs /usr/share/man/man8/btrfs-balance.8.gz
btrfs-progs /usr/share/man/man8/btrfs-check.8.gz
btrfs-progs /usr/share/man/man8/btrfs-convert.8.gz
btrfs-progs /usr/share/man/man8/btrfs-debug-tree.8.gz
btrfs-progs /usr/share/man/man8/btrfs-device.8.gz
btrfs-progs /usr/share/man/man8/btrfs-filesystem.8.gz
btrfs-progs /usr/share/man/man8/btrfs-find-root.8.gz
btrfs-progs /usr/share/man/man8/btrfs-image.8.gz
btrfs-progs /usr/share/man/man8/btrfs-inspect-internal.8.gz
btrfs-progs /usr/share/man/man8/btrfs-map-logical.8.gz
btrfs-progs /usr/share/man/man8/btrfs-property.8.gz
btrfs-progs /usr/share/man/man8/btrfs-qgroup.8.gz
btrfs-progs /usr/share/man/man8/btrfs-quota.8.gz
btrfs-progs /usr/share/man/man8/btrfs-receive.8.gz
btrfs-progs /usr/share/man/man8/btrfs-replace.8.gz
btrfs-progs /usr/share/man/man8/btrfs-rescue.8.gz
btrfs-progs /usr/share/man/man8/btrfs-restore.8.gz
btrfs-progs /usr/share/man/man8/btrfs-scrub.8.gz
btrfs-progs /usr/share/man/man8/btrfs-select-super.8.gz
btrfs-progs /usr/share/man/man8/btrfs-send.8.gz
btrfs-progs /usr/share/man/man8/btrfs-show-super.8.gz
btrfs-progs /usr/share/man/man8/btrfs-subvolume.8.gz
btrfs-progs /usr/share/man/man8/btrfs-zero-log.8.gz
btrfs-progs /usr/share/man/man8/btrfs.8.gz
btrfs-progs /usr/share/man/man8/btrfsck.8.gz
btrfs-progs /usr/share/man/man8/btrfstune.8.gz
btrfs-progs /usr/share/man/man8/fsck.btrfs.8.gz
btrfs-progs /usr/share/man/man8/mkfs.btrfs.8.gz

PackagesTestingBug ReportHighHigh [sddm] error while loading shared libraries Closed
100%
Task Description

$ pacman -Si sddm
Repository : extra
Name : sddm
Version : 0.14.0-2
Description : QML based X11 display manager
Architecture : x86_64
URL : http://github.com/sddm/sddm Licenses : GPL Groups : None
Provides : display-manager
Depends On : qt5-declarative
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 3.22 MiB
Installed Size : 4.16 MiB
Packager : Antonio Rojas arojas@archlinux.org Build Date : Fri 02 Sep 2016 03:45:49 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ sddm
sddm: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory

$ ldd /usr/bin/sddm

linux-vdso.so.1 (0x00007ffe6dbf3000)
libQt5DBus.so.5 => /usr/lib/libQt5DBus.so.5 (0x00007f4f42c22000)
libQt5Qml.so.5 => /usr/lib/libQt5Qml.so.5 (0x00007f4f4261e000)
libsystemd.so.0 => not found
libQt5Network.so.5 => /usr/lib/libQt5Network.so.5 (0x00007f4f42293000)
libQt5Core.so.5 => /usr/lib/libQt5Core.so.5 (0x00007f4f41bb7000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f4f4182f000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f4f41618000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f4f41274000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f4f41056000)
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007f4f40e05000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f4f40af2000)
libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007f4f40884000)
libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007f4f40413000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007f4f401fc000)
libicui18n.so.59 => /usr/lib/libicui18n.so.59 (0x00007f4f3fd7e000)
libicuuc.so.59 => /usr/lib/libicuuc.so.59 (0x00007f4f3f9cd000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f4f3f7c9000)
librt.so.1 => /usr/lib/librt.so.1 (0x00007f4f3f5c1000)
libpcre16.so.0 => /usr/lib/libpcre16.so.0 (0x00007f4f3f358000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007f4f3f044000)
/lib64/ld-linux-x86-64.so.2 (0x00007f4f42eae000)
libelogind.so.0 => /usr/lib/libelogind.so.0 (0x00007f4f43013000)
libicudata.so.59 => /usr/lib/libicudata.so.59 (0x00007f4f3d531000)
libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007f4f3d2be000)
libcap.so.2 => /usr/lib/libcap.so.2 (0x00007f4f3d0ba000)
PackagesAnyBug ReportMediumMedium [libcanberra] contains systemd unit files Closed
100%
Task Description

$ pacman -Si libcanberra
Repository : extra
Name : libcanberra
Version : 0.30+2+gc0620e4-1
Description : A small and lightweight implementation of the XDG Sound Theme Specification
Architecture : x86_64
URL : http://0pointer.de/lennart/projects/libcanberra Licenses : LGPL Groups : None
Provides : None
Depends On : libvorbis libltdl alsa-lib tdb sound-theme-freedesktop
Optional Deps : libcanberra-pulse: PulseAudio driver

                libcanberra-gstreamer: GStreamer driver

Conflicts With : None
Replaces : None
Download Size : 78.73 KiB
Installed Size : 371.00 KiB
Packager : Jan de Groot jgc@archlinux.org Build Date : Thu 04 May 2017 06:59:26 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql libcanberra
libcanberra /etc/
libcanberra /etc/X11/
libcanberra /etc/X11/xinit/
libcanberra /etc/X11/xinit/xinitrc.d/
libcanberra /etc/X11/xinit/xinitrc.d/40-libcanberra-gtk-module.sh
libcanberra /usr/
libcanberra /usr/bin/
libcanberra /usr/bin/canberra-boot
libcanberra /usr/bin/canberra-gtk-play
libcanberra /usr/include/
libcanberra /usr/include/canberra-gtk.h
libcanberra /usr/include/canberra.h
libcanberra /usr/lib/
libcanberra /usr/lib/gnome-settings-daemon-3.0/
libcanberra /usr/lib/gnome-settings-daemon-3.0/gtk-modules/
libcanberra /usr/lib/gnome-settings-daemon-3.0/gtk-modules/canberra-gtk-module.desktop
libcanberra /usr/lib/gtk-2.0/
libcanberra /usr/lib/gtk-2.0/modules/
libcanberra /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
libcanberra /usr/lib/gtk-3.0/
libcanberra /usr/lib/gtk-3.0/modules/
libcanberra /usr/lib/gtk-3.0/modules/libcanberra-gtk-module.so
libcanberra /usr/lib/gtk-3.0/modules/libcanberra-gtk3-module.so
libcanberra /usr/lib/libcanberra-0.30/
libcanberra /usr/lib/libcanberra-0.30/libcanberra-alsa.la
libcanberra /usr/lib/libcanberra-0.30/libcanberra-alsa.so
libcanberra /usr/lib/libcanberra-0.30/libcanberra-multi.la
libcanberra /usr/lib/libcanberra-0.30/libcanberra-multi.so
libcanberra /usr/lib/libcanberra-0.30/libcanberra-null.la
libcanberra /usr/lib/libcanberra-0.30/libcanberra-null.so
libcanberra /usr/lib/libcanberra-gtk.so
libcanberra /usr/lib/libcanberra-gtk.so.0
libcanberra /usr/lib/libcanberra-gtk.so.0.1.9
libcanberra /usr/lib/libcanberra-gtk3.so
libcanberra /usr/lib/libcanberra-gtk3.so.0
libcanberra /usr/lib/libcanberra-gtk3.so.0.1.9
libcanberra /usr/lib/libcanberra.la
libcanberra /usr/lib/libcanberra.so
libcanberra /usr/lib/libcanberra.so.0
libcanberra /usr/lib/libcanberra.so.0.2.5
libcanberra /usr/lib/pkgconfig/
libcanberra /usr/lib/pkgconfig/libcanberra-gtk.pc
libcanberra /usr/lib/pkgconfig/libcanberra-gtk3.pc
libcanberra /usr/lib/pkgconfig/libcanberra.pc
libcanberra /usr/lib/systemd/
libcanberra /usr/lib/systemd/system/
libcanberra /usr/lib/systemd/system/canberra-system-bootup.service
libcanberra /usr/lib/systemd/system/canberra-system-shutdown-reboot.service
libcanberra /usr/lib/systemd/system/canberra-system-shutdown.service
libcanberra /usr/share/
libcanberra /usr/share/gtk-doc/
libcanberra /usr/share/gtk-doc/html/
libcanberra /usr/share/gtk-doc/html/libcanberra/
libcanberra /usr/share/gtk-doc/html/libcanberra/ch01.html
libcanberra /usr/share/gtk-doc/html/libcanberra/home.png
libcanberra /usr/share/gtk-doc/html/libcanberra/index.html
libcanberra /usr/share/gtk-doc/html/libcanberra/left-insensitive.png
libcanberra /usr/share/gtk-doc/html/libcanberra/left.png
libcanberra /usr/share/gtk-doc/html/libcanberra/libcanberra-canberra-gtk.html
libcanberra /usr/share/gtk-doc/html/libcanberra/libcanberra-canberra.html
libcanberra /usr/share/gtk-doc/html/libcanberra/libcanberra.devhelp2
libcanberra /usr/share/gtk-doc/html/libcanberra/right-insensitive.png
libcanberra /usr/share/gtk-doc/html/libcanberra/right.png
libcanberra /usr/share/gtk-doc/html/libcanberra/style.css
libcanberra /usr/share/gtk-doc/html/libcanberra/up-insensitive.png
libcanberra /usr/share/gtk-doc/html/libcanberra/up.png
libcanberra /usr/share/vala/
libcanberra /usr/share/vala/vapi/
libcanberra /usr/share/vala/vapi/libcanberra-gtk.vapi
libcanberra /usr/share/vala/vapi/libcanberra.vapi

PackagesAnyBug ReportMediumMedium [at-spi2-core] contains systemd unit files Closed
100%
Task Description

Contains “/usr/lib/systemd/user/at-spi-dbus-bus.service” file

$ pacman -Si at-spi2-core
Repository : extra
Name : at-spi2-core
Version : 2.24.0-1
Description : Protocol definitions and daemon for D-Bus at-spi
Architecture : x86_64
URL : http://www.gnome.org Licenses : GPL2
Groups : None
Provides : None
Depends On : dbus glib2 libxtst
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 228.12 KiB
Installed Size : 1956.00 KiB
Packager : Jan Alexander Steffens (heftig) jan.steffens@gmail.com Build Date : Wed 29 Mar 2017 05:01:43 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql at-spi2-core
at-spi2-core /etc/
at-spi2-core /etc/xdg/
at-spi2-core /etc/xdg/autostart/
at-spi2-core /etc/xdg/autostart/at-spi-dbus-bus.desktop
at-spi2-core /usr/
at-spi2-core /usr/include/
at-spi2-core /usr/include/at-spi-2.0/
at-spi2-core /usr/include/at-spi-2.0/atspi/
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-accessible.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-action.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-application.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-collection.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-component.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-constants.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-device-listener-private.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-device-listener.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-document.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-editabletext.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-enum-types.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-event-listener-private.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-event-listener.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-gmain.c
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-gmain.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-hyperlink.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-hypertext.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-image.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-matchrule.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-misc.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-object.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-private.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-registry.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-relation.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-selection.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-stateset.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-table-cell.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-table.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-text.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-types.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi-value.h
at-spi2-core /usr/include/at-spi-2.0/atspi/atspi.h
at-spi2-core /usr/lib/
at-spi2-core /usr/lib/at-spi2-core/
at-spi2-core /usr/lib/at-spi2-core/at-spi-bus-launcher
at-spi2-core /usr/lib/at-spi2-core/at-spi2-registryd
at-spi2-core /usr/lib/girepository-1.0/
at-spi2-core /usr/lib/girepository-1.0/Atspi-2.0.typelib
at-spi2-core /usr/lib/libatspi.so
at-spi2-core /usr/lib/libatspi.so.0
at-spi2-core /usr/lib/libatspi.so.0.0.1
at-spi2-core /usr/lib/pkgconfig/
at-spi2-core /usr/lib/pkgconfig/atspi-2.pc
at-spi2-core /usr/lib/systemd/
at-spi2-core /usr/lib/systemd/user/
at-spi2-core /usr/lib/systemd/user/at-spi-dbus-bus.service
at-spi2-core /usr/share/
at-spi2-core /usr/share/dbus-1/
at-spi2-core /usr/share/dbus-1/accessibility-services/
at-spi2-core /usr/share/dbus-1/accessibility-services/org.a11y.atspi.Registry.service
at-spi2-core /usr/share/dbus-1/services/
at-spi2-core /usr/share/dbus-1/services/org.a11y.Bus.service
at-spi2-core /usr/share/defaults/
at-spi2-core /usr/share/defaults/at-spi2/
at-spi2-core /usr/share/defaults/at-spi2/accessibility.conf
at-spi2-core /usr/share/gir-1.0/
at-spi2-core /usr/share/gir-1.0/Atspi-2.0.gir
at-spi2-core /usr/share/gtk-doc/
at-spi2-core /usr/share/gtk-doc/html/
at-spi2-core /usr/share/gtk-doc/html/libatspi/
at-spi2-core /usr/share/gtk-doc/html/libatspi/AtspiAccessible.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/AtspiDeviceListener.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/AtspiEventListener.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/AtspiHyperlink.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/AtspiMatchRule.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/AtspiObject.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/AtspiRelation.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/AtspiStateSet.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/annotation-glossary.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/api-index-full.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/ch01.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/home.png
at-spi2-core /usr/share/gtk-doc/html/libatspi/index.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/left-insensitive.png
at-spi2-core /usr/share/gtk-doc/html/libatspi/left.png
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-AtspiApplication.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-action.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-collection.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-component.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-constants.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-document.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-editabletext.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-hypertext.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-image.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-listener-private.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-misc-private.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-misc.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-registry.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-selection.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-table-cell.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-table.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-text.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-types.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi-atspi-value.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/libatspi.devhelp2
at-spi2-core /usr/share/gtk-doc/html/libatspi/object-tree.html
at-spi2-core /usr/share/gtk-doc/html/libatspi/right-insensitive.png
at-spi2-core /usr/share/gtk-doc/html/libatspi/right.png
at-spi2-core /usr/share/gtk-doc/html/libatspi/style.css
at-spi2-core /usr/share/gtk-doc/html/libatspi/up-insensitive.png
at-spi2-core /usr/share/gtk-doc/html/libatspi/up.png
at-spi2-core /usr/share/locale/
at-spi2-core /usr/share/locale/an/
at-spi2-core /usr/share/locale/an/LC_MESSAGES/
at-spi2-core /usr/share/locale/an/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/as/
at-spi2-core /usr/share/locale/as/LC_MESSAGES/
at-spi2-core /usr/share/locale/as/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/ast/
at-spi2-core /usr/share/locale/ast/LC_MESSAGES/
at-spi2-core /usr/share/locale/ast/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/be/
at-spi2-core /usr/share/locale/be/LC_MESSAGES/
at-spi2-core /usr/share/locale/be/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/bg/
at-spi2-core /usr/share/locale/bg/LC_MESSAGES/
at-spi2-core /usr/share/locale/bg/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/bn_IN/
at-spi2-core /usr/share/locale/bn_IN/LC_MESSAGES/
at-spi2-core /usr/share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/bs/
at-spi2-core /usr/share/locale/bs/LC_MESSAGES/
at-spi2-core /usr/share/locale/bs/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/ca/
at-spi2-core /usr/share/locale/ca/LC_MESSAGES/
at-spi2-core /usr/share/locale/ca/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/ca@valencia/
at-spi2-core /usr/share/locale/ca@valencia/LC_MESSAGES/
at-spi2-core /usr/share/locale/ca@valencia/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/cs/
at-spi2-core /usr/share/locale/cs/LC_MESSAGES/
at-spi2-core /usr/share/locale/cs/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/da/
at-spi2-core /usr/share/locale/da/LC_MESSAGES/
at-spi2-core /usr/share/locale/da/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/de/
at-spi2-core /usr/share/locale/de/LC_MESSAGES/
at-spi2-core /usr/share/locale/de/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/el/
at-spi2-core /usr/share/locale/el/LC_MESSAGES/
at-spi2-core /usr/share/locale/el/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/en_CA/
at-spi2-core /usr/share/locale/en_CA/LC_MESSAGES/
at-spi2-core /usr/share/locale/en_CA/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/en_GB/
at-spi2-core /usr/share/locale/en_GB/LC_MESSAGES/
at-spi2-core /usr/share/locale/en_GB/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/eo/
at-spi2-core /usr/share/locale/eo/LC_MESSAGES/
at-spi2-core /usr/share/locale/eo/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/es/
at-spi2-core /usr/share/locale/es/LC_MESSAGES/
at-spi2-core /usr/share/locale/es/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/et/
at-spi2-core /usr/share/locale/et/LC_MESSAGES/
at-spi2-core /usr/share/locale/et/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/eu/
at-spi2-core /usr/share/locale/eu/LC_MESSAGES/
at-spi2-core /usr/share/locale/eu/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/fa/
at-spi2-core /usr/share/locale/fa/LC_MESSAGES/
at-spi2-core /usr/share/locale/fa/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/fi/
at-spi2-core /usr/share/locale/fi/LC_MESSAGES/
at-spi2-core /usr/share/locale/fi/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/fr/
at-spi2-core /usr/share/locale/fr/LC_MESSAGES/
at-spi2-core /usr/share/locale/fr/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/fur/
at-spi2-core /usr/share/locale/fur/LC_MESSAGES/
at-spi2-core /usr/share/locale/fur/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/ga/
at-spi2-core /usr/share/locale/ga/LC_MESSAGES/
at-spi2-core /usr/share/locale/ga/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/gd/
at-spi2-core /usr/share/locale/gd/LC_MESSAGES/
at-spi2-core /usr/share/locale/gd/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/gl/
at-spi2-core /usr/share/locale/gl/LC_MESSAGES/
at-spi2-core /usr/share/locale/gl/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/gu/
at-spi2-core /usr/share/locale/gu/LC_MESSAGES/
at-spi2-core /usr/share/locale/gu/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/he/
at-spi2-core /usr/share/locale/he/LC_MESSAGES/
at-spi2-core /usr/share/locale/he/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/hi/
at-spi2-core /usr/share/locale/hi/LC_MESSAGES/
at-spi2-core /usr/share/locale/hi/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/hr/
at-spi2-core /usr/share/locale/hr/LC_MESSAGES/
at-spi2-core /usr/share/locale/hr/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/hu/
at-spi2-core /usr/share/locale/hu/LC_MESSAGES/
at-spi2-core /usr/share/locale/hu/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/id/
at-spi2-core /usr/share/locale/id/LC_MESSAGES/
at-spi2-core /usr/share/locale/id/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/it/
at-spi2-core /usr/share/locale/it/LC_MESSAGES/
at-spi2-core /usr/share/locale/it/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/ja/
at-spi2-core /usr/share/locale/ja/LC_MESSAGES/
at-spi2-core /usr/share/locale/ja/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/kk/
at-spi2-core /usr/share/locale/kk/LC_MESSAGES/
at-spi2-core /usr/share/locale/kk/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/km/
at-spi2-core /usr/share/locale/km/LC_MESSAGES/
at-spi2-core /usr/share/locale/km/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/kn/
at-spi2-core /usr/share/locale/kn/LC_MESSAGES/
at-spi2-core /usr/share/locale/kn/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/ko/
at-spi2-core /usr/share/locale/ko/LC_MESSAGES/
at-spi2-core /usr/share/locale/ko/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/lt/
at-spi2-core /usr/share/locale/lt/LC_MESSAGES/
at-spi2-core /usr/share/locale/lt/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/lv/
at-spi2-core /usr/share/locale/lv/LC_MESSAGES/
at-spi2-core /usr/share/locale/lv/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/ml/
at-spi2-core /usr/share/locale/ml/LC_MESSAGES/
at-spi2-core /usr/share/locale/ml/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/mr/
at-spi2-core /usr/share/locale/mr/LC_MESSAGES/
at-spi2-core /usr/share/locale/mr/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/ms/
at-spi2-core /usr/share/locale/ms/LC_MESSAGES/
at-spi2-core /usr/share/locale/ms/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/nb/
at-spi2-core /usr/share/locale/nb/LC_MESSAGES/
at-spi2-core /usr/share/locale/nb/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/nl/
at-spi2-core /usr/share/locale/nl/LC_MESSAGES/
at-spi2-core /usr/share/locale/nl/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/oc/
at-spi2-core /usr/share/locale/oc/LC_MESSAGES/
at-spi2-core /usr/share/locale/oc/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/or/
at-spi2-core /usr/share/locale/or/LC_MESSAGES/
at-spi2-core /usr/share/locale/or/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/pa/
at-spi2-core /usr/share/locale/pa/LC_MESSAGES/
at-spi2-core /usr/share/locale/pa/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/pl/
at-spi2-core /usr/share/locale/pl/LC_MESSAGES/
at-spi2-core /usr/share/locale/pl/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/pt/
at-spi2-core /usr/share/locale/pt/LC_MESSAGES/
at-spi2-core /usr/share/locale/pt/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/pt_BR/
at-spi2-core /usr/share/locale/pt_BR/LC_MESSAGES/
at-spi2-core /usr/share/locale/pt_BR/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/ro/
at-spi2-core /usr/share/locale/ro/LC_MESSAGES/
at-spi2-core /usr/share/locale/ro/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/ru/
at-spi2-core /usr/share/locale/ru/LC_MESSAGES/
at-spi2-core /usr/share/locale/ru/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/sk/
at-spi2-core /usr/share/locale/sk/LC_MESSAGES/
at-spi2-core /usr/share/locale/sk/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/sl/
at-spi2-core /usr/share/locale/sl/LC_MESSAGES/
at-spi2-core /usr/share/locale/sl/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/sq/
at-spi2-core /usr/share/locale/sq/LC_MESSAGES/
at-spi2-core /usr/share/locale/sq/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/sr/
at-spi2-core /usr/share/locale/sr/LC_MESSAGES/
at-spi2-core /usr/share/locale/sr/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/sr@latin/
at-spi2-core /usr/share/locale/sr@latin/LC_MESSAGES/
at-spi2-core /usr/share/locale/sr@latin/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/sv/
at-spi2-core /usr/share/locale/sv/LC_MESSAGES/
at-spi2-core /usr/share/locale/sv/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/ta/
at-spi2-core /usr/share/locale/ta/LC_MESSAGES/
at-spi2-core /usr/share/locale/ta/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/te/
at-spi2-core /usr/share/locale/te/LC_MESSAGES/
at-spi2-core /usr/share/locale/te/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/tg/
at-spi2-core /usr/share/locale/tg/LC_MESSAGES/
at-spi2-core /usr/share/locale/tg/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/tr/
at-spi2-core /usr/share/locale/tr/LC_MESSAGES/
at-spi2-core /usr/share/locale/tr/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/ug/
at-spi2-core /usr/share/locale/ug/LC_MESSAGES/
at-spi2-core /usr/share/locale/ug/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/uk/
at-spi2-core /usr/share/locale/uk/LC_MESSAGES/
at-spi2-core /usr/share/locale/uk/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/uz@cyrillic/
at-spi2-core /usr/share/locale/uz@cyrillic/LC_MESSAGES/
at-spi2-core /usr/share/locale/uz@cyrillic/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/vi/
at-spi2-core /usr/share/locale/vi/LC_MESSAGES/
at-spi2-core /usr/share/locale/vi/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/zh_CN/
at-spi2-core /usr/share/locale/zh_CN/LC_MESSAGES/
at-spi2-core /usr/share/locale/zh_CN/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/zh_HK/
at-spi2-core /usr/share/locale/zh_HK/LC_MESSAGES/
at-spi2-core /usr/share/locale/zh_HK/LC_MESSAGES/at-spi2-core.mo
at-spi2-core /usr/share/locale/zh_TW/
at-spi2-core /usr/share/locale/zh_TW/LC_MESSAGES/
at-spi2-core /usr/share/locale/zh_TW/LC_MESSAGES/at-spi2-core.mo

PackagesAnyBug ReportMediumMedium [colord] contains systemd unit files Closed
100%
Task Description

Contains “/usr/lib/systemd/user/colord-session.service” file

$ pacman -Si colord
Repository : extra
Name : colord
Version : 1.3.5-1.hyperbola1
Description : System daemon for managing color devices, with eudev support
Architecture : x86_64
URL : https://www.freedesktop.org/software/colord Licenses : GPL2
Groups : None
Provides : None
Depends On : lcms2 libgusb polkit sqlite eudev dconf dbus libgudev
Optional Deps : sane: scanner support

                argyllcms: color profiling

Conflicts With : None
Replaces : shared-color-profiles
Download Size : 1532.14 KiB
Installed Size : 5914.00 KiB
Packager : André Silva emulatorman@hyperbola.info Build Date : Tue 08 Aug 2017 04:30:11 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql colord
colord /etc/
colord /etc/dbus-1/
colord /etc/dbus-1/system.d/
colord /etc/dbus-1/system.d/org.freedesktop.ColorManager.conf
colord /usr/
colord /usr/bin/
colord /usr/bin/cd-create-profile
colord /usr/bin/cd-fix-profile
colord /usr/bin/cd-iccdump
colord /usr/bin/cd-it8
colord /usr/bin/colormgr
colord /usr/include/
colord /usr/include/colord-1/
colord /usr/include/colord-1/colord-private.h
colord /usr/include/colord-1/colord-session/
colord /usr/include/colord-1/colord-session/cd-session.h
colord /usr/include/colord-1/colord.h
colord /usr/include/colord-1/colord/
colord /usr/include/colord-1/colord/cd-buffer.h
colord /usr/include/colord-1/colord/cd-client-sync.h
colord /usr/include/colord-1/colord/cd-client.h
colord /usr/include/colord-1/colord/cd-color.h
colord /usr/include/colord-1/colord/cd-compat-edid.h
colord /usr/include/colord-1/colord/cd-device-sync.h
colord /usr/include/colord-1/colord/cd-device.h
colord /usr/include/colord-1/colord/cd-dom.h
colord /usr/include/colord-1/colord/cd-edid.h
colord /usr/include/colord-1/colord/cd-enum.h
colord /usr/include/colord-1/colord/cd-icc-store.h
colord /usr/include/colord-1/colord/cd-icc-utils.h
colord /usr/include/colord-1/colord/cd-icc.h
colord /usr/include/colord-1/colord/cd-interp-akima.h
colord /usr/include/colord-1/colord/cd-interp-linear.h
colord /usr/include/colord-1/colord/cd-interp.h
colord /usr/include/colord-1/colord/cd-it8-utils.h
colord /usr/include/colord-1/colord/cd-it8.h
colord /usr/include/colord-1/colord/cd-math.h
colord /usr/include/colord-1/colord/cd-profile-sync.h
colord /usr/include/colord-1/colord/cd-profile.h
colord /usr/include/colord-1/colord/cd-quirk.h
colord /usr/include/colord-1/colord/cd-sensor-sync.h
colord /usr/include/colord-1/colord/cd-sensor.h
colord /usr/include/colord-1/colord/cd-spectrum.h
colord /usr/include/colord-1/colord/cd-transform.h
colord /usr/include/colord-1/colord/cd-version.h
colord /usr/include/colord-1/colorhug/
colord /usr/include/colord-1/colorhug/ch-common.h
colord /usr/include/colord-1/colorhug/ch-device-queue.h
colord /usr/include/colord-1/colorhug/ch-device.h
colord /usr/include/colord-1/colorhug/ch-hash.h
colord /usr/include/colord-1/colorhug/ch-inhx32.h
colord /usr/include/colord-1/colorhug/ch-math.h
colord /usr/include/colord-1/colorhug/ch-version.h
colord /usr/include/colord-1/colorhug/colorhug.h
colord /usr/lib/
colord /usr/lib/colord-plugins/
colord /usr/lib/colord-plugins/libcd_plugin_camera.so
colord /usr/lib/colord-plugins/libcd_plugin_sane.so
colord /usr/lib/colord-plugins/libcd_plugin_scanner.so
colord /usr/lib/colord-sensors/
colord /usr/lib/colord-sensors/libcolord_sensor_argyll.so
colord /usr/lib/colord-sensors/libcolord_sensor_colorhug.so
colord /usr/lib/colord-sensors/libcolord_sensor_dtp94.so
colord /usr/lib/colord-sensors/libcolord_sensor_dummy.so
colord /usr/lib/colord-sensors/libcolord_sensor_huey.so
colord /usr/lib/colord-sensors/libcolord_sensor_spark.so
colord /usr/lib/colord-sensors/libdtp94-private.so
colord /usr/lib/colord-sensors/libhuey-private.so
colord /usr/lib/colord-sensors/libmunki-private.so
colord /usr/lib/colord-sensors/libospark-private.so
colord /usr/lib/colord/
colord /usr/lib/colord/colord
colord /usr/lib/colord/colord-sane
colord /usr/lib/colord/colord-session
colord /usr/lib/girepository-1.0/
colord /usr/lib/girepository-1.0/ColorHug-1.0.typelib
colord /usr/lib/girepository-1.0/Colord-1.0.typelib
colord /usr/lib/libcolord.so
colord /usr/lib/libcolord.so.2
colord /usr/lib/libcolord.so.2.0.5
colord /usr/lib/libcolordcompat.so
colord /usr/lib/libcolordprivate.so
colord /usr/lib/libcolordprivate.so.2
colord /usr/lib/libcolordprivate.so.2.0.5
colord /usr/lib/libcolorhug.so
colord /usr/lib/libcolorhug.so.2
colord /usr/lib/libcolorhug.so.2.0.5
colord /usr/lib/pkgconfig/
colord /usr/lib/pkgconfig/colord.pc
colord /usr/lib/pkgconfig/colorhug.pc
colord /usr/lib/systemd/
colord /usr/lib/systemd/user/
colord /usr/lib/systemd/user/colord-session.service
colord /usr/lib/udev/
colord /usr/lib/udev/rules.d/
colord /usr/lib/udev/rules.d/69-cd-sensors.rules
colord /usr/lib/udev/rules.d/95-cd-devices.rules
colord /usr/share/
colord /usr/share/bash-completion/
colord /usr/share/bash-completion/completions/
colord /usr/share/bash-completion/completions/colormgr
colord /usr/share/color/
colord /usr/share/color/icc/
colord /usr/share/color/icc/colord/
colord /usr/share/color/icc/colord/AdobeRGB1998.icc
colord /usr/share/color/icc/colord/AppleRGB.icc
colord /usr/share/color/icc/colord/BestRGB.icc
colord /usr/share/color/icc/colord/BetaRGB.icc
colord /usr/share/color/icc/colord/Bluish.icc
colord /usr/share/color/icc/colord/BruceRGB.icc
colord /usr/share/color/icc/colord/CIE-RGB.icc
colord /usr/share/color/icc/colord/ColorMatchRGB.icc
colord /usr/share/color/icc/colord/Crayons.icc
colord /usr/share/color/icc/colord/DonRGB4.icc
colord /usr/share/color/icc/colord/ECI-RGBv1.icc
colord /usr/share/color/icc/colord/ECI-RGBv2.icc
colord /usr/share/color/icc/colord/EktaSpacePS5.icc
colord /usr/share/color/icc/colord/FOGRA27L_coated.icc
colord /usr/share/color/icc/colord/FOGRA28L_webcoated.icc
colord /usr/share/color/icc/colord/FOGRA29L_uncoated.icc
colord /usr/share/color/icc/colord/FOGRA30L_uncoated_yellowish.icc
colord /usr/share/color/icc/colord/FOGRA39L_coated.icc
colord /usr/share/color/icc/colord/FOGRA40L_SC_paper.icc
colord /usr/share/color/icc/colord/FOGRA45L_lwc.icc
colord /usr/share/color/icc/colord/FOGRA47L_uncoated.icc
colord /usr/share/color/icc/colord/GRACoL_TR006_coated.icc
colord /usr/share/color/icc/colord/Gamma5000K.icc
colord /usr/share/color/icc/colord/Gamma5500K.icc
colord /usr/share/color/icc/colord/Gamma6500K.icc
colord /usr/share/color/icc/colord/IFRA26S_2004_newsprint.icc
colord /usr/share/color/icc/colord/NTSC-RGB.icc
colord /usr/share/color/icc/colord/PAL-RGB.icc
colord /usr/share/color/icc/colord/ProPhotoRGB.icc
colord /usr/share/color/icc/colord/SMPTE-C-RGB.icc
colord /usr/share/color/icc/colord/SNAP_TR002_newsprint.icc
colord /usr/share/color/icc/colord/SWOP_TR003_coated_3.icc
colord /usr/share/color/icc/colord/SWOP_TR005_coated_5.icc
colord /usr/share/color/icc/colord/SwappedRedAndGreen.icc
colord /usr/share/color/icc/colord/WideGamutRGB.icc
colord /usr/share/color/icc/colord/sRGB.icc
colord /usr/share/color/icc/colord/x11-colors.icc
colord /usr/share/colord/
colord /usr/share/colord/cmf/
colord /usr/share/colord/cmf/CIE1931-2deg-XYZ.cmf
colord /usr/share/colord/cmf/CIE1964-10deg-XYZ.cmf
colord /usr/share/colord/icons/
colord /usr/share/colord/icons/color-munki-photo-ambient.svg
colord /usr/share/colord/icons/color-munki-photo-attach.svg
colord /usr/share/colord/icons/color-munki-photo-calibrate.svg
colord /usr/share/colord/icons/color-munki-photo-projector.svg
colord /usr/share/colord/icons/color-munki-photo-screen.svg
colord /usr/share/colord/icons/color-munki-smile-attach.svg
colord /usr/share/colord/icons/colorhug-attach.svg
colord /usr/share/colord/icons/colorhug2-attach.svg
colord /usr/share/colord/icons/dtp94-attach.svg
colord /usr/share/colord/icons/hcfr-attach.svg
colord /usr/share/colord/icons/huey-attach.svg
colord /usr/share/colord/icons/i1-display3-attach.svg
colord /usr/share/colord/icons/i1-monitor-attach.svg
colord /usr/share/colord/icons/i1-pro-attach.svg
colord /usr/share/colord/icons/spyder2-attach.svg
colord /usr/share/colord/icons/spyder3-attach.svg
colord /usr/share/colord/icons/spyder4-attach.svg
colord /usr/share/colord/icons/spyder5-attach.svg
colord /usr/share/colord/illuminant/
colord /usr/share/colord/illuminant/CIE-A.sp
colord /usr/share/colord/illuminant/CIE-B.sp
colord /usr/share/colord/illuminant/CIE-C.sp
colord /usr/share/colord/illuminant/CIE-D50.sp
colord /usr/share/colord/illuminant/CIE-D55.sp
colord /usr/share/colord/illuminant/CIE-D65.sp
colord /usr/share/colord/illuminant/CIE-D93.sp
colord /usr/share/colord/illuminant/CIE-E.sp
colord /usr/share/colord/illuminant/CIE-F1.sp
colord /usr/share/colord/illuminant/CIE-F10.sp
colord /usr/share/colord/illuminant/CIE-F11.sp
colord /usr/share/colord/illuminant/CIE-F12.sp
colord /usr/share/colord/illuminant/CIE-F2.sp
colord /usr/share/colord/illuminant/CIE-F3.sp
colord /usr/share/colord/illuminant/CIE-F4.sp
colord /usr/share/colord/illuminant/CIE-F5.sp
colord /usr/share/colord/illuminant/CIE-F6.sp
colord /usr/share/colord/illuminant/CIE-F7.sp
colord /usr/share/colord/illuminant/CIE-F8.sp
colord /usr/share/colord/illuminant/CIE-F9.sp
colord /usr/share/colord/ref/
colord /usr/share/colord/ref/CIE-1986-daylight-SPD.cmf
colord /usr/share/colord/ref/CIE-TCS.sp
colord /usr/share/colord/ti1/
colord /usr/share/colord/ti1/display-long.ti1
colord /usr/share/colord/ti1/display-normal.ti1
colord /usr/share/colord/ti1/display-short.ti1
colord /usr/share/colord/ti1/printer-long.ti1
colord /usr/share/colord/ti1/printer-normal.ti1
colord /usr/share/colord/ti1/printer-short.ti1
colord /usr/share/dbus-1/
colord /usr/share/dbus-1/interfaces/
colord /usr/share/dbus-1/interfaces/org.freedesktop.ColorHelper.xml
colord /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.Device.xml
colord /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.Profile.xml
colord /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.Sensor.xml
colord /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.xml
colord /usr/share/dbus-1/services/
colord /usr/share/dbus-1/services/org.freedesktop.ColorHelper.service
colord /usr/share/dbus-1/system-services/
colord /usr/share/dbus-1/system-services/org.freedesktop.ColorManager.service
colord /usr/share/gir-1.0/
colord /usr/share/gir-1.0/ColorHug-1.0.gir
colord /usr/share/gir-1.0/Colord-1.0.gir
colord /usr/share/glib-2.0/
colord /usr/share/glib-2.0/schemas/
colord /usr/share/glib-2.0/schemas/org.freedesktop.ColorHelper.gschema.xml
colord /usr/share/locale/
colord /usr/share/locale/as/
colord /usr/share/locale/as/LC_MESSAGES/
colord /usr/share/locale/as/LC_MESSAGES/colord.mo
colord /usr/share/locale/bn_IN/
colord /usr/share/locale/bn_IN/LC_MESSAGES/
colord /usr/share/locale/bn_IN/LC_MESSAGES/colord.mo
colord /usr/share/locale/ca/
colord /usr/share/locale/ca/LC_MESSAGES/
colord /usr/share/locale/ca/LC_MESSAGES/colord.mo
colord /usr/share/locale/cs/
colord /usr/share/locale/cs/LC_MESSAGES/
colord /usr/share/locale/cs/LC_MESSAGES/colord.mo
colord /usr/share/locale/da/
colord /usr/share/locale/da/LC_MESSAGES/
colord /usr/share/locale/da/LC_MESSAGES/colord.mo
colord /usr/share/locale/de/
colord /usr/share/locale/de/LC_MESSAGES/
colord /usr/share/locale/de/LC_MESSAGES/colord.mo
colord /usr/share/locale/el/
colord /usr/share/locale/el/LC_MESSAGES/
colord /usr/share/locale/el/LC_MESSAGES/colord.mo
colord /usr/share/locale/en_GB/
colord /usr/share/locale/en_GB/LC_MESSAGES/
colord /usr/share/locale/en_GB/LC_MESSAGES/colord.mo
colord /usr/share/locale/eo/
colord /usr/share/locale/eo/LC_MESSAGES/
colord /usr/share/locale/eo/LC_MESSAGES/colord.mo
colord /usr/share/locale/es/
colord /usr/share/locale/es/LC_MESSAGES/
colord /usr/share/locale/es/LC_MESSAGES/colord.mo
colord /usr/share/locale/eu/
colord /usr/share/locale/eu/LC_MESSAGES/
colord /usr/share/locale/eu/LC_MESSAGES/colord.mo
colord /usr/share/locale/fi/
colord /usr/share/locale/fi/LC_MESSAGES/
colord /usr/share/locale/fi/LC_MESSAGES/colord.mo
colord /usr/share/locale/fr/
colord /usr/share/locale/fr/LC_MESSAGES/
colord /usr/share/locale/fr/LC_MESSAGES/colord.mo
colord /usr/share/locale/gl/
colord /usr/share/locale/gl/LC_MESSAGES/
colord /usr/share/locale/gl/LC_MESSAGES/colord.mo
colord /usr/share/locale/gu/
colord /usr/share/locale/gu/LC_MESSAGES/
colord /usr/share/locale/gu/LC_MESSAGES/colord.mo
colord /usr/share/locale/he/
colord /usr/share/locale/he/LC_MESSAGES/
colord /usr/share/locale/he/LC_MESSAGES/colord.mo
colord /usr/share/locale/hi/
colord /usr/share/locale/hi/LC_MESSAGES/
colord /usr/share/locale/hi/LC_MESSAGES/colord.mo
colord /usr/share/locale/hu/
colord /usr/share/locale/hu/LC_MESSAGES/
colord /usr/share/locale/hu/LC_MESSAGES/colord.mo
colord /usr/share/locale/id/
colord /usr/share/locale/id/LC_MESSAGES/
colord /usr/share/locale/id/LC_MESSAGES/colord.mo
colord /usr/share/locale/is/
colord /usr/share/locale/is/LC_MESSAGES/
colord /usr/share/locale/is/LC_MESSAGES/colord.mo
colord /usr/share/locale/it/
colord /usr/share/locale/it/LC_MESSAGES/
colord /usr/share/locale/it/LC_MESSAGES/colord.mo
colord /usr/share/locale/ja/
colord /usr/share/locale/ja/LC_MESSAGES/
colord /usr/share/locale/ja/LC_MESSAGES/colord.mo
colord /usr/share/locale/kk/
colord /usr/share/locale/kk/LC_MESSAGES/
colord /usr/share/locale/kk/LC_MESSAGES/colord.mo
colord /usr/share/locale/kn/
colord /usr/share/locale/kn/LC_MESSAGES/
colord /usr/share/locale/kn/LC_MESSAGES/colord.mo
colord /usr/share/locale/ko/
colord /usr/share/locale/ko/LC_MESSAGES/
colord /usr/share/locale/ko/LC_MESSAGES/colord.mo
colord /usr/share/locale/lt/
colord /usr/share/locale/lt/LC_MESSAGES/
colord /usr/share/locale/lt/LC_MESSAGES/colord.mo
colord /usr/share/locale/lv/
colord /usr/share/locale/lv/LC_MESSAGES/
colord /usr/share/locale/lv/LC_MESSAGES/colord.mo
colord /usr/share/locale/ml/
colord /usr/share/locale/ml/LC_MESSAGES/
colord /usr/share/locale/ml/LC_MESSAGES/colord.mo
colord /usr/share/locale/mr/
colord /usr/share/locale/mr/LC_MESSAGES/
colord /usr/share/locale/mr/LC_MESSAGES/colord.mo
colord /usr/share/locale/nb/
colord /usr/share/locale/nb/LC_MESSAGES/
colord /usr/share/locale/nb/LC_MESSAGES/colord.mo
colord /usr/share/locale/nl/
colord /usr/share/locale/nl/LC_MESSAGES/
colord /usr/share/locale/nl/LC_MESSAGES/colord.mo
colord /usr/share/locale/oc/
colord /usr/share/locale/oc/LC_MESSAGES/
colord /usr/share/locale/oc/LC_MESSAGES/colord.mo
colord /usr/share/locale/or/
colord /usr/share/locale/or/LC_MESSAGES/
colord /usr/share/locale/or/LC_MESSAGES/colord.mo
colord /usr/share/locale/pa/
colord /usr/share/locale/pa/LC_MESSAGES/
colord /usr/share/locale/pa/LC_MESSAGES/colord.mo
colord /usr/share/locale/pl/
colord /usr/share/locale/pl/LC_MESSAGES/
colord /usr/share/locale/pl/LC_MESSAGES/colord.mo
colord /usr/share/locale/pt/
colord /usr/share/locale/pt/LC_MESSAGES/
colord /usr/share/locale/pt/LC_MESSAGES/colord.mo
colord /usr/share/locale/pt_BR/
colord /usr/share/locale/pt_BR/LC_MESSAGES/
colord /usr/share/locale/pt_BR/LC_MESSAGES/colord.mo
colord /usr/share/locale/ro/
colord /usr/share/locale/ro/LC_MESSAGES/
colord /usr/share/locale/ro/LC_MESSAGES/colord.mo
colord /usr/share/locale/ru/
colord /usr/share/locale/ru/LC_MESSAGES/
colord /usr/share/locale/ru/LC_MESSAGES/colord.mo
colord /usr/share/locale/sk/
colord /usr/share/locale/sk/LC_MESSAGES/
colord /usr/share/locale/sk/LC_MESSAGES/colord.mo
colord /usr/share/locale/sl/
colord /usr/share/locale/sl/LC_MESSAGES/
colord /usr/share/locale/sl/LC_MESSAGES/colord.mo
colord /usr/share/locale/sr/
colord /usr/share/locale/sr/LC_MESSAGES/
colord /usr/share/locale/sr/LC_MESSAGES/colord.mo
colord /usr/share/locale/sr@latin/
colord /usr/share/locale/sr@latin/LC_MESSAGES/
colord /usr/share/locale/sr@latin/LC_MESSAGES/colord.mo
colord /usr/share/locale/sv/
colord /usr/share/locale/sv/LC_MESSAGES/
colord /usr/share/locale/sv/LC_MESSAGES/colord.mo
colord /usr/share/locale/ta/
colord /usr/share/locale/ta/LC_MESSAGES/
colord /usr/share/locale/ta/LC_MESSAGES/colord.mo
colord /usr/share/locale/th/
colord /usr/share/locale/th/LC_MESSAGES/
colord /usr/share/locale/th/LC_MESSAGES/colord.mo
colord /usr/share/locale/tr/
colord /usr/share/locale/tr/LC_MESSAGES/
colord /usr/share/locale/tr/LC_MESSAGES/colord.mo
colord /usr/share/locale/uk/
colord /usr/share/locale/uk/LC_MESSAGES/
colord /usr/share/locale/uk/LC_MESSAGES/colord.mo
colord /usr/share/locale/zh_CN/
colord /usr/share/locale/zh_CN/LC_MESSAGES/
colord /usr/share/locale/zh_CN/LC_MESSAGES/colord.mo
colord /usr/share/locale/zh_TW/
colord /usr/share/locale/zh_TW/LC_MESSAGES/
colord /usr/share/locale/zh_TW/LC_MESSAGES/colord.mo
colord /usr/share/man/
colord /usr/share/man/man1/
colord /usr/share/man/man1/cd-create-profile.1.gz
colord /usr/share/man/man1/cd-fix-profile.1.gz
colord /usr/share/man/man1/cd-it8.1.gz
colord /usr/share/man/man1/colormgr.1.gz
colord /usr/share/polkit-1/
colord /usr/share/polkit-1/actions/
colord /usr/share/polkit-1/actions/org.freedesktop.color.policy
colord /usr/share/vala/
colord /usr/share/vala/vapi/
colord /usr/share/vala/vapi/colord.vapi
colord /var/
colord /var/lib/
colord /var/lib/colord/
colord /var/lib/colord/icc/

PackagesAnyBug ReportMediumMedium [evince] contains systemd unit files Closed
100%
Task Description

Contains “/usr/lib/systemd/user/evince.service” file

$ pacman -Si evince
Repository      : extra
Name            : evince
Version         : 3.24.0-1.hyperbola1
Description     : Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt))
Architecture    : x86_64
URL             : https://wiki.gnome.org/Apps/Evince
Licenses        : GPL2
Groups          : gnome
Provides        : None
Depends On      : gtk3  libgxps  libspectre  gsfonts  poppler-glib  djvulibre  t1lib  dconf  libsecret  gsettings-desktop-schemas  gnome-desktop  libarchive
                  gst-plugins-base-libs
Optional Deps   : texlive-bin: DVI support
                  gvfs: bookmark support and session saving
Conflicts With  : None
Replaces        : None
Download Size   : 2.61 MiB
Installed Size  : 14.75 MiB
Packager        : Jesús E. <heckyel@hyperbola.info>
Build Date      : Mon 05 Jun 2017 03:46:30 PM -03
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Ql evince > evince_filelist.txt
PackagesTestingBug ReportHighHigh [freerdp] error while loading shared libraries Closed
100%
Task Description

$ pacman -Si freerdp
Repository : community
Name : freerdp
Version : 1:1.2.0_20170201-3
Description : Free RDP client
Architecture : x86_64
URL : http://freerdp.sourceforge.net Licenses : GPL Groups : None
Provides : libwinpr-tools2.so=2-64 libfreerdp-client2.so=2-64 libfreerdp2.so=2-64 libwinpr2.so=2-64
Depends On : openssl libxcursor libcups alsa-lib libxext libxdamage ffmpeg libxkbfile libxinerama libxv libpulse libxkbfile libxrender libxfixes gst-plugins-base-libs
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 1257.43 KiB
Installed Size : 5380.00 KiB
Packager : Sergej Pupykin <pupykin.s+arch@gmail.com>
Build Date : Fri 17 Feb 2017 02:40:50 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql freerdp > freerdp_fileslist.txt

$ xfreerdp
xfreerdp: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory

$ ldd /usr/bin/xfreerdp

linux-vdso.so.1 (0x000003fe59fe3000)
libX11.so.6 => /usr/bin/../lib/libX11.so.6 (0x000003858a8b5000)
libXinerama.so.1 => /usr/bin/../lib/libXinerama.so.1 (0x000003858a6b2000)
libXext.so.6 => /usr/bin/../lib/libXext.so.6 (0x000003858a4a0000)
libXcursor.so.1 => /usr/bin/../lib/libXcursor.so.1 (0x000003858a295000)
libXv.so.1 => /usr/bin/../lib/libXv.so.1 (0x000003858a090000)
libXi.so.6 => /usr/bin/../lib/libXi.so.6 (0x0000038589e7f000)
libXrender.so.1 => /usr/bin/../lib/libXrender.so.1 (0x0000038589c74000)
libXfixes.so.3 => /usr/bin/../lib/libXfixes.so.3 (0x0000038589a6e000)
libfreerdp-client2.so.2 => /usr/bin/../lib/libfreerdp-client2.so.2 (0x00000385897d0000)
libfreerdp2.so.2 => /usr/bin/../lib/libfreerdp2.so.2 (0x000003858945b000)
libm.so.6 => /usr/bin/../lib/libm.so.6 (0x0000038589148000)
librt.so.1 => /usr/bin/../lib/librt.so.1 (0x0000038588f40000)
libwinpr2.so.2 => /usr/bin/../lib/libwinpr2.so.2 (0x0000038588c35000)
libc.so.6 => /usr/bin/../lib/libc.so.6 (0x0000038588891000)
libxcb.so.1 => /usr/bin/../lib/libxcb.so.1 (0x0000038588668000)
libdl.so.2 => /usr/bin/../lib/libdl.so.2 (0x0000038588464000)
libpthread.so.0 => /usr/bin/../lib/../lib/libpthread.so.0 (0x0000038588246000)
libcups.so.2 => /usr/bin/../lib/../lib/libcups.so.2 (0x0000038587fb7000)
libavcodec.so.57 => /usr/bin/../lib/../lib/libavcodec.so.57 (0x00000385868d7000)
libavutil.so.55 => /usr/bin/../lib/../lib/libavutil.so.55 (0x0000038586653000)
libasound.so.2 => /usr/bin/../lib/../lib/libasound.so.2 (0x0000038586345000)
libpulse.so.0 => /usr/bin/../lib/../lib/libpulse.so.0 (0x00000385860f4000)
libssl.so.1.1 => /usr/bin/../lib/../lib/libssl.so.1.1 (0x0000038585e89000)
libcrypto.so.1.1 => /usr/bin/../lib/../lib/libcrypto.so.1.1 (0x0000038585a0f000)
libxkbfile.so.1 => /usr/bin/../lib/../lib/libxkbfile.so.1 (0x00000385857e9000)
/lib64/ld-linux-x86-64.so.2 (0x000003858abf4000)
libsystemd.so.0 => not found
libXau.so.6 => /usr/bin/../lib/libXau.so.6 (0x00000385855e5000)
libXdmcp.so.6 => /usr/bin/../lib/libXdmcp.so.6 (0x00000385853df000)
libgssapi_krb5.so.2 => /usr/bin/../lib/../lib/libgssapi_krb5.so.2 (0x0000038585192000)
libkrb5.so.3 => /usr/bin/../lib/../lib/libkrb5.so.3 (0x0000038584eaa000)
libk5crypto.so.3 => /usr/bin/../lib/../lib/libk5crypto.so.3 (0x0000038584c76000)
libcom_err.so.2 => /usr/bin/../lib/../lib/libcom_err.so.2 (0x0000038584a72000)
libgnutls.so.30 => /usr/bin/../lib/../lib/libgnutls.so.30 (0x0000038584706000)
libavahi-common.so.3 => /usr/bin/../lib/../lib/libavahi-common.so.3 (0x00000385844f9000)
libavahi-client.so.3 => /usr/bin/../lib/../lib/libavahi-client.so.3 (0x00000385842e8000)
libz.so.1 => /usr/bin/../lib/../lib/libz.so.1 (0x00000385840d1000)
libswresample.so.2 => /usr/bin/../lib/../lib/libswresample.so.2 (0x0000038583eb3000)
libva.so.1 => /usr/bin/../lib/../lib/libva.so.1 (0x0000038583c93000)
libxvidcore.so.4 => /usr/bin/../lib/../lib/libxvidcore.so.4 (0x0000038583981000)
libx265.so.116 => /usr/bin/../lib/../lib/libx265.so.116 (0x00000385828fa000)
libx264.so.148 => /usr/bin/../lib/../lib/libx264.so.148 (0x0000038582584000)
libwebpmux.so.3 => /usr/bin/../lib/../lib/libwebpmux.so.3 (0x0000038582379000)
libwebp.so.7 => /usr/bin/../lib/../lib/libwebp.so.7 (0x0000038582110000)
libvpx.so.4 => /usr/bin/../lib/../lib/libvpx.so.4 (0x0000038581bbf000)
libvorbisenc.so.2 => /usr/bin/../lib/../lib/libvorbisenc.so.2 (0x000003858190c000)
libvorbis.so.0 => /usr/bin/../lib/../lib/libvorbis.so.0 (0x00000385816df000)
libtheoraenc.so.1 => /usr/bin/../lib/../lib/libtheoraenc.so.1 (0x000003858149e000)
libtheoradec.so.1 => /usr/bin/../lib/../lib/libtheoradec.so.1 (0x0000038581285000)
libspeex.so.1 => /usr/bin/../lib/../lib/libspeex.so.1 (0x000003858106c000)
libschroedinger-1.0.so.0 => /usr/bin/../lib/../lib/libschroedinger-1.0.so.0 (0x0000038580d90000)
libopus.so.0 => /usr/bin/../lib/../lib/libopus.so.0 (0x0000038580b3f000)
libopenjp2.so.7 => /usr/bin/../lib/../lib/libopenjp2.so.7 (0x00000385808ff000)
libopencore-amrwb.so.0 => /usr/bin/../lib/../lib/libopencore-amrwb.so.0 (0x00000385806eb000)
libopencore-amrnb.so.0 => /usr/bin/../lib/../lib/libopencore-amrnb.so.0 (0x00000385804c1000)
libmp3lame.so.0 => /usr/bin/../lib/../lib/libmp3lame.so.0 (0x000003858024a000)
libgsm.so.1 => /usr/bin/../lib/../lib/libgsm.so.1 (0x000003858003e000)
liblzma.so.5 => /usr/bin/../lib/../lib/liblzma.so.5 (0x000003857fe18000)
libvdpau.so.1 => /usr/bin/../lib/../lib/libvdpau.so.1 (0x000003857fc14000)
libva-x11.so.1 => /usr/bin/../lib/../lib/libva-x11.so.1 (0x000003857fa0e000)
libva-drm.so.1 => /usr/bin/../lib/../lib/libva-drm.so.1 (0x000003857f80b000)
libpulsecommon-10.0.so => /usr/lib/pulseaudio/libpulsecommon-10.0.so (0x000003857f587000)
libdbus-1.so.3 => /usr/bin/../lib/../lib/libdbus-1.so.3 (0x000003857f336000)
libkrb5support.so.0 => /usr/bin/../lib/../lib/libkrb5support.so.0 (0x000003857f129000)
libkeyutils.so.1 => /usr/bin/../lib/../lib/libkeyutils.so.1 (0x000003857ef25000)
libresolv.so.2 => /usr/bin/../lib/../lib/libresolv.so.2 (0x000003857ed0f000)
libp11-kit.so.0 => /usr/bin/../lib/../lib/libp11-kit.so.0 (0x000003857e9e0000)
libunistring.so.2 => /usr/bin/../lib/../lib/libunistring.so.2 (0x000003857e66f000)
libtasn1.so.6 => /usr/bin/../lib/../lib/libtasn1.so.6 (0x000003857e45c000)
libnettle.so.6 => /usr/bin/../lib/../lib/libnettle.so.6 (0x000003857e224000)
libhogweed.so.4 => /usr/bin/../lib/../lib/libhogweed.so.4 (0x000003857dfef000)
libgmp.so.10 => /usr/bin/../lib/../lib/libgmp.so.10 (0x000003857dd5c000)
libsoxr.so.0 => /usr/bin/../lib/../lib/libsoxr.so.0 (0x000003857dae5000)
libstdc++.so.6 => /usr/bin/../lib/../lib/libstdc++.so.6 (0x000003857d75d000)
libogg.so.0 => /usr/bin/../lib/../lib/libogg.so.0 (0x000003857d556000)
liborc-0.4.so.0 => /usr/bin/../lib/../lib/liborc-0.4.so.0 (0x000003857d2d8000)
libgcc_s.so.1 => /usr/bin/../lib/../lib/libgcc_s.so.1 (0x000003857d0c1000)
libdrm.so.2 => /usr/bin/../lib/../lib/libdrm.so.2 (0x000003857ceb0000)
libsndfile.so.1 => /usr/bin/../lib/../lib/libsndfile.so.1 (0x000003857cc38000)
libasyncns.so.0 => /usr/bin/../lib/../lib/libasyncns.so.0 (0x000003857ca32000)
libelogind.so.0 => /usr/bin/../lib/../lib/libelogind.so.0 (0x000003858ad43000)
libffi.so.6 => /usr/bin/../lib/../lib/libffi.so.6 (0x000003857c829000)
libgomp.so.1 => /usr/bin/../lib/../lib/libgomp.so.1 (0x000003857c5fb000)
libFLAC.so.8 => /usr/bin/../lib/../lib/libFLAC.so.8 (0x000003857c383000)
libcap.so.2 => /usr/bin/../lib/../lib/libcap.so.2 (0x000003857c17f000)
PackagesAnyBug ReportMediumMedium [glib-networking] contains systemd unit files Closed
100%
Task Description

Contains “/usr/lib/systemd/user/glib-pacrunner.service” file

$ pacman -Si glib-networking
Repository : extra
Name : glib-networking
Version : 2.50.0-2
Description : Network extensions for GLib
Architecture : x86_64
URL : https://git.gnome.org/browse/glib-networking Licenses : GPL2
Groups : None
Provides : None
Depends On : glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 91.81 KiB
Installed Size : 399.00 KiB
Packager : Jan Alexander Steffens (heftig) jan.steffens@gmail.com Build Date : Wed 29 Mar 2017 05:44:28 PM -03
Validated By : MD5 Sum SHA-256 Sum Signature

$ pacman -Ql glib-networking
glib-networking /usr/
glib-networking /usr/lib/
glib-networking /usr/lib/gio/
glib-networking /usr/lib/gio/modules/
glib-networking /usr/lib/gio/modules/libgiognomeproxy.so
glib-networking /usr/lib/gio/modules/libgiognutls.so
glib-networking /usr/lib/gio/modules/libgiolibproxy.so
glib-networking /usr/lib/glib-networking/
glib-networking /usr/lib/glib-networking/glib-pacrunner
glib-networking /usr/lib/systemd/
glib-networking /usr/lib/systemd/user/
glib-networking /usr/lib/systemd/user/glib-pacrunner.service
glib-networking /usr/share/
glib-networking /usr/share/dbus-1/
glib-networking /usr/share/dbus-1/services/
glib-networking /usr/share/dbus-1/services/org.gtk.GLib.PACRunner.service
glib-networking /usr/share/locale/
glib-networking /usr/share/locale/an/
glib-networking /usr/share/locale/an/LC_MESSAGES/
glib-networking /usr/share/locale/an/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/ar/
glib-networking /usr/share/locale/ar/LC_MESSAGES/
glib-networking /usr/share/locale/ar/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/as/
glib-networking /usr/share/locale/as/LC_MESSAGES/
glib-networking /usr/share/locale/as/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/be/
glib-networking /usr/share/locale/be/LC_MESSAGES/
glib-networking /usr/share/locale/be/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/bg/
glib-networking /usr/share/locale/bg/LC_MESSAGES/
glib-networking /usr/share/locale/bg/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/bn_IN/
glib-networking /usr/share/locale/bn_IN/LC_MESSAGES/
glib-networking /usr/share/locale/bn_IN/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/bs/
glib-networking /usr/share/locale/bs/LC_MESSAGES/
glib-networking /usr/share/locale/bs/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/ca/
glib-networking /usr/share/locale/ca/LC_MESSAGES/
glib-networking /usr/share/locale/ca/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/ca@valencia/
glib-networking /usr/share/locale/ca@valencia/LC_MESSAGES/
glib-networking /usr/share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/cs/
glib-networking /usr/share/locale/cs/LC_MESSAGES/
glib-networking /usr/share/locale/cs/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/da/
glib-networking /usr/share/locale/da/LC_MESSAGES/
glib-networking /usr/share/locale/da/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/de/
glib-networking /usr/share/locale/de/LC_MESSAGES/
glib-networking /usr/share/locale/de/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/el/
glib-networking /usr/share/locale/el/LC_MESSAGES/
glib-networking /usr/share/locale/el/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/en_CA/
glib-networking /usr/share/locale/en_CA/LC_MESSAGES/
glib-networking /usr/share/locale/en_CA/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/en_GB/
glib-networking /usr/share/locale/en_GB/LC_MESSAGES/
glib-networking /usr/share/locale/en_GB/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/eo/
glib-networking /usr/share/locale/eo/LC_MESSAGES/
glib-networking /usr/share/locale/eo/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/es/
glib-networking /usr/share/locale/es/LC_MESSAGES/
glib-networking /usr/share/locale/es/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/et/
glib-networking /usr/share/locale/et/LC_MESSAGES/
glib-networking /usr/share/locale/et/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/eu/
glib-networking /usr/share/locale/eu/LC_MESSAGES/
glib-networking /usr/share/locale/eu/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/fa/
glib-networking /usr/share/locale/fa/LC_MESSAGES/
glib-networking /usr/share/locale/fa/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/fi/
glib-networking /usr/share/locale/fi/LC_MESSAGES/
glib-networking /usr/share/locale/fi/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/fr/
glib-networking /usr/share/locale/fr/LC_MESSAGES/
glib-networking /usr/share/locale/fr/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/fur/
glib-networking /usr/share/locale/fur/LC_MESSAGES/
glib-networking /usr/share/locale/fur/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/gd/
glib-networking /usr/share/locale/gd/LC_MESSAGES/
glib-networking /usr/share/locale/gd/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/gl/
glib-networking /usr/share/locale/gl/LC_MESSAGES/
glib-networking /usr/share/locale/gl/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/gu/
glib-networking /usr/share/locale/gu/LC_MESSAGES/
glib-networking /usr/share/locale/gu/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/he/
glib-networking /usr/share/locale/he/LC_MESSAGES/
glib-networking /usr/share/locale/he/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/hi/
glib-networking /usr/share/locale/hi/LC_MESSAGES/
glib-networking /usr/share/locale/hi/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/hu/
glib-networking /usr/share/locale/hu/LC_MESSAGES/
glib-networking /usr/share/locale/hu/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/id/
glib-networking /usr/share/locale/id/LC_MESSAGES/
glib-networking /usr/share/locale/id/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/it/
glib-networking /usr/share/locale/it/LC_MESSAGES/
glib-networking /usr/share/locale/it/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/ja/
glib-networking /usr/share/locale/ja/LC_MESSAGES/
glib-networking /usr/share/locale/ja/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/kk/
glib-networking /usr/share/locale/kk/LC_MESSAGES/
glib-networking /usr/share/locale/kk/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/km/
glib-networking /usr/share/locale/km/LC_MESSAGES/
glib-networking /usr/share/locale/km/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/kn/
glib-networking /usr/share/locale/kn/LC_MESSAGES/
glib-networking /usr/share/locale/kn/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/ko/
glib-networking /usr/share/locale/ko/LC_MESSAGES/
glib-networking /usr/share/locale/ko/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/lt/
glib-networking /usr/share/locale/lt/LC_MESSAGES/
glib-networking /usr/share/locale/lt/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/lv/
glib-networking /usr/share/locale/lv/LC_MESSAGES/
glib-networking /usr/share/locale/lv/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/ml/
glib-networking /usr/share/locale/ml/LC_MESSAGES/
glib-networking /usr/share/locale/ml/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/mr/
glib-networking /usr/share/locale/mr/LC_MESSAGES/
glib-networking /usr/share/locale/mr/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/nb/
glib-networking /usr/share/locale/nb/LC_MESSAGES/
glib-networking /usr/share/locale/nb/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/nl/
glib-networking /usr/share/locale/nl/LC_MESSAGES/
glib-networking /usr/share/locale/nl/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/oc/
glib-networking /usr/share/locale/oc/LC_MESSAGES/
glib-networking /usr/share/locale/oc/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/or/
glib-networking /usr/share/locale/or/LC_MESSAGES/
glib-networking /usr/share/locale/or/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/pa/
glib-networking /usr/share/locale/pa/LC_MESSAGES/
glib-networking /usr/share/locale/pa/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/pl/
glib-networking /usr/share/locale/pl/LC_MESSAGES/
glib-networking /usr/share/locale/pl/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/pt/
glib-networking /usr/share/locale/pt/LC_MESSAGES/
glib-networking /usr/share/locale/pt/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/pt_BR/
glib-networking /usr/share/locale/pt_BR/LC_MESSAGES/
glib-networking /usr/share/locale/pt_BR/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/ro/
glib-networking /usr/share/locale/ro/LC_MESSAGES/
glib-networking /usr/share/locale/ro/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/ru/
glib-networking /usr/share/locale/ru/LC_MESSAGES/
glib-networking /usr/share/locale/ru/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/sk/
glib-networking /usr/share/locale/sk/LC_MESSAGES/
glib-networking /usr/share/locale/sk/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/sl/
glib-networking /usr/share/locale/sl/LC_MESSAGES/
glib-networking /usr/share/locale/sl/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/sr/
glib-networking /usr/share/locale/sr/LC_MESSAGES/
glib-networking /usr/share/locale/sr/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/sr@latin/
glib-networking /usr/share/locale/sr@latin/LC_MESSAGES/
glib-networking /usr/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/sv/
glib-networking /usr/share/locale/sv/LC_MESSAGES/
glib-networking /usr/share/locale/sv/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/ta/
glib-networking /usr/share/locale/ta/LC_MESSAGES/
glib-networking /usr/share/locale/ta/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/te/
glib-networking /usr/share/locale/te/LC_MESSAGES/
glib-networking /usr/share/locale/te/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/tg/
glib-networking /usr/share/locale/tg/LC_MESSAGES/
glib-networking /usr/share/locale/tg/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/th/
glib-networking /usr/share/locale/th/LC_MESSAGES/
glib-networking /usr/share/locale/th/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/tr/
glib-networking /usr/share/locale/tr/LC_MESSAGES/
glib-networking /usr/share/locale/tr/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/ug/
glib-networking /usr/share/locale/ug/LC_MESSAGES/
glib-networking /usr/share/locale/ug/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/uk/
glib-networking /usr/share/locale/uk/LC_MESSAGES/
glib-networking /usr/share/locale/uk/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/vi/
glib-networking /usr/share/locale/vi/LC_MESSAGES/
glib-networking /usr/share/locale/vi/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/zh_CN/
glib-networking /usr/share/locale/zh_CN/LC_MESSAGES/
glib-networking /usr/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/zh_HK/
glib-networking /usr/share/locale/zh_HK/LC_MESSAGES/
glib-networking /usr/share/locale/zh_HK/LC_MESSAGES/glib-networking.mo
glib-networking /usr/share/locale/zh_TW/
glib-networking /usr/share/locale/zh_TW/LC_MESSAGES/
glib-networking /usr/share/locale/zh_TW/LC_MESSAGES/glib-networking.mo

PackagesTestingBug ReportHighHigh [gnome-shell] error while loading shared libraries Closed
100%
PackagesAnyBug ReportMediumMedium [gnupg] contains systemd unit files Closed
100%
PackagesAnyBug ReportMediumMedium [gvfs] contains systemd unit files Closed
100%
PackagesAnyBug ReportMediumMedium [gvfs-afc] contains systemd unit files Closed
100%
PackagesAnyBug ReportMediumMedium [gvfs-gphoto2] contains systemd unit files Closed
100%
PackagesAnyBug ReportMediumMedium [gvfs-mtp] contains systemd unit files Closed
100%
PackagesAnyBug ReportMediumMedium [hplip] contains systemd unit files Closed
100%
PackagesAnyBug ReportMediumMedium [ifplugd] contains systemd unit files Closed
100%
PackagesTestingBug ReportHighHigh [ksystemlog] error while loading shared libraries Closed
100%
PackagesAnyBug ReportMediumMedium [libteam] contains systemd unit files Closed
100%
PackagesTestingBug ReportHighHigh [mutter] error while loading shared libraries Closed
100%
PackagesAnyBug ReportHighHigh [filesystem] remove /etc/crypttab file Closed
100%
PackagesAnyBug ReportHighHigh [dhcp]: /etc/init.d/dhcpd failed to run Closed
100%
PackagesAnyBug ReportLowMedium [openrc] Error: fopen(/run/openrc/rc.log) failed: No su ...Closed
100%
PackagesAnyBug ReportLowMedium[cryptsetup] when dmcrypt start, the "/" filesystem, m...Assigned
0%
PackagesAnyBug ReportLowMedium [cryptsetup] can't umount luks filesystem on reboot/shu ...Closed
100%
PackagesAnyBug ReportVery LowLow [openrc] agetty.tty loads in default runlevel only and  ...Closed
100%
PackagesAnyBug ReportVery HighLow [filesystem] the hyperbola manual (/usr/share/man/man7/ ...Closed
100%
PackagesAnyBug ReportVery HighCritical [warsow] the package is not compiled from source Closed
100%
PackagesAnyBug ReportVery HighCritical [grub] remove the "placeholder" entry in /etc/grub.d/20 ...Closed
100%
PackagesAnyBug ReportVery HighCritical [openrc] rename "chroot-nspawn" keyword to "chroot+unsh ...Closed
100%
PackagesAnyBug ReportVery HighCritical [eudev] rename "systemd-nspawn" keyword to "chroot+unsh ...Closed
100%
PackagesAnyBug ReportVery HighCritical [openrc] set "devfs" init script to run before than any ...Closed
100%
PackagesAnyBug ReportVery HighCritical [openrc] rename "procfs" init script to "binfmt_misc",  ...Closed
100%
PackagesAnyBug ReportVery HighCritical [eudev][openrc] rename "dev-mount" to "devfs" in "udev" ...Closed
100%
Showing tasks 101 - 150 of 160 Page 3 of 4

Available keyboard shortcuts

Tasklist

Task Details

Task Editing