View previous topic :: View next topic |
Author |
Message |
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Wed Jul 16, 2003 5:32 pm Post subject: superkaramba /themeZ/kroller-v0.93b/kroller.theme |
|
|
Code: | superkaramba /themeZ/kroller-v0.93b/kroller.theme
Kroller python module loaded!
Loading configuration from theme directory: /themeZ/kroller-v0.93b//kroller.conf
Traceback (most recent call last):
File "/themeZ/kroller-v0.93b/kroller.py", line 298, in initWidget
conf["virtualDesktopIconX"] = int(conf["virtualDesktopIconY"] * (4.0/3)) ## Use a 4/3 aspect ratio for virtual desktop icons
OverflowError: float too large to convert
Call to widgetUpdated failed |
.... un bel dì avviando superkaramba.... _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Wed Jul 16, 2003 5:43 pm Post subject: |
|
|
ho controllato i dati di quella parte di python .. mi sembrano + che corretti ma nn me ne intendo molto:
Code: | if (conf["virtualDesktopSelector"] == 1): ## If virtual desktop selector is enabled make room for it
conf["virtualDesktopIconY"] = imageSize/2
conf["virtualDesktopIconX"] = int(conf["virtualDesktopIconY"] * (4.0/3)) ## Use a 4/3 aspect ratio for virtual desktop icons
borderRight += (conf["virtualDesktopIconX"] * (conf["numVirtualDesktops"]/2))
if (useBackBar == 1):
borderRight += imageSize |
Rifletto e dico ... ma se prima funzionava ... cos'ha contro di me sto PC!!! _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
|