Commit graph

5 commits

Author SHA1 Message Date
Mihai Chelaru
98c761fb5c improve launching script 2008-04-25 16:45:39 +00:00
Mihai Chelaru
41fa671449 Make it compile 2008-04-25 12:41:42 +00:00
Mihai Chelaru
6f9167e528 Make it use system provided ndesk-bus and ndesk-bus-glib libraries
Should fix a crash reported by wiz@ in WriteBsdCred()
2008-04-25 12:25:22 +00:00
Thomas Klausner
8aa29b9ed9 Update to 0.2.2. Still doesn't work for me (see TODO).
0.2.2
-----

Bugfixes:
- Add pagination to day view so that days with large number of files
  doesn't use excessive memory and halts the program for a long time
- Fix a refresh bug where the day view would blink upon first enter
- Fix some memory leaks in thumbnailer
- Fix an indexing problem (#520790), thanks to Bret Towe
- Fix two other indexing problems:
  - If watch_dir in config ends with / it would try to insert all files
    in the top level directory on reindex
  - Fix deleting and reinserting files + labels when indexing.
- Some better error messages when dbus session is not running (#519853)
- Some fixes to po/Makefile to make it work better with intltool

Translations:
- Updated Swedish translation by Daniel Nylander
- Added Greek translation by Giannis Katsapiris
2008-04-15 13:22:41 +00:00
Thomas Klausner
eea98dbbd0 Import nemo-0.2.1 as wip/nemo.
Starts up fine, but exits again immediately with:

Unhandled Exception: System.Exception: Unable to open the session message bus. ---> System.ArgumentNullException: Argument cannot be null.
Parameter name: address
  at NDesk.DBus.Bus.Open (System.String address) [0x00000]
  at NDesk.DBus.Bus.get_Session () [0x00000] --- End of inner exception stack trace ---

  at NDesk.DBus.Bus.get_Session () [0x00000]
  at Nemo.Tracker..ctor (Boolean reindex) [0x00000]
  at MainWindow..ctor (Boolean reindex, Boolean hidden) [0x00000]
  at Nemo.MainClass.Main (System.String[] args) [0x00000]

What is Nemo?

Nemo is a new way of managing files, or rather not manage files.
Currently it's a cross between a calendar and a file browser with
labels.

In the default view, files are displayed by date of last change
instead of the typical hierarchical view.

Nemo is a free/open source GTK application written in C#.
2008-03-16 10:21:10 +00:00