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

quakeconsole does not work with my terminal #116

Closed
aviau opened this issue Aug 3, 2016 · 2 comments
Closed

quakeconsole does not work with my terminal #116

aviau opened this issue Aug 3, 2016 · 2 comments

Comments

@aviau
Copy link
Contributor

aviau commented Aug 3, 2016

Hello!

Is looks like quakeconsole does not play well with gnome-terminal.

When I set it to use gnome-terminal, the terminal never appears. This is not the case when I revert to using xterm.

Any ideas?

@lcpz lcpz added the duplicate label Aug 3, 2016
@lcpz
Copy link
Owner

lcpz commented Aug 3, 2016

gnome-terminal is a GTK based application, while xterm is X based.

Basically you have to set argname:

-- quake terminal
local quakeconsole = {}
for s = 1, screen.count() do
   quakeconsole[s] = lain.util.quake({ app = "gnome-terminal", argname = "--name %s" })
end

Read here and here.

@lcpz lcpz closed this as completed Aug 3, 2016
@aviau
Copy link
Contributor Author

aviau commented Aug 3, 2016

Thank you!

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

No branches or pull requests

2 participants