-
Notifications
You must be signed in to change notification settings - Fork 78
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
DashDoc does not work on Sublime 3 on Ubuntu #62
Comments
@jedrekdomanski does not for me too with sublime 3 linux mint on ubuntu 17 |
Do you have xdg-utils installed? |
yes
|
Yes, I do have xdg-utils installed.
2017-12-13 12:28 GMT+01:00 fabriziobertoglio1987 <[email protected]>:
… @farcaller <https://github.com/farcaller>
yes
~ $ sudo apt install xdg-utils
[sudo] password for fabrizio:
Reading package lists... Done
Building dependency tree
Reading state information... Done
xdg-utils is already the newest version (1.1.1-1ubuntu1.16.04.1).
The following packages were automatically installed and are no longer required:
libdbusmenu-glib4:i386 libdbusmenu-gtk4:i386 libnotify4:i386 libunique-1.0-0
python-cliapp python-ttystatus
Use 'sudo apt autoremove' to remove them.
0 to upgrade, 0 to newly install, 0 to remove and 2 not to upgrade.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFo1iQqUtYMPaKmhHqENSOVewrtJ7ZLQks5s_7TCgaJpZM4QuRJ3>
.
|
Maybe @madblobfish has any idea? |
Uhm, I think it could be that zeal is not properly registered. How did you install zeal? Does the following command work? |
I'm having the same error on Ubuntu 17.04 and Sublime 3. Zeal (0.3.1) is installed and my ruby docs also ; when sending I have configured the
But when I'm on a word, and doing the EDIT:When I'm typing in the command palette |
Its working when you define the keys in the key binding file and not in the DashDoc preferences file. |
I would check if #69 solves the issue here too. I don't have an ubuntu box to test. |
I have set up key binding like so as per advise i nthe documentation:
{ "keys": ["ctrl+h"], "command": "dash_doc", "args": { "flip_syntax_sensitive": true }}
and it doesn't work. Do I miss anything here?
The text was updated successfully, but these errors were encountered: