Installing XFCE after already installed another DE?

ssssssssssss

1 Like

With sudo systemctl reboot there is no way to not restart the system … only with console reboot does it already capture the restart order :thinking:

i do not understand fully :wink: sudo reboot will work too… but if you use xfce or de’s buttons to only logout or restart system it will not work…

but seems the script still missing to copy one file…


    Dexe "cp $dotfiles_dirname/XFCE/.config/user-dirs.conf ~/.config/"

and it will work more easy also:

wget https://raw.githubusercontent.com/endeavouros-team/DE-theming/master/eos-theming.sh && sh eos-theming.sh XFCE

1 Like

Before your answer, delete DE-theming and I did it again from scratch … with the same results … maybe that script you say is missing …

Dexe → ?


Error:

maybe I didn’t understand you well …

it do not copy the file i do not know why…

user-dirs.conf

hopefully you do not test this on a daily driver :wink:
it will copy some stuff not needed and as wallpapers now coming with a package…

i need some testing first here…

i was overreading this part:

    fi
    for xx in $PWD/$dotfiles_dirname/endeavouros/* ; do
        diff $xx /usr/share/endeavouros >& /dev/null || {
            sudo_cmds+="; cp $xx /usr/share/endeavouros"                      # put pictures in place
        }
    done

    ## DE specific sudo commands:

    case "$DE" in
        XFCE)
            sudo_cmds+="; chmod 0644 /usr/share/endeavouros/*.png"
            sudo_cmds+="; rm -f /usr/share/backgrounds/xfce/xfce-stripes.png"
            sudo_cmds+="; ln -s /usr/share/endeavouros/endeavouros-wallpaper.png /usr/share/backgrounds/xfce/xfce-stripes.png"
            ;;
    esac

i do create a new script first test is now working :wink:

wget https://raw.githubusercontent.com/endeavouros-team/DE-theming/master/xfce.sh
sh xfce.sh
1 Like

oooo

GitHub cache issue maybe? it is not the latest file…

… I don’t understand, is another file missing from you?
mmm I do not know

Here is mid-afternoon, I’m going to prepare some mates! :maté::maté:

GitHub sometimes do not update the filechanges if filename is the same it holds old files in cache and you may download an old file instead of the latest i upload…

Ahh okay, I wait then and then I do.

just testing it again on a fresh installed plasma and it is working…

1 Like

joekamprad
Der Doktor
I’m glad that it is! :wink:

thanks for be with me on this little tinkering adeventure!

¡Gracias por estar conmigo en esta pequeña aventura de retoques!

Semper Fi

https://github.com/endeavouros-team/DE-theming/blob/master/README.md

EDIT (nov 2021):
up to date instructions here:

1 Like

This link is not there.
How can I get eos customized xfce when I am already using gnome.

there it is…