$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Photoshop CS6 With Wine on Linux Mint

June 9, 2021 | By the+gnu+linux+evangelist.

Launching

  1. 5. Launching Photoshop CS6

    Finally, Launch and Enjoy Photoshop CS6
    From Terminal, the command might be:

    wine "/home/`whoami`/.photoshopcs6/drive_c/Program Files/Photoshop CS6/Photoshop.exe"

    Or possibly:

    wine "/home/`whoami`/.photoshopcs6/drive_c/Program Files/PhotoshopPortable/PhotoshopCS6Portable.exe"

    Replace ``whoami` with your username in the command.
    The exact command depends on the installer used.
    To verify, use the ls command:

    ls "/home/`whoami`/.photoshopcs6/drive_c/Program Files/" | grep -i photo

    The grep command will refine the list to show only entries matching “photo.”

    How to Create a Desktop Launcher on Main Menu

    Create Launcher for Menu Guide

    To make the launcher work, replace `whoami` with your actual username in the command:

    whoami
    Photoshop CS6 Launcher

    UI

Contents