Skip to content

Commit

Permalink
remove file manager and terminal from menu
Browse files Browse the repository at this point in the history
  • Loading branch information
remcoros committed Feb 12, 2024
1 parent 40ae08f commit 0753840
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
6 changes: 0 additions & 6 deletions docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ data:
EOF

# Copy default files
if [ ! -f /config/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml ]; then
mkdir -p /config/.config/xfce4/xfconf/xfce-perchannel-xml
cp /defaults/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml /config/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
chown -R $PUID:$PGID /config/.config/xfce4
fi

if [ ! -f /config/.sparrow/config ]; then
echo "No Sparrow config file found, creating default"
mkdir -p /config/.sparrow
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions root/etc/xdg/openbox/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="root-menu" label="MENU">
<item label="Sparrow" icon="/opt/sparrow/lib/Sparrow.png"><action name="Execute"><command>/opt/sparrow/bin/Sparrow</command></action></item>
<item label="File Manager" icon="/usr/share/icons/hicolor/scalable/apps/org.xfce.thunar.svg"><action name="Execute"><command>/usr/bin/thunar</command></action></item>
<item label="Notepad" icon="/usr/share/icons/hicolor/scalable/apps/org.xfce.mousepad.svg"><action name="Execute"><command>/usr/bin/mousepad</command></action></item>
<item label="Terminal Emulator" icon="/usr/share/pixmaps/xterm-color_48x48.xpm"><action name="Execute"><command>/usr/bin/xfce4-terminal</command></action></item>
</menu>
</openbox_menu>

0 comments on commit 0753840

Please sign in to comment.