Free online desktop came to life with FLOSS


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Free online desktop came to life with FLOSS
# 1  
Old 01-30-2008
Free online desktop came to life with FLOSS

Wed, 30 Jan 2008 21:00:00 GMT
Back in 1999, free software believer Joshua Rand and his friend Oscar Mondragon were talking about the changes they predicted were coming for the Internet. Not long after that, the bubble burst and things did change, for the worst, many said. "We didn't subscribe to that theory," Rand says. "We saw the Internet becoming a platform for applications and services long before the term Web 2.0 was coined. With the growth and proliferation of things like Web-based email, the next logical step was, why not everything else? Why not more personal productivity tools and office tools?" That was the beginning of Sapotek.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Linux

X Windowing Free Open Source Software at Windows Desktop

I am using a ssh session for my org Linux box to do all my installation work. Recently I installed a X Serve app but could not start its execution cause neither I am sure if X Server is running or not nor of how the app output (X windowing app) would be rendered on a Windows desktop from where I am... (3 Replies)
Discussion started by: uunniixx
3 Replies

2. AIX

AIX Free online training

Hello everybody, I would like to learn more about AIX, where can I find AIX administration Free online course please? Thanks (1 Reply)
Discussion started by: dperse
1 Replies

3. Shell Programming and Scripting

Free online unix pdf?

Hi Friends, Can anybody please send me the best links for reading online unix tutorials. I knew the unix little bit, but I don't know properly :) Regards, Nag (1 Reply)
Discussion started by: nagraju.allam
1 Replies
Login or Register to Ask a Question
update-desktop-database(1)					   User Commands					update-desktop-database(1)

NAME
update-desktop-database - Desktop file caching utility SYNOPSIS
update-desktop-database [--help] [--verbose] [--quiet] [filepath] DESCRIPTION
update-desktop-database creates cache files for desktop file MIME type mapping for improved MIME lookup performance. It expects to be given the path to a directory or directories containing a number of application installed .desktop files, e.g. /usr/share/applications, and writes a mime-info.cache containing cached information about the MIME types that each application can handle. If no directory is provided, this utility will use a default directory list as specified in the FreeDesktop MIME specification. This cache file is used to avoid a lot of system call and disk seek overhead in a number of applications. OPTIONS
The following options are supported: -?, --help Show help options. -v, --verbose Turn on verbose output. -q, --quiet Do not provide any output. OPERANDS
The following operands are supported: filepath The path to a directory or directories containing a number of application installed .desktop files. EXIT STATUS
The following exit values are returned: 0 Application exited successfully 1 Application exited with failure FILES
The following files are used by this application: /usr/bin/update-desktop-databaseThe command-line executable for the application. /usr/share/applications System desktop file directory ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-desktop-prefs | +-----------------------------+-----------------------------+ |Interface stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
update-mime-database(1), gnome-desktop-item-edit(1), attributes(5), gnome-interfaces(5) Latest version of the GNOME Desktop User Guide and GNOME System Administration Guide for your platform. NOTES
Written by Glynn Foster, Sun Microsystems Inc., 2007. SunOS 5.11 31 Jan 2007 update-desktop-database(1)