Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fehler bei kdeprint
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
rickski
n00b
n00b


Joined: 25 Feb 2005
Posts: 9

PostPosted: Wed Feb 22, 2006 12:30 pm    Post subject: fehler bei kdeprint Reply with quote

Hallo,


ich kann kdeprint nicht emergen, es wird anscheinend von kdebase geblockt:
Code:

qa ~ # emerge --pretend kdeprint

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kdeprint-3.4.3)
[ebuild  N    ] kde-base/kdeprint-3.4.3


kann man das irgendwie lösen?
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2579
Location: Neunkirchen / Saarland / Germany

PostPosted: Wed Feb 22, 2006 12:34 pm    Post subject: Reply with quote

Kenn mich mit kde nicht so sonderlich aus, aber ist "kdebase" nicht das monolitische kde? Und kdeprintf gehört zum modularen kde? Könnte das sein? Dann würde ich nämlich sagen das kdeprint schon bei dir installiert ist, weil es AFAIK im monolitischen KDE enthalten ist.

Mfg

Sino
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Wed Feb 22, 2006 12:38 pm    Post subject: Reply with quote

genau so ist es.

@Sino: kdeprintf ;-) kdeprintf("%s rulez", _KDE_);
_________________
-l: signature: command not found
Back to top
View user's profile Send private message
rickski
n00b
n00b


Joined: 25 Feb 2005
Posts: 9

PostPosted: Wed Feb 22, 2006 12:38 pm    Post subject: Reply with quote

leider kenne ich mich mit KDE auch nicht aus, ich wusste noch nichtmal, dass es ein "monolithisches" KDE gibt. Woran kann ich denn erkennen, ob kdeprint schon bei mir installiert ist? Jedenfalls gibt es kein "kdeprint" binary, nur "kdeprintfax".
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Wed Feb 22, 2006 12:40 pm    Post subject: Reply with quote

kdeprint sollte dir funktionalitäten rund ums drucken geben.
dh:
- druckdialog
- KControl Druckeinrichtung (oder wie das heißt) - printmanager
- druckerqueue
- und ähnliches

gib mal im konqueror folgendes ein:
print:/
bzw. führ in der konsole: "krpinter" aus - das binary is ebenfalls da dabei

cheers
_________________
-l: signature: command not found
Back to top
View user's profile Send private message
rickski
n00b
n00b


Joined: 25 Feb 2005
Posts: 9

PostPosted: Wed Feb 22, 2006 12:43 pm    Post subject: Reply with quote

bei print:/ im Konqueror bekomme ich fünf Icons zu sehen:

Andere Geräte, Druckaufträge, Drucker, Klassen, Verwaltung

kprinter funktioniert auch.

sieht also so aus als ob ich's habe, oder?

Vielen Dank euch schonmal!


Last edited by rickski on Wed Feb 22, 2006 12:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Wed Feb 22, 2006 12:44 pm    Post subject: Reply with quote

jo
_________________
-l: signature: command not found
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2579
Location: Neunkirchen / Saarland / Germany

PostPosted: Wed Feb 22, 2006 1:23 pm    Post subject: Reply with quote

_hephaistos_ wrote:

[...]
@Sino: kdeprintf ;-) kdeprintf("%s rulez", _KDE_);


whats_about_kde.c:
Code:

1. #include <stdio.h>
2.
3. int main()
4. {
5.     while( !strcmp(_KDE_, "sucks"))
6.          printf("KDE sucks\n");
7.
8.     printf("KDE rulez\n");
9.     return 0;
10.}
11.


Code:

$ gcc whats_about_kde.c

WARNING: "whats_about_kde.c": line 8 is never reached.


:D :D :D :D

Mfg

Sino
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Wed Feb 22, 2006 1:27 pm    Post subject: Reply with quote

jajaj, das strcmp möcht ich sehen.

kdeprintf("%s rulez", "KDE"); is mir aber auch ein wenig sinnlos vorgekommen.

nehmen wir das noch an:
#define _KDE_ "KDE"

