[Desktop] Avant e Amsn

Problemi riscontrati nella Gutsy (Ubuntu 7.10) in fase di sviluppo.
Scrivi risposta
Avatar utente
frank973
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 323
Iscrizione: lunedì 11 giugno 2007, 10:18
Località: Savona

[Desktop] Avant e Amsn

Messaggio da frank973 »

Salve a tutti, in fetsy avevo avant e amsn entrambi svn e funzionavano benissimo, chiedo venia ma come faccio ad averli anche su Gutsy?

Dai reposity ho scaricato amsn ma non è la stressa cosa, invece per avant ho usato una guida per fetsy, mi ha fatto scaricare una marea di librerie per gnome 2.20 ma poi mi dava errore. nella home c'è una cartella .avant ma del programma non c'è traccia
Ormai ci siamo quasi risolti i problemi video e internet mi mancano solo queste 2 cose e poi passo definitivamente a gutsy
Syd Lives
Avatar utente
Alexius
Prode Principiante
Messaggi: 215
Iscrizione: mercoledì 1 agosto 2007, 23:27
Località: Este - Padova

Re: [Desktop] Avant e Amsn

Messaggio da Alexius »

Per avant prova a dare un'occhiata qui: http://syzygy42.tuxfamily.org/.
Ubuntu user #17786 -- Linux user #455663
E' iniziato l'impero del Nano di Arcore
Avatar utente
jewelz
Prode Principiante
Messaggi: 157
Iscrizione: lunedì 7 novembre 2005, 20:48

Re: [Desktop] Avant e Amsn

Messaggio da jewelz »

avant prenditelo con bzr che fai prima (scarica avant-window-navigator, awn-extras e awn-curves che così hai tutto), per amsn uso lo script fixamsn.sh preso sul forum internazionale che installa l'ultima versione con l'antialiasing
Avatar utente
frank973
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 323
Iscrizione: lunedì 11 giugno 2007, 10:18
Località: Savona

Re: [Desktop] Avant e Amsn

Messaggio da frank973 »

grazie ragazzi però cosa faccio  avant-window-navigator, awn-extras e awn-curves li scarico da synaptic e se si che reposity devo aggiungere.

Alexius nel link ho trovato il file, è questo ? http://download.tuxfamily.org/syzygy42/ ... 8-1.tar.gz

cosa devo fare, lo scompatto e poi compilo ?
Syd Lives
Avatar utente
Alexius
Prode Principiante
Messaggi: 215
Iscrizione: mercoledì 1 agosto 2007, 23:27
Località: Este - Padova

Re: [Desktop] Avant e Amsn

Messaggio da Alexius »

frank973 ha scritto: grazie ragazzi però cosa faccio  avant-window-navigator, awn-extras e awn-curves li scarico da synaptic e se si che reposity devo aggiungere.

Alexius nel link ho trovato il file, è questo ? http://download.tuxfamily.org/syzygy42/ ... 8-1.tar.gz

cosa devo fare, lo scompatto e poi compilo ?
Guarda questo thread: http://forum.ubuntu-it.org/viewtopic.php?t=120271
Ubuntu user #17786 -- Linux user #455663
E' iniziato l'impero del Nano di Arcore
Avatar utente
jewelz
Prode Principiante
Messaggi: 157
Iscrizione: lunedì 7 novembre 2005, 20:48

Re: [Desktop] Avant e Amsn

Messaggio da jewelz »

non vanno scaricati da synaptic!
allora crea una cartella ad hoc

Codice: Seleziona tutto

mkdir avant
entraci

Codice: Seleziona tutto

cd avant
ora lancia questi 3 comandi

Codice: Seleziona tutto

bzr co http://bazaar.launchpad.net/~awn-core/awn/trunk avant-window-navigator
cd avant-window-navigator
./autogen.sh && make && sudo make install
questo ti compila avant di base, se poi vuoi anche gli applets

Codice: Seleziona tutto

bzr co http://bazaar.launchpad.net/~awn-extras/awn-extras/trunk awn-applets
cd awn-applets/awn-applets/awn-core-applets
./autogen.sh && make && sudo make install
se poi vuoi anche il look a curva

Codice: Seleziona tutto

