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

Set application as default #96

Closed
2 tasks
meets2tarun opened this issue Jul 21, 2017 · 6 comments
Closed
2 tasks

Set application as default #96

meets2tarun opened this issue Jul 21, 2017 · 6 comments

Comments

@meets2tarun
Copy link
Member

Few applications need to get default as

  • vlc as default player
  • chromium as default browser
@abishekvashok
Copy link
Member

Why don't we ask the user?

@meets2tarun
Copy link
Member Author

#67

@tabesin
Copy link
Member

tabesin commented Jul 27, 2017

What does /usr/bin/x-www-browser point to?

Please post:
readlink -f /usr/bin/x-www-browser
and
readlink /usr/bin/x-www-browser

Usually Debian/buntu users configure it via:
sudo update-alternatives --config x-www-browser

That is, here you would configure it via
--set

With (as root)
update-alternatives --display x-www-browser
you can see how it is currently set.

The Lubuntuniverse makes use of the x-www-browser link.

@tabesin
Copy link
Member

tabesin commented Jul 27, 2017

On making VLC default what does
cat /usr/share/applications/defaults.list | grep video
output?

@tabesin
Copy link
Member

tabesin commented Jul 28, 2017

For setting:
xdg-mime default application mimetype(s)
For querying:
xdg-mime query default mimetype(s)

@tabesin
Copy link
Member

tabesin commented Aug 25, 2017

merges with #111

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

3 participants