View Single Post
Old 09-09-2023, 02:33 AM   #28
seanos
Zealot
seanos began at the beginning.
 
seanos's Avatar
 
Posts: 102
Karma: 12
Join Date: Apr 2010
Location: Melbourne, Australia
Device: Kobo Sage, Kobo Aura H2O, LG V20
Instructions for Linux

  1. Find the .desktop file for Sigil (/usr/share/applications/sigil.desktop)
  2. Copy the file to your applications folder (so it’s not overwritten when Sigil is updated) — in a terminal:
    Code:
    cp /usr/share/applications/sigil.desktop ~/.local/share/applications/sigil.desktop
  3. Open ~/.local/share/applications/sigil.desktop in a text editor and change the Exec line from Exec=sigil %F to Exec=env SIGIL_ALLOW_CODEVIEW_DROP=1 sigil %F
  4. Save & close the file
seanos is offline   Reply With Quote