Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove file manager and terminal from menu #7

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading