Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kde 3.5.8 STABILE
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Tue Oct 16, 2007 11:59 am    Post subject: Kde 3.5.8 STABILE Reply with quote

Con tutto questo parlare di kde 4 forse le masse non sono nemmeno interessate all'ultima versione di kde.
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'


Last edited by Kernel78 on Tue Jan 29, 2008 6:43 am; edited 1 time in total
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Tue Oct 16, 2007 12:20 pm    Post subject: Reply with quote

Tranquillo che io lo stavo tenendo d'occhio :wink:

La lista delle correzioni e dei miglioramenti è abbastanza corposa, complimenti (e grazie) al team KDE 8)

Attendo con ansia i commit su Portage :P
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Tue Oct 16, 2007 12:26 pm    Post subject: Reply with quote

Tu torna a tradurre che appena appare in portage ti avviso io :lol:
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4793
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Mon Oct 22, 2007 8:17 pm    Post subject: Reply with quote

Kernel78 wrote:
Tu torna a tradurre che appena appare in portage ti avviso io :lol:

tsk :roll:

fannullone.
_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Wed Oct 24, 2007 9:41 pm    Post subject: Reply with quote

Mi sono accorto solo adesso che kde 3.5.8 è in portage (anche se marcato ~), se vi interessa vi spiego come ho fatto per aggiornare il tutto.
Prima cosa bisogna smascherare i vari pacchetti e visto che una delle principali virtù di un programmatore è la pigrizia eccovi uno scriptino per farlo automaticamente con un minuscolo margine di errore (modificate la keyword in base al vostro sistema e attenzione se gestite ancora package.keywords come singolo file invece che come una directory)
Code:
for pkg in $(eix -ICc kde | grep '\[I\]' | cut -f 2 -d " ")
do
  echo "=$pkg-3.5.8* ~amd64"
done > /etc/portage/package.keywords/kde-3.5.8

questo crea un comodo file che contiene tutti i pacchetti attualmente installati delle categorie kde e ne smaschera la versione 3.5.8* (così nel caso escano vari -r* verranno automaticamente presi in considerazione).
Si lancia un bellissimo
Code:
emerge -uDpvN world
per controllare che non ci siano altri pacchetti da smascherare a mano e per ulteriori rifiniture (USE da aggiungere o da rimuovere, ecc ecc).
Fatto questo si aggiorna tutto e poi si controlla se nel file kde-3.5.8 è finita roba superflua (sono nevrotico per l'ordine) con un fantastico (e da me già postato ma ignorato dalle masse)
Code:
for anomaly in $(eix -tTc | grep -E '^\[' | cut -f 2 -d " ")
do
  file_name=$(grep -lR $anomaly /etc/portage/package.*)
  clear
  echo "edito *** $file_name ***"
  echo "    per anomalia su $anomaly"
  echo "    premere <invio> per procedere"
  read
  $EDITOR $file_name
done

Adesso gustatevi il vostro sistema :wink:
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Fri Oct 26, 2007 5:31 pm    Post subject: Reply with quote

attendo che diventi stable, almeno sul mio portatile "da lavoro".
Poi il kde4 sarà slotted e proverò anche lui.
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Sat Oct 27, 2007 2:23 pm    Post subject: Reply with quote

Domanda da 10 centesimi.... konsole ora li gestisce i link indicati in emerge (emerge -pv, -s/S)?
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Sat Oct 27, 2007 3:45 pm    Post subject: Reply with quote

bandreabis wrote:
Domanda da 10 centesimi.... konsole ora li gestisce i link indicati in emerge (emerge -pv, -s/S)?

non riesco a capire cosa tu intenda :?
ti aspetti che konsole si comporti da solo come fa adesso con klipper ?
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Sat Oct 27, 2007 3:52 pm    Post subject: Reply with quote

Se ho capito bene la tua domanda... sì, esatto.. che gestisca i link senza doverli copiare e incollare in un browser.
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Sat Oct 27, 2007 4:18 pm    Post subject: Reply with quote

bandreabis wrote:
Se ho capito bene la tua domanda... sì, esatto.. che gestisca i link senza doverli copiare e incollare in un browser.

Se installi klipper puoi configurarti diverse azioni da eseguire in base al testo che selezioni grazie a delle espressioni regolari e quando questo testo viene selezionato ti si apre un menu con le varie azioni.

Per esempio appena installato è già configurato per diverse azioni sui link, aprirli con konqueror, con mozilla, con firefox o mandarli via mail e questo in ogni programma integrato in kde come konsole, kate, kwrite, kmail ecc ecc ...

Troppo fiko, adoro l'integrazione dei vari componenti di kde 8)
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Sat Oct 27, 2007 4:23 pm    Post subject: Reply with quote

Questa non la sapevo... ci sto dando un occhio...

EDIT: ahhhhhh!!! :D :D
Trovato. Grazie, ho abilitato le azioni.....
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Tue Jan 29, 2008 6:42 am    Post subject: Reply with quote

kde 3.5.8 è diventato stabile (almeno su amd64) !!!
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
lordalbert
l33t
l33t


Joined: 26 Nov 2006
Posts: 840
Location: Italy

PostPosted: Wed Jan 30, 2008 3:08 pm    Post subject: Reply with quote

anche su x86
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Wed Jan 30, 2008 6:37 pm    Post subject: Reply with quote

lordalbert wrote:
anche su x86

Ammazza quanta roba.
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Thu Jan 31, 2008 6:27 pm    Post subject: Reply with quote

devo ricompilare circa 300 pacchetti adesso, ci mancava solo questa. :evil:
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
.:deadhead:.
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 2963
Location: Milano, Italy

PostPosted: Thu Jan 31, 2008 6:44 pm    Post subject: Reply with quote

djinnZ wrote:
devo ricompilare circa 300 pacchetti adesso, ci mancava solo questa. :evil:
Ehehe :D e mentre io stasera mi godo un bel film il mio amato PC mi prepara la mia nuova release di kde...

Uhm interessante sta cosa di klipper : la proverò di sicuro!
_________________
Proudly member of the Gentoo Documentation Project: the Italian Conspiracy ! ;)
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Thu Jan 31, 2008 7:32 pm    Post subject: Reply with quote

