Layout magic collection

This wiki page collects all the fixes that Snap layouts - doc - snapcraft.io feature can easily accomplish. Feel free to add yours.

Fix missing Unicode characters in the title bar

Before:
%E5%9C%96%E7%89%87

After: (ignore the different window decoration as it is taken in Unity instead of KDE)
%E5%9C%96%E7%89%87

layout:
  # Fix missing Unicode characters in the title bar
  /usr/share/X11/locale:
    bind: $SNAP/usr/share/X11/locale

Fix missing spellchecking functionalities

This is mainly due to the misplaced iso-codes data

layout:
  # Fix missing spellchecking functionalities
  /usr/share/xml/iso-codes
    bind: $SNAP/usr/share/xml/iso-codes

Fix-up Vulkan applications

layout:
  /usr/share/vulkan:
    symlink: $SNAP/usr/share/vulkan

Happy snapcrafting!

1 Like

The title Syobon Action doesn’t match the hiragana text, which at least to my novice eye says Shohon no akushon. Separately from layouts, which is correct?

The first one, I believe the title screen messed up a bit that the 濁音(だくおん) symbol is not visible.

Syobon(しょぼん) is one of the Japanese 2ch board’s ASCII art characters, looked like this:
(´・ω・`)

1 Like

Forgot to make this topic a wiki, fixed.