Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

If I open file via nautilus and edit it in gvim Zeitgeist shows an entry for this file. Doing the same but opening the file from bash/zsh with vim/gvim Zeitgeist shows no entry for this action.

Is it possible and what is to do that both actions behave same?

edit: Some screenshots on Zeitgeist / Gnome Activity Journal

share|improve this question
could you linke to whatever "zeitgeist" is? just for the people who have no clue about it. – akira Nov 24 '10 at 12:33

2 Answers

up vote 0 down vote accepted

As far as I understand, Zeigeist is a Gnome activity journal. It records what you do in Nautilus because that's a Gnome application. It won't notice anything if you start vim from bash or zsh. I'm not sure about opening a file in GVim.

You might wish to make a feature request to the Zeitgeist developers to provide command line access, e.g. so you can run zeitgeist-record vim foo to record that you ran vim on foo. (Or document the feature if it already exists.)

share|improve this answer

You can get this by installing zeitgeist-datasource-vim from this PPA

https://launchpad.net/~zeitgeist/+archive/ppa

Additionally you can install it from source (if you want). Instructions here

http://wiki.zeitgeist-project.com/Installing_Zeitgeist_Dataproviders_from_trunk

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.