The Following User Says Thank You to spikelinux For This Useful Post: | ||
![]() |
2011-05-14
, 09:54
|
Posts: 268 |
Thanked: 1,053 times |
Joined on May 2010
@ The Netherlands
|
#32
|
Exelente trabajo... finalmente una actualizacion de la BusyBox... instalado y testeado correctamentebueno el comando lspci me da el sig error:
lspci: /sys/bus/pci/devices: No such file or directory
Nuevamente Grax por el exelente trabajo
The Following User Says Thank You to iDont For This Useful Post: | ||
![]() |
2011-05-14
, 18:28
|
Posts: 2 |
Thanked: 3 times |
Joined on May 2011
@ Ukraine
|
#33
|
![]() |
2011-05-14
, 20:51
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#34
|
![]() |
2011-05-15
, 22:39
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#35
|
![]() |
2011-05-16
, 11:18
|
|
Posts: 162 |
Thanked: 64 times |
Joined on Mar 2011
|
#37
|
![]() |
2011-05-16
, 13:11
|
Posts: 268 |
Thanked: 1,053 times |
Joined on May 2010
@ The Netherlands
|
#38
|
Is there any way to install this without the symlinks? I use other stuff like procps and some others I forgot so I don't want busybox symlinks back
![]() |
2011-05-17
, 15:38
|
Posts: 2 |
Thanked: 3 times |
Joined on May 2011
@ Ukraine
|
#39
|
this may do what you want
sudo apt-get install xbindkeys wmctrl
#!/bin/sh SETTING=`gconftool-2 --get \ /apps/osso/xterm/toolbar` if [ $SETTING == "true" ] then NEWSETTING="false" else NEWSETTING="true" fi gconftool-2 --set --type bool \ /apps/osso/xterm/toolbar \ $NEWSETTING
chmod a+x ./fscr
"wmctrl -r :ACTIVE: -b toggle,fullscreen" control + KP_Enter "/home/user/fscr" control + period
The Following 3 Users Say Thank You to Cosmic For This Useful Post: | ||
![]() |
2011-05-17
, 22:47
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#40
|
lspci: /sys/bus/pci/devices: No such file or directory
Nuevamente Grax por el exelente trabajo