@bboozzoo remmina was the application that had no fonts, but also snap store was missing fonts also.
Search Criteria
Package Details: snapd 2.68.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/snapd.git (read-only, click to copy) |
---|---|
Package Base: | snapd |
Description: | Service and tools for management of snap packages. |
Upstream URL: | https://github.com/snapcore/snapd |
Licenses: | GPL3 |
Conflicts: | snap-confine |
Submitter: | Barthalion |
Maintainer: | bboozzoo (zyga) |
Last Packager: | bboozzoo |
Votes: | 225 |
Popularity: | 4.22 |
First Submitted: | 2018-01-07 17:37 (UTC) |
Last Updated: | 2025-04-02 08:50 (UTC) |
Dependencies (16)
- apparmor (apparmor-gitAUR)
- libseccomp (libseccomp-gitAUR)
- libsystemd (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs)
- squashfs-tools (squashfs-tools-gitAUR)
- apparmor (apparmor-gitAUR) (make)
- autoconf-archive (autoconf-archive-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- go-tools (go-tools-gitAUR) (make)
- libcap (make)
- libseccomp (libseccomp-gitAUR) (make)
- python-docutils (make)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-selinuxAUR, systemd-gitAUR) (make)
- xfsprogs (xfsprogs-gitAUR) (make)
- bash-completion (bash-completion-gitAUR) (optional) – bash completion support
- xdg-desktop-portal (xdg-desktop-portal-gitAUR) (optional) – desktop integration
Required by (14)
- apmpkg (optional)
- bauh (optional)
- bauh-staging (optional)
- discover-snap
- discover-snap-6
- libpamac-full
- meta-package-manager (optional)
- meta-package-manager-git (optional)
- pacup-arch-git (optional)
- paxs
- plasma5-applets-kde-arch-update-notifier (optional)
- plasma5-applets-kde-arch-update-notifier-git (optional)
- pman (optional)
- qinfo-git (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 25 Next › Last »
homelessuser commented on 2019-10-02 03:22 (UTC)
bboozzoo commented on 2019-10-01 14:24 (UTC)
@homelessuser which snap had the fonts rendered incorrectly in your case?
bboozzoo commented on 2019-10-01 12:06 (UTC)
@homelessuser thanks for letting me know. Indeed, I can see the problem here too: https://i.imgur.com/5sLAJTs.png
homelessuser commented on 2019-10-01 12:00 (UTC)
Fonts missing and replaced with empty boxes in 2.14.r1137. It looks exactly like this https://forum.snapcraft.io/t/snapped-app-not-loading-fonts-on-fedora/12484 Host fonts not being read correctly?
bboozzoo commented on 2019-07-12 14:41 (UTC)
@Gonzalo2683 I think there's something broken in your system.
$ pkg-config --path libseccomp
/usr/lib/pkgconfig/libseccomp.pc
Maybe try reinstalling libseccomp
or using a clean chroot to build the package like described here: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot
Gonzalo2683 commented on 2019-07-12 14:35 (UTC) (edited on 2019-07-12 14:41 (UTC) by Gonzalo2683)
Hello @bboozzoo the results was:
gonza@Arch-Linux/ pacman -Q libseccomp libseccomp 2.4.1-2 gonza@Arch-Linux/ pkg-config --cflags --libs libseccomp Package libseccomp was not found in the pkg-config search path. Perhaps you should add the directory containing `libseccomp.pc' to the PKG_CONFIG_PATH environment variable No package 'libseccomp' found gonza@Arch-Linux/ I can not find the location of the file
'libseccomp.pc'
How would the correct way to create the environment variable called PKG_CONFIG_PATH
?
bboozzoo commented on 2019-07-12 12:30 (UTC)
@Gonzalo2683 not sure I understand what's happening in your system then.
The libseccomp package is listed in makedepends
, so it should get automatically installed when you run makepkg -s
.
Can you verify that libseccomp
is indeed installed? Try running pacman -Q libseccomp
. If that works try pkg-config --cflags --libs libseccomp
.
Gonzalo2683 commented on 2019-07-09 14:38 (UTC)
@bboozzoo The problem persist, i have the same error even if run the makepkg -s.
bboozzoo commented on 2019-06-07 15:11 (UTC)
@Gonzalo2683 you need to install the packages listed in makedepends
manually, or use makepkg -s
. AUR helpers will likely do that for you automatically.
Gonzalo2683 commented on 2019-06-07 14:34 (UTC)
I have the following problem trying to instal snap:
Package libseccomp was not found in the pkg-config search path.
Perhaps you should add the directory containing libseccomp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libseccomp' found
Package libseccomp was not found in the pkg-config search path.
Perhaps you should add the directory containing
libseccomp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libseccomp' found
pkg-config: exit status 1
==> ERROR: Se produjo un fallo en build().
Cancelando...
I have tried installing the package like this: sudo pacman -S libseccomp And although the package is installed, the problem persists.
Some help?
Pinned Comments
bboozzoo commented on 2018-10-25 11:56 (UTC) (edited on 2024-04-09 07:39 (UTC) by bboozzoo)
Package update notes
2.36
2.36 is the first release with AppArmor enabled by default on Arch.
If you do not have AppArmor enabled at boot there should be no functional changes visible.
If you wish to use snaps with Apparmor, first make sure that Apparmor is enabled during boot, see https://wiki.archlinux.org/index.php/AppArmor for details. After upgrading the package, you need to do the following steps:
systemctl restart apparmor.service
snapd
:systemctl restart snapd.service
systemctl enable --now snapd.apparmor.service
2.62
Since 2.62 snapd generated additional files describing the sandbox. The snapd service needs to be restarted after the update for snaps to continue working (unless the system is rebooted after the update, in which case no additional steps are needed). To restart, run
systemctl restart snapd.service