Ir al contenido principal

Changing Background GWorkspace

GWorkspace application in GNUstep, is like the equivalent to Nautilus under GNOME. It has interesting features that I'm beginning to love, right now I believe GNUstep is for UNIX-geek-old-fashioned.

Here is the screenshot for changing the background image, you need to go to Info->Preferences->Desktop (drop down) then click Choose button for search the image.
I'm running GNUstep compiled in Ubuntu 10.04 and the image comes from the folder /usr/share/backgrounds/



Another really cute functionality of GWorkspace is start applications from their installation folder, you need to open the viewer from menu View->Viewer and go to the installation application folder (in my case compiled from sources: /usr/local/lib/GNUstep/Applications) then a double-click starts the application (*.app)










Comentarios

Entradas populares de este blog

Ubuntu 12.04 Wireless reconexión

Instalé ubuntu 12.04 ayer por la noche. todo funciona bien, casi perfecto, excepto que hoy en la mañana después de abrir muchas páginas, apt-get etc al mismo tiempo creo que hizo que el wireless se desconectase y aunque me preguntó mil veces el password nunca pudo conectarse; ver los logs con gnome-system-log no fue de gran ayuda simplemente mostraba time-out's después de 100 intentos...la solución reboot... casi como windows7 :( eso funcionó...posteriormente volvió a pasar....no quiero rebootear... es linux asi que unos mans sobre modprobe, lsmod comandos de modulos me llevó a esta solución... Aplica para mi Toshiba satellite A505: Primero listar todos los módulos cargados $lsmod encontré los módulos posibles que son del wireless: cfg80211, consulte información para descargarlos $ man modprobe ahí una referencia mas directa para descargar módulos $ man rmmod luego intentar (sólo aplica a la toshiba que tengo --latinoamerica) $ sudo rmmod -v cfg80211 envía ERRO...