Revert to default desktop config Debian Wheezy


Recommended Posts

My first attempt at using Debian and upon installing, I DID NOT check for Debian to use the default config for desktop so now i have no menu bar/button or top menubar/panel and the bottom panel only has the date/time and log out button.

Everything is working and running fine but I need that menu button/bar and stuff. Just seems to weird without as on my 2nd install on a different computer I DID check to use default desktop config and it looks/works normal.

How do I get those items back WITHOUT having to right click the desktop to launch anything all the time. Do not suggest right clicking the bottom panel, add panel, add items as that is not working, if I remebered that process correctly from the searches I've tried.

i am using wheezy and xfce

thank you

Thank you, although I'm positive I've tried that one. Just tried it anyway, in case maybe I had typed something incorrectly before. This time I just copy and pasted but it was a no go just the same. :(

Been working on this one for a week plus and it's driving me nuts!! :s

Edit:

Just noticed. I did get the Iceweasel applet added to the bottom panel after doing that!

The easiest thing to do is probably to move the configuration from your new user to the old one, then delete the new user profile. The new user account works because you setup a new XFCE configuration for it; all you need to do now is copy that configuration to your old user. It should work something like the following:


sudo -s

export $OLD_USER=<original_user_name>
export $NEW_USER=<new_user_name>

cp -af /home/$NEW_USER/* /home/$OLD_USER
chown -R $OLD_USER:$OLD_USER /home/$OLD_USER
deluser --quiet --group --remove-home $NEW_USER

reboot
[/CODE]

  • Like 1

Dude!!

How do you know or remember all that crap?

I've been playing with different versions of Linux for several years and I can't ever even remember the simple commands for opening the source list or host file or anything and I'm usually pretty good at remembering things!!

I'll try this later tonight.

Thank you once again!!

The easiest thing to do is probably to move the configuration from your new user to the old one, then delete the new user profile. The new user account works because you setup a new XFCE configuration for it; all you need to do now is copy that configuration to your old user. It should work something like the following:


sudo -s

export $OLD_USER=<original_user_name>
export $NEW_USER=<new_user_name>

cp -af /home/$NEW_USER/* /home/$OLD_USER
chown -R $OLD_USER:$OLD_USER /home/$OLD_USER
deluser --quiet --group --remove-home $NEW_USER

reboot
[/CODE]

Have to apologize as in my haste last night, I came across some searches on how to do this and most of them looked to confusing to mess with. I simply found the command to remove users and just removed my old name. I can live with the new name I created.

Sorry to have you go through the trouble, but appreciate the heck out of it once again.

You can still change your user name (technically known as your login name) if you wish. It is a more involved procedure than what I suggested already, which is why I did not originally suggest it. Since you have deleted your old user account, boot into single user mode (accessed via the "Recovery Mode" option at the GRUB bootloader prompt) and perform the following actions to effect the modification.


# You must be logged in to a root prompt to perform the following operation.
# You must not be logged in to the user account to which you are applying these changes.
# I recommend that you do this from a prompt in single user mode.

export OLD_USER_NAME=<current_name_of_the_user_you_wish_to_modify>
export NEW_USER_NAME=<new_login_name_of_the_above_user>

usermod --login $NEW_USER_NAME --home /home/$NEW_USER_NAME --move-home $OLD_USER_NAME
groupmod --new-name $NEW_USER_NAME $OLD_USER_NAME

reboot
[/CODE]

The commands above will work without changing the ownership of any files. It is also unnecessary to add the user to the group once it is renamed. The reason is that the names are not actually used internally by the operating system - they are merely a mnemonic device. Everything is technically identified by the UID (user identification number) and GID (group identification number) associated with your login name and group name, respectively. Since we did not change the UID or GID we did not need to reassign anything else. However, some programs (such as postfix or samba) potentially have the login name or group name embedded in their configuration files. Therefore while you probably don't need to change anything else, just bear in mind the possibility that your user name may need to be changed in some program's configuration file as well. It is another reason the method I first suggested is somewhat neater.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • TechPowerUp GPU-Z 2.70.0 by Razvan Serea GPU-Z is a lightweight system utility designed to provide vital information about your video card and graphics processor. At launch, it automatically scans your system and reports the card name, GPU, release date and transistors, BIOS version, ROPs, memory type, and memory size. Main Features: Supports NVIDIA, AMD, ATI and Intel graphics devices Displays adapter, GPU and display information Displays overclock, default clocks and 3D clocks (if available) Includes a GPU load test to verify PCI-Express lane configuration Validation of results GPU-Z can create a backup of your graphics card BIOS No installation required, optional installer is available Support for Windows XP / Vista / Windows 7 / Windows 8 / Windows 10 (both 32 and 64 bit versions are supported) GPU-Z 2.70.0 changelog: Improved kernel driver security Added die size for Qualcomm Adreno 741 Added support for NVIDIA RTX 6000D, RTX Pro 500 Blackwell Embedded, Tesla V100-DGXS-32GB, PG500-216 Added support for Intel Arc Pro B70, B65, A60 ES, Alder Lake ES Added support for Qualcomm Snapdragon X2 Elite, 778G/782G Added vendor detection for HKC/Sambada, AWES Download page: GPU-Z 2.70.0 | 11.1 MB (Freeware) View: GPU-Z Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I know I won't ever be using it to make my game. I'd rather pay real humans.
    • Nah. For every indie dev that needs to create code for "stuff" or textures, it's a godsend enabler to possibly tackle a project that you may not otherwise. The end result and testing will tell the truth if everything works or doesn't, or a game is just mediocre slop, but now these tools are now there and it's the developer's duty to judge the outcome, and even more so for pro studios. And you gotta remember that they will be at an early stage.
    • whoosh my comment went over your head. Enjoy your notchless 3:2 OLED device
    • As a game dev, today was really depressing. They announced that Blueprints will be deprecated in UE6 to be fully replaced by their sh**ty Python-like Verse language... They also announced that 5.8 will be the last version of UE5 until UE6 comes out in MID 2029!!!! They have completely lost the plot.
  • Recent Achievements

    • One Month Later
      Vincian earned a badge
      One Month Later
    • First Post
      Jocimo earned a badge
      First Post
    • Week One Done
      suprememobiles48 earned a badge
      Week One Done
    • One Month Later
      Windows Guy earned a badge
      One Month Later
    • One Month Later
      Prasann earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      503
    2. 2
      +Edouard
      159
    3. 3
      PsYcHoKiLLa
      86
    4. 4
      Steven P.
      67
    5. 5
      neufuse
      63
  • Tell a friend

    Love Neowin? Tell a friend!