forked from lionel/debianlive
Improve cinnamon
This commit is contained in:
@ -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>
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user