http://bazaar.launchpad.net/~awn-curves-team/awn/awn-curves
cd awn-curves
./autogen.sh && make && sudo make install
ora puoi modificarla come ti pare tramite l'awn manager. Per aggiornarla ogni tanto basta che vai nelle cartelle dove hai scaricato sta roba, dai bzr update e poi ricompili
Ultima modifica di jewelz il martedì 2 ottobre 2007, 21:33, modificato 1 volta in totale.
Avatar utente
luciobrucio
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 299
Iscrizione: martedì 9 gennaio 2007, 10:40
Località: Milano

Re: [Desktop] Avant e Amsn

Messaggio da luciobrucio »

ciao sto provando a seguire le tue direttive in quanto dai repository mi dava problemi con le applets... ma quello che ottengo compilando è questo:

luciomormile@luciomormile:~/avant/avant-window-navigator$ ./autogen.sh && make && sudo make install
/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
  testing autoconf2.50... not found.
  testing autoconf... found 2.61
checking for automake >= 1.9...
  testing automake-1.10... not found.
  testing automake-1.9... found 1.9.6
checking for libtool >= 1.5...
  testing libtoolize... found 1.5.24
checking for glib-gettext >= 2.2.0...
  testing glib-gettextize... found 2.14.1
checking for intltool >= 0.30...
  testing intltoolize... found 0.36.2
checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.22
Checking for required M4 macros...
Checking for forbidden M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

Processing ./configure.in
Running libtoolize...
Running glib-gettextize... Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Running intltoolize...
Running aclocal-1.9...
Running autoconf...
Running autoheader...
Running automake-1.9...
Running ./configure --enable-maintainer-mode ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a Python interpreter with version >= 2.3.5... python
checking for python... /usr/bin/python
checking for python version... 2.5
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.5/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.5/site-packages
checking for headers required to compile python extensions... not found
configure: error: could not find Python headers


mi sai dire come posso risolvere?? grazie!
Lucio
Avatar utente
frank973
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 323
Iscrizione: lunedì 11 giugno 2007, 10:18
Località: Savona

Re: [Desktop] Avant e Amsn

Messaggio da frank973 »

a me invece da

Codice: Seleziona tutto

franco@franco-ubuntu2:~/avant/avant-window-navigator$ ./autogen.sh && make && sudo make install
You need to install the gnome-common module and make
sure the gnome-autogen.sh script is in your $PATH.
ho provato a cercare gnome-common module e i vari GCC ma sinceramente non ne vengo a capo

scusate installato gnome-common module ma ancora nulla, chi mi dice una procedura sicura per installare avant su gutsy ?
Ultima modifica di frank973 il giovedì 4 ottobre 2007, 16:11, modificato 1 volta in totale.
Syd Lives
Ehol
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1383
Iscrizione: martedì 12 dicembre 2006, 16:52

Re: [Desktop] Avant e Amsn

Messaggio da Ehol »

@Lucio, Intanto metti tutta la pappardella tra i tag [ code ] (la leggibilità prima di tutto  ;) )

Poi dovresti installare esattamente quelloc he dice : gli header per compilare le estensioni python.
Credo che il pacchetto sia :

Codice: Seleziona tutto

python2.5-dev

* gutsy (python): Header files and a static library for Python (v2.5)
   2.5.1-5ubuntu4: amd64 i386 powerpc
@frank973

Prova a installare :

Codice: Seleziona tutto

gnome-common

* gutsy (gnome): common scripts and macros to develop with GNOME or GNOME 2.0
   2.20.0-0ubuntu1: all
Ultima modifica di Ehol il giovedì 4 ottobre 2007, 16:18, modificato 1 volta in totale.
Ubuntu User # 19371
Fisso: P4 2533 - Nvidia 7600 GT AGP 256 Mb - 1 Gb RAM DDR - 360 Gb Hd - 1500 Gb Hd USB - Ubuntu 11.10 32bit - Fastweb Fibra Ottica
Portatile: Asus K52J - Intel i5 430 - Nvidia 310M/Intel i915 - 4 Gb RAM - 320 Gb Hd - Ubuntu 11.10 64bit
Muletto: HP Compaq dc7100 - P4 Core Duo - ATI Radeon X300 - 2gb RAM - 40 Gb HD - Ubuntu 11.10 32bit
Avatar utente
frank973
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 323
Iscrizione: lunedì 11 giugno 2007, 10:18
Località: Savona

Re: [Desktop] Avant e Amsn

Messaggio da frank973 »

@frank973

Prova a installare :

Codice: Seleziona tutto

gnome-common

* gutsy (gnome): common scripts and macros to develop with GNOME or GNOME 2.0
   2.20.0-0ubuntu1: all
[/quote]

quello già fatto ma mi dava cmq una serie di errori nella compilazione.

Ho letto un post dove si diceva di abilitare i reposity di avant di fetsy, ma non esistono ancora per la 7.10 ?
Syd Lives
Ehol
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1383
Iscrizione: martedì 12 dicembre 2006, 16:52

Re: [Desktop] Avant e Amsn

Messaggio da Ehol »

Ovviamente no.
Il punto è che quando compili per la prima volta una cosa, 99 su 100 hai bisogno di una serie di librerie che prima non avevi.
Non bisogna scoraggiarsi : basta che ogni volta che ti fermi, riparti dal punto in cui ti sei fermato.
Se gnome-common va, basta che dici qual'è l'errore successivo. E avanti così fino alla fine.

Il bello è che una volta installate tutte le librerie necessarie, è facile che la prossima volta che compili un altro programma, ti vada tutto liscio alla prima, perchè avevi già installate tutte le librerie necessarie ;)
Ubuntu User # 19371
Fisso: P4 2533 - Nvidia 7600 GT AGP 256 Mb - 1 Gb RAM DDR - 360 Gb Hd - 1500 Gb Hd USB - Ubuntu 11.10 32bit - Fastweb Fibra Ottica
Portatile: Asus K52J - Intel i5 430 - Nvidia 310M/Intel i915 - 4 Gb RAM - 320 Gb Hd - Ubuntu 11.10 64bit
Muletto: HP Compaq dc7100 - P4 Core Duo - ATI Radeon X300 - 2gb RAM - 40 Gb HD - Ubuntu 11.10 32bit
Avatar utente
maxfact
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 3208
Iscrizione: domenica 28 gennaio 2007, 20:12

Re: [Desktop] Avant e Amsn

Messaggio da maxfact »

per avant su gusty in questo post trovi i repo di gusty
http://forum.ubuntu-it.org/viewtopic.ph ... #msg794008
Massimiliano Ubuntu user # 16155
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
Avatar utente
luciobrucio
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 299
Iscrizione: martedì 9 gennaio 2007, 10:40
Località: Milano

Re: [Desktop] Avant e Amsn

Messaggio da luciobrucio »

Codice: Seleziona tutto

***INFO*** Generating awn.c from awn.defs
Traceback (most recent call last):
  File "/usr/share/pygtk/2.0/codegen/codegen.py", line 1712, in <module>
    sys.exit(main(sys.argv))
  File "/usr/share/pygtk/2.0/codegen/codegen.py", line 1670, in main
    p.startParsing()
  File "/usr/share/pygtk/2.0/codegen/scmexpr.py", line 113, in startParsing
    for statement in statements:
  File "/usr/share/pygtk/2.0/codegen/scmexpr.py", line 27, in parse
    fp = open(filename, 'r')
