Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support launching app in terminal #718

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 25, 2024

  1. Support launching app in terminal

    - Get terminal setting from desktop file
    - Launch app in terminal if set
    jpttrssn committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    dc62ac4 View commit details
    Browse the repository at this point in the history
  2. Simplify code

    jpttrssn committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    1e58854 View commit details
    Browse the repository at this point in the history
  3. Copy mime_app from cosmic-files

    - Add optional language sorter parameter to MimeAppCache::reload()
    - Use mime_app::exec_term_command in desktop::spawn_desktop_exec()
    - Add function mime_app::exec_term_to_command() to get exec command using terminal with fallback
      - Use this in MimeApp::command()
      - Use this in desktop::spawn_desktop_exec()
    jpttrssn committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b450653 View commit details
    Browse the repository at this point in the history