Guake / Guake/guake

Guake tries to Quick Open URL in editor.

Open
#1,503 3 comments 0 reactions 0 assignees View on GitHub
Type: Need More Info
Dominant language
Python
Stars
4.7k
Forks
604
PR merge metrics
No merged PRs in 30d

Description

First off, thanks for guake!

I'm having an issue with Quick Open not recognizing URLs and instead it's trying to open URLs in the editor (or creating a situation where guake becomes unresponsive.)

If I click on the URL it does nothing. If I CTRL+ Click it opens into the browser. If I turn on Quick Open and CTRL + Click it either crashes or tries to open a non existent file in Sublime.

I'm using the following in Quick Open: `subl %(file_path)s:%(line_number)s`

There is a second part that I haven't touched. It includes the following:
```
Python traceback: ^\s*File\s\".*\",\sline\s[0-9]+
line starts by 'Filename:line' pattern (GCC/make). File path should exists.: ^\s*[a-zA-Z0-9\/\_\-\.\ ]+\.?[a-zA-Z0-9]+\:[0-9]+
```
And "Quick open in current terminal" is unchecked.

Note: I searched issues but, didn't see anything already listed.

- Guake Terminal 3.0.5
- Ubuntu 18.04.2 LTS
- Gnome 3.28.2

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.