From c9ecfb4ca3779258019cfaea3f1da9f6b403166f Mon Sep 17 00:00:00 2001 From: Pedro Giffuni Date: Thu, 27 Oct 2011 01:45:30 +0000 Subject: i118519 - gtk quickstarter: use GtkStatusIcon instead of libegg. Patch by Ariel Constenla-Haile --- scp2/source/ooo/common_brand.scp | 22 +++++++++++----------- scp2/source/ooo/file_library_ooo.scp | 31 ++++++++++++------------------- 2 files changed, 23 insertions(+), 30 deletions(-) (limited to 'scp2') diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 88807d27a599..5af86803ea87 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -98,7 +98,7 @@ Module gid_Module_Root_Brand gid_Brand_File_Share_Xdg_JavaFilter, gid_Brand_File_Share_Xdg_Math, gid_Brand_File_Share_Xdg_Printeradmin, -// gid_Brand_File_Share_Xdg_QStart, + gid_Brand_File_Share_Xdg_QStart, gid_Brand_File_Share_Xdg_StartCenter, gid_Brand_File_Share_Xdg_Writer, gid_Brand_File_Txt_Package); @@ -738,16 +738,16 @@ File gid_Brand_File_Share_Xdg_Printeradmin End #endif -//#if defined UNX && ! defined MACOSX -//#ifdef ENABLE_GTK -//File gid_Brand_File_Share_Xdg_QStart -// TXT_FILE_BODY; -// Dir = gid_Brand_Dir_Share_Xdg; -// Styles = (PACKED,SCPZIP_REPLACE); -// Name = "qstart.desktop"; -//End -//#endif -//#endif +#if defined UNX && ! defined MACOSX +#ifdef ENABLE_GTK +File gid_Brand_File_Share_Xdg_QStart + TXT_FILE_BODY; + Dir = gid_Brand_Dir_Share_Xdg; + Styles = (PACKED,SCPZIP_REPLACE); + Name = "qstart.desktop"; +End +#endif +#endif #if defined UNX && ! defined MACOSX File gid_Brand_File_Share_Xdg_Writer diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 52a7d62a0584..808fdf2cdefd 100755 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -208,25 +208,18 @@ End #endif -//#ifdef UNX -//#ifdef ENABLE_GTK -//#ifdef ENABLE_SYSTRAY_GTK -//File gid_File_Lib_Egg_Tray -// TXT_FILE_BODY; -// Styles = (PACKED); -// Dir = SCP2_OOO_BIN_DIR; -// Name = STRING(CONCAT3(libeggtray,DLLPOSTFIX,UNXSUFFIX)); -//End -// -//File gid_File_Lib_QStart_Gtk -// Name = LIBNAME(qstart_gtk); -// TXT_FILE_BODY; -// Styles = (PACKED); -// Dir = SCP2_OOO_BIN_DIR; -//End -//#endif -//#endif -//#endif +#ifdef UNX +#ifdef ENABLE_GTK +#ifdef ENABLE_SYSTRAY_GTK +File gid_File_Lib_QStart_Gtk + Name = LIBNAME(qstart_gtk); + TXT_FILE_BODY; + Styles = (PACKED); + Dir = SCP2_OOO_BIN_DIR; +End +#endif +#endif +#endif STD_LIB_FILE( gid_File_Lib_Dba, dba) -- cgit