Version: v0.8.4 (using KDE 3.4.1, Gentoo) Compiler: gcc version 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8) OS: Linux (i686) release 2.6.13-gentoo-r3 it is cool that kget has the autopaste but it would also help is there was a "Paste Link..." or similar option in the rmb click taskbar context menu.
SVN commit 477049 by uwolfer: paste link in trayicon context menu BUG: 115568 M +1 -0 docking.cpp --- branches/KDE/3.5/kdenetwork/kget/docking.cpp #477048:477049 @@ -46,6 +46,7 @@ // popup menu for right mouse button KPopupMenu *popupMenu = contextMenu(); + parent->action("paste_transfer")->plug(popupMenu); parent->action("drop_target")->plug(popupMenu); parent->action("konqueror_integration")->plug(popupMenu); popupMenu->insertSeparator();