As I told in the previous work, we’re working on Marlin, a complete new file manager with the elementary phylosofy, simple, clean, and useful.
The things I’m working on is to add color labels to the files, so you can then have fast visual search of the files you work on, red for critical, green for done, etc.. everybody can use them as wanted.
It’s coded in vala, so I started learning vala, then, implement a sqllite database to store it, and to create a tagging system.
Anyway, I just wanted to tell you about it, and of course, if anybody is interested in working on it.. just ask,
Here is a script to download it [Only for developers!!!]
# Tested pocedure installation on maverick ubuntu 10.10
# just run this script: bash INSTALL_maverick
# thx to Jordi Puigdellívol (Gloobus) <<== That's is meee!!!
sudo add-apt-repository ppa:ubuntu-desktop/gnome3-builds
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential bzr git automake libtool
sudo apt-get install gtk+3 gnome-common valac libgee-dev flex bison
# Since Marlin in gtk3 and gtk2 themes dont work on gtk3 apps, you will also need a theme. You can get the ambiance and radiance themes using these commands:
sudo add-apt-repository ppa:cimi/theming && sudo apt-get update && sudo apt-get upgrade
sudo apt-get install gtk3-engines-murrine
# vala from git
git clone git://git.gnome.org/vala
cd vala
./autogen.sh --prefix=/usr
make && sudo make install
cd ..
# gee vapi file
sudo cp /usr/share/vala-0.10/vapi/gee-1.0.vapi /usr/share/vala-0.12/vapi/
bzr branch lp:marlin
cd marlin
./autogen.sh --prefix=/usr
make && sudo make install
marlin
Do not try it if you’re not a developer, cause it still does almost nothing, you’ve been warned
See u!
