I am having a problem installing Cairo dock when i search the repository it is not there. What am I doing wrong? Can I not attach files that are saved on my laptop to this forum??
Newcomer
I am having a problem installing Cairo dock when i search the repository it is not there. What am I doing wrong? Can I not attach files that are saved on my laptop to this forum??
Open a terminal and write that
Code:suCould you write the webpage of Cairo?Code:# zypper addrepo -f <Url of repository>
Πάντα Φιλικά, Στάμος.
Desktop: openSUSE 11.4||x86_64||KDE 4.8.4||AMD PHENOM II X3||AMD RADEON 6990.
Γλώσσες Προγραμματισμού: C++, Qt developing.
http://bit.ly/fT8Hfi
Newcomer
Have you any Idea where I would get the repository from?? Thanks!!!
One Idea is that Cairo-Dock - Desktop dock for openSUSE Linux | SUSE & openSUSE
Second idea is that http://www.google.gr/url?sa=t&source...XvFPmA&cad=rja
Third idea is that Cairo Dock: One click install in OpenSuse
I can not other ideas.
Your operating system is opensuse.......
Πάντα Φιλικά, Στάμος.
Desktop: openSUSE 11.4||x86_64||KDE 4.8.4||AMD PHENOM II X3||AMD RADEON 6990.
Γλώσσες Προγραμματισμού: C++, Qt developing.
http://bit.ly/fT8Hfi
Newcomer
OK thanks would you have the repository for qbittorrent it wont let install that either!!
Thanks
Do you mean Ktorrent?
Read this http://software.opensuse.org/search?...ude_debug=true
Πάντα Φιλικά, Στάμος.
Desktop: openSUSE 11.4||x86_64||KDE 4.8.4||AMD PHENOM II X3||AMD RADEON 6990.
Γλώσσες Προγραμματισμού: C++, Qt developing.
http://bit.ly/fT8Hfi
Newcomer
No i prefer qbittorent but I found it on that page thanks a million that will come in handy.
Looks like Cairo my not be available on this version of suse yet!!
Thanks!!
A quick C++ programm for you!!!!Code:#include<iostream> float operating.sys.ver; main() { cout<< " Give me your version"; cin>>"My version is">>operating.sys.ver; if (operating.sys.ver==11.3) cout<<Cairo-Dock - Desktop dock for openSUSE Linux | SUSE & openSUSE <<endl<<Ειδοποίηση ανακατεύθυνσης <<endl<< Cairo Dock: One click install in OpenSuse ; else if (operating.sys.ver==11.4) cout << "You must wait fo"r<<operating.sys.ver; else cout << "wrong"; }![]()
Πάντα Φιλικά, Στάμος.
Desktop: openSUSE 11.4||x86_64||KDE 4.8.4||AMD PHENOM II X3||AMD RADEON 6990.
Γλώσσες Προγραμματισμού: C++, Qt developing.
http://bit.ly/fT8Hfi
So you must me patient.
In C++ you can declare values everywhere. This value which is float is global because you can use it everywhere in programm and in other formulas. If this value was inside main(). You could use it only in main and not in other formulas. And if this value was inside if{ } you could only use it only in if{ only there }Code:#include<iostream> float operating.sys.ver; main() { cout<< " Give me your version"; cin>>"My version is">>operating.sys.ver; if (operating.sys.ver==11.3) cout<<Cairo-Dock - Desktop dock for openSUSE Linux | SUSE & openSUSE <<endl<<Ειδοποίηση ανακατεύθυνσης <<endl<< Cairo Dock: One click install in OpenSuse ; else if (operating.sys.ver==11.4) cout << "You must wait for"<<operating.sys.ver; else cout << "wrong"; }
Πάντα Φιλικά, Στάμος.
Desktop: openSUSE 11.4||x86_64||KDE 4.8.4||AMD PHENOM II X3||AMD RADEON 6990.
Γλώσσες Προγραμματισμού: C++, Qt developing.
http://bit.ly/fT8Hfi
Bookmarks