mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Merge branch 'master' of projects.qi-hardware.com:gmenu2x into install_locations
Conflicts: data/platform/nanonote/sections/terminals/ash src/gmenu2x.cpp src/surface.cpp
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
|
||||
source /etc/profile
|
||||
|
||||
setfont2 /usr/share/setfont2/un-fuzzy-6x10-font.pnm
|
||||
loadunimap /usr/share/setfont2/ben_uni.trans
|
||||
clear
|
||||
#setfont2 /usr/share/setfont2/un-fuzzy-6x10-font.pnm
|
||||
#loadunimap /usr/share/setfont2/ben_uni.trans
|
||||
|
||||
cd /usr/share/gmenu2x
|
||||
./gmenu2x
|
||||
setfont /usr/share/kbd/consolefonts/kernel-6x11-font
|
||||
|
||||
clear
|
||||
cd /usr/share/gmenu2x && ./gmenu2x
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
title=ash(Default)
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/bin/ash
|
||||
params=--login
|
||||
4
data/platform/nanonote/sections/terminals/ash-color
Normal file
4
data/platform/nanonote/sections/terminals/ash-color
Normal file
@@ -0,0 +1,4 @@
|
||||
title=ash(Color)
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/bin/setfont
|
||||
params=/usr/share/kbd/consolefonts/kernel-6x11-font; /bin/ash --login
|
||||
4
data/platform/nanonote/sections/terminals/ash-default
Normal file
4
data/platform/nanonote/sections/terminals/ash-default
Normal file
@@ -0,0 +1,4 @@
|
||||
title=ash(Default)
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/sbin/setfont2
|
||||
params=/usr/share/setfont2/un-fuzzy-6x10-font.pnm; /usr/bin/loadunimap /usr/share/setfont2/ben_uni.trans; /bin/ash --login
|
||||
Reference in New Issue
Block a user