Re: List Columns: Add “Modified Full” Column to Nautilus

2013-08-04 Thread Jason Simanek

Hi,

On Sun 04 Aug 2013 03:57:30 AM CDT, fox_aaawkq wrote:

Is nothing working, or is there an error? When I start Nautilus I get an
error from nautilus-python, it doesn't seem to be working with 3.8.
Which means no extension is going to work.


Right, there's some bug affecting the newer Nautilus 3.6 – in my 
specific case, in Ubuntu Gnome 13.04 – here:


https://bugs.launchpad.net/ubuntu/+source/nautilus-python/+bug/1170017

I applied this PPA to fix:

https://launchpad.net/~mc3man/+archive/n-p-testfix

and tested the block-size-column.py extension. Seems to be working.

Thanks,

Jason Simanek
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: List Columns: Add “Modified Full” Column to Nautilus

2013-08-04 Thread Jason Simanek

Sorry,


On Sun 04 Aug 2013 03:57:30 AM CDT, fox_aaawkq wrote:

is there an error?


I tried starting Nautilus from the Terminal and it doesn't seem to be 
throwing up errors related to my plugin.


It just does nothing and also a .pyc file is NOT generated in the 
extensions folder. For the block-size-column.py extension a .pyc file 
of the same name is created in the same directory.

___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


List Columns: Add “Modified Full” Column to Nautilus

2013-08-03 Thread Jason Simanek
I have come across people complaining about the new Nautilus List Column 
“Modified” date formatting. I personally like the changes, but it seemed 
like an opportunity to learn about writing extensions for Nautilus.


After all, surely all you would have to do is create a custom column and 
drop in the existing file attribute, right?


The reason I am inquiring here instead of the Nautilus-Python list, is 
because I am basically taking one of their example scripts – 
block-size-column.py – and replacing the block_size attribute with 
date_modified_full. It should be really straight-forward.


However, it doesn't seem to be working.

Am I requesting the wrong attribute context? Should I be asking the 
Nautilus-Python folks this instead?


Jason Simanek

P.S. If I sound like an idiot, it’s because I AM an idiot.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list