For Linux desktop environments programs show up in menus from:
/usr/share/applications
~/.local/share/applications ← especially for WINE
Sometimes an application might not appear in the desktop menus because it doesn’t have a .desktop file in either of these locations.
Try opening one of the .desktop files for a program that works, and saving as a new file, editing for a program you’d like to work the same way.
error: epstopdf Output filename not allowed in restricted mode
may occur if you include .eps files above the directory of the .tex file.
LaTeX by default cannot traverse upwards from the current “*.tex” directory.
This is generally a good security choice.
When necessary, it is possible to bypass this security by including the --shell-escape option in pdflatex command:
pdflatex --shell-escape myfile.tex
In TeXmaker / TeXstudio, under: Options → Configure → Commands
add --shell-escape right after pdflatex in the PdfLaTeX command box.
This example shows when --shell-escape is needed.
Assuming files
~/work/report.tex
~/matlab/plot.eps
This LaTeX content triggers the error until --shell-escape is used.
Windows Fast Ring builds keep sticking at 87% before updating.
I got into a giant boot loop where the update would fail or I’d hard reboot (hold power button) and this was not working.
This problem can be fixed by if computer is on WiFi, additionally plug it in via Ethernet.
This may require a USB 3 to Ethernet adapter if your PC doesn’t have an Ethernet port.
Unplug the Ethernet connector when Windows Update is stuck (for me it was at 87%)
wait say 10 seconds, then plug in Ethernet again.
upon plugging Ethernet in, Windows Update very rapidly finished the update and rebooted and continued installing Windows.
This happened for me on multiple Windows builds.
Each time, the procedure above made Windows Update complete rapidly and successfully.