$ 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 프로그램 속도 향상 preload 3 POETICA 3285 2013.10.30
97 한글 지원이 없는 리눅스 한글 설정법 4 file 태엽 4315 2013.10.28
96 Ubuntu 에 (eOS) elementary-desktop 설치 5 file tondekeman 2934 2013.10.28
95 eOS 외장스피커 사용 file tondekeman 2318 2013.10.27
94 eOS 폴더 오른쪽 메뉴 추가 file tondekeman 2424 2013.10.27
93 NMI Watchdog 에러 해결하기 1 file 컴퓨터매니아 3927 2013.10.27
92 리눅스 텍스트↔윈도우 텍스트 상호 변환 2 file 다른의견 4642 2013.10.26
91 eOS 바탕화면 아이콘 만들기 5 file tondekeman 3017 2013.10.26
90 우분투 트윅(Unbuntu Tweak) 소개 6 file 마니또우 3943 2013.10.26
89 eOS 패널아이콘 삭제 19 file tondekeman 2380 2013.10.26
88 우분투 SSD 설정 2 file POETICA 7105 2013.10.25
87 우분투 13.10 User's Manual(완성) 12 file 마니또우 8919 2013.10.25
86 플로피 아이콘 삭제 2 POETICA 2284 2013.10.25
85 김프 에서 여러가지 이미지에 워터마크 한번에 찍기 file 미디안 2497 2013.10.24
84 Elementary OS kingsoft WPS office eOS theme 설치 file tondekeman 3180 2013.10.24
83 우분투에 Photoshop CS6 설치하기...... 7 언제나당당 4065 2013.10.23
82 잃어버린 소리를 찾아서...^^ 2 file audacious 2531 2013.10.23
81 우분투에서 한/영 전환키 누르면 허드가 나올때 file 카리스마조 3085 2013.10.23
» LXDE 환경에서 크롬 사용중 마그넷 링크가 작동이 안될때 1 엘레 3292 2013.10.22
79 간단팁 구글뻘질 줄이기,구글검색. 야밤 4247 2013.10.22

 빠른 글쓰기




   Copyright 2013-2023 LinuxForum