Skip to content

Commit

Permalink
Merge pull request #659 from Yutsuten/icon-cache
Browse files Browse the repository at this point in the history
Docs: add information to update icons cache on manual install
  • Loading branch information
karlch authored Jul 12, 2023
2 parents bef5d71 + 9381589 commit facb142
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/documentation/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ should work.

.. include:: dependency_info.rst

.. include:: updating_icon_cache.rst

.. _install_using_tox:

Using Tox
Expand Down
6 changes: 6 additions & 0 deletions docs/documentation/updating_icon_cache.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. note::

You may need to run ``gtk-update-icon-cache /usr/share/icons/hicolor`` (replace the
path if installing the icons somewhere else) after the install to get the vimiv icon
in your application launcher. It has been reported that the command was needed for
`wofi <https://hg.sr.ht/~scoopta/wofi>`_.

0 comments on commit facb142

Please sign in to comment.