Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Luminocity
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Mon Mar 28, 2005 9:15 am    Post subject: Reply with quote

ok ho quasi risolto tutto
posto qui per non aprire 3d nuovi sullo stesso argomento
allora ho l'ultimo problema nel compilare luminocity e il problema sta nel pacchetto 24/24

Code:
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking for gobject-2.0 > 2.6.0 gthread-2.0 gdk-pixbuf-2.0 pangoft2 xdamage xcomposite xfixes xext xtst xcursor... Requested 'gobject-2.0 > 2.6.0' but version of GObject is 2.4.8
configure: error: luminocity dependencies not satisfied

Now type 'make' to compile luminocity.
*** Building luminocity *** [24/24]

make
make: *** No targets specified and no makefile found.  Stop.
*** error during stage build of luminocity: could not build module *** [24/24]


  [1] rerun stage build
  [2] ignore error and continue to install
  [3] give up on module
  [4] start shell
  [5] go to stage force_checkout
  [6] go to stage configure
choice: 3
*** the following modules were not built *** [24/24]


il problema sta nel gobject che ho una versione vecchia e mi richiede la 2.6.0
ora dove trovo questo gobject 2.6.0?
grazie sperando che qualcuno risponde :)
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
Benve
l33t
l33t


Joined: 13 Mar 2003
Posts: 897
Location: Italy Romagna

PostPosted: Mon Mar 28, 2005 9:25 am    Post subject: Reply with quote

Così a naso ... che versione hai delle gtk+ ?
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Mon Mar 28, 2005 9:27 am    Post subject: Reply with quote

come guardo che versione ho?:oops:
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Mon Mar 28, 2005 9:29 am    Post subject: Reply with quote

* x11-libs/gtk+
Latest version available: 2.6.2
Latest version installed: 2.4.14
Size of downloaded files: 10,975 kB
Homepage: http://www.gtk.org/
Description: Gimp ToolKit +
License: LGPL-2
:oops:
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Mon Mar 28, 2005 10:51 am    Post subject: Reply with quote

ok sono riuscito a startarlo ma ho una finestra minimizzata e nn riesco ad ingradire :(
come lò faccio partire a 1024x768?
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
Benve
l33t
l33t


Joined: 13 Mar 2003
Posts: 897
Location: Italy Romagna

PostPosted: Mon Mar 28, 2005 11:10 am    Post subject: Reply with quote

[quoteTips.
If you want to change the window size, start Xfake with:Xfake -screen <width>x<height*number_of_workspaces>x<bpp>
It's also a good thing to add "-nolisten tcp" to Xfake arguments to improve safety.

For example, this would make luminocity to open in 1024x768 window when using 4 workspaces:
Codice:
Xfake -ac -nolisten tcp -screen 1024x3072x32 :1 &

You can change the number of workspaces by starting luminocity with "-d <number_of_workspaces>" argument.
It's also possible to add background image to luminocity by simple adding backround path after luminocity start command.
Codice:
Code:
luminocity :1 -d 4 /path/to/background


If you having difficulties with moving windows, try holding the windows key when moving.
[/quote]

cos' non va ?
Code:
Xfake -ac -nolisten tcp -screen 1024x768x32 :1 &

Code:
luminocity :1 -f -d 4 /path/to/background


se non va prova con un desktop solo:
Code:
luminocity :1 -f -d 1 /path/to/background
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Mon Mar 28, 2005 11:19 am    Post subject: Reply with quote

ok cosi funziona ma crasha anche a te???
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
Benve
l33t
l33t


Joined: 13 Mar 2003
Posts: 897
Location: Italy Romagna

PostPosted: Mon Mar 28, 2005 1:53 pm    Post subject: Reply with quote

se uso la rotellina si, altrimenti sembra stabile, ma la fase di test è durata meno di 5 minuti
Back to top
View user's profile Send private message
Benve
l33t
l33t


Joined: 13 Mar 2003
Posts: 897
Location: Italy Romagna

PostPosted: Mon Mar 28, 2005 4:46 pm    Post subject: Reply with quote

altro howto:http://live.gnome.org/Luminocity
Back to top
View user's profile Send private message
n3m0
l33t
l33t


Joined: 08 Feb 2004
Posts: 798
Location: Richville, Naples, Italy, Europe

PostPosted: Wed Apr 27, 2005 7:27 am    Post subject: Reply with quote

Vi segnalo una piccola curiosità-immagine: http://canali.libero.it/affaritaliani/upload/lo/longhorn.jpg
E' uno screnshot di Longhorn. Quell'effetto sulla finestra in movimento non vi ricorda nulla? ;)
_________________
L’energia è la civiltà. Lasciarla in mano ai piromani/petrolieri è criminale. Perché aspettare che finisca il petrolio?
L’età della pietra non è mica finita per mancanza di pietre. - B.G.


Site/Blog: http://www.neminis.org
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Wed Apr 27, 2005 12:46 pm    Post subject: Reply with quote

bastardi ladri pagheranno per questo
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
hellraiser
Guru
Guru


Joined: 14 Jun 2003
Posts: 431
Location: Pescara [Italy]

PostPosted: Wed Apr 27, 2005 12:57 pm    Post subject: Reply with quote

si pero per ottenere quegli effeti su Longhorn, ci vuole un Dual Xeon 3 Ghz + 2gb di ram :)

