mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
system-tools: version 110
- use login shell to source ~/.profile and make $HOME CWD when starting mrxvt - update changelog
This commit is contained in:
parent
f3989a87c1
commit
f14c0f6529
@ -1,3 +1,9 @@
|
||||
110
|
||||
- updated and improved mc (4.8.21)
|
||||
- using more compatible "xterm" TERM definition
|
||||
- updated efibootmgr to 17
|
||||
- fixed screen
|
||||
|
||||
109
|
||||
- added stress-ng
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PKG_NAME="system-tools"
|
||||
PKG_VERSION="1.0"
|
||||
PKG_REV="109"
|
||||
PKG_REV="110"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
@ -72,7 +72,7 @@ addon() {
|
||||
cp -P $(get_build_dir dtach)/.$TARGET_NAME/dtach $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
|
||||
# efibootmgr
|
||||
cp -P $(get_build_dir efibootmgr)/src/efibootmgr/efibootmgr $ADDON_BUILD/$PKG_ADDON_ID/bin 2>/dev/null || :
|
||||
cp -P $(get_build_dir efibootmgr)/src/efibootmgr $ADDON_BUILD/$PKG_ADDON_ID/bin 2>/dev/null || :
|
||||
|
||||
# encfs
|
||||
cp -P $(get_build_dir encfs)/.$TARGET_NAME/encfs $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
|
@ -6,5 +6,5 @@ import subprocess
|
||||
|
||||
yes = xbmcgui.Dialog().yesno('', 'This is a console-only addon','','Open a terminal window?','No','Yes')
|
||||
if yes:
|
||||
subprocess.Popen(["systemd-run","sh","-c",". /etc/profile;exec mrxvt"], shell=False, close_fds=True)
|
||||
subprocess.Popen(["systemd-run","sh","-c",". /etc/profile;cd;exec mrxvt -ls"], shell=False, close_fds=True)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user