User Tools

Site Tools


docs:tips_n_tricks:mint:index.html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docs:tips_n_tricks:mint:index.html [14.04.2023 17:55 CEST] – created peterdocs:tips_n_tricks:mint:index.html [18.04.2023 17:13 CEST] (current) – [Make "drawing" work] peter
Line 31: Line 31:
   * https://www.linuxquestions.org/questions/linux-newbie-8/my-partman-auto-expert_recipe-section-is-being-ignored-by-preseed-with-debian-4175717267/   * https://www.linuxquestions.org/questions/linux-newbie-8/my-partman-auto-expert_recipe-section-is-being-ignored-by-preseed-with-debian-4175717267/
   * https://github.com/xobs/debian-installer/blob/master/doc/devel/partman-auto-recipe.txt   * https://github.com/xobs/debian-installer/blob/master/doc/devel/partman-auto-recipe.txt
 +====== Make "drawing" work ======
 +//This holds most propable for //Debian// and //Ubuntu// as well - nevertheless, I encountered it on //Linux Mint
 +
 +The tool //drawing// as packaged for //Linux Mint// does not open files given on the command line. When started from a shell, the first error is
 +
 +''Error opening this file. /usr/bin/drawing isn't an image.''
 +
 +which looks pretty much like a bug itself - meaning maybe the root cause of the problem. This made me look at the details of the but titled "[[https://github.com/maoschanz/drawing/issues/500|Editing a file also tries to open the binary]]".
 +
 +<note tip>Holy shit! Whats has this been for a kind of crappy software?!!!</note>
 +
 +I downloaded the source package and read out [[https://github.com/maoschanz/drawing/issues/500#issuecomment-1080101271|CURRENT_BINARY_PATH]], which was ''/app/bin/drawing'' at the time of this writing.
 +
 +So the solution was to make a symlink and call the binary by the full (fake) path:
 +
 +  ln -s usr /app
 +  /app/bin/drawing <imagefile>
 +
 +:-O OH MY GOD!!!8-o m(
docs/tips_n_tricks/mint/index.html.txt · Last modified: 18.04.2023 17:13 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki