vfmg-enlightenment patch

Przemysław Iskra sparky at servek.sparky.homelinux.org
Thu Dec 9 21:58:28 CET 2004


On Thu, Dec 09, 2004 at 09:41:36PM +0100, havner wrote:
> --- vfmg-0.9.18/vfmg.orig       2004-12-07 19:12:25.793620512 +0100
> +++ vfmg-0.9.18/vfmg    2004-12-07 19:13:33.724293480 +0100
> @@ -74,7 +74,7 @@
>  @tmp=split(/:+/,$ENV{'XDG_DATA_DIRS'}) if $ENV{'XDG_DATA_DIRS'};
>  my @xdg_data_dirs=grep -d, $tmp, at tmp;
> 
> -$tmp="$ENV{'HOME'}/.config";
> +#$tmp="$ENV{'HOME'}/.config";
>  $tmp="$ENV{'XDG_CONFIG_HOME'}" if $ENV{'XDG_CONFIG_HOME'};
>  @tmp=("/etc/xdg");
>  @tmp=split(/:+/,$ENV{'XDG_CONFIG_DIRS'}) if $ENV{'XDG_CONFIG_DIRS'};
> 
> Why is that so? AFAIR this patch as sent to the list didn't contain
> this. Is it neccessary, or just by mistake?
sorry, this should go to separated patch, PLD specific

why ?
"our" gnome creates a file .config/menus/applications.menu:

#v+
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">

<!-- File created by desktop-file-utils version 0.9 -->
<Menu>
  <Name>Applications</Name>
  <MergeFile>/etc/xdg/menus/applications.menu</MergeFile>
</Menu>
#v-


this adds unnecesary subgroup in vfmg's menu
we could use strip option, but strip brakes menus when there is no file
applications.menu

so I tought the best could be ommit this file, it's unnecesary and
I can't find way to change it from gnome - clicking, so if someone want
to change menu by hand can define XDG_CONFIG_HOME to .config


But I think this vfmg change should go to spec, and not to vfmg
repository


-- 
 ____  Sparky{PI] -- Przemyslaw _  ___  _  _  ..Mail,MSN  LANG...Pl..Ca..Es..En
/____) ___  ___  _ _ || Iskra  |  | _ \| |  | : GG...3228100  WWW..NotYetAvible
\____\| -_)'___| ||^'||//\\// <   |  _/| |  | : JID......sparky<at>jabberes.org
(____/||   (_-_|_||  ||\\ ||   |_ |_|  |_| _| :..sparky<at>sparky.homelinux.org




More information about the pld-devel-en mailing list