forked from puppylinux-woof-CE/woof-CE
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
33 additions
and
152 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
cat << EOF > pinstall.sh | ||
echo -e '#!/bin/sh\nexec connman-gtk' > usr/local/bin/defaultconnect | ||
chmod 755 usr/local/bin/defaultconnect | ||
|
||
cat << EOF2 > usr/local/bin/connman-gtk | ||
cat << EOF > usr/local/bin/connman-gtk | ||
#!/bin/sh | ||
|
||
gsettings set net.connman.gtk launch-to-tray false | ||
|
||
exec /usr/bin/connman-gtk "\\\$@" | ||
EOF2 | ||
chmod 755 usr/local/bin/connman-gtk | ||
EOF | ||
chmod 755 usr/local/bin/connman-gtk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
mkdir -p etc/xdg/gsimplecal | ||
cat << EOF > etc/xdg/gsimplecal/config | ||
mkdir -p etc/skel/.config/gsimplecal | ||
cat << EOF > etc/skel/.config/gsimplecal/config | ||
show_timezones = 1 | ||
close_on_unfocus = 1 | ||
clock_format = %A, %d %B %Y, %H:%M | ||
clock_label = | ||
clock_tz = | ||
EOF | ||
|
||
cat << EOF > pinstall.sh | ||
echo '#!/bin/sh | ||
exec gsimplecal "\$@"' > usr/local/bin/defaultcalendar | ||
chmod 755 usr/local/bin/defaultcalendar | ||
EOF | ||
chmod 644 etc/skel/.config/gsimplecal/config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
cat << EOF > pinstall.sh | ||
echo '#!/bin/sh | ||
exec l3afpad "\$@"' > usr/local/bin/defaulttextviewer | ||
chmod 755 usr/local/bin/defaulttextviewer | ||
|
||
chroot . xdg-mime default l3afpad.desktop text/plain | ||
chroot . run-as-spot xdg-mime default l3afpad.desktop text/plain | ||
EOF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
cat << EOF > pinstall.sh | ||
echo '#!/bin/sh | ||
exec lxtask "\$@"' > usr/local/bin/defaultprocessmanager | ||
chmod 755 usr/local/bin/defaultprocessmanager | ||
|
||
echo '[General] | ||
show_other_tasks=1' > etc/skel/.config/lxtask.conf | ||
EOF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,9 @@ | ||
cat << EOF > pinstall.sh | ||
echo '#!/bin/sh | ||
exec x-terminal-emulator -e weechat' > usr/local/bin/weechat-shell | ||
chmod 755 usr/local/bin/weechat-shell | ||
|
||
echo '#!/bin/sh | ||
exec weechat-shell' > usr/local/bin/defaultchat | ||
chmod 755 usr/local/bin/defaultchat | ||
|
||
chroot . run-as-spot weechat-headless -r '/set irc.server_default.msg_part \"\";/set irc.server_default.msg_quit \"\";/quit' | ||
chroot . run-as-spot weechat-headless -r '/set irc.ctcp.clientinfo \"\";/set irc.ctcp.finger \"\";/set irc.ctcp.source \"\";/set irc.ctcp.time \"\";/set irc.ctcp.userinfo \"\";/set irc.ctcp.version \"\";/quit' | ||
chroot . run-as-spot weechat-headless -r '/server add libera irc.libera.chat/6697 -autoconnect -ssl;/set irc.server.libera.autojoin #puppylinux;/quit' | ||
|
||
rm -rf home/spot/.cache/weechat home/spot/.local/share/weechat home/spot/.local/state/weechat | ||
chown -R root:root home/spot/.config/weechat | ||
mv home/spot/.config/weechat etc/skel/.config/ | ||
|
||
if [ ! -e usr/share/applications/weechat.desktop ]; then | ||
cat << EOF2 > usr/share/applications/weechat.desktop | ||
[Desktop Entry] | ||
Name=WeeChat | ||
GenericName=Chat client | ||
Comment=Extensible chat client | ||
Exec=weechat %u | ||
Terminal=true | ||
Icon=weechat | ||
Type=Application | ||
Categories=Network;Chat;IRCClient;ConsoleOnly; | ||
MimeType=x-scheme-handler/irc;x-scheme-handler/ircs; | ||
EOF2 | ||
chmod 644 usr/share/applications/weechat.desktop | ||
fi | ||
EOF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,2 @@ | ||
echo '#!/bin/sh | ||
exec spacefm "$@"' > usr/local/bin/defaultfilemanager | ||
chmod 755 usr/local/bin/defaultfilemanager | ||
|
||
echo none > etc/desktop_app | ||
|
||
chroot . xdg-mime default spacefm.desktop inode/directory | ||
chroot . run-as-spot xdg-mime default spacefm.desktop inode/directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.