dancer_69 Δημοσ. 12 Μαΐου 2015 Δημοσ. 12 Μαΐου 2015 Πως το εγκατέστησες; Αν το κατέβασες από το git, τρέξε στον ριζικό φάκελο python3 setup.py build πρώτα για να δημιουργήσει τις μεταφράσεις. Ή python3 setup.py install αν θέλεις για εγκατάσταση στο σύστημα. Σε μερικές διανομές η python3 είναι η εξ ορισμού οπότε δεν χρειάζεται να γράψεις python3 αλλά σκέτο python. Sent from my Jolla using Insomnia Δεν το ειχα εγκαταστησει, το ετρεξα απ' ευθειας απ' το φακελο meteo_qt. Τωρα που το εγκατεστησα ομως δεν τρεχει ουτε απ' το /usr/local/bin ουτε κι απ' το φακελο που το ετρεχα πριν. Μου βγαζει σφαλμα: python meteo-qt Traceback (most recent call last): File "meteo-qt", line 4, in <module> from meteo_qt import meteo_qt File "/usr/local/lib/python2.7/dist-packages/meteo_qt/meteo_qt.py", line 7, in <module> from PyQt5.QtCore import * ImportError: No module named PyQt5.QtCore To python3-pyqt5 είναι εγκατεστημένο(έχω xubuntu 15.04)
DIMITRISG Δημοσ. 12 Μαΐου 2015 Μέλος Δημοσ. 12 Μαΐου 2015 Μάλλον η εντολή python είναι python2.7 και όχι python3 Κάνε το παρακέτω: git clone https://github.com/dglent/meteo-qt.git cd meteo-qt/ python3 setup.py build python3 meteo_qt/meteo_qt.py Άν έχεις ελληνικά στο σύστημα θα τα προεπιλέξει διαφορετικά επέλεξέ τα από τις ρυθίσεις και επανεκκίνησε το πρόγραμμα
dancer_69 Δημοσ. 12 Μαΐου 2015 Δημοσ. 12 Μαΐου 2015 Μάλλον η εντολή python είναι python2.7 και όχι python3 Κάνε το παρακέτω: git clone https://github.com/dglent/meteo-qt.git cd meteo-qt/ python3 setup.py build python3 meteo_qt/meteo_qt.py Άν έχεις ελληνικά στο σύστημα θα τα προεπιλέξει διαφορετικά επέλεξέ τα από τις ρυθίσεις και επανεκκίνησε το πρόγραμμα Με τα παραπανω τρεχει αλλα παλι δεν υπαρχουν ελληνικα, φαινεται υπαρχει σφαλμα στη μεταφραση: python3 setup.py build sh: 1: pylupdate5: not found Updating 'meteo_qt/translations/meteo-qt_vi.qm'... Generated 8 translation(s) (8 finished and 0 unfinished) Ignored 196 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_sk.qm'... Generated 1 translation(s) (1 finished and 0 unfinished) Ignored 203 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_pt.qm'... Generated 8 translation(s) (8 finished and 0 unfinished) Ignored 196 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_zh_TW.qm'... Generated 175 translation(s) (175 finished and 0 unfinished) Ignored 29 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_ru.qm'... Generated 161 translation(s) (161 finished and 0 unfinished) Ignored 43 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_en.qm'... Generated 0 translation(s) (0 finished and 0 unfinished) Ignored 204 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_ro.qm'... Generated 1 translation(s) (1 finished and 0 unfinished) Ignored 203 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_sv.qm'... Generated 1 translation(s) (1 finished and 0 unfinished) Ignored 203 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_cs.qm'... Generated 53 translation(s) (52 finished and 1 unfinished) Ignored 151 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_ca.qm'... Generated 1 translation(s) (1 finished and 0 unfinished) Ignored 203 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_es.qm'... Generated 197 translation(s) (196 finished and 1 unfinished) Ignored 7 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_pt_BR.qm'... Generated 57 translation(s) (56 finished and 1 unfinished) Ignored 147 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_nl.qm'... Generated 1 translation(s) (1 finished and 0 unfinished) Ignored 203 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_lt.qm'... Generated 8 translation(s) (8 finished and 0 unfinished) Ignored 196 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_de.qm'... Generated 204 translation(s) (204 finished and 0 unfinished) Updating 'meteo_qt/translations/meteo-qt_it.qm'... Generated 57 translation(s) (56 finished and 1 unfinished) Ignored 147 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_tr.qm'... Generated 147 translation(s) (146 finished and 1 unfinished) Ignored 57 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_he.qm'... Generated 32 translation(s) (31 finished and 1 unfinished) Ignored 172 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_zh_CN.qm'... Generated 57 translation(s) (56 finished and 1 unfinished) Ignored 147 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_ja.qm'... Generated 1 translation(s) (1 finished and 0 unfinished) Ignored 203 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_da.qm'... Generated 8 translation(s) (8 finished and 0 unfinished) Ignored 196 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_pl.qm'... Generated 146 translation(s) (146 finished and 0 unfinished) Ignored 58 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_fi.qm'... Generated 1 translation(s) (1 finished and 0 unfinished) Ignored 203 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_bg.qm'... Generated 39 translation(s) (38 finished and 1 unfinished) Ignored 165 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_fr.qm'... Generated 204 translation(s) (204 finished and 0 unfinished) Updating 'meteo_qt/translations/meteo-qt_uk.qm'... Generated 204 translation(s) (204 finished and 0 unfinished) Updating 'meteo_qt/translations/meteo-qt_nb.qm'... Generated 1 translation(s) (1 finished and 0 unfinished) Ignored 203 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_hu.qm'... Generated 8 translation(s) (8 finished and 0 unfinished) Ignored 196 untranslated source text(s) Updating 'meteo_qt/translations/meteo-qt_el.qm'... Generated 203 translation(s) (203 finished and 0 unfinished) Ignored 1 untranslated source text(s) running build running build_py creating build creating build/lib creating build/lib/meteo_qt copying meteo_qt/meteo_qt.py -> build/lib/meteo_qt copying meteo_qt/conditions.py -> build/lib/meteo_qt copying meteo_qt/qrc_resources.py -> build/lib/meteo_qt copying meteo_qt/searchcity.py -> build/lib/meteo_qt copying meteo_qt/citylistdlg.py -> build/lib/meteo_qt copying meteo_qt/__init__.py -> build/lib/meteo_qt copying meteo_qt/overview.py -> build/lib/meteo_qt copying meteo_qt/settings.py -> build/lib/meteo_qt copying meteo_qt/about_dlg.py -> build/lib/meteo_qt running build_scripts creating build/scripts-3.4 copying and adjusting bin/meteo-qt -> build/scripts-3.4 changing mode of build/scripts-3.4/meteo-qt from 664 to 775 επίσης τώρα εμφανίζεται ένα γκρι τετραγωνάκι(αντί για τα εικονίδια καιρού) στο tray python3 meteo_qt/meteo_qt.py (python3:18941): Gtk-WARNING **: Αδυναμία εντοπισμού μηχανής θεμάτων στη διαδρομή_αρθρώματος: "clearlooks", (python3:18941): Gtk-WARNING **: Αδυναμία εντοπισμού μηχανής θεμάτων στη διαδρομή_αρθρώματος: "clearlooks", Update... Download thread done Download 5 days forecast icons... Download forecast icons for the day... Paint tray icon... Download forecast icons thread done Download forecast icons thread done
DIMITRISG Δημοσ. 12 Μαΐου 2015 Μέλος Δημοσ. 12 Μαΐου 2015 (επεξεργασμένο) Για τη γλώσσα, για δοκίμασε να βάλεις Πορτογαλικά Βραζιλίας (υποπτεύομαι κάτι σχετικά με <el> και <el_GR>) Για το εικονίδιο δεν μπορώ να καταλάβω το λόγο, σε τι γραφικό περιβάλον το τρέχεις; Επεξ/σία 18 Μαΐου 2015 από DIMITRISG
dancer_69 Δημοσ. 12 Μαΐου 2015 Δημοσ. 12 Μαΐου 2015 Xfce έχω με Openbox. Του έκανα εγκατάσταση ξανά, αλλά δεν εμφανιζόταν καθόλου το εικονίδιο πλέον. Έκανα αποσύνδεση και μετά όλα λειτούργησαν σωστά! Και το εικονίδιο εμφανίζεται και τα ελληνικά. Ελπίζω να είναι εντάξει τώρα. Ευχαριστώ για τη βοήθεια.
DIMITRISG Δημοσ. 16 Μαΐου 2015 Μέλος Δημοσ. 16 Μαΐου 2015 Το κακό με τα from foo import * είναι ότι δεν ξέρεις από που έρχεται τι, και χαλάνε εν μέρη την λειτουργία των code analysis tools. Στη python ακόμα και οι κλάσσεις που δεν έχουν γίνει instantiated (αρχικοποιηθεί) έχουν την ιδιαιτερότητα ότι είναι αντικείμενα.Σιγουρα υπάρχει ένα κάποιο αντικτυπο στη κατανάλωση μνήμης αν γεμίζεις το namespace με ονοματα που δε θα χρησιμοποιήσεις αλλά δε νομίζω οτι τα from module import * φταίνε για την υπερβολική κατανάλωση μνήμης που λένε στο πρόγραμμα σου. Το άλλαξα με μόνο με τα εν χρήσει imports https://github.com/dglent/meteo-qt/commit/a4b8be46a7ee8cecaac4b074f3a5820c1eb3a179 δεν είδα διαφορά όπως λέει εδώ: http://codrspace.com/durden/be-careful-what-you-import/ Αλλά, παρατήρησα ότι όσο έκανα refresh ή άλλαζα πόλη, η μνήμη σταδιακά ανέβαινε! Μάλιστα μετά από αρκετές φορές ξεπερνούσε τα 100 mb κυρίως όταν είχα το διάλογο με τις πληροφορίες ανοιχτό. Μάλλον το έιχα καταλάβει λάθος, ότι και με τη hide ο διάλογος διαγραφόταν λόγω του «Qt.WA_DeleteOnClose» http://pyqt.sourceforge.net/Docs/PyQt4/qt.html#WidgetAttribute-enum αλλά μάλλον δε συνέβαινε... Το διόρθωσα με αυτό https://github.com/dglent/meteo-qt/commit/1a25af251dbf662ecfcba456ccbf6043b62b95fc και η χρησιμοποιούμενη Private μνήμνη παραμένει μεταξύ 30-35 mb όσες φορές και να κάνει refresh. Η έξοδος του pmap -x <pid> 4134: python3 meteo_qt/meteo_qt.py Address Kbytes RSS Dirty Mode Mapping 0000000000400000 4 4 0 r-x-- python3.4m 0000000000601000 4 4 4 r---- python3.4m 0000000000602000 4 4 4 rw--- python3.4m 0000000001728000 8824 8788 8788 rw--- [ anon ] 00007f00ac000000 132 44 44 rw--- [ anon ] 00007f00ac021000 65404 0 0 ----- [ anon ] 00007f00b4000000 3672 352 352 rw--- [ anon ] 00007f00b4396000 61864 0 0 ----- [ anon ] 00007f00b9ac3000 344 272 0 r---- LiberationSans-Bold.ttf 00007f00b9b19000 32 4 4 rw--- [ anon ] 00007f00b9b21000 728 372 0 r---- DejaVuSans.ttf 00007f00b9bd7000 256 64 64 rw--- [ anon ] 00007f00b9c17000 4 0 0 ----- [ anon ] 00007f00b9c18000 8192 24 24 rw--- [ anon ] 00007f00ba418000 340 272 0 r---- LiberationSans-Regular.ttf 00007f00ba46d000 44 44 0 r--s- 20b58f14c9b581391d79ea335a81488a-le64.cache-4 00007f00ba478000 20 20 0 r--s- 87f5e051180a7a75f16eb6fe7dbd3749-le64.cache-4 00007f00ba47d000 44 44 0 r--s- b79f3aaa7d385a141ab53ec885cc22a8-le64.cache-4 00007f00ba488000 44 44 0 r--s- 79aeb4e90a401e55ec91db207072ba77-le64.cache-4 00007f00ba493000 88 84 4 r-x-- libresolv-2.20.so 00007f00ba4a9000 2044 0 0 ----- libresolv-2.20.so 00007f00ba6a8000 4 4 4 r---- libresolv-2.20.so 00007f00ba6a9000 4 4 4 rw--- libresolv-2.20.so 00007f00ba6aa000 8 0 0 rw--- [ anon ] 00007f00ba6ac000 20 20 4 r-x-- libnss_dns-2.20.so 00007f00ba6b1000 2044 0 0 ----- libnss_dns-2.20.so 00007f00ba8b0000 4 4 4 r---- libnss_dns-2.20.so 00007f00ba8b1000 4 4 4 rw--- libnss_dns-2.20.so 00007f00ba8b2000 88 88 4 r-x-- libnsl-2.20.so 00007f00ba8c8000 2044 0 0 ----- libnsl-2.20.so 00007f00baac7000 4 4 4 r---- libnsl-2.20.so 00007f00baac8000 4 4 4 rw--- libnsl-2.20.so 00007f00baac9000 8 0 0 rw--- [ anon ] 00007f00baacb000 44 44 4 r-x-- libnss_nis-2.20.so 00007f00baad6000 2044 0 0 ----- libnss_nis-2.20.so 00007f00bacd5000 4 4 4 r---- libnss_nis-2.20.so 00007f00bacd6000 4 4 4 rw--- libnss_nis-2.20.so 00007f00bacd7000 48 48 4 r-x-- libnss_files-2.20.so 00007f00bace3000 2044 0 0 ----- libnss_files-2.20.so 00007f00baee2000 4 4 4 r---- libnss_files-2.20.so 00007f00baee3000 4 4 4 rw--- libnss_files-2.20.so 00007f00baee4000 8 8 0 r-x-- libnss_mdns4_minimal.so.2 00007f00baee6000 2044 0 0 ----- libnss_mdns4_minimal.so.2 00007f00bb0e5000 4 4 4 r---- libnss_mdns4_minimal.so.2 00007f00bb0e6000 4 4 4 rw--- libnss_mdns4_minimal.so.2 00007f00bb0e7000 664 64 0 r-x-- unicodedata.cpython-34m.so 00007f00bb18d000 2044 0 0 ----- unicodedata.cpython-34m.so 00007f00bb38c000 4 4 4 r---- unicodedata.cpython-34m.so 00007f00bb38d000 88 64 8 rw--- unicodedata.cpython-34m.so 00007f00bb3a3000 4 0 0 ----- [ anon ] 00007f00bb3a4000 8192 24 24 rw--- [ anon ] 00007f00bbba4000 276 64 4 r-x-- libjpeg.so.8.0.2 00007f00bbbe9000 2044 0 0 ----- libjpeg.so.8.0.2 00007f00bbde8000 4 4 4 r---- libjpeg.so.8.0.2 00007f00bbde9000 4 4 4 rw--- libjpeg.so.8.0.2 00007f00bbdea000 64 0 0 rw--- [ anon ] 00007f00bbdfa000 20 20 4 r-x-- libXfixes.so.3.1.0 00007f00bbdff000 2044 0 0 ----- libXfixes.so.3.1.0 00007f00bbffe000 4 4 4 r---- libXfixes.so.3.1.0 00007f00bbfff000 4 4 4 rw--- libXfixes.so.3.1.0 00007f00bc000000 132 108 108 rw--- [ anon ] 00007f00bc021000 65404 0 0 ----- [ anon ] 00007f00c0004000 20 20 0 r--s- 5d999c1bbe32f61af008974facb58b71-le64.cache-4 00007f00c0009000 4 4 0 r--s- 7da55d1e7d728c2dd4ade73d02652207-le64.cache-4 00007f00c000a000 20 20 0 r--s- 2378518438f63c3b817ac6ed0370f9e5-le64.cache-4 00007f00c000f000 40 40 0 r--s- 5e7b90061e9d5a1d85b505e0b2973c11-le64.cache-4 00007f00c0019000 4 4 0 r--s- e4dcc41f897e5a7896d5ccad1f76cd10-le64.cache-4 00007f00c001a000 84 84 0 r--s- 8d4af663993b81a124ee82e610bb31f9-le64.cache-4 00007f00c002f000 256 256 256 rw--- [ anon ] 00007f00c006f000 328 132 4 r-x-- libQt5Svg.so.5.4.0 00007f00c00c1000 4 0 0 ----- libQt5Svg.so.5.4.0 00007f00c00c2000 8 8 8 r---- libQt5Svg.so.5.4.0 00007f00c00c4000 8 8 8 rw--- libQt5Svg.so.5.4.0 00007f00c00c6000 20 20 0 r--s- d9eb7a4464879e0503afd27f11d218a3-le64.cache-4 00007f00c00cb000 28 28 0 r--s- d3b0e3959bc790546c333c85758d7ef5-le64.cache-4 00007f00c00d2000 24 24 0 r--s- 0cca5e4a817dcdc5e3d09a70dbf58451-le64.cache-4 00007f00c00d8000 8 8 0 r--s- 99a1ce9f8b6a0434aadb01d3779b0780-le64.cache-4 00007f00c00da000 8 8 0 r--s- f9d379b867d7c69c85310a4f24e5228f-le64.cache-4 00007f00c00dc000 12 12 0 r--s- d62e99ef547d1d24cdb1bd22ec1a2976-le64.cache-4 00007f00c00df000 32 4 4 rw--- [ anon ] 00007f00c00e7000 40 40 8 r-x-- libXcursor.so.1.0.2 00007f00c00f1000 2044 0 0 ----- libXcursor.so.1.0.2 00007f00c02f0000 4 4 4 r---- libXcursor.so.1.0.2 00007f00c02f1000 4 4 4 rw--- libXcursor.so.1.0.2 00007f00c02f2000 4 0 0 ----- [ anon ] 00007f00c02f3000 8192 8 8 rw--- [ anon ] 00007f00c0af3000 280 240 8 r-x-- libdbus-1.so.3.8.11 00007f00c0b39000 2044 0 0 ----- libdbus-1.so.3.8.11 00007f00c0d38000 4 4 4 r---- libdbus-1.so.3.8.11 00007f00c0d39000 4 4 4 rw--- libdbus-1.so.3.8.11 00007f00c0d3a000 16 16 4 r-x-- libxcb-util.so.1.0.0 00007f00c0d3e000 2048 0 0 ----- libxcb-util.so.1.0.0 00007f00c0f3e000 4 4 4 r---- libxcb-util.so.1.0.0 00007f00c0f3f000 4 4 4 rw--- libxcb-util.so.1.0.0 00007f00c0f40000 488 444 4 r-x-- libQt5DBus.so.5.4.0 00007f00c0fba000 8 8 8 r---- libQt5DBus.so.5.4.0 00007f00c0fbc000 4 4 4 rw--- libQt5DBus.so.5.4.0 00007f00c0fbd000 4 4 4 rw--- [ anon ] 00007f00c0fbe000 36 36 4 r-x-- libXrender.so.1.3.0 00007f00c0fc7000 2044 0 0 ----- libXrender.so.1.3.0 00007f00c11c6000 4 4 4 r---- libXrender.so.1.3.0 00007f00c11c7000 4 4 4 rw--- libXrender.so.1.3.0 00007f00c11c8000 584 472 8 r-x-- libfreetype.so.6.11.3 00007f00c125a000 2044 0 0 ----- libfreetype.so.6.11.3 00007f00c1459000 24 24 24 r---- libfreetype.so.6.11.3 00007f00c145f000 4 4 4 rw--- libfreetype.so.6.11.3 00007f00c1460000 240 240 8 r-x-- libfontconfig.so.1.8.0 00007f00c149c000 2044 0 0 ----- libfontconfig.so.1.8.0 00007f00c169b000 8 8 8 r---- libfontconfig.so.1.8.0 00007f00c169d000 4 4 4 rw--- libfontconfig.so.1.8.0 00007f00c169e000 232 224 8 r-x-- libxkbcommon.so.0.0.0 00007f00c16d8000 2044 0 0 ----- libxkbcommon.so.0.0.0 00007f00c18d7000 8 8 8 r---- libxkbcommon.so.0.0.0 00007f00c18d9000 4 4 4 rw--- libxkbcommon.so.0.0.0 00007f00c18da000 28 28 8 r-x-- libxkbcommon-x11.so.0.0.0 00007f00c18e1000 2044 0 0 ----- libxkbcommon-x11.so.0.0.0 00007f00c1ae0000 4 4 4 r---- libxkbcommon-x11.so.0.0.0 00007f00c1ae1000 4 4 4 rw--- libxkbcommon-x11.so.0.0.0 00007f00c1ae2000 104 104 4 r-x-- libxcb-xkb.so.1.0.0 00007f00c1afc000 2044 0 0 ----- libxcb-xkb.so.1.0.0 00007f00c1cfb000 4 4 4 r---- libxcb-xkb.so.1.0.0 00007f00c1cfc000 4 4 4 rw--- libxcb-xkb.so.1.0.0 00007f00c1cfd000 8 8 4 r-x-- libxcb-keysyms.so.1.0.0 00007f00c1cff000 2044 0 0 ----- libxcb-keysyms.so.1.0.0 00007f00c1efe000 4 4 4 r---- libxcb-keysyms.so.1.0.0 00007f00c1eff000 4 4 4 rw--- libxcb-keysyms.so.1.0.0 00007f00c1f00000 8 8 0 r-x-- libxcb-shape.so.0.0.0 00007f00c1f02000 2048 0 0 ----- libxcb-shape.so.0.0.0 00007f00c2102000 4 4 4 r---- libxcb-shape.so.0.0.0 00007f00c2103000 4 4 4 rw--- libxcb-shape.so.0.0.0 00007f00c2104000 48 48 0 r-x-- libxcb-randr.so.0.1.0 00007f00c2110000 2048 0 0 ----- libxcb-randr.so.0.1.0 00007f00c2310000 4 4 4 r---- libxcb-randr.so.0.1.0 00007f00c2311000 4 4 4 rw--- libxcb-randr.so.0.1.0 00007f00c2312000 8 8 0 r-x-- libxcb-shm.so.0.0.0 00007f00c2314000 2044 0 0 ----- libxcb-shm.so.0.0.0 00007f00c2513000 4 4 4 r---- libxcb-shm.so.0.0.0 00007f00c2514000 4 4 4 rw--- libxcb-shm.so.0.0.0 00007f00c2515000 24 24 0 r-x-- libxcb-xfixes.so.0.0.0 00007f00c251b000 2044 0 0 ----- libxcb-xfixes.so.0.0.0 00007f00c271a000 4 4 4 r---- libxcb-xfixes.so.0.0.0 00007f00c271b000 4 4 4 rw--- libxcb-xfixes.so.0.0.0 00007f00c271c000 20 20 4 r-x-- libxcb-sync.so.1.0.0 00007f00c2721000 2044 0 0 ----- libxcb-sync.so.1.0.0 00007f00c2920000 4 4 4 r---- libxcb-sync.so.1.0.0 00007f00c2921000 4 4 4 rw--- libxcb-sync.so.1.0.0 00007f00c2922000 16 16 4 r-x-- libxcb-icccm.so.4.0.0 00007f00c2926000 2048 0 0 ----- libxcb-icccm.so.4.0.0 00007f00c2b26000 4 4 4 r---- libxcb-icccm.so.4.0.0 00007f00c2b27000 4 4 4 rw--- libxcb-icccm.so.4.0.0 00007f00c2b28000 16 16 4 r-x-- libxcb-image.so.0.0.0 00007f00c2b2c000 2044 0 0 ----- libxcb-image.so.0.0.0 00007f00c2d2b000 4 4 4 r---- libxcb-image.so.0.0.0 00007f00c2d2c000 4 4 4 rw--- libxcb-image.so.0.0.0 00007f00c2d2d000 32 32 0 r-x-- libxcb-render.so.0.0.0 00007f00c2d35000 2048 0 0 ----- libxcb-render.so.0.0.0 00007f00c2f35000 4 4 4 r---- libxcb-render.so.0.0.0 00007f00c2f36000 4 4 4 rw--- libxcb-render.so.0.0.0 00007f00c2f37000 84 84 0 r-x-- libxcb-glx.so.0.0.0 00007f00c2f4c000 2048 0 0 ----- libxcb-glx.so.0.0.0 00007f00c314c000 8 8 8 r---- libxcb-glx.so.0.0.0 00007f00c314e000 4 4 4 rw--- libxcb-glx.so.0.0.0 00007f00c314f000 12 12 4 r-x-- libxcb-render-util.so.0.0.0 00007f00c3152000 2044 0 0 ----- libxcb-render-util.so.0.0.0 00007f00c3351000 4 4 4 r---- libxcb-render-util.so.0.0.0 00007f00c3352000 4 4 4 rw--- libxcb-render-util.so.0.0.0 00007f00c3353000 60 60 8 r-x-- libXi.so.6.1.0 00007f00c3362000 2044 0 0 ----- libXi.so.6.1.0 00007f00c3561000 4 4 4 r---- libXi.so.6.1.0 00007f00c3562000 4 4 4 rw--- libXi.so.6.1.0 00007f00c3563000 4 4 0 r-x-- libX11-xcb.so.1.0.0 00007f00c3564000 2044 0 0 ----- libX11-xcb.so.1.0.0 00007f00c3763000 4 4 4 r---- libX11-xcb.so.1.0.0 00007f00c3764000 4 4 4 rw--- libX11-xcb.so.1.0.0 00007f00c3765000 716 680 8 r-x-- libqxcb.so 00007f00c3818000 16 16 16 r---- libqxcb.so 00007f00c381c000 16 16 16 rw--- libqxcb.so 00007f00c3820000 21024 252 0 r--s- icudt53l.dat 00007f00c4ca8000 256 256 256 rw--- [ anon ] 00007f00c4ce8000 20 20 0 r-x-- select.cpython-34m.so 00007f00c4ced000 2044 0 0 ----- select.cpython-34m.so 00007f00c4eec000 4 4 4 r---- select.cpython-34m.so 00007f00c4eed000 8 8 8 rw--- select.cpython-34m.so 00007f00c4eef000 12 12 0 r-x-- _posixsubprocess.cpython-34m.so 00007f00c4ef2000 2044 0 0 ----- _posixsubprocess.cpython-34m.so 00007f00c50f1000 4 4 4 r---- _posixsubprocess.cpython-34m.so 00007f00c50f2000 4 4 4 rw--- _posixsubprocess.cpython-34m.so 00007f00c50f3000 20 20 0 r-x-- zlib.cpython-34m.so 00007f00c50f8000 2044 0 0 ----- zlib.cpython-34m.so 00007f00c52f7000 4 4 4 r---- zlib.cpython-34m.so 00007f00c52f8000 8 8 8 rw--- zlib.cpython-34m.so 00007f00c52fa000 256 256 256 rw--- [ anon ] 00007f00c533a000 4 4 0 r-x-- _opcode.cpython-34m.so 00007f00c533b000 2044 0 0 ----- _opcode.cpython-34m.so 00007f00c553a000 4 4 4 r---- _opcode.cpython-34m.so 00007f00c553b000 4 4 4 rw--- _opcode.cpython-34m.so 00007f00c553c000 512 512 512 rw--- [ anon ] 00007f00c55bc000 16 16 0 r-x-- libgpg-error.so.0.11.0 00007f00c55c0000 2044 0 0 ----- libgpg-error.so.0.11.0 00007f00c57bf000 4 4 4 r---- libgpg-error.so.0.11.0 00007f00c57c0000 4 4 4 rw--- libgpg-error.so.0.11.0 00007f00c57c1000 196 64 4 r-x-- liblzma.so.5.2.0 00007f00c57f2000 2044 0 0 ----- liblzma.so.5.2.0 00007f00c59f1000 4 4 4 r---- liblzma.so.5.2.0 00007f00c59f2000 4 4 4 rw--- liblzma.so.5.2.0 00007f00c59f3000 512 52 4 r-x-- libgcrypt.so.11.8.3 00007f00c5a73000 2048 0 0 ----- libgcrypt.so.11.8.3 00007f00c5c73000 4 4 4 r---- libgcrypt.so.11.8.3 00007f00c5c74000 16 16 16 rw--- libgcrypt.so.11.8.3 00007f00c5c78000 4 0 0 rw--- [ anon ] 00007f00c5c79000 1388 968 12 r-x-- libxml2.so.2.9.1 00007f00c5dd4000 2044 0 0 ----- libxml2.so.2.9.1 00007f00c5fd3000 32 32 32 r---- libxml2.so.2.9.1 00007f00c5fdb000 8 8 8 rw--- libxml2.so.2.9.1 00007f00c5fdd000 8 8 8 rw--- [ anon ] 00007f00c5fdf000 80 80 0 r-x-- libexslt.so.0.8.17 00007f00c5ff3000 2044 0 0 ----- libexslt.so.0.8.17 00007f00c61f2000 4 4 4 r---- libexslt.so.0.8.17 00007f00c61f3000 4 4 4 rw--- libexslt.so.0.8.17 00007f00c61f4000 244 236 0 r-x-- libxslt.so.1.1.28 00007f00c6231000 2044 0 0 ----- libxslt.so.1.1.28 00007f00c6430000 4 4 4 r---- libxslt.so.1.1.28 00007f00c6431000 4 4 4 rw--- libxslt.so.1.1.28 00007f00c6432000 4 4 4 rw--- [ anon ] 00007f00c6433000 1392 1312 12 r-x-- etree.cpython-34m.so 00007f00c658f000 2044 0 0 ----- etree.cpython-34m.so 00007f00c678e000 4 4 4 r---- etree.cpython-34m.so 00007f00c678f000 220 220 124 rw--- etree.cpython-34m.so 00007f00c67c6000 20 20 20 rw--- [ anon ] 00007f00c67cb000 60 60 4 r-x-- libbz2.so.1.0.6 00007f00c67da000 2044 0 0 ----- libbz2.so.1.0.6 00007f00c69d9000 4 4 4 r---- libbz2.so.1.0.6 00007f00c69da000 4 4 4 rw--- libbz2.so.1.0.6 00007f00c69db000 12 12 0 r-x-- _bz2.cpython-34m.so 00007f00c69de000 2044 0 0 ----- _bz2.cpython-34m.so 00007f00c6bdd000 4 4 4 r---- _bz2.cpython-34m.so 00007f00c6bde000 4 4 4 rw--- _bz2.cpython-34m.so 00007f00c6bdf000 256 256 256 rw--- [ anon ] 00007f00c6c1f000 8 8 0 r-x-- grp.cpython-34m.so 00007f00c6c21000 2044 0 0 ----- grp.cpython-34m.so 00007f00c6e20000 4 4 4 r---- grp.cpython-34m.so 00007f00c6e21000 4 4 4 rw--- grp.cpython-34m.so 00007f00c6e22000 512 512 512 rw--- [ anon ] 00007f00c6ea2000 76 76 0 r-x-- _ssl.cpython-34m.so 00007f00c6eb5000 2044 0 0 ----- _ssl.cpython-34m.so 00007f00c70b4000 4 4 4 r---- _ssl.cpython-34m.so 00007f00c70b5000 16 16 16 rw--- _ssl.cpython-34m.so 00007f00c70b9000 512 512 512 rw--- [ anon ] 00007f00c7139000 64 64 0 r-x-- _datetime.cpython-34m.so 00007f00c7149000 2048 0 0 ----- _datetime.cpython-34m.so 00007f00c7349000 4 4 4 r---- _datetime.cpython-34m.so 00007f00c734a000 12 12 12 rw--- _datetime.cpython-34m.so 00007f00c734d000 256 256 256 rw--- [ anon ] 00007f00c738d000 60 60 0 r-x-- _socket.cpython-34m.so 00007f00c739c000 2044 0 0 ----- _socket.cpython-34m.so 00007f00c759b000 4 4 4 r---- _socket.cpython-34m.so 00007f00c759c000 24 24 16 rw--- _socket.cpython-34m.so 00007f00c75a2000 12 12 0 r-x-- _random.cpython-34m.so 00007f00c75a5000 2044 0 0 ----- _random.cpython-34m.so 00007f00c77a4000 4 4 4 r---- _random.cpython-34m.so 00007f00c77a5000 4 4 4 rw--- _random.cpython-34m.so 00007f00c77a6000 32 32 0 r-x-- math.cpython-34m.so 00007f00c77ae000 2044 0 0 ----- math.cpython-34m.so 00007f00c79ad000 4 4 4 r---- math.cpython-34m.so 00007f00c79ae000 8 8 8 rw--- math.cpython-34m.so 00007f00c79b0000 256 256 256 rw--- [ anon ] 00007f00c79f0000 20 20 0 r-x-- time.cpython-34m.so 00007f00c79f5000 2044 0 0 ----- time.cpython-34m.so 00007f00c7bf4000 4 4 4 r---- time.cpython-34m.so 00007f00c7bf5000 12 12 12 rw--- time.cpython-34m.so 00007f00c7bf8000 256 256 256 rw--- [ anon ] 00007f00c7c38000 2388 1620 4 r-x-- libcrypto.so.1.0.0 00007f00c7e8d000 2044 0 0 ----- libcrypto.so.1.0.0 00007f00c808c000 120 120 120 r---- libcrypto.so.1.0.0 00007f00c80aa000 48 48 48 rw--- libcrypto.so.1.0.0 00007f00c80b6000 16 12 12 rw--- [ anon ] 00007f00c80ba000 452 272 4 r-x-- libssl.so.1.0.0 00007f00c812b000 2044 0 0 ----- libssl.so.1.0.0 00007f00c832a000 20 20 20 r---- libssl.so.1.0.0 00007f00c832f000 28 28 28 rw--- libssl.so.1.0.0 00007f00c8336000 20 20 0 r-x-- _hashlib.cpython-34m.so 00007f00c833b000 2044 0 0 ----- _hashlib.cpython-34m.so 00007f00c853a000 4 4 4 r---- _hashlib.cpython-34m.so 00007f00c853b000 4 4 4 rw--- _hashlib.cpython-34m.so 00007f00c853c000 4 4 4 rw--- [ anon ] 00007f00c853d000 12 12 0 r-x-- _heapq.cpython-34m.so 00007f00c8540000 2044 0 0 ----- _heapq.cpython-34m.so 00007f00c873f000 4 4 4 r---- _heapq.cpython-34m.so 00007f00c8740000 8 8 8 rw--- _heapq.cpython-34m.so 00007f00c8742000 256 256 256 rw--- [ anon ] 00007f00c8782000 8 8 0 r-x-- _bisect.cpython-34m.so 00007f00c8784000 2044 0 0 ----- _bisect.cpython-34m.so 00007f00c8983000 4 4 4 r---- _bisect.cpython-34m.so 00007f00c8984000 4 4 4 rw--- _bisect.cpython-34m.so 00007f00c8985000 20 20 0 r-x-- binascii.cpython-34m.so 00007f00c898a000 2044 0 0 ----- binascii.cpython-34m.so 00007f00c8b89000 4 4 4 r---- binascii.cpython-34m.so 00007f00c8b8a000 4 4 4 rw--- binascii.cpython-34m.so 00007f00c8b8b000 28 28 0 r-x-- _struct.cpython-34m.so 00007f00c8b92000 2048 0 0 ----- _struct.cpython-34m.so 00007f00c8d92000 4 4 4 r---- _struct.cpython-34m.so 00007f00c8d93000 12 12 12 rw--- _struct.cpython-34m.so 00007f00c8d96000 256 256 256 rw--- [ anon ] 00007f00c8dd6000 28 28 4 r-x-- libffi.so.6.0.2 00007f00c8ddd000 2044 0 0 ----- libffi.so.6.0.2 00007f00c8fdc000 4 4 4 r---- libffi.so.6.0.2 00007f00c8fdd000 4 4 4 rw--- libffi.so.6.0.2 00007f00c8fde000 316 316 0 r-x-- libgobject-2.0.so.0.4200.1 00007f00c902d000 2048 0 0 ----- libgobject-2.0.so.0.4200.1 00007f00c922d000 4 4 4 r---- libgobject-2.0.so.0.4200.1 00007f00c922e000 4 4 4 rw--- libgobject-2.0.so.0.4200.1 00007f00c922f000 6420 3444 4 r-x-- libQt5Widgets.so.5.4.0 00007f00c9874000 4 0 0 ----- libQt5Widgets.so.5.4.0 00007f00c9875000 200 200 200 r---- libQt5Widgets.so.5.4.0 00007f00c98a7000 20 20 20 rw--- libQt5Widgets.so.5.4.0 00007f00c98ac000 4 4 4 rw--- [ anon ] 00007f00c98ad000 4540 2424 0 r-x-- QtWidgets.so 00007f00c9d1c000 2048 0 0 ----- QtWidgets.so 00007f00c9f1c000 84 84 84 r---- QtWidgets.so 00007f00c9f31000 664 632 628 rw--- QtWidgets.so 00007f00c9fd7000 20 20 0 r-x-- libXdmcp.so.6.0.0 00007f00c9fdc000 2044 0 0 ----- libXdmcp.so.6.0.0 00007f00ca1db000 4 4 4 r---- libXdmcp.so.6.0.0 00007f00ca1dc000 4 4 4 rw--- libXdmcp.so.6.0.0 00007f00ca1dd000 8 8 0 r-x-- libXau.so.6.0.0 00007f00ca1df000 2048 0 0 ----- libXau.so.6.0.0 00007f00ca3df000 4 4 4 r---- libXau.so.6.0.0 00007f00ca3e0000 4 4 4 rw--- libXau.so.6.0.0 00007f00ca3e1000 124 124 0 r-x-- libxcb.so.1.1.0 00007f00ca400000 2044 0 0 ----- libxcb.so.1.1.0 00007f00ca5ff000 4 4 4 r---- libxcb.so.1.1.0 00007f00ca600000 4 4 4 rw--- libxcb.so.1.1.0 00007f00ca601000 68 64 0 r-x-- libXext.so.6.4.0 00007f00ca612000 2044 0 0 ----- libXext.so.6.4.0 00007f00ca811000 4 4 4 r---- libXext.so.6.4.0 00007f00ca812000 4 4 4 rw--- libXext.so.6.4.0 00007f00ca813000 1252 812 0 r-x-- libX11.so.6.3.0 00007f00ca94c000 2044 0 0 ----- libX11.so.6.3.0 00007f00cab4b000 8 8 8 r---- libX11.so.6.3.0 00007f00cab4d000 20 20 20 rw--- libX11.so.6.3.0 00007f00cab52000 4 4 4 rw--- [ anon ] 00007f00cab53000 26376 12540 0 r-x-- libnvidia-glcore.so.340.76 00007f00cc515000 120 120 120 rwx-- libnvidia-glcore.so.340.76 00007f00cc533000 4600 372 0 r-x-- libnvidia-glcore.so.340.76 00007f00cc9b1000 2044 0 0 ----- libnvidia-glcore.so.340.76 00007f00ccbb0000 11880 10280 10280 rw--- libnvidia-glcore.so.340.76 00007f00cd74a000 116 100 100 rw--- [ anon ] 00007f00cd767000 12 12 0 r-x-- libnvidia-tls.so.340.76 00007f00cd76a000 2044 0 0 ----- libnvidia-tls.so.340.76 00007f00cd969000 4 4 4 rw--- libnvidia-tls.so.340.76 00007f00cd96a000 796 668 0 r-x-- libGL.so.340.76 00007f00cda31000 188 188 188 rwx-- libGL.so.340.76 00007f00cda60000 112 64 0 r-x-- libGL.so.340.76 00007f00cda7c000 2044 0 0 ----- libGL.so.340.76 00007f00cdc7b000 148 148 148 rw--- libGL.so.340.76 00007f00cdca0000 88 28 28 rw--- [ anon ] 00007f00cdcb6000 388 356 0 r-x-- libpng16.so.16.17.0 00007f00cdd17000 2044 0 0 ----- libpng16.so.16.17.0 00007f00cdf16000 4 4 4 r---- libpng16.so.16.17.0 00007f00cdf17000 4 4 4 rw--- libpng16.so.16.17.0 00007f00cdf18000 5448 4060 0 r-x-- libQt5Gui.so.5.4.0 00007f00ce46a000 96 96 96 r---- libQt5Gui.so.5.4.0 00007f00ce482000 36 36 36 rw--- libQt5Gui.so.5.4.0 00007f00ce48b000 8 4 4 rw--- [ anon ] 00007f00ce48d000 2572 1524 0 r-x-- QtGui.so 00007f00ce710000 2044 0 0 ----- QtGui.so 00007f00ce90f000 96 96 96 r---- QtGui.so 00007f00ce927000 464 460 460 rw--- QtGui.so 00007f00ce99b000 108 108 0 r-x-- sip.so 00007f00ce9b6000 2048 0 0 ----- sip.so 00007f00cebb6000 4 4 4 r---- sip.so 00007f00cebb7000 8 8 8 rw--- sip.so 00007f00cebb9000 440 64 0 r-x-- libpcre.so.1.2.5 00007f00cec27000 2044 0 0 ----- libpcre.so.1.2.5 00007f00cee26000 4 4 4 r---- libpcre.so.1.2.5 00007f00cee27000 4 4 4 rw--- libpcre.so.1.2.5 00007f00cee28000 4 4 0 r---- libicudata.so.53.1 00007f00cee29000 2044 0 0 ----- libicudata.so.53.1 00007f00cf028000 4 4 4 r---- libicudata.so.53.1 00007f00cf029000 88 60 0 r-x-- libgcc_s-4.9.2.so.1 00007f00cf03f000 2044 0 0 ----- libgcc_s-4.9.2.so.1 00007f00cf23e000 4 4 4 r---- libgcc_s-4.9.2.so.1 00007f00cf23f000 4 4 4 rw--- libgcc_s-4.9.2.so.1 00007f00cf240000 28 28 0 r-x-- librt-2.20.so 00007f00cf247000 2044 0 0 ----- librt-2.20.so 00007f00cf446000 4 4 4 r---- librt-2.20.so 00007f00cf447000 4 4 4 rw--- librt-2.20.so 00007f00cf448000 1068 600 0 r-x-- libglib-2.0.so.0.4200.1 00007f00cf553000 2044 0 0 ----- libglib-2.0.so.0.4200.1 00007f00cf752000 4 4 4 r---- libglib-2.0.so.0.4200.1 00007f00cf753000 4 4 4 rw--- libglib-2.0.so.0.4200.1 00007f00cf754000 4 4 4 rw--- [ anon ] 00007f00cf755000 396 64 0 r-x-- libpcre16.so.0.2.5 00007f00cf7b8000 2048 0 0 ----- libpcre16.so.0.2.5 00007f00cf9b8000 4 4 4 r---- libpcre16.so.0.2.5 00007f00cf9b9000 4 4 4 rw--- libpcre16.so.0.2.5 00007f00cf9ba000 1424 660 0 r-x-- libicuuc.so.53.1 00007f00cfb1e000 2044 0 0 ----- libicuuc.so.53.1 00007f00cfd1d000 68 68 68 r---- libicuuc.so.53.1 00007f00cfd2e000 4 4 4 rw--- libicuuc.so.53.1 00007f00cfd2f000 16 4 4 rw--- [ anon ] 00007f00cfd33000 2168 692 0 r-x-- libicui18n.so.53.1 00007f00cff51000 2044 0 0 ----- libicui18n.so.53.1 00007f00d0150000 60 60 60 r---- libicui18n.so.53.1 00007f00d015f000 8 8 8 rw--- libicui18n.so.53.1 00007f00d0161000 4 0 0 rw--- [ anon ] 00007f00d0162000 104 104 0 r-x-- libz.so.1.2.8 00007f00d017c000 2044 0 0 ----- libz.so.1.2.8 00007f00d037b000 4 4 4 r---- libz.so.1.2.8 00007f00d037c000 4 4 4 rw--- libz.so.1.2.8 00007f00d037d000 948 524 0 r-x-- libstdc++.so.6.0.20 00007f00d046a000 2048 0 0 ----- libstdc++.so.6.0.20 00007f00d066a000 32 32 32 r---- libstdc++.so.6.0.20 00007f00d0672000 8 8 8 rw--- libstdc++.so.6.0.20 00007f00d0674000 84 8 8 rw--- [ anon ] 00007f00d0689000 4796 3156 0 r-x-- libQt5Core.so.5.4.0 00007f00d0b38000 44 44 44 r---- libQt5Core.so.5.4.0 00007f00d0b43000 4 4 4 rw--- libQt5Core.so.5.4.0 00007f00d0b44000 16 12 12 rw--- [ anon ] 00007f00d0b48000 2340 1668 0 r-x-- QtCore.so 00007f00d0d91000 2044 0 0 ----- QtCore.so 00007f00d0f90000 20 20 20 r---- QtCore.so 00007f00d0f95000 436 424 424 rw--- QtCore.so 00007f00d1002000 512 512 512 rw--- [ anon ] 00007f00d1082000 512 512 512 rw--- [ anon ] 00007f00d1102000 5200 376 0 r---- locale-archive 00007f00d1616000 1044 648 0 r-x-- libm-2.20.so 00007f00d171b000 2044 0 0 ----- libm-2.20.so 00007f00d191a000 4 4 4 r---- libm-2.20.so 00007f00d191b000 4 4 4 rw--- libm-2.20.so 00007f00d191c000 8 8 0 r-x-- libutil-2.20.so 00007f00d191e000 2044 0 0 ----- libutil-2.20.so 00007f00d1b1d000 4 4 4 r---- libutil-2.20.so 00007f00d1b1e000 4 4 4 rw--- libutil-2.20.so 00007f00d1b1f000 12 12 0 r-x-- libdl-2.20.so 00007f00d1b22000 2044 0 0 ----- libdl-2.20.so 00007f00d1d21000 4 4 4 r---- libdl-2.20.so 00007f00d1d22000 4 4 4 rw--- libdl-2.20.so 00007f00d1d23000 1704 1452 0 r-x-- libc-2.20.so 00007f00d1ecd000 2044 0 0 ----- libc-2.20.so 00007f00d20cc000 16 16 16 r---- libc-2.20.so 00007f00d20d0000 8 8 8 rw--- libc-2.20.so 00007f00d20d2000 16 16 16 rw--- [ anon ] 00007f00d20d6000 92 92 0 r-x-- libpthread-2.20.so 00007f00d20ed000 2044 0 0 ----- libpthread-2.20.so 00007f00d22ec000 4 4 4 r---- libpthread-2.20.so 00007f00d22ed000 4 4 4 rw--- libpthread-2.20.so 00007f00d22ee000 16 4 4 rw--- [ anon ] 00007f00d22f2000 2128 1904 0 r-x-- libpython3.4m.so.1.0 00007f00d2506000 2048 0 0 ----- libpython3.4m.so.1.0 00007f00d2706000 8 8 8 r---- libpython3.4m.so.1.0 00007f00d2708000 392 388 336 rw--- libpython3.4m.so.1.0 00007f00d276a000 108 84 84 rw--- [ anon ] 00007f00d2785000 60 60 0 r-x-- ld-2.20.so 00007f00d2794000 4 4 4 r-x-- ld-2.20.so 00007f00d2795000 64 64 0 r-x-- ld-2.20.so 00007f00d27a5000 4 4 0 r--s- 6fcb01a03a016cc71057b587cdea6709-le64.cache-4 00007f00d27a6000 16 16 0 r--s- f6b893a7224233d96cb72fd88691c0b4-le64.cache-4 00007f00d27aa000 24 24 0 r---- meteo-qt_el.qm 00007f00d27b0000 20 20 0 r-x-- libqsvg.so 00007f00d27b5000 4 4 4 r---- libqsvg.so 00007f00d27b6000 4 4 4 rw--- libqsvg.so 00007f00d27b7000 40 40 0 r-x-- libqjpeg.so 00007f00d27c1000 4 4 4 r---- libqjpeg.so 00007f00d27c2000 4 4 4 rw--- libqjpeg.so 00007f00d27c3000 24 24 0 r-x-- libqico.so 00007f00d27c9000 4 0 0 ----- libqico.so 00007f00d27ca000 4 4 4 r---- libqico.so 00007f00d27cb000 4 4 4 rw--- libqico.so 00007f00d27cc000 256 256 256 rw--- [ anon ] 00007f00d280c000 4 4 0 r--s- 3196f05a030874ca00722cbf1e991434-le64.cache-4 00007f00d280d000 4 4 4 rw-s- [ shmid=0x4f1003e ] 00007f00d280e000 24 24 0 r-x-- libqgif.so 00007f00d2814000 4 4 4 r---- libqgif.so 00007f00d2815000 4 4 4 rw--- libqgif.so 00007f00d2816000 80 80 0 r-x-- libibusplatforminputcontextplugin.so 00007f00d282a000 4 0 0 ----- libibusplatforminputcontextplugin.so 00007f00d282b000 4 4 4 r---- libibusplatforminputcontextplugin.so 00007f00d282c000 4 4 4 rw--- libibusplatforminputcontextplugin.so 00007f00d282d000 1376 1344 1344 rw--- [ anon ] 00007f00d2985000 76 48 48 rw--- [ anon ] 00007f00d2998000 4 0 0 rw--- [ anon ] 00007f00d2999000 4 0 0 r---- [ anon ] 00007f00d299a000 4 0 0 rw--- [ anon ] 00007f00d299b000 4 0 0 r---- [ anon ] 00007f00d299c000 28 28 0 r--s- gconv-modules.cache 00007f00d29a3000 4 4 4 rw--- [ anon ] 00007f00d29a4000 4 4 4 r---- ld-2.20.so 00007f00d29a5000 8 8 8 rw--- ld-2.20.so 00007ffd5fd27000 136 88 88 rw--- [ stack ] 00007ffd5fd91000 8 0 0 r---- [ anon ] 00007ffd5fd93000 8 8 0 r-x-- [ anon ] ffffffffff600000 4 0 0 r-x-- [ anon ] ---------------- ------- ------- ------- total kB 570016 80796 31168 1
chek2fire Δημοσ. 16 Μαΐου 2015 Δημοσ. 16 Μαΐου 2015 Προσπαθώ να το τρέξω σε kubuntu 15.04 και kde5 και μου βγάζει αρκετά error κατά την εκτέλεση Στην τελευταία εντολή μου βγάζει το παρακάτω python3 meteo_qt/meteo_qt.py Traceback (most recent call last): File "meteo_qt/meteo_qt.py", line 19, in <module> from lxml import etree ImportError: No module named 'lxml'
DIMITRISG Δημοσ. 16 Μαΐου 2015 Μέλος Δημοσ. 16 Μαΐου 2015 Προσπαθώ να το τρέξω σε kubuntu 15.04 και kde5 και μου βγάζει αρκετά error κατά την εκτέλεση Στην τελευταία εντολή μου βγάζει το παρακάτω Δεν έχεις το python3-lxml Αφού είσαι σε KDE5, πες μου σε παρακαλώ αν σου δουλεύει στο μενού, η λίστα με τις πόλεις.
chek2fire Δημοσ. 16 Μαΐου 2015 Δημοσ. 16 Μαΐου 2015 Ok θα το κάνω το βράδι γιατί τώρα δεν έχω χρόνο και θα ενημερώσω.
mad-proffessor Δημοσ. 16 Μαΐου 2015 Δημοσ. 16 Μαΐου 2015 Σε fedora 21 gnome-shell: Traceback (most recent call last): File "build/lib/meteo_qt/meteo_qt.py", line 645, in <module> main() File "build/lib/meteo_qt/meteo_qt.py", line 630, in main locale = QLocale.system().name() NameError: name 'QLocale' is not defined locale LANG=en_US.utf8 LC_CTYPE=en_US.utf8 LC_NUMERIC="en_US.utf8" LC_TIME="en_US.utf8" LC_COLLATE="en_US.utf8" LC_MONETARY="en_US.utf8" LC_MESSAGES="en_US.utf8" LC_PAPER="en_US.utf8" LC_NAME="en_US.utf8" LC_ADDRESS="en_US.utf8" LC_TELEPHONE="en_US.utf8" LC_MEASUREMENT="en_US.utf8" LC_IDENTIFICATION="en_US.utf8" LC_ALL= Μάλλον μου λείπει κάτι σε qt dependency μου περασε αρκετά σαν εξαρτήσεις του python3-qt5 Το έφτιαξα δεν είχες κάνει import QLocale στα QtCore, αν θες διορθωσε το. Κατα τα άλλα δε παίζει όπως σωστά είχα υποθέσει σε gnome-shell (είναι εντελώς διαφορετικό το rendering engine)μου βγάζει tooltip στο κάτω μέρος ενω το panel στο gnome-shell είναι πάνω. Φυσιολογικό το gnome-shell χρησιμοποιει gjs όχι qt
DIMITRISG Δημοσ. 16 Μαΐου 2015 Μέλος Δημοσ. 16 Μαΐου 2015 Οκ θα το προσθέσω ευχαριστώ, απορώ πώς και δεν μου έβγαλε το ίδιο σφάλμα. Θα εγκαταστήσω το gnome3 για να δω πως συμπεριφέρεται. Μήπως χρειάζεται να εγκαταστήσεις κάτι επιπλέον; Είχα δει στο kde5 χρειάζεται το πακέτο sni-qt, μήπως πρέπει να εγκατασταθεί και για το gnome-shell ; Sent from my Jolla using Insomnia
mad-proffessor Δημοσ. 16 Μαΐου 2015 Δημοσ. 16 Μαΐου 2015 (επεξεργασμένο) Προσπάθησε αν θες αλλα δε νομίζω οτι πρόκειται να πάιξει όπως σου είπα στο gnome χρησιμοποιούν g(nome)js.Είναι javascript engine για το gui του shell καμια σχέση με qt που έχει το kde και τα άλλα. Φυσικά εννοείται gtk(gnome είναι άλλωστε) και για το gui,themes κτλ γίνεται χρήση css. Αν έχεις όρεξη να το κάνεις port σε gnome ρίξε μια ματιά εδω: https://github.com/Neroth/gnome-shell-extension-weather/blob/master/src/extension.js Αυτο χρησιμοποιώ παρεπιπτόντως. Και τα python bindings https://developer.gnome.org/references#python-bindings Επεξ/σία 16 Μαΐου 2015 από mad-proffessor
chek2fire Δημοσ. 17 Μαΐου 2015 Δημοσ. 17 Μαΐου 2015 Εγκατέστησα το python3-lxml και μετά όταν προσπάθησα να το τρέξω μου έβγαλε το ίδιο error με τον mad-proffesor Traceback (most recent call last): File "meteo_qt/meteo_qt.py", line 645, in <module> main() File "meteo_qt/meteo_qt.py", line 630, in main locale = QLocale.system().name() NameError: name 'QLocale' is not defined
Προτεινόμενες αναρτήσεις
Δημιουργήστε ένα λογαριασμό ή συνδεθείτε για να σχολιάσετε
Πρέπει να είστε μέλος για να αφήσετε σχόλιο
Δημιουργία λογαριασμού
Εγγραφείτε με νέο λογαριασμό στην κοινότητα μας. Είναι πανεύκολο!
Δημιουργία νέου λογαριασμούΣύνδεση
Έχετε ήδη λογαριασμό; Συνδεθείτε εδώ.
Συνδεθείτε τώρα