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

Struggling to get SendCode to work with Konsole on Linux #161

Open
hydeta opened this issue Dec 25, 2021 · 0 comments
Open

Struggling to get SendCode to work with Konsole on Linux #161

hydeta opened this issue Dec 25, 2021 · 0 comments

Comments

@hydeta
Copy link

hydeta commented Dec 25, 2021

{
    "prog": "tmux",
    "auto_expand_line": true,
    "auto_advance" : true,
    "auto_advance_non_empty": false,
    "bracketed_paste_mode": false,
    "block_start_pattern": "# ?%%|# ?\\+|# In \\[",
    "block_end_pattern": "# ?%%|# ?\\+|#'|# In \\[",

    "r" : {
        "prog": "tmux",
        // turn bracketed_paste_mode on if radian or readline 7.0 is in use
        "bracketed_paste_mode": false
    },

    "rmd" : {
        "prog": "tmux",
        // turn bracketed_paste_mode on if radian or readline 7.0 is in use
        "bracketed_paste_mode": false
    },

    "python" : {
        "prog": "tmux",
        "bracketed_paste_mode": true
        
    },

    "julia" : {
        "prog": "tmux",
        "bracketed_paste_mode": true
    },

    // the window class of linux terminal
    // e.g., "gnome-terminal", "gnome-terminal-server", "pantheon-terminal",
    //       "mate-terminal", "konsole" and "tilix".
    //       other terminals may work as well.
    //
    // run `xprop | grep WM_CLASS` and click the active terminal to identify the terminal class
    //
    "linux_terminal": "konsole"

    // path related settings

    // path to tmux
    // "tmux": "tmux",

    // path to screen
    // "screen": "screen"
}

This is my Linux settings.

The other settings file is:

{
	"prog": "linux-terminal",
	"python":
	{
		"bracketed_paste_mode": true,
		"prog": "linux-terminal",
	},
}

Sendcode works fine when using the gnome-terminal but does not work when using konsole instead for the window class. Thanks in advance for any help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant