OpenSource Study by the Munich University

2010-04-09 Thread Christopher Roy Bratusek
Hi all,

the munich university is doing a study about opensource and everyone is invited 
to
take apart. You can reach the online-survey via:

http://www.unipark.de/uc/opensource/

Regards,
Chris
-- 

Englisch für PL-Leser #2:

geschwindigkeitsincreasement, der 1) erhighung vom Speed
  2) ein Need against upcoming 
longwhiling

OPNN

___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: Module Proposal: GNOME Shell

2010-04-09 Thread Calum Benson

On 02/04/2010 22:04, Naba Kumar wrote:


VMWare support is still not available according to this post in their forum:
http://communities.vmware.com/message/1390758. Their release note
mentions 3d support for win guests only.  A quick try in virtualbox
didn't work for me either (I don't know if it works officially).


VirtualBox's OpenGL support is still classed as experimental. Things 
like compiz generally work okay, but gnome-shell has never worked 
sensibly in any version of VirtualBox up to and including the latest 
(3.1.6), to my knowledge.


Cheeri,
Calum.

--
CALUM BENSON, Interaction Designer Oracle Corporation, Ireland
mailto:calum.benson at oracle.com  Solaris Desktop Group
http://blogs.sun.com/calum +353 1 819 9771

Any opinions are personal and not necessarily those of Oracle Corp.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: OpenSource Study by the Munich University

2010-04-09 Thread Christopher Roy Bratusek
Am Fri, 9 Apr 2010 20:52:08 +0200
schrieb Christopher Roy Bratusek zang...@freenet.de:

 Hi all,
 
 the munich university is doing a study about opensource and everyone is 
 invited to
 take apart. You can reach the online-survey via:
 
 http://www.unipark.de/uc/opensource/
 
 Regards,
 Chris

thanks for the response, the link above is wrong, this one works flawlessly 
(I've
tested it). http://www.unipark.de/uc/opensource/?a=b=c=d=

Regards

-- 

Re: »Redmond Linux« Beta2 kommt am 28. August
Score: 3 Von Axel am Fr, 11. August 2000 um 02:01

Warum muss es eigentlich eine automatische Hardware-Erkennung geben? Wozu ist 
das
gut? Ich stelle mir gerade vor, mein Auto hätte sowas. Wenn ein kaputter 
Auspuff auf
der Strasse liegt, meldet mein Auto neues Gerät erkannt und wirft den heilen
Auspuff ab? Da kann doch nur Mist bei rauskommen.

___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/desktop-devel-list

Finding and Reminding, tech issues, 3.0 and beyond

2010-04-09 Thread Owen Taylor
I've attempted below to extract out some of the technical bits from
http://live.gnome.org/GnomeShell/Design/Whiteboards/FindingAndReminding
and see how they line up with our current technology. This is just
notes, not yet a concrete plan.

- Owen

File management ideas and technology


Things can safely fall off the desktop
 
  The desktop is reconceptualized as what you are working on, 
  the most relevant items. Getting something off the desktop then
  shouldn't require an explicit filing decision by the user. The user
  should be able to let items expire with attention, or they should be
  able archive an item to remove it from the desktop.

  There are two basic approaches here - one is to avoid storing
  things on the Desktop. Instead of seeing the Desktop as a separate
  location in the file selector, you'd have a checkbox:
  
   [ ] Pin to Desktop
   
  (or whatever the designers come up with), and that would create
  a symlink to the desktop.
  
  The other approach is when expiring or archiving to move files
  from ~/Desktop to an archival location like ~/Documents.
  
Be able to treat non-local information the same as Places

  Right now, the user has a couple of organization of files based on
  directories on the file system Music Documents Downloads.
  We want to be able to present other options for narrowing your items
  that might not be correspond to directory structure. This could
  include Frequent, From Email, Spreadsheets, and so forth.
  
  In general, this type of thing requires searching over all files
  to find the subset of files that share some meta-data property.
  This is a core operation for Tracker (and for other search engines
  like Beagle, though Tracker seems to have the most interest at
  the moment.)

