$ sudo apt-get install libgnome2-bin

먼저 그놈관련 라이브러리를 설치해줍니다.


$ gconftool-2 -t string -s /desktop/gnome/url-handlers/magnet/command "transmission %s"

마그넷링크시 연결할 커맨트를 설정해줍니다.

qbittorrent를 이용한다면 "transmission %s" 대신에 "qbittorrent %u"를 넣어주세요.


gconftool-2 -s /desktop/gnome/url-handlers/magnet/needs_terminal false -t bool

$ gconftool-2 -t bool -s /desktop/gnome/url-handlers/magnet/enabled true


그 후 차례대로 입력해줍시다. 커맨트 실행시 터미널창이 필요한지, 또 마그넷명령어를 활성화할지 설정하는 부분입니다.


sudo pico /usr/bin/xdg-open

다음은 xdg-open파일을 수정합니다. 크롬은 마그넷 주소를 처리할때 xdg-open파일을 이용합니다.

LXDE일때 마그넷이 작동하지 않으므로 GNOME일시 처리할때 함수를 사용하도록 만들겁니다.


#--------------------------------------

# Checks for known desktop environments

# set variable DE to the desktop environments name, lowercase

detectDE()

{

 if [ x"$KDE_FULL_SESSION" = x"true" ]; then DE=kde;

 elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then DE=gnome;

 elif `dbus-send --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.GetNameOwner string:org.gnome.SessionManager > /dev/null 2>&1` ; then DE=gnome;

 elif xprop -root _DT_SAVE_MODE 2> /dev/null | grep ' = \"xfce4\"$' >/dev/null 2>&1; then DE=xfce;

 elif [ x"$DESKTOP_SESSION" == x"LXDE" ]; then DE=lxde;

 else DE=""

 fi

}


이부분을 찾아서


detectDE()

{

DE=gnome;

}


이렇게 만들어주세요. 아니면 원래있던 부분을 주석으로 감싸주셔도 됩니다.




출저: https://www.foresightlinux.se/make-chromium-or-chrome-to-open-magnet-links-in-lxde/

출저2: http://network.uniku.ac.id/chromium-or-chrome-to-open-magnet-links-in-lxde/


번호 제목 글쓴이 조회 날짜
98 윈도우와 리눅스의 수퍼유저 4 컴퓨터매니아 4959 2014.01.29
97 특정 프로그램의 사용법을 오프라인으로 확인하기 1 컴퓨터매니아 2770 2014.02.22
96 Apache 2.4 컴파일 설치하기 4 컴퓨터매니아 10444 2014.03.31
95 리얼택 오디오 드라이브_수동 설치 2 옛날에 3157 2014.04.02
94 ubuntu12.04 버전에서 윈도우7 네트웍 드라이브 마운트 방법 미디안 3854 2014.04.08
93 ibus에서 한/영키 사용하기 3 proc 3578 2014.04.19
92 libreoffice 한글언어팩 설치 방법 눈썹 4995 2014.04.19
91 OpenMandriva.2014 "한/영" 키 변환방법 2 file 언제나당당 3302 2014.04.21
90 “Ubuntu-14.04”에서 한글 2014 사용하기 6 언제나당당 7129 2014.04.24
89 우분투 "14.04" 에 "포토샵 CS6" 설치하기 10 file 언제나당당 6778 2014.05.02
88 리눅스(우분투)에서 Photoshop CS6 Extended 사용하기 3 언제나당당 3635 2014.05.18
87 리눅스에서 신속한 파일 검색 1 file 눈썹 5679 2014.05.22
86 우분투에서 일러스트 CS6 사용하기...... 1 언제나당당 3156 2014.05.22
85 useradd 사용법 컴퓨터매니아 5642 2014.05.22
84 Linux Mint 17 RC "한/영" 변환...... 2 file 언제나당당 3470 2014.05.28
83 "linuxmint-17 RC" 영문으로 설치 후 한글화...... 4 언제나당당 3161 2014.05.28
82 리눅스(민트, 우분투)에서 106 keyboard "한/영"키 사용하기 11 file 언제나당당 5845 2014.05.29
81 디스크 관리자를 이용한 심볼릭 링크? 3 file 한방88 3502 2014.06.02
80 리눅스에 윈8.1 맑은폰트 설치 8 file audacious 4187 2014.06.05
79 WanDrv6.1 자동 수동을 선택해 윈도버전에 맞게 실행해주는 배치파일및 사용법입니다. 11 file 돌나물 7360 2014.06.07

 빠른 글쓰기




   Copyright 2013-2023 LinuxForum