ALT Linux Bugzilla
– Attachment 6464 Details for
Bug 31677
Добавить поддержку протокола magnet
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
добавление поддержки magnet-ссылок в блок "open_xfce"
xfce_magnet.diff (text/plain), 379 bytes, created by
Motsyo Gennadi
on 2015-12-31 02:00:09 MSK
(
hide
)
Description:
добавление поддержки magnet-ссылок в блок "open_xfce"
Filename:
MIME Type:
Creator:
Motsyo Gennadi
Created:
2015-12-31 02:00:09 MSK
Size:
379 bytes
patch
obsolete
>--- /usr/bin/xdg-open.orig 2015-02-26 16:23:45.000000000 +0200 >+++ /usr/bin/xdg-open 2015-12-31 00:55:41.831036883 +0200 >@@ -518,7 +518,11 @@ open_mate() > > open_xfce() > { >- exo-open "$1" >+ if (echo "$1" | grep -q '^magnet:'); then >+ gnome-open "$1" >+ else >+ exo-open "$1" >+ fi > > if [ $? -eq 0 ]; then > exit_success
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 31677
: 6464