Desktop Linux

Configure gedit for documentation

I’ve been maintaining the gedit documentation since the run-up to the gedit 3.0 release, and doing so has helped me to get to know some of the ins-and-outs of the program. What can I say, it’s one of the perks of writing documentation – you get to know the software that you’re documenting. With that, [...]

Help for Ubuntu 11.04 – We are working on it

Trying to write documentation for both Gnome 3 and Ubuntu 11.04 had many of the documentation contributors a bit strapped for time, but we are making progress on user help for 11.04. Here is a quick peek at what we are doing: Click to play This is all done with Mallard and Yelp. KDE, you [...]

Thunar 1.1.0 – Native support for remote filesystems

Update: The updated version of Thunar with network share support will be included as part of Xfce 4.8, sure to be featured by all of the distributions that ship Xfce (e.g., Fedora 15, Xubuntu 11.04, OpenSUSE 11.4, and many others). Congratulations to Jannis Pohlmann on the release of Thunar 1.1.0!  For those who don’t know, [...]

Xubuntu News

The Xubuntu documentation for 8.04 is done, and the doc-centered folks are now working on updating the wiki.  There are still quite a few holes in it for now, but we’re working fairly quickly.  I like the new menu bar.  It makes it easy to get around. Also, I know it’s not much notice, but [...]

“Xubuntu Feisty Fawn is the bomb”

Tonight I went to a couple of Linux-related events after work, and I’m glad I made it out. I first went to an initial set-up meeting for a Chicago Gnome user group. We had some informal discussions about Gnome, and what a Gnome user group might be and do in the city. Kevin is leading [...]

Ok, instead of Apt on CD

How about replicating an installed package list this way: dpkg –get-selections | grep ‘[[:space:]]install$’ | awk ‘{print $1}’ > packagelist.txt on the old machine, then: sudo apt-get -u install `cat packagelist.txt` on new machine, That should work. Only disadvantage is that you’d have to download the installed packages from the ‘net onto the new machine, [...]