DashDoc icon indicating copy to clipboard operation
DashDoc copied to clipboard

DashDoc does not work on Sublime 3 on Ubuntu

Open jedrekdomanski opened this issue 7 years ago • 9 comments

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?

jedrekdomanski avatar Nov 29 '17 01:11 jedrekdomanski

@jedrekdomanski does not for me too with sublime 3 linux mint on ubuntu 17 { "keys": ["ctrl+shift+p"], "command":"dash_doc"},

fabOnReact avatar Dec 13 '17 09:12 fabOnReact

Do you have xdg-utils installed?

farcaller avatar Dec 13 '17 11:12 farcaller

@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.

fabOnReact avatar Dec 13 '17 11:12 fabOnReact

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 https://github.com/farcaller/DashDoc/issues/62#issuecomment-351364173, or mute the thread https://github.com/notifications/unsubscribe-auth/AFo1iQqUtYMPaKmhHqENSOVewrtJ7ZLQks5s_7TCgaJpZM4QuRJ3 .

jedrekdomanski avatar Dec 13 '17 12:12 jedrekdomanski

Maybe @madblobfish has any idea?

farcaller avatar Dec 14 '17 15:12 farcaller

Uhm, I think it could be that zeal is not properly registered. How did you install zeal?

Does the following command work? /usr/bin/xdg-open dash-plugin:keys=\&query=test

madblobfish avatar Dec 14 '17 16:12 madblobfish

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 /usr/bin/xdg-open dash-plugin:keys=rails\&query=respond_to Zeal is opened and the document page is loaded.

I have configured the DashDoc.sublime-settings as this :

{ "keys": ["ctrl+alt+h"], "command": "dash_doc" }

But when I'm on a word, and doing the ctrl+alt+h, nothing happens.

EDIT:

When I'm typing in the command palette dashdoc, it shows me 4 otions but none has a hotkey, I think my configuration is wrong.

alain-andre avatar Jan 09 '18 11:01 alain-andre

Its working when you define the keys in the key binding file and not in the DashDoc preferences file.

alain-andre avatar Jan 22 '18 15:01 alain-andre

I would check if #69 solves the issue here too. I don't have an ubuntu box to test.

akhter-ali avatar Nov 17 '19 03:11 akhter-ali