mentre noi su linux, lo possiamo ottenere anche con hardware vecchiotto...
_________________
Io non sono nessuno...ma nessuno è come me!

"Open Source is a good idea..."
Back to top
View user's profile Send private message
Ciccio Bueo
l33t
l33t


Joined: 19 Oct 2004
Posts: 834
Location: Treviso

PostPosted: Wed Apr 27, 2005 2:09 pm    Post subject: Reply with quote

hellraiser wrote:
si pero per ottenere quegli effeti su Longhorn, ci vuole un Dual Xeon 3 Ghz + 2gb di ram :) .


ah... ecco spiegato perchè prima al tg hanno dato notizia che c'è stato un black-out nello stato di Washington...... billy g. aveva acceso il pc.... :wink:
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31455
Location: here

PostPosted: Wed Apr 27, 2005 2:48 pm    Post subject: Reply with quote

koma wrote:
bastardi ladri pagheranno per questo

Beh bisogna ancora vedere chi ha preso da chi....
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
jesus_was_rasta
Apprentice
Apprentice


Joined: 26 Sep 2004
Posts: 173

PostPosted: Wed Apr 27, 2005 3:10 pm    Post subject: Reply with quote

[OT] Quoto fedeli, mica sono sempre e solo loro che copiano... Avete mai visto le beta di OpenOffice2? [/OT] :?
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Wed Apr 27, 2005 3:30 pm    Post subject: Reply with quote

senza considerare che, quell'effetto, sembra piu' una mezza scopiazzatura del "genio" di apple ;-)

Coda
Back to top
View user's profile Send private message
klaudyo
Apprentice
Apprentice


Joined: 03 Dec 2003
Posts: 207

PostPosted: Wed Apr 27, 2005 4:32 pm    Post subject: Reply with quote

Si infatti.

Credo che sia ragionevole a volte dare anche dei meriti a Microsoft o cmq non criticarla a priori. Anzi a volte ha fatto anche cose che meritano una lode. Un esempio è (IMHO) il .NET.

Non critichiamo solo perchè è Microsoft. :roll:

PS giustamente, come è stato fatto notare l'effetto è simile a quello di MacOS X precedente anche a Lumonocity. Quindi chi ha copiato chi?....
Back to top
View user's profile Send private message
hellraiser
Guru
Guru


Joined: 14 Jun 2003
Posts: 431
Location: Pescara [Italy]

PostPosted: Wed Apr 27, 2005 6:59 pm    Post subject: Reply with quote

bhe...se vogliamo risalire agli albori...vi posso dire che quelli effetti li avevo anche su l'Amiga 600 :D
_________________
Io non sono nessuno...ma nessuno è come me!

"Open Source is a good idea..."
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Wed Apr 27, 2005 10:13 pm    Post subject: Reply with quote

hellraiser wrote:
bhe...se vogliamo risalire agli albori...vi posso dire che quelli effetti li avevo anche su l'Amiga 600 :D


... che sicuramente non avranno copiato Mac OSX
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
hellraiser
Guru
Guru


Joined: 14 Jun 2003
Posts: 431
Location: Pescara [Italy]

PostPosted: Thu Apr 28, 2005 12:53 pm    Post subject: Reply with quote

Perche Amiga ha copiato da MacOs ???
_________________
Io non sono nessuno...ma nessuno è come me!

"Open Source is a good idea..."
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Thu Apr 28, 2005 1:16 pm    Post subject: Reply with quote

hellraiser wrote:
Perche Amiga ha copiato da MacOs ???


Non ho fatto questa affermazione ho solo detto che dal momento che amiga è precedente Mac OSX sicuramente non hanno preso spunto da una cosa che ancora non esisteva.
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
hellraiser
Guru
Guru


Joined: 14 Jun 2003
Posts: 431
Location: Pescara [Italy]

PostPosted: Thu Apr 28, 2005 3:06 pm    Post subject: Reply with quote

ah ok :)

Avevo capito male io...

:P
_________________
Io non sono nessuno...ma nessuno è come me!

"Open Source is a good idea..."
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
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