Skip to content
Snippets Groups Projects
Commit 80e4d0a3 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

disable Ubuntu indicator support. see #4942, Fixes #5271

parent 086469a5
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ else:
import latex
HAVE_LATEX = latex.check_for_latex_support()
HAVE_INDICATOR = True
HAVE_INDICATOR = False
try:
import indicate
except ImportError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment