Search This Blog

Tuesday, October 18, 2011

XMind web browser does not show

Install Eclipse

That's all!

XMind scroll problem

cgoise  
View profile  
 More options Apr 7, 9:48 pm
XMind (and other Eclipse applications) do currently not show up in the
new global menu, which is used in Ubuntu Natty Narwhale (11.04).
See here: https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/688136
Workarounds for this type problems can be found on the following site:
http://askubuntu.com/questions/6784/is-it-possible-to-make-indicator-...

In essence: the command to run XMind from the command line is now:
"APPMENU_DISPLAY_BOTH=1 /usr/local/xmind/xmind"
(without quotes)

The site does not mention how to start applications affected by this
bug from the main menu, which requires a slightly different command.
This can be done by changing the command in the main menu to:
"/bin/sh -c  'APPMENU_DISPLAY_BOTH=1 /usr/local/xmind/xmind'"
(again without quotes).
The program 'alacarte' can be used for this, just as in previous gnome
version.

This specific setting (APPMENU_DISPLAY_BOTH=1) causes the normal AND
the global menu to be shown. It will be therefore noticed when the bug
is fixed, so the main menu can be resetted.


from http://groups.google.com/group/xmind/browse_thread/thread/bd2badc7f785c254/f3af24cd09888116?lnk=gst&q=xmind+11.04#f3af24cd09888116 

Regards   

Friday, October 7, 2011

to convert column to row

in any directory with files and directories

$ ls -1 | sed ':a;N;$!ba;s/\n/ /g'

will show a row with information

Sunday, October 2, 2011

broadcom STA

root@nostalgia:~/Desktop/broadcom# pwd
/home/albertsk/Desktop/broadcom


root@nostalgia:~/Desktop/broadcom# ll
total 20
drwxr-xr-x 4 albertsk albertsk 4096 2011-10-01 17:33 ./
drwxr-xr-x 3 albertsk albertsk 4096 2011-10-01 17:31 ../
drwxr-xr-x 2 albertsk albertsk 4096 2010-12-14 15:58 lib/
-rw-r--r-- 1 albertsk albertsk 1134 2010-12-14 15:58 Makefile
drwxr-xr-x 5 albertsk albertsk 4096 2010-12-14 15:58 src/

root@nostalgia:~/Desktop/broadcom# make -C /lib/modules/2.6.38-8-generic/build M=`pwd` clean
root@nostalgia:~/Desktop/broadcom# make -C /lib/modules/2.6.38-8-generic/build M=`pwd`

root@nostalgia:~/Desktop/broadcom# rmmod bcm43xx b43 b43legacy ndiswrapper
ERROR: Module bcm43xx does not exist in /proc/modules
ERROR: Module b43legacy does not exist in /proc/modules
ERROR: Module ndiswrapper does not exist in /proc/modules
root@nostalgia:~/Desktop/broadcom# apt-get remove ndiswrapper-common
Reading package lists... Done
Building dependency tree    
Reading state information... Done
E: Unable to locate package ndiswrapper-common

root@nostalgia:~/Desktop/broadcom# modprobe ieee80211_crypt_tkip
FATAL: Module ieee80211_crypt_tkip not found.


cp wl.ko /lib/modules/2.6.38-8-generic/kernel/net/wireless/

root@nostalgia:~/Desktop/broadcom# cp wl.ko /lib/modules/2.6.38-8-generic/kernel/net/wireless/
root@nostalgia:~/Desktop/broadcom# depmod -a

insmod /lib/modules/2.6.38-8-generic/kernel/net/wireless/wl.ko

make -C /lib/modules/2.6.38-8-generic/build M=`pwd` clean

root@nostalgia:~/Desktop/broadcom# rmmod wl
root@nostalgia:~/Desktop/broadcom#
root@nostalgia:~/Desktop/broadcom#
root@nostalgia:~/Desktop/broadcom#
root@nostalgia:~/Desktop/broadcom# insmod /lib/modules/2.6.38-8-generic/kernel/net/wireless/wl.ko
root@nostalgia:~/Desktop/broadcom# depmod -a

Wireless setup when you install Ubuntu on HP mini

http://www.linuxquestions.org/questions/blog/frandalla-68463/patching-802-11-linux-sta-driver-for-kernel-2-6-37-3558/

Labels