Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions iso/airootfs/etc/skel/.bash_profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
1 change: 1 addition & 0 deletions iso/airootfs/etc/skel/.bashrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export PS1='[liveuser@\h \W]\$ '
2 changes: 2 additions & 0 deletions iso/airootfs/etc/skel/.config/dolphinrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[General]
ShowFullPath=false
7 changes: 0 additions & 7 deletions iso/airootfs/etc/skel/.config/kcmfonts

This file was deleted.

12 changes: 1 addition & 11 deletions iso/airootfs/etc/skel/.config/kdeglobals
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
[General]
ColorScheme=Breeze
Name=Breeze
widgetStyle=Breeze

[KDE]
SingleClick=false

[Icons]
Theme=breeze

[KFileDialog Settings]
Path=/home/liveuser
Name=liveuser
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
[Containments][1]
activityId=
formfactor=2
formfactor=0
immutability=1
lastScreen=0
location=4
plugin=org.kde.plasma.folder
plugin=org.kde.desktopcontainment
wallpaperplugin=org.kde.image

[Containments][1][General]
AppletOrder=0:org.kde.plasma.analogclock,1:org.kde.plasma.digitalclock

[Containments][1][Wallpaper][org.kde.image][General]
Image=/usr/share/backgrounds/archimede/archimede-wallpaper.png
Image=file://$HOME/.local/share/wallpapers/MonFondEcran/contents/images/archimedewallpaper.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions iso/airootfs/etc/skel/.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
if [ -n "$BASH_VERSION" ]; then
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi