User Tools

Site Tools


linux:snap
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


linux:snap [2021-11-01 10:21] (current) – created gabriel
Line 1: Line 1:
 +====== Managing Snap packages ======
 +
 +My local tips for managing Snap packages.
 +
 +===== ZSH and X menus =====
 +
 +By default the ZSH environment will not pick up the icons and menus installed by snaps.  To fix this, update the following:
 +
 +<code># in: /etc/X11/Xsession.d/60x11-common_xdg_path
 +#
 +# add "/var/lib/snapd/desktop" to the XDG_DATA_DIRS variable
 +#
 +# e.g.:
 +#
 +
 +     XDG_DATA_DIRS=/var/lib/snapd/desktop:"$XDG_DATA_DIRS"
 +     export XDG_DATA_DIRS
 +  fi
 +fi
 +# END OF FILE
 +</code>
  
linux/snap.txt · Last modified: 2021-11-01 10:21 by gabriel