Message320863
| Author | kbumsik |
|---|---|
| Recipients | kbumsik |
| Date | 2018-07-02.09:51:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1530525080.65.0.56676864532.issue34019@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
webbrowser module currently opens Opera Browser using the following command: opera -remote "openURL(https://google.com,new-window)" While this follows Opera's documentation (https://www.opera.com/docs/switches/#remote), this is broken since Opera switched from its own engine to Chromium. The working command is exactly the same as Chrome: opera --new-window https://google.com |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-02 09:51:20 | kbumsik | set | recipients: + kbumsik |
| 2018-07-02 09:51:20 | kbumsik | set | messageid: <1530525080.65.0.56676864532.issue34019@psf.upfronthosting.co.za> |
| 2018-07-02 09:51:20 | kbumsik | link | issue34019 messages |
| 2018-07-02 09:51:20 | kbumsik | create | |