thanks you Jens, it works fine for basic test
pofilter works fine, but same problem than pmkova with sub2po, to reproduce this, I only downloaded a random srt file from https://www.opensubtitles.org and ran sub2po file.srt
I suggest to open a dedicated bug for sub2po without locking this package as problem already existed with previous build.
I installed this program in group with translate-toolkit 2.0.0 and pofilter worked with some basic tests. Cf. FEDORA-2017-646e2fe595
works fine, I had to do --best --allowerasing to get python2-diff-match-patch
thanks for your work and your help Jens
Thank you for this package, but it doesn't work.
[root@fixe jb]# dnf install translate-toolkit-2.0.0-3.fc25.noarch --enablerepo=updates-testing Vérification de l'expiration des métadonnées effectuée il y a 0:03:25 sur Mon Feb 13 07:07:18 2017. Erreur : nothing provides python3-BeautifulSoup needed by translate-toolkit-2.0.0-3.fc25.noarch (essayez d'ajouter « --allowerasing » à la ligne de commande pour remplacer les paquets en conflit)
[root@fixe jb]# dnf install translate-toolkit-2.0.0-3.fc25.noarch --enablerepo=updates-testing --allowerasing Vérification de l'expiration des métadonnées effectuée il y a 0:04:38 sur Mon Feb 13 07:07:18 2017. Erreur : nothing provides python3-BeautifulSoup needed by translate-toolkit-2.0.0-3.fc25.noarch
[root@fixe jb]# dnf install python3-beautifulsoup4 Vérification de l'expiration des métadonnées effectuée il y a 0:04:59 sur Mon Feb 13 07:07:18 2017. Le paquet python3-beautifulsoup4-4.5.3-1.fc25.noarch est déjà installé, ignorer Dépendances résolues. Rien à faire. Terminé !
works fine, simple test with gnome-boxes for #1266484
it works, next time, include both packages zanata-api and zanata-client at the same time would be better, I though nothing worked and I was wrong
I confirm it works with zanata-api 3.9.1-2
I indeed use 3.9.1-1 witch is the only one for testing and it doesn't work. I do not understand why you push it to stable.
btw : enunciate-core-annotations-1.27-7.fc24.noarch
[jb@fixe retrace]$ zanata-cli pull --pull-type both [INFO] Loading project config from zanata.xml [INFO] Loading user config from /home/jb/.config/zanata.ini [INFO] client API version: 3.9.1, server API version: 3.9.1 Exception in thread "main" java.lang.NoClassDefFoundError: org/zanata/rest/service/StatisticsResource at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) at java.net.URLClassLoader.access$100(URLClassLoader.java:73) at java.net.URLClassLoader$1.run(URLClassLoader.java:368) at java.net.URLClassLoader$1.run(URLClassLoader.java:362) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:361) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.zanata.rest.client.RestClientFactory.getStatisticsClient(RestClientFactory.java:254) at org.zanata.client.commands.PushPullCommand.<init>(PushPullCommand.java:93) at org.zanata.client.commands.PushPullCommand.<init>(PushPullCommand.java:97) at org.zanata.client.commands.pull.PullCommand.<init>(PullCommand.java:62) at org.zanata.client.commands.pull.PullOptionsImpl.initCommand(PullOptionsImpl.java:61) at org.zanata.client.commands.ArgsUtil.runCommand(ArgsUtil.java:47) at org.zanata.client.ZanataClient.processArgs(ZanataClient.java:170) at org.zanata.client.ZanataClient.main(ZanataClient.java:95) Caused by: java.lang.ClassNotFoundException: org.zanata.rest.service.StatisticsResource at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 20 more ABRT problem creation: 'success' [jb@fixe retrace]$ zanata-cli --version zanata-cli Client version: 3.9.1 Client timestamp: 20160718-0654 Client SCM describe: API version: 3.9.1 API timestamp: 20160623-0243 API SCM describe:
works fine, but I don't understand where the icon should be present (#1243881)
I have a newspaper in application list I have a newspaper in application list A feed in top menu (application name) A planet in bottom left menu (next to owncloud)
works fine, thank you it was a good idea not to push josm-9900
works fine, thanks
works perfectly : http://www.openstreetmap.org/changeset/37276353
sorry, but it doesn't work : https://bugzilla.redhat.com/show_bug.cgi?id=1308516
Merci Cédric :)
no crash, but still doing nothing, am I missing something ?
[jean-baptiste@jportable ~]$ gphotoframe /usr/bin/gphotoframe:13: PyGIWarning: GtkClutter was imported without specifying a version first. Use gi.require_version('GtkClutter', '1.0') before import to ensure that the right version gets loaded. from gi.repository import GtkClutter /usr/lib/python2.7/site-packages/gphotoframe/utils/authwebkit.py:2: PyGIWarning: WebKit was imported without specifying a version first. Use gi.require_version('WebKit', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk, GObject, WebKit /usr/lib/python2.7/site-packages/gphotoframe/image/actor/map.py:2: PyGIWarning: Champlain was imported without specifying a version first. Use gi.require_version('Champlain', '0.12') before import to ensure that the right version gets loaded. from gi.repository import Clutter, Champlain
tried game, install sounds, worked fine
works fine, to check if there was any other "po2sub" issue, I ran this: for i in
ls /usr/bin/po2*
; do$i
; doneIt spotted one more tiny issue to fix for po2l20n: Traceback (most recent call last): File "/usr/bin/po2l20n", line 11, in <module> load_entry_point('translate-toolkit==2.1.0', 'console_scripts', 'po2l20n')() File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 560, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 2648, in load_entry_point return ep.load() File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 2302, in load return self.resolve() File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 2308, in resolve module = import(self.module_name, fromlist=['name'], level=0) File "/usr/lib/python3.6/site-packages/translate/convert/po2l20n.py", line 26, in <module> from translate.storage import l20n, po File "/usr/lib/python3.6/site-packages/translate/storage/l20n.py", line 24, in <module> from l20n.format.parser import FTLParser as L20nParser ModuleNotFoundError: No module named 'l20n'