scudcloud icon indicating copy to clipboard operation
scudcloud copied to clipboard

Not work on OpenSUSE Leap 42.2

Open Akay7 opened this issue 7 years ago • 7 comments

ScudCloud Version

I'm try install that package from OpenSUSE repository Output of scudcloud --version: /usr/lib/python3.4/site-packages/scudcloud/notifier.py:3: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded. from gi.repository import Notify ScudCloud 1.41 Python 3.4.5 Qt 4.8.6 PyQt 4.11.4 SIP 4.16.9

I'm also tried install from source code after get that error, but it's not work too, error with import PyQt

Distro and Desktop info

  • Distribution: OpenSUSE
  • Version/Release: Leap 42.2
  • Desktop environment: KDE

Expected behavior

See chat

Actual behavior

See infinite

Steps to reproduce

  1. Login to team
  2. Loading never finished

Akay7 avatar Mar 13 '17 04:03 Akay7

Same issue here with Opensuse Leap 42.2. Are you planning to export the fix to all OS versions?

riflon avatar Mar 13 '17 14:03 riflon

Hi @riflon. Unfortunately I'm not responsible for openSUSE packages.

Anyway, the fix is simple: locate, edit file scudcloud/__main__.py and change:

app.setApplicationName(Resources.APP_NAME+' Slack_SSB')

by this:

app.setApplicationName(Resources.APP_NAME+' Slack')

raelgc avatar Mar 13 '17 14:03 raelgc

Ohh perfect! thank you very much @raelgc .

Cheers!

riflon avatar Mar 13 '17 14:03 riflon

Confirmed!!!! Scudcloud is running smoothly on my Opensuse. Thanks again!

riflon avatar Mar 13 '17 14:03 riflon

Welcome! I'm glad to hear it worked!

raelgc avatar Mar 13 '17 14:03 raelgc

@Akay7 @riflon @raelgc I'm sorry. I overlooked the release. SUSE repositories has been updated to 1.43.

mbajor avatar Mar 13 '17 23:03 mbajor

@mbajor I'm try reinstall from repository and get that error, when start or scudcloud --version command, what I'm doing wrong?

Traceback (most recent call last):
  File "/usr/bin/scudcloud", line 9, in <module>
    load_entry_point('scudcloud==1.43', 'gui_scripts', 'scudcloud')()
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 558, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2681, in load_entry_point
    raise ImportError("Entry point %r not found" % ((group, name),))
ImportError: Entry point ('gui_scripts', 'scudcloud') not found

Akay7 avatar Mar 14 '17 01:03 Akay7