Note: Currently new registrations are closed, if you want an account Contact us

Difference between revisions of "Desktop Priorities"

From FSCI Wiki
Line 3: Line 3:
We are starting with 2 use case - it will be expanded
We are starting with 2 use case - it will be expanded


# Handle ntfs drives easily.
1. Handle ntfs drives easily.


- Debian and Arch did not have any issues with ntfs formatted external drives
- Debian and Arch did not have any issues with ntfs formatted external drives
- Some Ubuntu users need to verify
- Some Ubuntu users need to verify


# Be able to easily format drives from file managers.
2. Be able to easily format drives from file managers.


Step 1 [https://bugzilla.gnome.org/show_bug.cgi?id=618272 Bug filed for nautilus]
Step 1 [https://bugzilla.gnome.org/show_bug.cgi?id=618272 Bug filed for nautilus]

Revision as of 20:21, 10 May 2010

Please volunteer if you want to help make linux user friendly.

We are starting with 2 use case - it will be expanded

1. Handle ntfs drives easily.

- Debian and Arch did not have any issues with ntfs formatted external drives - Some Ubuntu users need to verify

2. Be able to easily format drives from file managers.

Step 1 Bug filed for nautilus

Requirements

We will need to add 'Format' to the menu. Currently it has 'Mount' or 'Unmount', 'Eject' and 'Safely Remove'. When clicked on format, we will have to offer an option to choose a desired file system, as a first step we should offer file systems available in the system, as an advanced use case we could offer to install new file systems.

Then it should have a tick box for quick format, that should be enabled by default.

Once we get all the options we should run mkfs with given option with given options. We should give visual progress of the process and should find out if mkfs has any apis. Adding APIs to mkfs, if it is not there already can be another project.