PDA

View Full Version : Source code of right click



kcode
January 17th, 2009, 11:20 AM
Where can I find source code of Right Click?
I'm using Gnome on Ubuntu 8.04.

Thanks

nvteighen
January 17th, 2009, 11:32 AM
Where can I find source code of Right Click?
I'm using Gnome on Ubuntu 8.04.

Thanks

What do you mean by that? The contextual menu? IIRC, that's Nautilus... so, do:



mkdir nautilus-source
cd nautilus-source
apt-get source nautilus # No sudo needed

kcode
January 17th, 2009, 11:35 AM
What do you mean by that? The contextual menu? IIRC, that's Nautilus... so, do:



mkdir nautilus-source
cd nautilus-source
apt-get source nautilus # No sudo needed


yes, i did mean that. But here's the error:



~/nautilus-source$apt-get source nautilus
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to find a source package for nautilus
~/nautilus-source$

eye208
January 17th, 2009, 12:12 PM
yes, i did mean that. But here's the error:



~/nautilus-source$apt-get source nautilus
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to find a source package for nautilus
~/nautilus-source$

http://img525.imageshack.us/img525/2353/softwaresourcesgk5.png (http://imageshack.us)

Enable "Source code", then try again.

kcode
January 17th, 2009, 06:16 PM
Enable "Source code", then try again.

Thanks, it worked.