User defined tags

  A completely flat view of all documents doesn't handle all users
  or use cases. Frequent filers will want to be able to identify
  projects and other subsets of files.
  
  There's not a detailed plan for the user interface right now, but
  technically this could be done a couple of ways.
  
  We could use the traditional method of grouping by using
  folders; and just make that look somewhat tag-like in the
  UI. (Make selecting a folder show all the files in that folder
  and all sub-folders. Allow creating a folder of files without
  worrying where it was and automatically creating it in
  ~/Documents.)
   
  Or we could use a real tag-based approach with tags stored in
  metadata. (multiple tags per file, tags orthogonal to folders.)
  
Timeline view of files

  For items that aren't on the desktop (the slip) the default view
  is a chronological one with yesterday, last week, and so
  forth. So we need to be able to organize user's files this way.
  
  One approach is to keep track of user accesses and edits via
  Zeitgeist (or in simplifed form by ~/.recently-used.xbel)
  
  The other approach would be to treataccess/edit time a
  metadata property, and to use tracker to search over these
  properties.
  
  (Note that the timeline here only includes each item once,
  not once for each usage - I use timeline somewhat differently
  below)
  
Search

  We want to be able to search - over the names of all
  documents, but also over extracted metadata such as
  document titles, and maybe over full text. This is definitely
  best supported by something like Tracker.

Adding non-files to Desktop

  Files won't be the primary interesting thing for all people;
  we probably want to provision for at least putting web
  bookmarks into the desktop area. (This is also interesting
  for people who want to have a GNOME desktop for their users
  configured in some particular way.)

  Probably the existing way we do web bookmarks for ~/Desktop will work.

Tracker
===

In some testing, Tracker 0.8 seems enormously better behaved
than Tracker 0.6. It has very significant optimizations in how
it stores the tracker database on disk, and also, by default,
only indexes defined subdirs of $HOME. So, as of right now,
system-impact of Tracker isn't a big concern of mine, as it
would be for 0.6.

Possible concerns and considerations with Tracker:

 * RDF + SPARQL + a large collection of ontologies does present
   a significant new barrier to someone coming to the GNOME
   platform. While the basic concepts of RDF are quite simple,
   RDF serialization formats and SPARQL are new learning people
   will have to do, and there are some intimidating terms
   like ontology
   
   RDF is also popularly (and perhaps unfairly) seen as
   yesterday's fad.
   
 * There is a large abstraction barrier between the application
   and the underlying data storage. It's very hard to decipher
   or influence how storing data in RDF and running SPARQL queries
   maps into low-level database operations.
   
 * Indexing only a subset of the filesystem, while it does
   avoid performance traps like indexing into large GIT
   repositories, could result 

Re: Finding and Reminding, tech issues, 3.0 and beyond

2010-04-09 Thread Alan Cox
   The other approach is when expiring or archiving to move files
   from ~/Desktop to an archival location like ~/Documents.

How does moving it work with non aware applications or a shared file
space ? You risk opening a file having it moved, saving it and ending up
with a copy in documents and one stale  which could lead to nasty user
errors. Seems safe to just filter the view (after all large directory
enumeration ought to be fast these days ?)

As a completely off the wall comment related to this - the fact I can't
drag documents into my calendar annoys me, because that's effectively how
some people organise some things in the paper world. I guess that backs
up your model but it does mean I expect to see my desktop bits from a
date in with my calendar.

Is stuff migrating to a filing cabinet by date (This wek, last week,
march, ...) a metaphor for the desktop -  time stuff ?

Also I guess this lets you fix the bin so you can delete last weeks
documents rather than just empty trash. It's mildly amusing that you
still seem to have to use find incantations to make the bin work well 8)

Alan
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/desktop-devel-list