Bug 4167

Summary: Отсутсвует иконка ALTLinux в меню гнома
Product: Sisyphus Reporter: Igor Androsov <blace>
Component: gnome-panelAssignee: Yuri N. Sedunov <aris>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: minor    
Priority: P2 CC: aris
Version: unstable   
Hardware: all   
OS: Linux   

Description Igor Androsov 2004-05-15 02:30:41 MSD
Ошибка в патче gnome-panel-2.5.93-alt-menu_distribution.patch
Строка diff
+        "PANEL_STOCK_ALTLINUX", "gnome/distribution-menus/ALTLinux/."
приводит к отсутвию иконки дистрибутива.
Убрать скобки вокруг PANEL_STOCK_ALTLINUX.


Actual Results:  
Нет иконки altlinux

Expected Results:  
Иконка в глобальном меню.
Comment 1 Yuri N. Sedunov 2004-05-15 03:10:41 MSD
Это фрагмент gnome-panel-2.5.93-alt-menu_distribution.patch с искомой строкой.
Какие скобки имеются ввиду? Причем иконка то показываеится :):)


diff -durN gnome-panel-2.5.93.orig/gnome-panel/distribution.c
gnome-panel-2.5.93/gnome-panel/distribution.c
--- gnome-panel-2.5.93.orig/gnome-panel/distribution.c  2002-11-27 12:33:37 +0300
+++ gnome-panel-2.5.93/gnome-panel/distribution.c       2004-03-18 20:14:18 +0300
@@ -38,6 +38,11 @@
         PANEL_STOCK_CDE, "cdemenu:/",
         NULL, NULL
        },
+       { DISTRIBUTION_ALTLINUX, "/etc/altlinux-release",
+         N_("AltLinux"), N_("AltLinux menus"),
+        PANEL_STOCK_ALTLINUX, "gnome/distribution-menus/ALTLinux/.",
+        NULL,NULL
+       },
        { DISTRIBUTION_UNKNOWN, NULL, NULL, NULL, NULL }
 };
                                                                               
                                            
Comment 2 Yuri N. Sedunov 2004-05-15 11:16:22 MSD
not a bug.