Se avete problemi con l'installazione e la configurazione di Slackware postate qui. Non usate questo forum per argomenti generali... per quelli usate Gnu/Linux in genere.
Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware, se l'argomento è generale usate il forum Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute.
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.
La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
#!/usr/bin/python
# -*- coding: UTF-8 -*-
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# Authors: Quinn Storm (quinn@beryl-project.org)
# Patrick Niklaus (marex@opencompositing.org)
# Copyright (C) 2007 Quinn Storm
import pygtk
pygtk.require('2.0')
import gtk
try:
import sexy
has_sexy = True
except ImportError:
print "Info: No sexy-python package found, don't worry it's optional."
has_sexy = False
if gtk.pygtk_version < (2,10,0):
print "PyGtk 2.10.0 or later required"
raise SystemExit
import compizconfig
ccs = compizconfig
import ccm
screens = ccm.getScreens()
context = ccs.Context(screens)
mainWin = ccm.MainWin(context)
mainWin.show_all()
gtk.main()
Ultima modifica di ciopper il lun 25 feb 2008, 20:44, modificato 1 volta in totale.
#!/usr/bin/python
# -*- coding: UTF-8 -*-
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# Authors: Quinn Storm (quinn@beryl-project.org)
# Patrick Niklaus (marex@opencompositing.org)
# Copyright (C) 2007 Quinn Storm
import sys
sys.path.insert(-1,"/usr/lib/python2.4/site-packages/gtk-2.0/")
sys.path.insert(-1,"/usr/local/lib/python2.5/site-packages")
import pygtk
pygtk.require('2.0')
import gtk
try:
import sexy
has_sexy = True
except ImportError:
print "Info: No sexy-python package found, don't worry it's optional."
has_sexy = False
if gtk.pygtk_version < (2,10,0):
print "PyGtk 2.10.0 or later required"
raise SystemExit
import compizconfig
ccs = compizconfig
import ccm
screens = ccm.getScreens()
context = ccs.Context(screens)
mainWin = ccm.MainWin(context)
mainWin.show_all()
gtk.main()
E tutte le dipendenze, ossia: pycairo, pygobject, pygtk, libsexy, sexy-python, pyrex, libwnck
ho scaricato nuovamente tutti i file tgz nel link che mi hai suggerito ed ho dato
installpkg *.tgz
ho riprovato e non è cambiatyo niente.
le dipendenze non le ho installate...
ma come si fa a far comparire il cubo in 3d???
Le altre animazioni funzionano.... se clicco sui desktop il cubo ruota ma in 2d.... se vado col mouse tutto in alto a destra tutte le finestre aperte vengono visualizzate in una unica pagina e tu scegli quella che vuoi... se sposto le finestre hanno l'effetto gomma
Ho provato a cambiare i flag in compiz manager ma non noto differenze.... bhò!
grazie ciao
piccolo O.T. dove trovo dal menù kde il bottone per ridurre tutte le finestra ad icona in un unico click?