I prepared a new LiveCD of KDE4 which you can download at torrentbox.
This one required a few tweaks in the build system and many rebuilds, ugh. The unstable repository is well named ;).
How to build your own KDE4 Debian livecd
* Download the live-helper configuration from github
* Read Readme.live and make the necessary changes.
* Installing KDE in the livecd requires some script tricks. So, open the config/chroot_local-hooks/kde file and start adding at the end your custom commands
* e.g. apt-get install --yes anki
will add the Anki flashcard program to the Live CD. "--yes" is needed here to avoid apt-get to ask confirmation for every order.
domingo 9 de agosto de 2009
martes 23 de junio de 2009
Free calls!
Conseguí una memoria USB Markvision de 8GB que no conseguí montar inmediatamente en mi Debian. Googleando la información que me dió "lsusb -v" (identificador curioso, a propósito: aaaa:1234. dudo que sea válido) encontré este blog:
http://blogdrake.net/node/16443
y efectivamente la opción de formatear la partición solucionó el problema. Supongo que Markvision, además de añadir el indeseable programa de telefonía, hizo algunos cambios en la descripción de la partición.
http://blogdrake.net/node/16443
y efectivamente la opción de formatear la partición solucionó el problema. Supongo que Markvision, además de añadir el indeseable programa de telefonía, hizo algunos cambios en la descripción de la partición.
miércoles 17 de junio de 2009
Japonés
Empecé hoy el primer nivel intensivo de Japonés. Todos los estudiantes del grupo somos fanáticos del anime -_- (¿es de esperarse?). Esperaba encontrarme con alguien con otros intereses...
sábado 9 de mayo de 2009
:(
kdesvn-build facilita bastantes cosas. 12 horas más tarde, a medias puedo decir victoria. Al parecer definitivamente hubo un cambio en kdelibs que inutiliza mi plugin ruby. Estoy cansado~
En la casa compraron 2 iQuePhones por aproximadamente US$150 c/u. *facepalm*
Actualización:
Al parecer es un problema de Qt 4.5.
En la casa compraron 2 iQuePhones por aproximadamente US$150 c/u. *facepalm*
Actualización:
Al parecer es un problema de Qt 4.5.
viernes 8 de mayo de 2009
gb2 Lenny
Después de vivir un tiempo con Sid, me regreso a Lenny, actual versión estable de Debian. Por un lado, detesto las eternas actualizaciones y reventones de los paquetes. Por otro, este computador funciona a la perfección con Lenny. El ultramóbil lo dejo con Sid.
(Descargando el netinst...)
(Descargando el netinst...)
domingo 5 de abril de 2009
KDE development environment for Windows (MinGW)
As soon as I had my Windows desktop with a basic configuration, I put a KDE 4 installation on it. Instructions on how to set a development environment and build KDE (I skipped it by using the installer) are available in the techbase page.
If you are like me, you may want to try different setups at the same time. Perhaps you want to have both MinGW and MSVC installations for whatever reason. Or just may want a simple and painless environment creation without polluting your desktop. This is what I did:
1) Install devel packages and tools with the KDE installer in a path of your choice. (eg. C:\KDE): kdelibs, kdepimlibs, automoc, qt, kdewin32, gcc-mingw, cmake are the minimal packages you need.
1.1). Apparently dependencies are not resolved for devel packages. So, if you want to install more, make sure to install other devel libraries your module/software needs.
2) Save the following to "mingw.bat" (change paths as necessary):
=======================
=======================
What you need to check/change are the INSTALL_PATH and PATH variables to point to your KDE dir and MinGW dir. Save it in your sources dir or anywhere else.
3) The key is the environment shortcut. Select a good place where you will usually start your environment from (e.g. c:\src\). Create a new shortcut to:
And save it as "Environment (MinGW)". Done.
Whenever you will build/install from sources, open "Environment (MinGW)" and start hacking.
If you are like me, you may want to try different setups at the same time. Perhaps you want to have both MinGW and MSVC installations for whatever reason. Or just may want a simple and painless environment creation without polluting your desktop. This is what I did:
1) Install devel packages and tools with the KDE installer in a path of your choice. (eg. C:\KDE): kdelibs, kdepimlibs, automoc, qt, kdewin32, gcc-mingw, cmake are the minimal packages you need.
1.1). Apparently dependencies are not resolved for devel packages. So, if you want to install more, make sure to install other devel libraries your module/software needs.
2) Save the following to "mingw.bat" (change paths as necessary):
=======================
@set SOURCE_PATH=C:\src
@set INSTALL_PATH=C:\kde
@set DBUSDIR=%INSTALL_PATH%
@set KDEDIRS=%INSTALL_PATH%
@set KDEWIN_DIR=%INSTALL_PATH%
@set PATH=c:\mingw\bin;%INSTALL_PATH%\bin;%INSTALL_PATH%\lib;%PATH%
@set QT_PLUGIN_PATH=%INSTALL_PATH%\lib\kde4\plugins;%INSTALL_PATH%\plugins
@set STRIGI_HOME=%INSTALL_PATH%
@set XDG_DATA_DIRS=%INSTALL_PATH%\share
cd %SOURCE_PATH%
=======================
What you need to check/change are the INSTALL_PATH and PATH variables to point to your KDE dir and MinGW dir. Save it in your sources dir or anywhere else.
3) The key is the environment shortcut. Select a good place where you will usually start your environment from (e.g. c:\src\). Create a new shortcut to:
%windir%\system32\cmd.exe /K c:\YOURDIR\mingw.bat
And save it as "Environment (MinGW)". Done.
Whenever you will build/install from sources, open "Environment (MinGW)" and start hacking.
sábado 4 de abril de 2009
Hola Windows
Bueno, reinstalé Windows, y fué un proceso desagradable. Pero quería jugar unos juegos que no encajaban con la combinación Wine + NVIDIA. Después de superar la instalación de los controladores más importantes, procedí a instalar el explorador de los tubos. Pero no instalé Firefox como usualmente se hace. En vez, desde el laptop con Debian descargué el instalador de Arora para Windows. ¡Es extremadamente rápido! (en cuanto a tiempo de respuesta y renderizado de páginas).
En fin, ahora podré trabajar más cómodo en el proyecto KDE, específicamente en los bindings de Ruby.
En otro tema, cuando KDE4 esté disponible en inestable (Debian) construiré una nueva edición del Live-CD (que ya lleva mucho tiempo atrasada). La versión más reciente, 4.2.2, trae bastantes arreglos importantes.
En fin, ahora podré trabajar más cómodo en el proyecto KDE, específicamente en los bindings de Ruby.
En otro tema, cuando KDE4 esté disponible en inestable (Debian) construiré una nueva edición del Live-CD (que ya lleva mucho tiempo atrasada). La versión más reciente, 4.2.2, trae bastantes arreglos importantes.
Suscribirse a:
Entradas (Atom)