Hi Rok.rokytnji wrote:Cave man instructions for nujinini from Neanderthal Biker. __{{emoticon}}__
No need to be root. Can edit with Leafpad or Geany also if you want to.
Does your friends .icewm folder look like this inside?
Right click on icemenuyap2.py (if it is there) and open with leafpad or geany (choice is yours). Proceed with your edit.
Happy trails, Rok
I edited the file by removing the"bold italics line" below but still nothing appears on the applications menu. I also tried to do"updatedb" and still nothing asppears __{{emoticon}}__
Code: Select all
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Build icewm menu from .desktop files in /usr/share/applications
#
# Usage: python icemenuyap2.py > icemenu.txt
# or add to icewm startup file:
# python ~/.icewm/icemenuyap2.py > ~/.icewm/application &
# and to icewm menu file:
# menufile"Application""folder" ~/.icewm/application
#
# Copyright (C) 2009 Federico Pelloni <federico.pelloni@gmail.com>
# Lion1810 <lion1810@inwind.it>
# Based on icemenuyap.py by btekbas@gmail.com - which was based
# on gnome2fluxmenu
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
import gconf,os,sys,random,mimetypes,glob
[b][i]gnmp_st="/usr/share/applications"[/i][/b]
catacce_sl=[]
catutil_sl=[]
catgame_sl=[]
catgrap_sl=[]
catnetw_sl=[]
[ line 22/134 (16%), col 1
Thanks __{{emoticon}}__