public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  [OT Xfce4/KDE] A URL aware applet
@ 2009-10-18  0:32 Harry Putnam
  2009-10-18  4:43 ` Keith Dart
  2009-10-18  8:07 ` [gentoo-user] " hp_sebastian
  0 siblings, 2 replies; 6+ messages in thread
From: Harry Putnam @ 2009-10-18  0:32 UTC (permalink / raw
  To: gentoo-user

I once was a KDE desktop user... Lasted quite a while.  But over time
I went to Xfce4.... Been using it now a good while, but one applet
from KDE is sorely missed.  

There was some kind of panel applet, that was URL aware.  Any time you
highlighted text that looked like some kind of URL, a dialog window would
open and offer to open it with whatever application normally opened
such a URL.  

You might highlight a URL in a man page, text file, or even in the
scrollback buffer and the dialog would be right there offering to open
it. 

I wondered if there is anything like that for Xfce and if anyone knows
what that applet it?

I am awaiting an answer from Xfce user list on the same question.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user]  [OT Xfce4/KDE] A URL aware applet
  2009-10-18  0:32 [gentoo-user] [OT Xfce4/KDE] A URL aware applet Harry Putnam
@ 2009-10-18  4:43 ` Keith Dart
  2009-10-19  4:51   ` [gentoo-user] " Harry Putnam
  2009-10-18  8:07 ` [gentoo-user] " hp_sebastian
  1 sibling, 1 reply; 6+ messages in thread
From: Keith Dart @ 2009-10-18  4:43 UTC (permalink / raw
  To: gentoo-user

=== On Sat, 10/17, Harry Putnam wrote: ===
> I wondered if there is anything like that for Xfce and if anyone knows
> what that applet it?

===

I don't use that applet, and I think I would find that annoying.
Here's what I do.

I have a shell script:

=========
276 !$ cat ~/bin/urlhelper 
#!/bin/bash

SEL=$(xclip -o -selection primary)

if [ $? == 0 ] ; then
	xdg-open "$SEL"
fi
========


(be sure to emerge "xclip")

Bound to a hot-key using the xfce4 keyboard configuration to <Super>-g
(for GO). 

Then, whenever I know I have some url selected (I don't need an applet
to tell me) I just have to press the key combination and off it
goes. :-)




-- Keith Dart

-- 
-- --------------------
Keith Dart
<keith@dartworks.biz>
=======================



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user]  [OT Xfce4/KDE] A URL aware applet
  2009-10-18  0:32 [gentoo-user] [OT Xfce4/KDE] A URL aware applet Harry Putnam
  2009-10-18  4:43 ` Keith Dart
@ 2009-10-18  8:07 ` hp_sebastian
  2009-10-19  4:52   ` [gentoo-user] " Harry Putnam
  1 sibling, 1 reply; 6+ messages in thread
From: hp_sebastian @ 2009-10-18  8:07 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 874 bytes --]

On Sat, 17 Oct 2009 19:32:38 -0500 Harry Putnam <reader@newsguy.com>
wrote:
> I once was a KDE desktop user... Lasted quite a while.  But over time
> I went to Xfce4.... Been using it now a good while, but one applet
> from KDE is sorely missed.  
> 
> There was some kind of panel applet, that was URL aware.  Any time you
> highlighted text that looked like some kind of URL, a dialog window
> would open and offer to open it with whatever application normally
> opened such a URL.  
> 
> You might highlight a URL in a man page, text file, or even in the
> scrollback buffer and the dialog would be right there offering to open
> it. 
> 
> I wondered if there is anything like that for Xfce and if anyone knows
> what that applet it?
> 
> I am awaiting an answer from Xfce user list on the same question.
> 
> 
> 

xfce-extra/xfce4-clipman-plugin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user]  Re: [OT Xfce4/KDE] A URL aware applet
  2009-10-18  4:43 ` Keith Dart
@ 2009-10-19  4:51   ` Harry Putnam
  2009-10-19  7:57     ` Neil Bothwick
  0 siblings, 1 reply; 6+ messages in thread
From: Harry Putnam @ 2009-10-19  4:51 UTC (permalink / raw
  To: gentoo-user

Keith Dart <keith@dartworks.biz> writes:

> Then, whenever I know I have some url selected (I don't need an applet
> to tell me) I just have to press the key combination and off it
> goes. :-)

Thanks for the input and example.
The applet I'm remembering was very unobtrusive... the one recommended
here by hp_sebastian.. also is very unobtrusive.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user]  Re: [OT Xfce4/KDE] A URL aware applet
  2009-10-18  8:07 ` [gentoo-user] " hp_sebastian
@ 2009-10-19  4:52   ` Harry Putnam
  0 siblings, 0 replies; 6+ messages in thread
From: Harry Putnam @ 2009-10-19  4:52 UTC (permalink / raw
  To: gentoo-user

hp_sebastian <hp_sebastian@supersein.de> writes:

>
> xfce-extra/xfce4-clipman-plugin

Thank, that looks pretty flexible.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user]  Re: [OT Xfce4/KDE] A URL aware applet
  2009-10-19  4:51   ` [gentoo-user] " Harry Putnam
@ 2009-10-19  7:57     ` Neil Bothwick
  0 siblings, 0 replies; 6+ messages in thread
From: Neil Bothwick @ 2009-10-19  7:57 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

On Sun, 18 Oct 2009 23:51:48 -0500, Harry Putnam wrote:

> >  Then, whenever I know I have some url selected (I don't need an
> > applet to tell me) I just have to press the key combination and off it
> > goes. :-)  

> Thanks for the input and example.
> The applet I'm remembering was very unobtrusive...

That would be klipper. The automatic popup can be turned off if you want
to use it manually.


-- 
Neil Bothwick

Facts are stubborn, but statistics are more pliable

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-10-19  7:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-18  0:32 [gentoo-user] [OT Xfce4/KDE] A URL aware applet Harry Putnam
2009-10-18  4:43 ` Keith Dart
2009-10-19  4:51   ` [gentoo-user] " Harry Putnam
2009-10-19  7:57     ` Neil Bothwick
2009-10-18  8:07 ` [gentoo-user] " hp_sebastian
2009-10-19  4:52   ` [gentoo-user] " Harry Putnam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox