Author Topic: PCLinuxOS Education 2011 08 for test  (Read 19714 times)

Offline melodie

  • Hero Member
  • *****
  • Posts: 5946
  • Internet Relay Chat sur Freenode
    • PCLinuxOS Fr
Re: PCLinuxOS Education 2011 08 for test
« Reply #210 on: August 10, 2011, 08:07:22 PM »
OK, I know now, set up the menus is the easy part, but tools bars doesn't appear next time you open the program.

Here are some images, if somebody want to see them

Before    http://i54.tinypic.com/smblmp.png

After      http://i54.tinypic.com/2pzi34x.png

Maybe is something to report


I see... it would need further investigating. You could go to the ml to register : http://listes.educoo.org/mailman/listinfo/dev

Regards,
Mélodie

melodie at #lpic-fr on irc.freenode.net

Offline melodie

  • Hero Member
  • *****
  • Posts: 5946
  • Internet Relay Chat sur Freenode
    • PCLinuxOS Fr
Re: PCLinuxOS Education 2011 08 for test
« Reply #211 on: August 10, 2011, 08:10:38 PM »

What can I do about the Doc menu missing ? Do you have a suggestion ? (Else than adding packages because I don't think more would fit with a 700 MB size limit).


Hi Mélodie,

Is the gnome help file, "yelp", really needed?  I removed such and the documentation menus where deleted.

Jeff

Ok, yes it is needed by some program, to be able to display the help menu (don't remember which one(s) at the moment. I tried to add "NotShowIn=GNOME;" in the yelp.desktop file but no go. So I did a mv : "mv yelp.desktop yelp.desktop-back" and that works.

I can't suggest better for now...

Good night...
melodie at #lpic-fr on irc.freenode.net

Offline melodie

  • Hero Member
  • *****
  • Posts: 5946
  • Internet Relay Chat sur Freenode
    • PCLinuxOS Fr
Re: PCLinuxOS Education 2011 08 for test
« Reply #212 on: August 11, 2011, 05:15:03 AM »
Hi,

The solution to display Yelp help entry in right-click menus has been given to me.
The openbox-menu program allows for several flags in menu.xml configuration, to match the environment.

Quote
$ openbox-menu --help
Utilisation :
  openbox-menu [OPTION...] [menu]  - Openbox menu generator 0.3.6.2

Options de l'aide :
  -h, --help             Affiche les options de l'aide

Options de l'application :
  -c, --comment          Display comment instead of application name
  -i, --noicons          Don't display icons in menu
  -t, --terminal=cmd     Terminal command (default sakura -e)
  -g, --gnome            Display GNOME entries
  -k, --kde              Display KDE entries
  -x, --xfce             Display XFCE entries
  -r, --rox              Display ROX entries



In the third line of menu.xml changing this:
Quote
        <menu id="desktop-app" label="Applications" execute="openbox-menu -t 'sakura -e'" />


to this:
Quote
        <menu id="desktop-app" label="Applications" execute="openbox-menu -g -t 'sakura -e'" />


allows the display of the launcher for the programs who have a desktop file containing "OnlyShowIn=GNOME" as for yelp.desktop.

Now I can fix it for a few installs... in 3 different directories in each and for the next configuration presets. :P
I also put 2 posts here about desktop files :
Yelp Desktop file "OnlyShowIn" : why ?
Desktop files !!! @ù%ù^$£££€€€$$!!!

Regards,
Mélodie

melodie at #lpic-fr on irc.freenode.net