1
0
forked from lionel/debianlive

Improve cinnamon

This commit is contained in:
Lionel
2023-02-07 00:20:21 +01:00
parent 5bb4ab50fe
commit 5afa869f29
6 changed files with 78 additions and 32 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" ?>
<!DOCTYPE Menu
PUBLIC '-//freedesktop//DTD Menu 1.0//EN'
'http://standards.freedesktop.org/menu-spec/menu-1.0.dtd'>
<Menu>
<Name>Applications</Name>
<MergeFile type="parent">/etc/xdg/menus/cinnamon-applications.menu</MergeFile>
<Menu>
<Name>Development</Name>
<Exclude>
<Filename>sublime_merge.desktop</Filename>
</Exclude>
<AppDir>/home/user/.local/share/applications</AppDir>
</Menu>
</Menu>

View File

@ -1,5 +1,5 @@
[Default Applications]
image/png=org.gnome.eog.desktop
image/jpeg=org.gnome.eog.desktop
image/gif=org.gnome.eog.desktop;
text/plain=org.xfce.mousepad.desktop
image/gif=org.gnome.eog.desktop
text/plain=mousepad.desktop

View File

@ -16,5 +16,10 @@ fi
git config --global user.name $(id -un)
git config --global user.email .
dconf load / < /usr/local/share/preferences.dconf
if [ ! $(dconf read /import) ]
then
echo "Import"
dconf load / < /usr/local/share/preferences.dconf
dconf write /import true
fi