Re: Some weirdness in x-content stuff



Hi,

(Adding gnome-i18n to the Cc)

On Thu, 2008-02-28 at 17:17 +0100, Luca Ferretti wrote:
> * GConf keys media_autorun_x_content_ask and
>         media_autorun_x_content_ignore have the same long desc (and the
>         short one is very similar). Is it intentional? If not, and we
>         have to ask for a string freeze, please make the short
>         descriptions (for those two keys and for the other one)
>         shorter :-)

Nice catch, thanks. Patch attached. 

i18n team, is this fine to commit? It adds a single string

 "List of x-content/* types to ignore on insertion."

Thanks for considering.

>       * The drop-down box in preferences dialog to choose the extra
>         medium type shows an old GNOME 1.0 paper icon. If this icon
>         should represent the disk type, could be good remove it, 'cause
>         by now we don't have any icon set for specific media
>         (media-optical-xxxx)

This is because the given x-content/* type doesn't have an icon and we
fall back to the paper icon. Maybe we should change this, I don't know.

>       * I tried to patch Brasero[1] in order to list this application
>         for blank disks. Unfortunately the Nautilus prefs dialog shows
>         only the entry from nautilus-cd-burner. Is my patch wrong, I've
>         to re-generate something, or we are able to list only one
>         application?

I think you have to run update-desktop-database or something. Does that
work? And yes, we're able to list multiple applications!

     David

Index: libnautilus-private/apps_nautilus_preferences.schemas.in
===================================================================
--- libnautilus-private/apps_nautilus_preferences.schemas.in	(revision 13850)
+++ libnautilus-private/apps_nautilus_preferences.schemas.in	(working copy)
@@ -139,10 +139,8 @@
       <list_type>string</list_type>
       <default>[]</default>
       <locale name="C">
-         <short>List of x-content/* where to prompt the user on insertion</short>
-         <long>
-           List of x-content/* types to ask the user what to do on insertion.
-         </long>
+         <short>List of x-content/* types to ignore on insertion.</short>
+         <long>List of x-content/* types to ignore on insertion.</long>
       </locale>
     </schema>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]