sourcegit-scm/sourcegit

Add ptyxis in the shell/terminal selection

Closed this issue · 9 comments

Hi, the latest Fedora has ptyxis as the default terminal. Can you add it in the selector under the "Integration" tab?

Thank you

Done. You can download the latest CI build from Github Action.

Thank you @love-linger

I tested it and it opens the terminal properly, but the path points to the home directory. Shouldn't it point to the path of the repository?

I think --new-window should be supplied to ptyxis arguments to open a new terminal in current working directory

Fixed. Try the latest CI build from Github Action.

Hi @love-linger , I tested it but it still redirects to the home path.

Currently, SourceGit will use ptyxis --working-directory="{WORK_DIR}" to start ptyxis. See https://manpages.ubuntu.com/manpages/plucky/man1/ptyxis.1.html.

Can you provide the right commandline to do this?

Using the command ptyxis --new-window --working-directory="{WORK_DIR}" seems to work.

Try the latest CI build.

It works now. Thank you for all those changes!