-
Notifications
You must be signed in to change notification settings - Fork 81
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
use xdg-open for ubuntu16.04 and above #1638
Conversation
|
By default, gnome-open is not installed in 16.04, I think.
|
so it is better to use |
My suggestion is here: #1638 (comment) |
```
k-okada@p51s:~$ dpkg -S gnome-open
libgnome2-bin: /usr/bin/gnome-open
libgnome2-bin: /usr/share/man/man1/gnome-open.1.gz
k-okada@p51s:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
```--
◉ Kei Okada
2019年10月21日(月) 0:11 Kentaro Wada <notifications@github.com>:
… My suggestion is here: #1638 (comment)
<#1638 (comment)>
You can check xdg-open before gnome-open if you like.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1638?email_source=notifications&email_token=AADYNXB3OWNILKRNSISEUA3QPRYJPA5CNFSM4JCQOT3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBYMIVQ#issuecomment-544261206>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADYNXG2QUFKK5N37RPHCRLQPRYJPANCNFSM4JCQOT3A>
.
|
It seems |
I update to check if |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
platform is unused?
do we need platform check? |
Ah, I mean you import, but never use it. |
22b3b2b
to
9624f04
Compare
I updated |
gnome-open
is removed in ubuntu 16.04 and above.we need to use
xdg-open
instead.