IOError: [Errno 2] No such file or directory: '/usr/share/pygtk/2.0/defs/gconf.defs'
make[2]: *** [awn.c] Error 1
make[2]: Leaving directory `/home/luciomormile/avant/avant-window-navigator/pyawn'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/luciomormile/avant/avant-window-navigator'
make: *** [all] Error 2
ok ho installato tutte le librerie che mi chiedeva mano a mano e adesso alla fine mi dice questo...idee???


RISOLTO installando il pacchetto python-gnome 2 dev
Ultima modifica di luciobrucio il venerdì 5 ottobre 2007, 8:11, modificato 1 volta in totale.
Avatar utente
frank973
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 323
Iscrizione: lunedì 11 giugno 2007, 10:18
Località: Savona

Re: [Desktop] Avant e Amsn

Messaggio da frank973 »

c'è l'ho fatta  :P

allora ho aggiunto i reposity

Codice: Seleziona tutto

 deb http://download.tuxfamily.org/syzygy42 gutsy avant-window-navigator
 deb-src http://download.tuxfamily.org/syzygy42 gutsy avant-window-navigator
poi l'autentica

wget http://download.tuxfamily.org/syzygy42/8434D43A.gpg -O- | sudo apt-key add -

e un update

dopo di che sa synaptic c'era avant bz
scaricato ed è partito, però ho notato che aggiungendo le icone col metodo del trascinamento al riavvio la barra era vuota, e un 'altra cosa come faccio a farla diventare bianca cristallo ora è nera tipo mensola ma nera
Syd Lives
Avatar utente
luciobrucio
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 299
Iscrizione: martedì 9 gennaio 2007, 10:40
Località: Milano

Re: [Desktop] Avant e Amsn

Messaggio da luciobrucio »

ok quella è la stessa procedura ke ho seguito io, ma prova ad installare qualche applet...tipo il pulsante EXIT oppure quello dell'area di notifica...a me, ed anche ad altri da 2 linee bianche verticali...ho letto ke il problema potrebbe essere che cerca le librerie nel posto sbagliato...(ad esempio x il cestino cerca la lib in /usr/local/… invece che in /usr/lib…) suggeriscono in tal caso di lanciare il comando da shell, e vedere cosa ti dice per le altre........mmm ma come si fa???  ???
help!!
Avatar utente
luciobrucio
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 299
Iscrizione: martedì 9 gennaio 2007, 10:40
Località: Milano

Re: [Desktop] Avant e Amsn

Messaggio da luciobrucio »

allora seguendo queste indicazioni
jewelz ha scritto: non vanno scaricati da synaptic!
allora crea una cartella ad hoc

Codice: Seleziona tutto

mkdir avant
entraci

Codice: Seleziona tutto

cd avant
ora lancia questi 3 comandi

Codice: Seleziona tutto

bzr co http://bazaar.launchpad.net/~awn-core/awn/trunk avant-window-navigator
cd avant-window-navigator
./autogen.sh && make && sudo make install
questo ti compila avant di base, se poi vuoi anche gli applets

Codice: Seleziona tutto

bzr co http://bazaar.launchpad.net/~awn-extras/awn-extras/trunk awn-applets
cd awn-applets/awn-applets/awn-core-applets
./autogen.sh && make && sudo make install
se poi vuoi anche il look a curva

Codice: Seleziona tutto

http://bazaar.launchpad.net/~awn-curves-team/awn/awn-curves
cd awn-curves
./autogen.sh && make && sudo make install
ora puoi modificarla come ti pare tramite l'awn manager. Per aggiornarla ogni tanto basta che vai nelle cartelle dove hai scaricato sta roba, dai bzr update e poi ricompili
sono riuscito ad installare fino alle applets, che è già un ottimo risultato visto ke almeno adesso funzionano tutte (tranne quella systray che da sempre la riga bianca verticale... >:()

per quanto riguarda la curva se do i comandi indicati da Jewelz mi ritorna un messaggio del genere...

Codice: Seleziona tutto

luciomormile@luciomormile:~/avant/avant-window-navigator$ bzr co http://bazaar.launchpad.net/~awn-curves-team/awn/awn-curves
luciomormile@luciomormile:~/avant/avant-window-navigator$ cd awn-curves        
luciomormile@luciomormile:~/avant/avant-window-navigator/awn-curves$ ./autogen.sh && make && sudo make install
/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
  testing autoconf2.50... not found.
  testing autoconf... found 2.61
checking for automake >= 1.9...
  testing automake-1.10... not found.
  testing automake-1.9... found 1.9.6
checking for libtool >= 1.5...
  testing libtoolize... found 1.5.24
checking for glib-gettext >= 2.2.0...
  testing glib-gettextize... found 2.14.1
checking for intltool >= 0.30...
  testing intltoolize... found 0.36.2
checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.22
Checking for required M4 macros...
Checking for forbidden M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

Processing ./configure.in
Running libtoolize...
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
Putting files in AC_CONFIG_AUX_DIR, `..'.
Running glib-gettextize... Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Running intltoolize...
intltoolize: 'po/Makefile.in.in' is out of date: use '--force' to overwrite

boh... ???

aspettando ulteriori news ringrazio tutti...
(rotfl)
Avatar utente
jewelz
Prode Principiante
Messaggi: 157
Iscrizione: lunedì 7 novembre 2005, 20:48

Re: [Desktop] Avant e Amsn

Messaggio da jewelz »

ti manca qualche pacchetto... fai sudo

Codice: Seleziona tutto

apt-get install autogen
che dovrebbe metterti automaticamente anche automake e autoconf, se non lo fa mettili a mano... cmq ora come ora ti sconsiglio il curves visto che è un po indietro nei confronti del normale awn e manca ancora qualcosa (manca lo spettacolare 3d-spotlight...)
Scrivi risposta

Ritorna a “Gutsy 7.10”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 4 ospiti