Le azioni di klipper si possono applicare usando una combinazione di tasto e mouse invece che solo mouse?
Se voglio selezionare un testo senza che si abiliti il menu delle azioni di default, ma solo tenendo premuto, che so, ALT si può?

PS - DE aggiornato! A me, pare più reattivo.
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
lordalbert
l33t
l33t


Joined: 26 Nov 2006
Posts: 840
Location: Italy

PostPosted: Thu Jan 31, 2008 8:34 pm    Post subject: Reply with quote

bandreabis wrote:
Le azioni di klipper si possono applicare usando una combinazione di tasto e mouse invece che solo mouse?
Se voglio selezionare un testo senza che si abiliti il menu delle azioni di default, ma solo tenendo premuto, che so, ALT si può?

PS - DE aggiornato! A me, pare più reattivo.


io non ho notato particolari differenze... se non che ogni tanto mi accorgo che ktorrent si è chiuso :/ (senza essere stato io a chiuderlo) bah....
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Thu Jan 31, 2008 8:54 pm    Post subject: Reply with quote

lordalbert wrote:
bandreabis wrote:
Le azioni di klipper si possono applicare usando una combinazione di tasto e mouse invece che solo mouse?
Se voglio selezionare un testo senza che si abiliti il menu delle azioni di default, ma solo tenendo premuto, che so, ALT si può?

PS - DE aggiornato! A me, pare più reattivo.


io non ho notato particolari differenze... se non che ogni tanto mi accorgo che ktorrent si è chiuso :/ (senza essere stato io a chiuderlo) bah....


Ogni tanto quanto? Io lo sto usando ora da un po' e non mi ha dato problemi.... prova ad avviarlo da konsole e vedi che errori ti da.
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
lordalbert
l33t
l33t


Joined: 26 Nov 2006
Posts: 840
Location: Italy

PostPosted: Thu Jan 31, 2008 9:07 pm    Post subject: Reply with quote

bandreabis wrote:

Ogni tanto quanto? Io lo sto usando ora da un po' e non mi ha dato problemi.... prova ad avviarlo da konsole e vedi che errori ti da.


quello che pensavo io... cmq ogni tanto dopo un bel po :D
cmq, sulla reattività del nuovo kde.. ritiro quanto detto... sorry... mi sono accorto di essere ancora su kde 3.5.7 ... non ho ancora riavviato kde :D
Credevo di averlo già fatto, sorry... :P
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2490
Location: イタリアのロディで

PostPosted: Thu Jan 31, 2008 9:10 pm    Post subject: Reply with quote

Allora prova! Su! Di corsa! :P

Da me lo sprint si percepisce.
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano 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