Code: Select all
rmx@tux % denu ~
Traceback (most recent call last):
File "/usr/bin/denu", line 1049, in ?
treeviewdndex = DenuGUI()
File "/usr/bin/denu", line 952, in __init__
pickle.dump(mt,open(filename,'w'))
IOError: [Errno 2] No such file or directory: '/home/rmx/.denu/lastmenu.p'
rmx@tux % touch /home/rmx/.denu/lastmenu.p ~
touch: cannot touch `/home/rmx/.denu/lastmenu.p': No such file or directory
rmx@tux % mkdir /home/rmx/.denu/ ~
rmx@tux % touch /home/rmx/.denu/lastmenu.p ~
rmx@tux % denu ~
Traceback (most recent call last):
File "/usr/bin/denu", line 1049, in ?
treeviewdndex = DenuGUI()
File "/usr/bin/denu", line 953, in __init__
self.load_struct(filename, self.menustore)
File "/usr/bin/denu", line 534, in load_struct
structure = pickle.load(open(filename,'r'))
File "/usr/lib/python2.3/pickle.py", line 1390, in load
return Unpickler(file).load()
File "/usr/lib/python2.3/pickle.py", line 872, in load
dispatch[key](self)
File "/usr/lib/python2.3/pickle.py", line 894, in load_eof
raise EOFError
EOFError
rmx@tux % Code: Select all
Traceback (most recent call last):
File "/usr/bin/denu", line 1049, in ?
treeviewdndex = DenuGUI()
File "/usr/bin/denu", line 952, in __init__
pickle.dump(mt,open(filename,'w'))
IOError: [Errno 2] No such file or directory: '/home/mi/.denu/lastmenu.p'
Code: Select all
┌(mi@PerlBoxX)-(0)-(12:48 PM Sat Dec 25)->
└-(~)-(26 files, 4.4Mb)--> denu
** (denu:17851): WARNING **: `GtkTextSearchFlags' is not an enum type
/home/mi/.gtkrc-2.0:6: error: unexpected character `}', expected keyword - e.g. `style'
Traceback (most recent call last):
File "/usr/bin/denu", line 1049, in ?
treeviewdndex = DenuGUI()
File "/usr/bin/denu", line 965, in __init__
self.specialstore.append(None, ['label', 'Standard', '', self.pixbuf_manager('denu_folder.png'), ''])
File "/usr/bin/denu", line 706, in pixbuf_manager
self.pixbuf_index[filename] = gtk.gdk.pixbuf_new_from_file_at_size('/usr/share/pixmaps/' + filename, 16, 16)
AttributeError: 'module' object has no attribute 'pixbuf_new_from_file_at_size'


I like it but the proggy is noisey, if you click on add without anything being selected the program puts out this error messageTanNewt wrote:RMX, chmod the /usr/share/pixmaps folder. Lightvhawk0, you got it to work on amd64? HOw do you like it etc.?
Code: Select all
Traceback (most recent call last):
File "/usr/bin/denu", line 573, in move_selected
value = storesource.get_value(iter, 0)
TypeError: iter must be a GtkTreeIterCode: Select all
Traceback (most recent call last):
File "/usr/bin/denu", line 938, in ?
treeviewdndex = DenuGUI()
File "/usr/bin/denu", line 855, in __init__
imagefilename = 'denu_' + string.replace(contents[2], '\n', '') + '.png'
IndexError: list index out of range
Eh to hard lol. I just totaly uninstalled it and used the ebuild instead.TanNewt wrote:Chances are one of your specials is old. The old specials used to be parsed by lines. However now they are parsed with <denu-split-l1> first and then <denu-split-l2>. This allows multiline entries and also multiple window manager. All you must do is this. look in /usr/share/denu/specials and ~/.denu/specials and append <denu-split-l1> to the end of each line.
Imek, e16 or e17 support. YOU could add it to denu 2.1 but I'd be happy to.
Code: Select all
Traceback (most recent call last):
File "/usr/bin/denu", line 689, in interm
self.load_struct(filename, menustore)
File "/usr/bin/denu", line 424, in load_struct
structure = cPickle.load(open(filename,'r'))
cPickle.UnpicklingError: invalid load key, '<'.
So I cant just open up my openbox config and start editing. :/ o well.TanNewt wrote:You can only open denu generated files. ie what you save. Sorry if that wasn't made clear.
Code: Select all
Traceback (most recent call last):
File "/usr/bin/denu", line 938, in ?
treeviewdndex = DenuGUI()
File "/usr/bin/denu", line 848, in __init__
self.specialstore.append(None, ['label', 'Standard', '', self.pixbuf_manager('denu_folder.png'), ''])
File "/usr/bin/denu", line 582, in pixbuf_manager
file = open('/usr/share/pixmaps/' + filename, 'w')
IOError: [Errno 13] Permission denied: '/usr/share/pixmaps/denu_folder.png'