####################################################################### # 2019/06/06 - PsychOS 3.4.6 - DOS software and Thunar Custom Actions # ####################################################################### QuickNote: Because of the Pale Moon correction needed for PsychOS 3.4.5, this has given me an opportunity to bump the version number within the titles of these notes to something that makes more sense. Previously, labeling a note as "3.4.5" actually meant that 3.4.5 was publicly available and what ever was written was going into the next version as opposed what was done in 3.4.5 and lower, or at least until the 2.x series. I think I might try adding an "Open with PictView" item to Thunar Custom Actions if possible. The current problem is %n and %d using single quotes around items and DOSBox not playing nice with that; PictView is an image viewer that supports a crap-ton of image formats, including very old ones like C64 and PIC. I discovered a way to detect DVD/CD device path such as "/dev/sr0" using: inxi -d | grep Optical | awk '{print $4}' I can then use this to my advantage by adding a Custom Action to Thunar for quickly burning ISO's via: growisofs -dvd-compact -Z "$(inxi -d | grep Optical | awk '{print $4}')"=%f I'm thinking about adding a Thunar Custom Action for DOOM WAD files but have it launch a script if GZDoom and/or Slade isn't installed.