Added dbus service and copy /usr directory to root
This commit is contained in:
parent
3cfb52df27
commit
2c18a40210
@ -62,6 +62,9 @@ sudo cp -r ~/config/etc /
|
|||||||
#copy old lightdm themes (and maybe other stuff, idk)
|
#copy old lightdm themes (and maybe other stuff, idk)
|
||||||
sudo cp -r ~/config/var /
|
sudo cp -r ~/config/var /
|
||||||
|
|
||||||
|
#copy usr stuff
|
||||||
|
sudo cp -r ~/config/usr /
|
||||||
|
|
||||||
#gimp plugins
|
#gimp plugins
|
||||||
mkdir ~/.config/GIMP/
|
mkdir ~/.config/GIMP/
|
||||||
mkdir ~/.config/GIMP/2.10/
|
mkdir ~/.config/GIMP/2.10/
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
[D-BUS Service]
|
||||||
|
Name=org.freedesktop.Notifications
|
||||||
|
Exec=/usr/lib/notification-daemon-1.0/notification-daemon
|
Loading…
Reference in New Issue
Block a user