Re: file system navigation api



Am Donnerstag, den 11.02.2010, 18:27 +0100 schrieb Robin Stocker:
> Zitat von "Andre Klapper" <ak-47 gmx net>:
> > Am Donnerstag, den 11.02.2010, 11:24 -0500 schrieb David Cantin:
> >> For this particular use-case, there is the simple (but out of
> >> process...) :
> >>
> >>
> >> $ gnome-open ~/
> >
> > ...which is part of libgnome and hence deprecated and not available
> > anymore in GNOME 3.0. Also see
> > http://live.gnome.org/GnomeGoals/RemoveGnomeOpenGnomeHelp .
> 
> xdg-open uses gnome-open behind the scenes. Does anyone know what the  
> plan is for xdg-open once gnome-open is no more?

open_gnome()
{
    if gvfs-open --help 2>/dev/null 1>&2; then
        gvfs-open "$1"
    else
        gnome-open "$1"
    fi

andre
-- 
 mailto:ak-47 gmx net | failed
 http://www.iomc.de/  | http://blogs.gnome.org/aklapper



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]