Bug 13193 - Can`t start Gpodder program
Summary: Can`t start Gpodder program
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 4
Hardware: x86_64 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: QA Team
QA Contact:
URL:
Whiteboard: MGA4-64-OK MGA4-32-OK advisory
Keywords: validated_update
Depends on:
Blocks:
 
Reported: 2014-04-11 11:56 CEST by Klava Petrenko
Modified: 2014-11-26 18:29 CET (History)
4 users (show)

See Also:
Source RPM: gpodder-3.5.2-3.mga4
CVE:
Status comment:


Attachments

Description Klava Petrenko 2014-04-11 11:56:53 CEST
Description of problem:


Cant not start gpodder. Yesturday all was fine, but now I am rceiving this messages when starting gpodder from terminal emulator:


1397210053.353803 [gpodder.sync] WARNING: Could not find eyeD3
1397210053.395871 [gpodder.log] ERROR: Uncaught exception: Traceback (most recent call last):
  File "/bin/gpodder", line 174, in <module>
    main()
  File "/bin/gpodder", line 169, in main
    main.main(options)
  File "/usr/lib/python2.7/site-packages/gpodder/gtkui/main.py", line 3521, in main
    gp = gPodder(bus_name, core.Core(UIConfig, model_class=Model))
  File "/usr/lib/python2.7/site-packages/gpodder/gtkui/main.py", line 122, in __init__
    BuilderWidget.__init__(self, None)
  File "/usr/lib/python2.7/site-packages/gpodder/gtkui/interface/common.py", line 38, in __init__
    GtkBuilderWidget.__init__(self, gpodder.ui_folders, gpodder.textdomain, **kwargs)
  File "/usr/lib/python2.7/site-packages/gpodder/gtkui/base.py", line 66, in __init__
    self.new()
  File "/usr/lib/python2.7/site-packages/gpodder/gtkui/main.py", line 126, in new
    self.toolbar.set_property('visible', self.config.show_toolbar)
AttributeError: 'gPodder' object has no attribute 'toolbar'

Traceback (most recent call last):
  File "/bin/gpodder", line 174, in <module>
    main()
  File "/bin/gpodder", line 169, in main
    main.main(options)
  File "/usr/lib/python2.7/site-packages/gpodder/gtkui/main.py", line 3521, in main
    gp = gPodder(bus_name, core.Core(UIConfig, model_class=Model))
  File "/usr/lib/python2.7/site-packages/gpodder/gtkui/main.py", line 122, in __init__
    BuilderWidget.__init__(self, None)
  File "/usr/lib/python2.7/site-packages/gpodder/gtkui/interface/common.py", line 38, in __init__
    GtkBuilderWidget.__init__(self, gpodder.ui_folders, gpodder.textdomain, **kwargs)
  File "/usr/lib/python2.7/site-packages/gpodder/gtkui/base.py", line 66, in __init__
    self.new()
  File "/usr/lib/python2.7/site-packages/gpodder/gtkui/main.py", line 126, in new
    self.toolbar.set_property('visible', self.config.show_toolbar)
AttributeError: 'gPodder' object has no attribute 'toolbar'



How reproducible:


Steps to Reproduce:
1.Install gpodder.
2.Launch gpodder using terminal emulator.

Reproducible: 

Steps to Reproduce:
Klava Petrenko 2014-04-11 11:57:28 CEST

CC: (none) => abbuyy

Jani Välimaa 2014-04-11 19:12:35 CEST

See Also: (none) => https://bugs.gpodder.org/show_bug.cgi?id=1618

Comment 1 Jani Välimaa 2014-04-11 19:17:08 CEST
This is also reported to upstream [1]. Try to launch gpodder with /usr/bin/gpodder. I think I'll apply a patch [2] from upstream to fix the issue when launching gpodder from menu entry.

[1] https://bugs.gpodder.org/show_bug.cgi?id=1618
[2] https://github.com/gpodder/gpodder/commit/b5d49990

CC: (none) => jani.valimaa

Comment 2 Jani Välimaa 2014-04-11 19:35:31 CEST
Pushed new release [1] to core/updates_testing which should fix the issue when launching app from menu entry. Please test it.

Please also note that this new release doesn't necessarily fix the issue when launching app from cmd.

[1] gpodder-3.5.2-3.1.mga4
Comment 3 Klava Petrenko 2014-04-11 20:33:20 CEST
(In reply to Jani Välimaa from comment #1)
> This is also reported to upstream [1]. Try to launch gpodder with
> /usr/bin/gpodder. I think I'll apply a patch [2] from upstream to fix the
> issue when launching gpodder from menu entry.
> 
> [1] https://bugs.gpodder.org/show_bug.cgi?id=1618
> [2] https://github.com/gpodder/gpodder/commit/b5d49990

If I start by specifying the full path then the progamm starts. And this messsages are displayed: 
1397240947.495432 [gpodder.sync] WARNING: Could not find eyeD3
1397240956.033538 [gpodder.my] WARNING: Flush requested, but sync disabled.
Jani Välimaa 2014-11-19 18:12:48 CET

Assignee: bugsquad => qa-bugs

Comment 4 Herman Viaene 2014-11-26 11:29:29 CET
Testing MGA4-64 on HP6555b
gpodder opens without apparent problems from the classical KDE menu.
When launched from the CLI - just the command gpodder - it also opens although with the warnings mentioned in Comment 3, but I could open the list of examples. I stopped the test at that point.

CC: (none) => herman.viaene
Whiteboard: (none) => MGA4-64-OK

Comment 5 David Walser 2014-11-26 17:42:48 CET
Tested Mageia 4 i586.  I had no issues starting the release version of the program from the command line or KDE menu, and downloading a podcast worked fine.  The updates_testing version starts fine too.

Validating.

Here's an advisory:

When launching gPodder from the menu, it could fail to find its data files in
some cases and not launch properly.  The menu entry has been fixed to use the
full path to the executable to avoid this problem.

Keywords: (none) => validated_update
Whiteboard: MGA4-64-OK => MGA4-64-OK MGA4-32-OK
CC: (none) => sysadmin-bugs

Comment 6 Rémi Verschelde 2014-11-26 17:50:43 CET
Advisory uploaded.

Whiteboard: MGA4-64-OK MGA4-32-OK => MGA4-64-OK MGA4-32-OK advisory

Comment 7 Mageia Robot 2014-11-26 18:29:49 CET
An update for this issue has been pushed to Mageia Updates repository.

http://advisories.mageia.org/MGAA-2014-0202.html

Status: NEW => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.