hackerb9 - 2016-05-28

I found a workaround that doesn't add another icon permanently in the launcher area. It could be better, but this works well enough for me: I set it up to autorun on login, but to not bring up a window, it just stays in the notification area.

Here's the GUI way to do it:

  1. Run vmg
  2. Right click on its icon in the notification area.
  3. Click on Configurations Dialog
  4. Uncheck the box that says Auto-Show when Executed
  5. Close the dialog
  6. Use your desktop environment's autostart program to run vmg

Alternately, paste these commands into the command line:

  1. sed -i 's/ShowWhenExecuted=1/ShowWhenExecuted=0/' ~/.magnifier.ini
  2. cp /usr/local/share/applications/vmg.desktop ~/.config/autostart/

Note that, until the authors update the binary past version 3.5 for GNU/Linux, they won't have the vmg.desktop file. I added it to 3.7.1, which you can find here: https://sourceforge.net/p/magnifier/feature-requests/_discuss/thread/0dee3949/52c9/attachment/magnifier-linux-3.7.1.tar.gz