====== IntelliJ Flatpak 설치본 ====== * [[:intellij_idea|IntelliJ IDEA]] 를 [[linux:flatpak|Flatpak]] 으로 설치할 때 주의점 * [[https://flathub.org/apps/details/com.jetbrains.IntelliJ-IDEA-Ultimate|Flathub IntelliJ IDEA Ultimate]] * [[https://github.com/flathub/com.jetbrains.IntelliJ-IDEA-Ultimate|Flatpak repository]] * [[https://github.com/Lctrs/jetbrains-flatpak-wrapper/blob/1d4aa305511587c575ec40293d52bb04ce23623e/first_run.txt|flatpak intellij 첫 실행 설명]] ===== 외부 명령 실행 / Terminal bash 설정 ===== * flatpak 으로 설치하면 flatpak 안에 있는 명령만 실행됨. 운영체제의 시스템 명령을 실행하려면.. * ''flatpak-spawn --host '' 를 사용해야만 한다. * Terminal 실행 명령은 다음과 같이 설정한다. **Settings > Tools > Terminal > Shell path** /usr/bin/env -- flatpak-spawn --host bash