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

[Solution] Update Chromium Browser's key for Linux users #71

Open
lvnam96 opened this issue May 22, 2017 · 0 comments
Open

[Solution] Update Chromium Browser's key for Linux users #71

lvnam96 opened this issue May 22, 2017 · 0 comments

Comments

@lvnam96
Copy link

lvnam96 commented May 22, 2017

This fixed issue is for someone like me who installed Chromium Browser on Linux (Ubuntu in my case) by this command: sudo apt-get install chromium-browser and want to run this plugin with Chromium.

1/ Go to Preferences -> Package Settings -> View in Browser -> Settings - User
2/ Copy this code then paste to it:

{
	"posix": {
		"linux": {
			"firefox": "firefox -new-tab",
			"chrome": "google-chrome",
			"chrome64": "google-chrome",
			"chromium": "chromium-browser"
		},
		"linux2": {
			"firefox": "firefox -new-tab",
			"chrome": "google-chrome",
			"chrome64": "google-chrome",
			"chromium": "chromium-browser"
		}
	},
	"browser": "chromium"
}

From now, you can press Ctrl+Alt+V to view files on Chromium.
If you no longer want to view files on Chromium, just delete the code.

@lvnam96 lvnam96 changed the title Update Chromium Browser's key for Linux users [Solution] Update Chromium Browser's key for Linux users May 22, 2017
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