Intika-Linux-Firewall / Iptables-Editor-Gui

Iptables Editor Gui - Ipteditor
30 stars 6 forks source link

Trouble running the app #5

Open teicors opened 3 years ago

teicors commented 3 years ago

Hi, I followed the direction to sole the issue ... cannot load such file -- gettext (LoadError) but now I'm facing another issue: Gtk-Message: 15:54:26.636: Failed to load module "canberra-gtk-module" /home/angelo/Iptables-Editor-Gui/ipteditor-modules/ruleslist.rb:77:in block in addCols': 'Pango::WRAP_WORD_CHAR' has been deprecated. Use 'Pango::WrapMode::WORD_CHAR' or ':word_char'. Traceback (most recent call last): 7: from ./ipteditor:344:in

' 6: from ./ipteditor:310:in exec' 5: from ./ipteditor:304:iniptables' 4: from /home/angelo/Iptables-Editor-Gui/ipteditor-modules/tablesnotebook.rb:93:in text=' 3: from /home/angelo/Iptables-Editor-Gui/ipteditor-modules/tablesnotebook.rb:157:inloadRules' 2: from /home/angelo/Iptables-Editor-Gui/ipteditor-modules/tablesnotebook.rb:157:in each' 1: from /home/angelo/Iptables-Editor-Gui/ipteditor-modules/tablesnotebook.rb:179:inblock in loadRules' /home/angelo/Iptables-Editor-Gui/ipteditor-modules/chainsnotebook.rb:61:in addChain': undefined methodpolicy=' for nil:NilClass (NoMethodError)

teicors commented 3 years ago

I changed into the file ipteditor-modules/iptenotebook.rb the line 86 from when 'Fixnum' to when 'Integer' and I can run the soft, but double clicking on the line let the app crash with this error:

Iptables-Editor-Gui/ipteditor-modules/ruleslist.rb:147:in `editaCelula': undefined method `name' for #<Gtk::TreeViewColumn:0x2e35574 ptr=0x2fda848>
     from /home/angelo/Iptables-Editor-Gui/ipteditor-modules/ruleslist.rb:30:in `block in initialize'
     from ./ipteditor:312:in `main'
     from ./ipteditor:312:in `exec'
     from ./ipteditor:344:in `<main>'