Do you know the root password? As root you can set a new password for your user account.

If not:
Hit esc when booting to get the grub menu (to get the right moment could be tricky, should be after the hardware initialization).

When you see the grub menu press "e" to edit the currently highlighted selection.
Go to the line begining with kernel and edit it by presseing "e" again.
Append "init=/bin/bash" (without the quotes) to the end of the line and press enter. After doing this press "b" to boot.
This will give you a bash session as user root. You can now change the password of the root account with passwd, change the password of your user with passwd your_account or both.

The only thing I change is the background.

The root password is something random. Normally you don't know the root password on a ubuntu based box.

Do you know sudo?
If you want to execute a command as root you have to use sudo followed by the command.
Something like: sudo <command>


Of course you can change the root password with "sudo passwd". Don't know if this works when the filesystem is read-only.

Hmm bit of a shame. Looks like you received the defauls without the rights to edit the files. I wonder how the gui-config reacts when your configfile is read only.

Yup for me it's Deluge too. I used ktorrent before and was able to adjust to Deluge easily .

Sounds cool, is this remastersys something like mksysb on AIX? I'll be checking this out. smile

Did you resolve this?

Very nice work.

My firefox desktop in /usr/share/applications also has no icon.

Open the file with an editor (with root rights) and look for:

Icon=firefox-3.0

changing this to:

Icon=firefox-3.0.png

will fix the icon.

Maybe the recent update from 3.05 to 3.06 broke things.

10

(10 replies, posted in Artwork & Screenshots)

Looks fine on my desktop.

11

(4 replies, posted in Help & Support (Stable))

I found a rezlooks deb for 8.1 on http://software.opensuse.org/search?bas … s-rezlooks

12

(34 replies, posted in Feedback & Suggestions)

A tray, launchers? neutral

I do prefer open source apps over closed source because I want to prevent vendor and drm lock-in and lock-out. Plus, I think open source apps are much more future proof.

On a freedom standpoint in this camp:

Suffice to say, most Linux distributions permit the use of what the FSF would view as non-free software (i.e. Java, Flash, etc.), and in fact see their prohibition as a restriction of freedom in a larger sense.

14

(4 replies, posted in Help & Support (Stable))

It seems a theme for an old gtk version. Version 2.4 vs the current 2.10.
Tried copying the libzerlook files to the new modules directory but that didn't help. tongue

15

(4 replies, posted in Help & Support (Stable))

Don't know much about this but...

Does rezlooks show up in GTK+-Change theme tool?
You can start this through menu --> preferences --> User interface settings or "gtk-chtheme" from the command line.

16

(13 replies, posted in CrunchBang Talk)

It is more a disclaimer thing.

I'm using the lite #! and have no stability issues (except my own mental issues). big_smile

Never heard of turbo print.

I think you will get better results if you ask your question here: http://www.turboprint.info/support/

18

(1 replies, posted in Feedback & Suggestions)

This is with a new home folder? I myself keep my old home folder so it's always full of old crap. big_smile

Maybe the .kazehakase is residue from Lite rc1. That one did have kazehakase.
I think the #! team is working on that and similar issues, has something to do with the crunchbang-desktop package probably.

Ahh you could login you were only stuck on the prompt. big_smile

Some alternative options:

1) startx

After logging on via the prompt you can type "startx" to start the graphical desktop without having to start gdm first.

2) update-rc.d gdm defaults

Give this commando as root or with sudo. This should enable gdm to it's default runlevels.

20

(34 replies, posted in Feedback & Suggestions)

Why isn't tint2 mature? I does what I want and haven't noticed any bugs.

Pcmanfm supports drag and drop:

http://pcmanfm.sourceforge.net/

Features:

    * Extremly fast and lightweight
    * Can be started in one second on normal machine
    * Tabbed browsing (Similiar to Firefox)
    * Built-in volume management (mount/umount/eject through HAL)
    * Built-in file searching utility (GUI frontend for the UNIX find + grep command)
    * Drag & Drop support
    * Files can be dragged among tabs

    * Load large directories in reasonable time
    * File association support (Default application)
    * Thumbnail for image files
    * Bookmarks support
    * Handles non-UTF-8 encoded filenames correctly
    * Provides icon view, compact view, and detailed list view
    * Standard compliant (Follows FreeDesktop.org)
    * Clean and user-friendly interface (GTK+ 2)

Just tried this on my 8.10.2 Lite:

Select a file (and "hold" the selection) to "pick up" the file and move the cursor over a directory until the cursor shows a little arrow.

If you open a second tab (crtl+t) in pcmanfm you can select file in the first tab, drag it to the second tab after which pcmanfm changes to show the contents of the second tab where you can release the file.

If you open two instances of pcmanfm you can drag and drop a file from one instance to the other using the same technique.

I did not need to change any settings in pcmanfm.

Hope this helps.

22

(1 replies, posted in Help & Support (Stable))

No problems here.

In my details view pcmanfm uses smaller thumbnails for the picture compared to normal mode. Resizing issues?

This ubiquity runs in the Live X desktop right?
Is it possible to do something like crtl+alt+f1 to see what messages are showing "under water" (in the console)? Maybe the errors you are looking for are logged directly to the console. Also take a look in /var/log/messages and dmesg (if the live distro has this).

Edit: typo

Have you tried to removing your old deluge config files?

I'm mentioning this because of the last entry in the debug log:
  File "/var/lib/python-support/python2.5/deluge/core/oldstateupgrader.py", line 105, in upgrade05
    torrent_id=str(torrent_info.info_hash()),

Maybe moving the old config  away to something like ~/.config/deluge_old will do the trick.

25

(17 replies, posted in Off Topic / General Chat)

I'm past the cd wallet stage in my career. big_smile

Have some iso's on my desktop which I connect to systems using HP ILO or Dell DRAC:
- Red Hat 4.x iso's
- HP firmware iso
- HP smartstart iso
- Dell Open Manage iso

And of course the #! iso to fool around with in vmware while I should be doing work.