dann funktioniert auch dein beispiel ;-)
_________________
-l: signature: command not found
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2579
Location: Neunkirchen / Saarland / Germany

PostPosted: Wed Feb 22, 2006 1:54 pm    Post subject: Reply with quote

_hephaistos_ wrote:

[...]
nehmen wir das noch an:
#define _KDE_ "KDE"

dann funktioniert auch dein beispiel ;-)

;) wie langweilig ;)

Mfg

Sino
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Fri Feb 24, 2006 12:15 pm    Post subject: Reply with quote

SinoTech wrote:
;) wie langweilig ;)


LOL.
rein logisch is ja deine programmiererei da ein wahnsinn. frei übersetzt:

solange _KDE_ nicht "sucks" ist! dh: solange KDE nicht sucked!
-> sag: "KDE sucks".

is das der beweis, dass KDE einfach nicht sucked und sich alle gegner das nur einreden? :twisted:
möglich wärs...
_________________
-l: signature: command not found
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2579
Location: Neunkirchen / Saarland / Germany

PostPosted: Fri Feb 24, 2006 12:33 pm    Post subject: Reply with quote

_hephaistos_ wrote:

[...]
rein logisch is ja deine programmiererei da ein wahnsinn. frei übersetzt:

solange _KDE_ nicht "sucks" ist! dh: solange KDE nicht sucked!
-> sag: "KDE sucks".

[...]

Falsch. "strcmp" gibt 0 zurück falls die beiden Strings übereinstimmen. Und da "0" mit false gleichgesetzt wird, muss es negiert werden :D
Es heißt also:
So lange KDE sucked, bleibe in der Schleife :)

_hephaistos_ wrote:

[...]
Is das der beweis, dass KDE einfach nicht sucked und sich alle gegner das nur einreden? :twisted:
möglich wärs...

Im übrigen hast du ziemlich lang gebraucht um mir zu antworten ;), oder hast du solange gebraucht um dir den Code schön trinken zu können? :twisted:

Ich weiß ich bin gemein ;) mein Arbeitskollege muss sich auch immer mit mir rumärgern ... wieso soll es euch da besser gehen ;)

NOTIZ an mich: Damn I am good :)

Mfg

Sino
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Fri Feb 24, 2006 2:30 pm    Post subject: Reply with quote

@lange gebraucht: weil ich den irgendwie übersehen hab - sorry ;-(

@strcmp: damn du host recht ;-) wollt mir da wohl was einreden. ich werd noch heute auf irgend so einen sinnlosen windowmanager umsteigen! :twisted: und in zukunft das hintergrundbild via einem komplizierten config file einstellen. sowie auf kio_slaves verzichten!

//EDIT:
aber ich bleibe bei meiner behauptung:
Code:

while ( !strcmp("KDE", "sucks") )
{
   printf("ich werde niemals ausgeführt und daher sucked kde nicht ;-)");
}

_________________
-l: signature: command not found
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2579
Location: Neunkirchen / Saarland / Germany

PostPosted: Fri Feb 24, 2006 3:28 pm    Post subject: Reply with quote

_hephaistos_ wrote:
@lange gebraucht: weil ich den irgendwie übersehen hab - sorry ;-(
[...]

Tja, es liegt in der Natur des Menschen das man meist nur das sieht was man sehen will :twisted:

_hephaistos_ wrote:

[...]
@strcmp: damn du host recht ;-)
[...]

:D Hast du etwa was anderes erwartet? :D

_hephaistos_ wrote:

[...]
ich werd noch heute auf irgend so einen sinnlosen windowmanager umsteigen! :twisted: und in zukunft das hintergrundbild via einem komplizierten config file einstellen. sowie auf kio_slaves verzichten!
[...]

Keine Ahnung was kio_slaves ist, aber ich werde dich an deine Worte erinnern falls du sie vergisst ;)



_hephaistos_ wrote:

[...]
//EDIT:
aber ich bleibe bei meiner behauptung:
Code:

while ( !strcmp("KDE", "sucks") )
{
   printf("ich werde niemals ausgeführt und daher sucked kde nicht ;-)");
}

;)

Mfg

Sino
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum