From 54fae5124a174dfec0914754924f8b3205d26eaa Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 27 Jul 2015 14:32:35 -0400 Subject: [PATCH] Let useradd create the home directory from /etc/skel --- core/home/gentoo/.bash_logout | 6 - core/home/gentoo/.bash_profile | 5 - core/home/gentoo/.bashrc | 18 - core/home/gentoo/.cache/dconf/user | Bin 640 -> 0 bytes core/home/gentoo/.config/Thunar/accels.scm | 3 - core/home/gentoo/.config/Thunar/uca.xml | 13 - core/home/gentoo/.config/dconf/user | Bin 640 -> 0 bytes .../gentoo/.config/gtk-2.0/gtkfilechooser.ini | 11 - .../home/gentoo/.config/smplayer/smplayer.ini | 560 ------------------ core/home/gentoo/.config/user-dirs.dirs | 15 - core/home/gentoo/.config/user-dirs.locale | 1 - .../xfce4/desktop/icons.screen0-1008x671.rc | 12 - .../xfce4/desktop/icons.screen0-1008x672.rc | 12 - .../xfce4/desktop/icons.screen0-1008x721.rc | 12 - .../xfce4/desktop/icons.screen0-1904x984.rc | 3 - core/home/gentoo/.config/xfce4/helpers.rc | 4 - .../panel/launcher-10/13679615612.desktop | 13 - .../panel/launcher-12/13698963011.desktop | 11 - .../panel/launcher-16/13679616705.desktop | 13 - .../panel/launcher-17/13679616986.desktop | 14 - .../panel/launcher-18/14180858892.desktop | 31 - .../panel/launcher-20/13732436141.desktop | 17 - .../panel/launcher-21/136796182710.desktop | 10 - .../panel/launcher-22/13699065271.desktop | 11 - .../panel/launcher-9/13679615611.desktop | 12 - .../xfconf/xfce-perchannel-xml/keyboards.xml | 7 - .../xfconf/xfce-perchannel-xml/thunar.xml | 6 - .../xfce-perchannel-xml/xfce4-appfinder.xml | 9 - .../xfce-perchannel-xml/xfce4-desktop.xml | 43 -- .../xfce4-keyboard-shortcuts.xml | 148 ----- .../xfce-perchannel-xml/xfce4-mixer.xml | 18 - .../xfce-perchannel-xml/xfce4-panel.xml | 126 ---- .../xfce-perchannel-xml/xfce4-session.xml | 28 - .../xfce4-settings-manager.xml | 8 - .../xfconf/xfce-perchannel-xml/xfwm4.xml | 88 --- .../xfconf/xfce-perchannel-xml/xsettings.xml | 40 -- core/home/gentoo/.ssh/.keep | 0 core/home/gentoo/.xinitrc | 3 - core/home/gentoo/Desktop/.keep | 0 core/home/gentoo/Documents/.keep | 0 core/home/gentoo/Downloads/.keep | 0 core/home/gentoo/Music/.keep | 0 core/home/gentoo/Pictures/.keep | 0 core/home/gentoo/Public/.keep | 0 core/home/gentoo/Templates/.keep | 0 core/home/gentoo/Videos/.keep | 0 scripts/passwd.sh | 12 +- 47 files changed, 8 insertions(+), 1335 deletions(-) delete mode 100644 core/home/gentoo/.bash_logout delete mode 100644 core/home/gentoo/.bash_profile delete mode 100644 core/home/gentoo/.bashrc delete mode 100644 core/home/gentoo/.cache/dconf/user delete mode 100644 core/home/gentoo/.config/Thunar/accels.scm delete mode 100644 core/home/gentoo/.config/Thunar/uca.xml delete mode 100644 core/home/gentoo/.config/dconf/user delete mode 100644 core/home/gentoo/.config/gtk-2.0/gtkfilechooser.ini delete mode 100644 core/home/gentoo/.config/smplayer/smplayer.ini delete mode 100644 core/home/gentoo/.config/user-dirs.dirs delete mode 100644 core/home/gentoo/.config/user-dirs.locale delete mode 100644 core/home/gentoo/.config/xfce4/desktop/icons.screen0-1008x671.rc delete mode 100644 core/home/gentoo/.config/xfce4/desktop/icons.screen0-1008x672.rc delete mode 100644 core/home/gentoo/.config/xfce4/desktop/icons.screen0-1008x721.rc delete mode 100644 core/home/gentoo/.config/xfce4/desktop/icons.screen0-1904x984.rc delete mode 100644 core/home/gentoo/.config/xfce4/helpers.rc delete mode 100644 core/home/gentoo/.config/xfce4/panel/launcher-10/13679615612.desktop delete mode 100644 core/home/gentoo/.config/xfce4/panel/launcher-12/13698963011.desktop delete mode 100644 core/home/gentoo/.config/xfce4/panel/launcher-16/13679616705.desktop delete mode 100644 core/home/gentoo/.config/xfce4/panel/launcher-17/13679616986.desktop delete mode 100644 core/home/gentoo/.config/xfce4/panel/launcher-18/14180858892.desktop delete mode 100644 core/home/gentoo/.config/xfce4/panel/launcher-20/13732436141.desktop delete mode 100644 core/home/gentoo/.config/xfce4/panel/launcher-21/136796182710.desktop delete mode 100644 core/home/gentoo/.config/xfce4/panel/launcher-22/13699065271.desktop delete mode 100644 core/home/gentoo/.config/xfce4/panel/launcher-9/13679615611.desktop delete mode 100644 core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml delete mode 100644 core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml delete mode 100644 core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml delete mode 100644 core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml delete mode 100644 core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml delete mode 100644 core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml delete mode 100644 core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml delete mode 100644 core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml delete mode 100644 core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml delete mode 100644 core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml delete mode 100644 core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml delete mode 100644 core/home/gentoo/.ssh/.keep delete mode 100644 core/home/gentoo/.xinitrc delete mode 100644 core/home/gentoo/Desktop/.keep delete mode 100644 core/home/gentoo/Documents/.keep delete mode 100644 core/home/gentoo/Downloads/.keep delete mode 100644 core/home/gentoo/Music/.keep delete mode 100644 core/home/gentoo/Pictures/.keep delete mode 100644 core/home/gentoo/Public/.keep delete mode 100644 core/home/gentoo/Templates/.keep delete mode 100644 core/home/gentoo/Videos/.keep diff --git a/core/home/gentoo/.bash_logout b/core/home/gentoo/.bash_logout deleted file mode 100644 index 44b6f79..0000000 --- a/core/home/gentoo/.bash_logout +++ /dev/null @@ -1,6 +0,0 @@ -# /etc/skel/.bash_logout - -# This file is sourced when a login shell terminates. - -# Clear the screen for security's sake. -clear diff --git a/core/home/gentoo/.bash_profile b/core/home/gentoo/.bash_profile deleted file mode 100644 index 94a6622..0000000 --- a/core/home/gentoo/.bash_profile +++ /dev/null @@ -1,5 +0,0 @@ -# /etc/skel/.bash_profile - -# This file is sourced by bash for login shells. The following line -# runs your .bashrc and is recommended by the bash info pages. -[[ -f ~/.bashrc ]] && . ~/.bashrc diff --git a/core/home/gentoo/.bashrc b/core/home/gentoo/.bashrc deleted file mode 100644 index 34dbd8c..0000000 --- a/core/home/gentoo/.bashrc +++ /dev/null @@ -1,18 +0,0 @@ -# /etc/skel/.bashrc -# -# This file is sourced by all *interactive* bash shells on startup, -# including some apparently interactive shells such as scp and rcp -# that can't tolerate any output. So make sure this doesn't display -# anything or bad things will happen ! - - -# Test for an interactive shell. There is no need to set anything -# past this point for scp and rcp, and it's important to refrain from -# outputting anything in those cases. -if [[ $- != *i* ]] ; then - # Shell is non-interactive. Be done now! - return -fi - - -# Put your fun stuff here. diff --git a/core/home/gentoo/.cache/dconf/user b/core/home/gentoo/.cache/dconf/user deleted file mode 100644 index 07bbf83e8ee7f4d4dd526bcc20abf0034dcc3d56..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 640 zcmZuvJuC!46rSU79HLO5l8}pLvghyI>V!l=aZ%8?us>sM?Co53@6J!96gi1nL?je) z6@?(Wi-2a`P(KMy0hh07mF6T}4}TUs4-{h~TQn!> z2KWv*3q0&zl<2-l*TG)_uLF5s@Z6%v2yRG6dOk`JxyO&bc4l=?t|qEwpdmewg~>8^elzuwOpAISW7iD5AFYVpAgfB^ - - - utilities-terminal - Open Terminal Here - 1438016245738870-1 - exo-open --working-directory %f --launch TerminalEmulator - Example for a custom action - * - - - - diff --git a/core/home/gentoo/.config/dconf/user b/core/home/gentoo/.config/dconf/user deleted file mode 100644 index 07bbf83e8ee7f4d4dd526bcc20abf0034dcc3d56..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 640 zcmZuvJuC!46rSU79HLO5l8}pLvghyI>V!l=aZ%8?us>sM?Co53@6J!96gi1nL?je) z6@?(Wi-2a`P(KMy0hh07mF6T}4}TUs4-{h~TQn!> z2KWv*3q0&zl<2-l*TG)_uLF5s@Z6%v2yRG6dOk`JxyO&bc4l=?t|qEwpdmewg~>8^elzuwOpAISW7iD5AFYVpAgfB^ -play_prev=< -move_up=Alt+Up -move_down=Alt+Down -move_left=Alt+Left -move_right=Alt+Right -inc_zoom=E -dec_zoom=W -reset_zoom=Shift+E -auto_zoom=Shift+W -zoom_169=Shift+A -zoom_235=Shift+S -exit_fullscreen=Esc -next_osd=O -dec_contrast=1 -inc_contrast=2 -dec_brightness=3 -inc_brightness=4 -dec_hue=5 -inc_hue=6 -dec_saturation=7 -inc_saturation=8 -dec_gamma= -inc_gamma= -next_video= -next_audio=K -next_subtitle=J -next_chapter=@@ -prev_chapter=! -toggle_double_size=Ctrl+D -reset_video_equalizer= -reset_audio_equalizer= -show_context_menu= -next_aspect=A -next_wheel_function= -show_filename=Shift+I -toggle_deinterlacing=D -osd_none= -osd_seek= -osd_timer= -osd_total= -denoise_none= -denoise_normal= -denoise_soft= -unsharp_off= -blur= -sharpen= -size_50= -size_75= -size_100=Ctrl+1 -size_125= -size_150= -size_175= -size_200=Ctrl+2 -size_300= -size_400= -deinterlace_none= -deinterlace_l5= -deinterlace_yadif0= -deinterlace_yadif1= -deinterlace_lb= -deinterlace_kern= -channels_stereo= -channels_surround= -channels_ful51= -channels_ful61= -channels_ful71= -stereo= -left_channel= -right_channel= -mono= -reverse_channels= -aspect_detect= -aspect_1%3A1= -aspect_3%3A2= -aspect_4%3A3= -aspect_5%3A4= -aspect_14%3A9= -aspect_14%3A10= -aspect_16%3A9= -aspect_16%3A10= -aspect_2.35%3A1= -aspect_none= -rotate_none= -rotate_clockwise_flip= -rotate_clockwise= -rotate_counterclockwise= -rotate_counterclockwise_flip= -on_top_always= -on_top_never= -on_top_playing= -toggle_stay_on_top= -cc_none= -cc_ch_1= -cc_ch_2= -cc_ch_3= -cc_ch_4= -sub_fps_none= -sub_fps_23976= -sub_fps_24= -sub_fps_25= -sub_fps_29970= -sub_fps_30= -dvdnav_up=Shift+Up -dvdnav_down=Shift+Down -dvdnav_left=Shift+Left -dvdnav_right=Shift+Right -dvdnav_menu=Shift+Return -dvdnav_select=Return -dvdnav_prev=Shift+Esc -dvdnav_mouse= -disc_menu= -speed_menu= -ab_menu= -videotrack_menu= -videosize_menu= -zoom_menu= -aspect_menu= -deinterlace_menu= -videofilter_menu= -denoise_menu= -unsharp_menu= -rotate_menu= -ontop_menu= -audiotrack_menu= -audiofilter_menu= -audiochannels_menu= -stereomode_menu= -subtitlestrack_menu= -subfps_menu= -closed_captions_menu= -titles_menu= -chapters_menu= -angles_menu= -programtrack_menu= -osd_menu= -quit=Ctrl+Q -show_tray_icon= -restore\hide= -pl_open= -pl_save= -pl_play= -pl_next=N -pl_prev=P -pl_move_up= -pl_move_down= -pl_repeat= -pl_shuffle= -pl_add_current= -pl_add_files= -pl_add_directory= -pl_add_urls= -pl_remove_selected= -pl_remove_all= -pl_edit= -toggle_video_info= -toggle_frame_counter= -edit_main_toolbar= -edit_control1= -edit_control2= -edit_floating_control= -show_main_toolbar=F5 -show_language_toolbar=F6 - -[%General] -config_version=4 -mplayer_bin=mplayer -driver\vo=x11 -driver\audio_output=alsa -use_screenshot=true -screenshot_folder=/home/gentoo/Pictures/smplayer_screenshots -dont_remember_media_settings=false -dont_remember_time_pos=false -audio_lang= -subtitle_lang= -use_direct_rendering=false -use_double_buffer=true -use_soft_video_eq=false -use_slices=false -autoq=6 -add_blackborders_on_fullscreen=false -disable_screensaver=true -vdpau_ffh264vdpau=true -vdpau_ffmpeg12vdpau=true -vdpau_ffwmv3vdpau=true -vdpau_ffvc1vdpau=true -vdpau_ffodivxvdpau=false -vdpau_disable_video_filters=true -use_soft_vol=true -softvol_max=110 -use_scaletempo=-1 -use_hwac3=false -use_audio_equalizer=true -global_volume=true -volume=50 -mute=false -autosync=false -autosync_factor=100 -use_mc=false -mc_value=0 -osd=0 -osd_delay=2200 -file_settings_method=hash - -[drives] -dvd_device= -cdrom_device=/dev/cdrom -vcd_initial_title=2 -use_dvdnav=false - -[performance] -priority=2 -frame_drop=false -hard_frame_drop=false -coreavc=false -h264_skip_loop_filter=1 -HD_height=720 -fast_audio_change=-1 -threads=1 -cache_for_files=2048 -cache_for_streams=2048 -cache_for_dvds=0 -cache_for_vcds=1024 -cache_for_audiocds=1024 -cache_for_tv=3000 - -[youtube] -quality=22 -user_agent= - -[subtitles] -font_file= -font_name= -use_fontconfig=false -subcp=ISO-8859-1 -use_enca=false -enca_lang= -font_autoscale=1 -subfuzziness=1 -autoload_sub=true -use_ass_subtitles=true -ass_line_spacing=0 -use_forced_subs_only=false -sub_visibility=true -subtitles_on_screenshots=false -use_new_sub_commands=-1 -change_sub_scale_should_restart=-1 -fast_load_sub=true -styles\fontname=Arial -styles\fontsize=20 -styles\primarycolor=4294967295 -styles\backcolor=4278190080 -styles\outlinecolor=4278190080 -styles\bold=false -styles\italic=false -styles\halignment=2 -styles\valignment=0 -styles\borderstyle=1 -styles\outline=1 -styles\shadow=2 -styles\marginl=20 -styles\marginr=20 -styles\marginv=8 -force_ass_styles=false -user_forced_ass_style= -freetype_support=true - -[advanced] -color_key=20202 -use_mplayer_window=false -monitor_aspect= -use_idx=false -mplayer_additional_options= -mplayer_additional_video_filters= -mplayer_additional_audio_filters= -log_mplayer=true -verbose_log=false -autosave_mplayer_log=false -mplayer_log_saveto= -log_smplayer=true -log_filter=.* -save_smplayer_log=false -repaint_video_background=false -use_edl_files=true -prefer_ipv4=true -use_short_pathnames=false -change_video_equalizer_on_startup=true -use_pausing_keep_force=true -correct_pts=-1 -actions_to_run= -show_tag_in_window_title=true -time_to_kill_mplayer=1000 - -[gui] -fullscreen=false -start_in_fullscreen=false -compact_mode=false -stay_on_top=0 -size_factor=100 -resize_method=0 -style= -move_when_dragging=false -mouse_left_click_function=dvdnav_mouse -mouse_right_click_function=show_context_menu -mouse_double_click_function=fullscreen -mouse_middle_click_function=mute -mouse_xbutton1_click_function= -mouse_xbutton2_click_function= -mouse_wheel_function=2 -wheel_function_cycle=30 -wheel_function_seeking_reverse=false -seeking1=10 -seeking2=60 -seeking3=600 -seeking4=30 -update_while_seeking=false -time_slider_drag_delay=100 -relative_seeking=false -precise_seeking=true -reset_stop=false -language= -iconset= -balloon_count=5 -restore_pos_after_fullscreen=false -save_window_size_on_exit=true -close_on_finish=false -default_font= -pause_when_hidden=false -allow_video_movement=false -gui=DefaultGUI -gui_minimum_width=0 -default_size=@Size(683 509) -hide_video_window_on_audio_files=true -report_mplayer_crashes=true -reported_mplayer_is_old=false -auto_add_to_playlist=true -add_to_playlist_consecutive_files=false - -[tv] -check_channels_conf_on_startup=true -initial_tv_deinterlace=4 -last_dvb_channel= -last_tv_channel= - -[directories] -latest_dir=/home/gentoo -last_dvd_directory= -save_dirs=true - -[defaults] -initial_sub_scale=5 -initial_sub_scale_ass=1 -initial_volume=40 -initial_contrast=0 -initial_brightness=0 -initial_hue=0 -initial_saturation=0 -initial_gamma=0 -initial_audio_equalizer=0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -initial_zoom_factor=1 -initial_sub_pos=100 -initial_volnorm=false -initial_postprocessing=false -initial_deinterlace=0 -initial_audio_channels=2 -initial_stereo_mode=0 -initial_audio_track=1 -initial_subtitle_track=1 - -[mplayer_info] -mplayer_detected_version=-1 -mplayer_user_supplied_version=-1 -is_mplayer2=false -mplayer2_detected_version= - -[instances] -single_instance_enabled=true - -[floating_control] -margin=0 -width=70 -animated=true -display_in_compact_mode=false -bypass_window_manager=true - -[history] -recents=@Invalid() -recents\max_items=10 -urls=@Invalid() -urls\max_items=50 - -[filter_options] -blur=lc:-1.5 -deblock=vb/hb -denoise_normal= -denoise_soft=2:1:2 -gradfun= -noise=9ah:5ah -sharpen=lc:1.5 -volnorm=1 - -[default_gui] -video_info=false -frame_counter=false -fullscreen_toolbar1_was_visible=false -fullscreen_toolbar2_was_visible=false -compact_toolbar1_was_visible=false -compact_toolbar2_was_visible=false -pos=@Point(0 31) -size=@Size(683 509) -toolbars_state=@ByteArray(\0\0\0\xff\0\0\x12\xc4\xfd\0\0\0\x1\0\0\0\x3\0\0\0\0\0\0\0\0\xfc\x1\0\0\0\x1\xfb\0\0\0\x18\0p\0l\0\x61\0y\0l\0i\0s\0t\0\x64\0o\0\x63\0k\x2\0\0\0\0\0\0\0\0\0\0\0\x64\0\0\0\x1e\0\0\x2\xab\0\0\x1\x88\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\x2\0\0\0\x2\0\0\0\x2\0\0\0\x10\0t\0o\0o\0l\0\x62\0\x61\0r\0\x31\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\x10\0t\0o\0o\0l\0\x62\0\x61\0r\0\x32\x1\0\0\x1\x9b\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\x3\0\0\0\x2\0\0\0\x1a\0\x63\0o\0n\0t\0r\0o\0l\0w\0i\0\x64\0g\0\x65\0t\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0$\0\x63\0o\0n\0t\0r\0o\0l\0w\0i\0\x64\0g\0\x65\0t\0_\0m\0i\0n\0i\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0) -actions\toolbar1=open_file, open_url, favorites_menu, separator, screenshot, separator, show_file_properties, show_playlist, show_tube_browser, separator, show_preferences, separator, play_prev, play_next -actions\controlwidget=play, pause_and_frame_step, stop, separator, rewindbutton_action, timeslider_action, forwardbutton_action, separator, fullscreen, mute, volumeslider_action -actions\controlwidget_mini=play_or_pause, stop, separator, rewind1, timeslider_action, forward1, separator, mute, volumeslider_action -actions\floating_control=play, pause, stop, separator, rewindbutton_action, timeslider_action, forwardbutton_action, separator, fullscreen, mute, volumeslider_action, separator, timelabel_action -actions\toolbar1_version=1 - -[base_gui_plus] -show_tray_icon=false -mainwindow_visible=true -trayicon_playlist_was_visible=false -widgets_size=0 -fullscreen_playlist_was_visible=false -fullscreen_playlist_was_floating=false -compact_playlist_was_visible=false -ignore_playlist_events=false - -[playlist] -repeat=false -shuffle=false -auto_get_info=false -recursive_add_directory=false -save_playlist_in_config=true -play_files_from_start=true -automatically_play_next=true -row_spacing=-1 -latest_dir= - -[playlist_contents] -count=0 -current_item=-1 -modified=false diff --git a/core/home/gentoo/.config/user-dirs.dirs b/core/home/gentoo/.config/user-dirs.dirs deleted file mode 100644 index 0d19da4..0000000 --- a/core/home/gentoo/.config/user-dirs.dirs +++ /dev/null @@ -1,15 +0,0 @@ -# This file is written by xdg-user-dirs-update -# If you want to change or add directories, just edit the line you're -# interested in. All local changes will be retained on the next run -# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped -# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an -# absolute path. No other format is supported. -# -XDG_DESKTOP_DIR="$HOME/Desktop" -XDG_DOWNLOAD_DIR="$HOME/Downloads" -XDG_TEMPLATES_DIR="$HOME/Templates" -XDG_PUBLICSHARE_DIR="$HOME/Public" -XDG_DOCUMENTS_DIR="$HOME/Documents" -XDG_MUSIC_DIR="$HOME/Music" -XDG_PICTURES_DIR="$HOME/Pictures" -XDG_VIDEOS_DIR="$HOME/Videos" diff --git a/core/home/gentoo/.config/user-dirs.locale b/core/home/gentoo/.config/user-dirs.locale deleted file mode 100644 index 96d80cd..0000000 --- a/core/home/gentoo/.config/user-dirs.locale +++ /dev/null @@ -1 +0,0 @@ -C \ No newline at end of file diff --git a/core/home/gentoo/.config/xfce4/desktop/icons.screen0-1008x671.rc b/core/home/gentoo/.config/xfce4/desktop/icons.screen0-1008x671.rc deleted file mode 100644 index 3b87029..0000000 --- a/core/home/gentoo/.config/xfce4/desktop/icons.screen0-1008x671.rc +++ /dev/null @@ -1,12 +0,0 @@ -[Trash] -row=2 -col=0 - -[File System] -row=1 -col=0 - -[Home] -row=0 -col=0 - diff --git a/core/home/gentoo/.config/xfce4/desktop/icons.screen0-1008x672.rc b/core/home/gentoo/.config/xfce4/desktop/icons.screen0-1008x672.rc deleted file mode 100644 index 3b87029..0000000 --- a/core/home/gentoo/.config/xfce4/desktop/icons.screen0-1008x672.rc +++ /dev/null @@ -1,12 +0,0 @@ -[Trash] -row=2 -col=0 - -[File System] -row=1 -col=0 - -[Home] -row=0 -col=0 - diff --git a/core/home/gentoo/.config/xfce4/desktop/icons.screen0-1008x721.rc b/core/home/gentoo/.config/xfce4/desktop/icons.screen0-1008x721.rc deleted file mode 100644 index 3b87029..0000000 --- a/core/home/gentoo/.config/xfce4/desktop/icons.screen0-1008x721.rc +++ /dev/null @@ -1,12 +0,0 @@ -[Trash] -row=2 -col=0 - -[File System] -row=1 -col=0 - -[Home] -row=0 -col=0 - diff --git a/core/home/gentoo/.config/xfce4/desktop/icons.screen0-1904x984.rc b/core/home/gentoo/.config/xfce4/desktop/icons.screen0-1904x984.rc deleted file mode 100644 index d6683a9..0000000 --- a/core/home/gentoo/.config/xfce4/desktop/icons.screen0-1904x984.rc +++ /dev/null @@ -1,3 +0,0 @@ -[xfdesktop-version-4.10.3+-rcfile_format] -4.10.3+=true - diff --git a/core/home/gentoo/.config/xfce4/helpers.rc b/core/home/gentoo/.config/xfce4/helpers.rc deleted file mode 100644 index 39395dd..0000000 --- a/core/home/gentoo/.config/xfce4/helpers.rc +++ /dev/null @@ -1,4 +0,0 @@ -TerminalEmulator=xfce4-terminal -WebBrowser=epiphany -MailReader=sylpheed-claws - diff --git a/core/home/gentoo/.config/xfce4/panel/launcher-10/13679615612.desktop b/core/home/gentoo/.config/xfce4/panel/launcher-10/13679615612.desktop deleted file mode 100644 index 33160ea..0000000 --- a/core/home/gentoo/.config/xfce4/panel/launcher-10/13679615612.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Exec=exo-open --launch FileManager %u -Icon=system-file-manager -StartupNotify=true -Terminal=false -Categories=Utility;X-XFCE;X-Xfce-Toplevel; -OnlyShowIn=XFCE; -X-XFCE-MimeType=x-scheme-handler/file;x-scheme-handler/trash; -Name=File Manager -Comment=Browse the file system -X-XFCE-Source=file:///usr/share/applications/exo-file-manager.desktop diff --git a/core/home/gentoo/.config/xfce4/panel/launcher-12/13698963011.desktop b/core/home/gentoo/.config/xfce4/panel/launcher-12/13698963011.desktop deleted file mode 100644 index 29e4c72..0000000 --- a/core/home/gentoo/.config/xfce4/panel/launcher-12/13698963011.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=Audio Mixer -Comment=Adjust volume levels -Icon=multimedia-volume-control -Exec=xfce4-mixer -Type=Application -StartupNotify=true -Terminal=false -Categories=X-XFCE;Audio;Mixer;AudioVideo; -X-XFCE-Source=file:///usr/share/applications/xfce4-mixer.desktop diff --git a/core/home/gentoo/.config/xfce4/panel/launcher-16/13679616705.desktop b/core/home/gentoo/.config/xfce4/panel/launcher-16/13679616705.desktop deleted file mode 100644 index a87aa73..0000000 --- a/core/home/gentoo/.config/xfce4/panel/launcher-16/13679616705.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Exec=abiword %U -Icon=abiword -Terminal=false -Type=Application -Categories=Office;WordProcessor;GNOME;GTK;X-Red-Hat-Base; -StartupNotify=true -X-Desktop-File-Install-Version=0.9 -MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;text/plain;application/msword;application/rtf;application/vnd.plain;application/xhtml+xml;text/html;application/x-crossmark;application/docbook+xml;application/x-t602;application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template;application/vnd.oasis.opendocument.text-web;application/vnd.sun.xml.writer;application/vnd.stardivision.writer;text/vnd.wap.wml;application/wordperfect6;application/wordperfect5.1;application/vnd.wordperfect;application/x-abicollab; -Name=AbiWord -GenericName=Word Processor -Comment=Compose, edit, and view documents -X-XFCE-Source=file:///usr/share/applications/abiword.desktop diff --git a/core/home/gentoo/.config/xfce4/panel/launcher-17/13679616986.desktop b/core/home/gentoo/.config/xfce4/panel/launcher-17/13679616986.desktop deleted file mode 100644 index 6230ece..0000000 --- a/core/home/gentoo/.config/xfce4/panel/launcher-17/13679616986.desktop +++ /dev/null @@ -1,14 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=Claws Mail -GenericName=E-mail client -Exec=claws-mail %u -Icon=claws-mail -Categories=Network;Office;Email; -Comment=Lightweight and Fast GTK+ based Mail Client -Terminal=false -Type=Application -StartupNotify=true -MimeType=x-scheme-handler/mailto; -X-Info=Claws Mail -X-XFCE-Source=file:///usr/share/applications/claws-mail.desktop diff --git a/core/home/gentoo/.config/xfce4/panel/launcher-18/14180858892.desktop b/core/home/gentoo/.config/xfce4/panel/launcher-18/14180858892.desktop deleted file mode 100644 index 9b0503e..0000000 --- a/core/home/gentoo/.config/xfce4/panel/launcher-18/14180858892.desktop +++ /dev/null @@ -1,31 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Name=Midori -GenericName=Web Browser -X-GNOME-Fullname=Midori Web Browser -Comment=Browse the Web -X-GNOME-Keywords=Internet;WWW;Explorer -X-AppInstall-Keywords=Internet;WWW;Explorer -Categories=GTK;Network;WebBrowser; -MimeType=text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo;image/svg+xml; -Exec=midori %U -Icon=midori -Terminal=false -StartupNotify=true -X-Osso-Type=application/x-executable -X-Osso-Service=midori -Actions=TabNew;WindowNew;Private; -X-XFCE-Source=file:///usr/share/applications/midori.desktop - -[Desktop Action TabNew] -Name=New Tab -Exec=midori -e TabNew - -[Desktop Action WindowNew] -Name=New Window -Exec=midori -e WindowNew - -[Desktop Action Private] -Name=New Private Browsing Window -Exec=midori --private diff --git a/core/home/gentoo/.config/xfce4/panel/launcher-20/13732436141.desktop b/core/home/gentoo/.config/xfce4/panel/launcher-20/13732436141.desktop deleted file mode 100644 index 1a1431a..0000000 --- a/core/home/gentoo/.config/xfce4/panel/launcher-20/13732436141.desktop +++ /dev/null @@ -1,17 +0,0 @@ -[Desktop Entry] -Name=Image Viewer -Comment=Browse and rotate images -TryExec=eog -Exec=eog %U -Icon=eog -StartupNotify=true -Terminal=false -Type=Application -Categories=GNOME;GTK;Graphics;RasterGraphics;Viewer; -X-GNOME-Bugzilla-Bugzilla=GNOME -X-GNOME-Bugzilla-Product=EOG -X-GNOME-Bugzilla-Component=general -X-GNOME-Bugzilla-Version=2.32.1 -X-GNOME-DocPath=eog/eog.xml -MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-gray;image/x-icb;image/x-ico;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-xbitmap;image/x-xpixmap;image/x-pcx;image/svg+xml;image/svg+xml-compressed;image/vnd.wap.wbmp; -X-XFCE-Source=file:///usr/share/applications/eog.desktop diff --git a/core/home/gentoo/.config/xfce4/panel/launcher-21/136796182710.desktop b/core/home/gentoo/.config/xfce4/panel/launcher-21/136796182710.desktop deleted file mode 100644 index 98090a2..0000000 --- a/core/home/gentoo/.config/xfce4/panel/launcher-21/136796182710.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Name=HexChat IRC -Comment=Chat with other people using Internet Relay Chat -Exec=hexchat -Icon=hexchat -Terminal=false -Type=Application -Categories=Network; -StartupNotify=true -X-XFCE-Source=file:///usr/share/applications/hexchat.desktop diff --git a/core/home/gentoo/.config/xfce4/panel/launcher-22/13699065271.desktop b/core/home/gentoo/.config/xfce4/panel/launcher-22/13699065271.desktop deleted file mode 100644 index 926c37f..0000000 --- a/core/home/gentoo/.config/xfce4/panel/launcher-22/13699065271.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Categories=Qt;KDE;AudioVideo;Player;Video; -Comment=A great MPlayer front-end -Exec=smplayer %U -GenericName=Media Player -Icon=smplayer -MimeType=audio/ac3;audio/mp4;audio/mpeg;audio/vnd.rn-realaudio;audio/vorbis;audio/x-adpcm;audio/x-matroska;audio/x-mp2;audio/x-mp3;audio/x-ms-wma;audio/x-vorbis;audio/x-wav;audio/mpegurl;audio/x-mpegurl;audio/x-pn-realaudio;audio/x-scpls;video/avi;video/mp4;video/flv;video/mpeg;video/quicktime;video/vnd.rn-realvideo;video/x-matroska;video/x-ms-asf;video/x-msvideo;video/x-ms-wmv;video/x-ogm;video/x-theora; -Name=SMPlayer -Type=Application -X-KDE-StartupNotify=false -X-XFCE-Source=file:///usr/share/applications/smplayer.desktop diff --git a/core/home/gentoo/.config/xfce4/panel/launcher-9/13679615611.desktop b/core/home/gentoo/.config/xfce4/panel/launcher-9/13679615611.desktop deleted file mode 100644 index 25d9e41..0000000 --- a/core/home/gentoo/.config/xfce4/panel/launcher-9/13679615611.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Exec=exo-open --launch TerminalEmulator -Icon=utilities-terminal -StartupNotify=true -Terminal=false -Categories=Utility;X-XFCE;X-Xfce-Toplevel; -OnlyShowIn=XFCE; -Name=Terminal Emulator -Comment=Use the command line -X-XFCE-Source=file:///usr/share/applications/exo-terminal-emulator.desktop diff --git a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml deleted file mode 100644 index 9ddc443..0000000 --- a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml deleted file mode 100644 index 30183c9..0000000 --- a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml deleted file mode 100644 index 0559966..0000000 --- a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml deleted file mode 100644 index 1949349..0000000 --- a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml deleted file mode 100644 index 6ce0c79..0000000 --- a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml deleted file mode 100644 index 60e5fd8..0000000 --- a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml deleted file mode 100644 index 58ca671..0000000 --- a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml deleted file mode 100644 index 861c741..0000000 --- a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml deleted file mode 100644 index 2e112e3..0000000 --- a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml deleted file mode 100644 index a53cef7..0000000 --- a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml deleted file mode 100644 index a938053..0000000 --- a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/home/gentoo/.ssh/.keep b/core/home/gentoo/.ssh/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/core/home/gentoo/.xinitrc b/core/home/gentoo/.xinitrc deleted file mode 100644 index ee9c5bc..0000000 --- a/core/home/gentoo/.xinitrc +++ /dev/null @@ -1,3 +0,0 @@ -#/bin/bash -l - -/usr/bin/startxfce4 diff --git a/core/home/gentoo/Desktop/.keep b/core/home/gentoo/Desktop/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/core/home/gentoo/Documents/.keep b/core/home/gentoo/Documents/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/core/home/gentoo/Downloads/.keep b/core/home/gentoo/Downloads/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/core/home/gentoo/Music/.keep b/core/home/gentoo/Music/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/core/home/gentoo/Pictures/.keep b/core/home/gentoo/Pictures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/core/home/gentoo/Public/.keep b/core/home/gentoo/Public/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/core/home/gentoo/Templates/.keep b/core/home/gentoo/Templates/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/core/home/gentoo/Videos/.keep b/core/home/gentoo/Videos/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/scripts/passwd.sh b/scripts/passwd.sh index 03dcc0f..bf8f66f 100644 --- a/scripts/passwd.sh +++ b/scripts/passwd.sh @@ -1,8 +1,14 @@ #!/bin/bash -e +# Set the root password to 'root' echo root:root | chpasswd +# Create a user 'gentoo' and set +# the password to 'gentoo' useradd -m gentoo +echo gentoo:gentoo | chpasswd + +# Make user 'gentoo' a power user gpasswd -a gentoo disk gpasswd -a gentoo wheel gpasswd -a gentoo audio @@ -15,10 +21,8 @@ gpasswd -a gentoo usb gpasswd -a portage wheel -echo gentoo:gentoo | chpasswd - -chown -R gentoo:gentoo /home/gentoo - +# For the grsec groups. Make sure these +# match whats in kernel-cofig! groupadd -g 9995 graudit groupadd -g 9996 grslink groupadd -g 9997 grasock