Re: nautilus-python: change current directory / location
- From: Sonu <sonuansuja yahoo com>
- To: Andre Klapper <ak-47 gmx net>, "nautilus-list gnome org" <nautilus-list gnome org>
- Subject: Re: nautilus-python: change current directory / location
- Date: Fri, 16 Dec 2011 12:06:15 +0800 (SGT)
Yes I have been using the nautilus-python documents.
Elaborating what I am looking for...
I have a widget as follows...
-------------
class MyWidget(nautilus.LocationWidgetProvider):
def __init__(self):
pass
def get_widget(self, uri, window):
::
------------
which passes me URI which is current directory/folder. However in my
nautilus extension using python I need to change the URI to my
known location and display the
same.
Or more simple will be.. it is same as user going to
menubar->Go->Location...
and entering the location.. this should be doable inside the widget ? any clues on how to get that right ?
thanks
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]