JNik Δημοσ. 19 Νοεμβρίου 2008 Share Δημοσ. 19 Νοεμβρίου 2008 Προσπάθησα ξανά να βάλω 2 widgets σήμερα, το weather που λέγαμε μερικά posts πριν και το am3rok αλλά πάλι δεν τα κατάφερα. Παραθέτω τις προσπάθειες μπας και μπορέσετε να με βοηθήσετε και μένα τον κακόμοιρο ... >jnik@jnik-desktop:~/Desktop/plasma-am3rok-0.4.1/build$ cmake -DCMAKE_INSTALL_PREFIX='kde4-config --prefix' .. -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/jnik/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps Call Stack (most recent call first): CMakeLists.txt:3 (find_package) CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 2.6) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring incomplete, errors occurred! Και προφανώς ακολουθούσε το >jnik@jnik-desktop:~/Desktop/plasma-am3rok-0.4.1/build$ make make: *** No targets specified and no makefile found. Stop. Μετά δοκίμασα και αυτήν την παραλλαγή αλλά τίποτα πάλι... >jnik@jnik-desktop:~/Desktop/plasma-am3rok-0.4.1/build$ cmake -DCMAKE_INSTALL_PREFIX=[b]~/.kde/ ../[/b] CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/jnik/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps Call Stack (most recent call first): CMakeLists.txt:3 (find_package) CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 2.6) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring incomplete, errors occurred! jnik@jnik-desktop:~/Desktop/plasma-am3rok-0.4.1/build$ make make: *** No targets specified and no makefile found. Stop. Ενώ τα ίδια και εδώ: >jnik@jnik-desktop:~/Desktop/plasma-am3rok-0.4.1/build$ cmake -DCMAKE_INSTALL_PREFIX=[b]~/.kde/share/kde4 ../ [/b] CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/jnik/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps Call Stack (most recent call first): CMakeLists.txt:3 (find_package) CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 2.6) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring incomplete, errors occurred! jnik@jnik-desktop:~/Desktop/plasma-am3rok-0.4.1/build$ make make: *** No targets specified and no makefile found. Stop. Τα ίδια ακριβώς έγιναν και με το weather. Αν μπορεί να μου δώσει μια κατεύθυνση κάποιος θα είμαι ευγνώμων! Απ'ότι καταλαβαίνω κάποιο directory ή κάτι τέτοιο δεν βρίσκει η cmake. Να σημειώσω ότι πλέον είμαι σε Kubuntu 8.10 με /home σε άλλο partition (δεν ξέρω αν παίζει ρόλο...) Συνδέστε για να σχολιάσετε Κοινοποίηση σε άλλες σελίδες άλλες επιλογές
DIMITRISG Δημοσ. 19 Νοεμβρίου 2008 Share Δημοσ. 19 Νοεμβρίου 2008 ανοιξε το αρχειο CMakeLists.txt και πανω πανω βαλε cmake_minimum_required(VERSION 2.6) ελπιζω να εχεις εγκαταστησει την cmake το am3rok εμενα δεν μου συνεργαζεται με το amarok. γενικα οποιο plasmoid για μουσικη εχω βαλει δουλευει με juk αλλα όχι με amarok Συνδέστε για να σχολιάσετε Κοινοποίηση σε άλλες σελίδες άλλες επιλογές
JNik Δημοσ. 19 Νοεμβρίου 2008 Share Δημοσ. 19 Νοεμβρίου 2008 Ναι προφανώς και την εγκατέστησα αλλιώς δεν τρέχει η εντολή ;-). Το διάβασα και 'γω αυτό το log αλλά μες το μπέρδεμα δεν έβρισκα το CMakeLists.txt. Χαζομάρες μου κοινώς... Τσεκάρω τώρα και ειδοποιώ -----Προστέθηκε 19/11/2008 στις 09 : 24 : 58----- :cry: >jnik@jnik-desktop:~/Desktop/weather/build$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/jnik/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps Call Stack (most recent call first): CMakeLists.txt:8 (find_package) -- Configuring incomplete, errors occurred! Tο folder cmake υπάρχει μόνο στο /usr/share/kde4/apps και όντως στο cmake/modules/ δεν υπάρχει το FindKDE4Internal.cmake. Το googliζω μπας και 'βρω καμιά άκρη. Αν έχετε καμιά ιδέα ευπρόσδεκτη. Συνδέστε για να σχολιάσετε Κοινοποίηση σε άλλες σελίδες άλλες επιλογές
DIMITRISG Δημοσ. 19 Νοεμβρίου 2008 Share Δημοσ. 19 Νοεμβρίου 2008 δοκιμασε να τα κανεις ολα απο την αρχη να σβησεις τον φακελο και να ξανααποσυμπιεσεις το tarball, τροποποιηση του αρχειου CMakeLists.txt κλπ Συνδέστε για να σχολιάσετε Κοινοποίηση σε άλλες σελίδες άλλες επιλογές
JNik Δημοσ. 19 Νοεμβρίου 2008 Share Δημοσ. 19 Νοεμβρίου 2008 Λοιπόν, η λύση τελικά είναι ακριβώς εδώ. Τώρα γιατί έλειπαν όλα αυτά τα πακέτα δεν το ξέρω... Τέλος καλό όλα καλά. Παρεπιπτόντως το am3rok δουλεύει κανονικά σε μένα. Συνδέστε για να σχολιάσετε Κοινοποίηση σε άλλες σελίδες άλλες επιλογές
capthookb Δημοσ. 21 Νοεμβρίου 2008 Share Δημοσ. 21 Νοεμβρίου 2008 trolling flames:) για όποιον έχει όρεξη να διαβάσει: http://aseigo.blogspot.com/2008/11/plasma-systray-42.html Συνδέστε για να σχολιάσετε Κοινοποίηση σε άλλες σελίδες άλλες επιλογές
DIMITRISG Δημοσ. 21 Νοεμβρίου 2008 Share Δημοσ. 21 Νοεμβρίου 2008 κατι που λειπει στο 4 ενω στο 3 το ειχαμε ειναι η αυτοματη προσαρτηση cd , dvd κλπ βρήκα αυτο : http://forum.kde.org/showthread.php?tid=6315 μαλλον μετα το 4,2 θα το δουμε Συνδέστε για να σχολιάσετε Κοινοποίηση σε άλλες σελίδες άλλες επιλογές
capthookb Δημοσ. 21 Νοεμβρίου 2008 Share Δημοσ. 21 Νοεμβρίου 2008 Δημήτρη έχεις ασχοληθεί καθόλου με το nepomuk/strigi και το πως μπορεί να αναζητήσει κανείς πληροφορίες στα αρχεία; Συνδέστε για να σχολιάσετε Κοινοποίηση σε άλλες σελίδες άλλες επιλογές
DIMITRISG Δημοσ. 21 Νοεμβρίου 2008 Share Δημοσ. 21 Νοεμβρίου 2008 οχι γιατι το εβγαλα οταν εψαχνε τον δισκο Συνδέστε για να σχολιάσετε Κοινοποίηση σε άλλες σελίδες άλλες επιλογές
capthookb Δημοσ. 21 Νοεμβρίου 2008 Share Δημοσ. 21 Νοεμβρίου 2008 Και σε εμένα αργεί πολύ. Μπορείς να γράψεις εδώ το output της εντoλής sopranocmd --help ; Συνδέστε για να σχολιάσετε Κοινοποίηση σε άλλες σελίδες άλλες επιλογές
DIMITRISG Δημοσ. 21 Νοεμβρίου 2008 Share Δημοσ. 21 Νοεμβρίου 2008 τι σημαίνει ;;; [myriam@localhost ~]$ sopranocmd --help sopranocmd 2.1.61 Copyright © 2007-2008 Sebastian Trueg <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. (Soprano::PluginManager) loading all plugins (Soprano::PluginManager) searching plugin file from "/usr/share/soprano/plugins" (Soprano::PluginManager) found plugin file "/usr/share/soprano/plugins/nquadparser.desktop" (Soprano::PluginManager) plugin has proper version. (Soprano::PluginManager) found parser plugin "nquadparser" (Soprano::PluginManager) found plugin file "/usr/share/soprano/plugins/nquadserializer.desktop" (Soprano::PluginManager) plugin has proper version. (Soprano::PluginManager) found serializer plugin "nquadserializer" (Soprano::PluginManager) found plugin file "/usr/share/soprano/plugins/raptorparser.desktop" (Soprano::PluginManager) plugin has proper version. (Soprano::PluginManager) found parser plugin "raptorparser" (Soprano::PluginManager) found plugin file "/usr/share/soprano/plugins/raptorserializer.desktop" (Soprano::PluginManager) plugin has proper version. (Soprano::PluginManager) found serializer plugin "raptorserializer" (Soprano::PluginManager) found plugin file "/usr/share/soprano/plugins/redlandbackend.desktop" (Soprano::PluginManager) plugin has proper version. (Soprano::PluginManager) found backend plugin "redland" (Soprano::PluginManager) found plugin file "/usr/share/soprano/plugins/sesame2backend.desktop" (Soprano::PluginManager) plugin has proper version. (Soprano::PluginManager) found backend plugin "sesame2" (Soprano::PluginManager) searching plugin file from "/usr/share/soprano/plugins" (Soprano::PluginManager) found plugin file "/usr/share/soprano/plugins/nquadparser.desktop" (Soprano::PluginManager) plugin has proper version. (Soprano::PluginManager) found plugin file "/usr/share/soprano/plugins/nquadserializer.desktop" (Soprano::PluginManager) plugin has proper version. (Soprano::PluginManager) found plugin file "/usr/share/soprano/plugins/raptorparser.desktop" (Soprano::PluginManager) plugin has proper version. (Soprano::PluginManager) found plugin file "/usr/share/soprano/plugins/raptorserializer.desktop" (Soprano::PluginManager) plugin has proper version. (Soprano::PluginManager) found plugin file "/usr/share/soprano/plugins/redlandbackend.desktop" (Soprano::PluginManager) plugin has proper version. (Soprano::PluginManager) found plugin file "/usr/share/soprano/plugins/sesame2backend.desktop" (Soprano::PluginManager) plugin has proper version. (Soprano::PluginManager) searching plugin file from "/opt/kde3/share/soprano/plugins" (Soprano::PluginManager) loaded plugin from "/usr/lib/soprano/libsoprano_redlandbackend.so" (Soprano::PluginManager) found no soprano plugin at "/usr/lib/soprano/libsoprano_sesame2backend.so" Usage: sopranocmd --backend [--dir <storagedir>] [--serialization <s>] <command> [<parameters>] sopranocmd --port <port> [--host <host>] --model <name> [--serialization <s>] <command> [<parameters>] sopranocmd --socket <socketpath> --model <name> [--serialization <s>] <command> [<parameters>] sopranocmd --dbus <dbusservice> --model <name> [--serialization <s>] <command> [<parameters>] --version Print version information. --help Print this help. --model <name> The name of the Soprano model to perform the command on. (only applicable when querying against the Soprano server.) --backend The backend to use when accessing a storage directly and not via the Soprano server. Possible backends are: redland --dir The storage directory. This only applies when specifying the backend. Defaults to current directory. --dbus <service> Contact the soprano server through D-Bus running on the specified service. --port <port> Specify the port the Soprano server is running on. (only applicable when querying against the Soprano server.) --host <host> Specify the host the Soprano server is running on (defaults to localhost). (only applicable when querying against the Soprano server.) --socket <path> Specify the path to the local socket the Soprano server is running on. (only applicable when querying against the Soprano server.) --serialization <s> The serialization used for commands 'export' and 'import'. Defaults to 'application/x-nquads'. (only applicable with the mentioned commands.) (be aware that Soprano can understand simple string identifiers such as 'trig' or 'n-triples'. There is no need to know the exact mimetype.) --querylang <lang> The query language used for query commands. Defaults to 'SPARQL' <command> The command to perform. Can be one of 'add', 'remove', 'list', 'query', 'import', or 'export'. <parameters> The parameters to the command. - For command 'query' this is a SPARQL query string. - For commands 'add' and 'remove' this is a list of 3 or 4 RDF node definitions. - For command 'list' this is an optional list of one to four node definitions. - For commands 'import' and 'export' this is a local file name to either parse or write to. For command 'export' an optional second parameter before the filename can define a construct query to only select a subset to export. Nodes are defined in an N-Triples-like notation: - Resouce nodes are defined in angle brackets. Example: <http://www.test.org#A> - Blank nodes are defined as "_:" followed by their identifier. Example: _:a - Literal nodes are defined as a combination of their string value and their datatype URI or as a simple literal string: Examples: "Hello World"^^<http://www.w3.org/2001/XMLSchema#string> 42 0.7 - An empty string evaluates to an empy node ("" does the trick) [myriam@localhost ~]$ Συνδέστε για να σχολιάσετε Κοινοποίηση σε άλλες σελίδες άλλες επιλογές
capthookb Δημοσ. 21 Νοεμβρίου 2008 Share Δημοσ. 21 Νοεμβρίου 2008 Διάβαζα για το cpu usage που προκαλούν οι υπηρεσίες nepomuk/strigi και ο Sebastian Trueg ανέφερε πως στο sopranocmd --help φαίνονται τα plugins που υπάρχουν διαθέσιμα. Από αυτά το redland είναι πολύ αργό, είναι το backend που χρησιμοποιείται για να σκανάρει το σκληρό και να ανανεώνει τα tags/comments/ratings ανάλογα με τις μεταβολες στα αρχεία, ενώ το sesame2 πολύ πιο γρήγορο. Εγώ δεν έχω sesame2 και ψάχνω να βρω πως θα γίνει να το αποκτήσω Στην 4.2 θα έχει καταργηθεί το redland. -----Προστέθηκε 22/11/2008 στις 12 : 27 : 45----- Τελικά χρειαζόταν jdk και jre (java δηλαδή) για να γίνει το compile του kdesupport με sesame2 υποστήριξη. Πολύ πιο γρήγορο όντως. Συνδέστε για να σχολιάσετε Κοινοποίηση σε άλλες σελίδες άλλες επιλογές
DIMITRISG Δημοσ. 22 Νοεμβρίου 2008 Share Δημοσ. 22 Νοεμβρίου 2008 ενεργοποιησα το nepomuk , αντε να δουμε και τι κανει κιολας Συνδέστε για να σχολιάσετε Κοινοποίηση σε άλλες σελίδες άλλες επιλογές
JNik Δημοσ. 22 Νοεμβρίου 2008 Share Δημοσ. 22 Νοεμβρίου 2008 Εδω και μία μέρα το KDE4 στο desktop αργεί τραγικά και να φορτώσει και να αποκριθεί!! Του τύπου μετά από κανα 10λεπτο από το boot που θα έχει φορτώσει κάνεις κλικ στο KMenu και ανοίγει χωρίς υπερβολή μετά από 2-3 λεπτά!! Έχει τύχει σε κανέναν? Ξέρει κανείς τι μπορεί να φταίει? Συνδέστε για να σχολιάσετε Κοινοποίηση σε άλλες σελίδες άλλες επιλογές
DIMITRISG Δημοσ. 22 Νοεμβρίου 2008 Share Δημοσ. 22 Νοεμβρίου 2008 πατα top να δεις την plasma cpu usage Συνδέστε για να σχολιάσετε Κοινοποίηση σε άλλες σελίδες άλλες επιλογές
Προτεινόμενες αναρτήσεις
Δημιουργήστε ένα λογαριασμό ή συνδεθείτε για να σχολιάσετε
Πρέπει να είστε μέλος για να αφήσετε σχόλιο
Δημιουργία λογαριασμού
Εγγραφείτε με νέο λογαριασμό στην κοινότητα μας. Είναι πανεύκολο!
Δημιουργία νέου λογαριασμούΣύνδεση
Έχετε ήδη λογαριασμό; Συνδεθείτε εδώ.
Συνδεθείτε τώρα