A user in the AB forum noted this solution for this problem:chmod /tmp to 1777 and reinstall xkbcomp.
So no write permissions to the /tmp and no setup file for his keyboard, probably a non-US layout. But how can it be that you have no write permissions to your /tmp file?
STumbling In Linux Land, STupid and Unlucky Pablo? The tribulations and happy discoveries of a Linux former Newbie, now bit more experienced user
Tuesday, June 14, 2011
Autologin in Aptosid
What I really find difficult to get used to in Aptosid that you can't find easily text files in which you can change things easily: in arch you change the # for two lines *delete one and add one) in etc/inittab and you are done.
In Aptosid you have to use gdemsetup as root; go to login window preferences, tab security and check the box automatic login and choose the user.
In Aptosid you have to use gdemsetup as root; go to login window preferences, tab security and check the box automatic login and choose the user.
Thursday, May 26, 2011
Change computer name in Arch
Change computer name: got as root to etc/rc.conf
Edit it with your fav text editor:
HOSTNAME="archbang" to
HOSTNAME="preferred_name"
If you have configured your hosts file (also in /etc) and it is different from the default:
127.0.0.1 localhost.localdomain localhost
you might to have to adapt that to the new settings.
Sunday, May 15, 2011
gnome 3 video on Fedora 15
Just skip the first five minutes, which is not so interesting: http://www.youtube.com/watch?v=joBXc3IGRBw
Saturday, May 14, 2011
ob-autostart gives simple GUI start up editor for openbox
Gives you a interface for editing openbox autostart.sh
Trying to save some of AdComps work now his site is down.
I put up this script here: http://pastebin.com/012YgXTk
Howto :
* download script
* chmod
* copy to /usr/local/bin
And add this as first line to .config/openbox/autostart.sh:
ob-autostart -d &
Thursday, May 12, 2011
install adeskbar or adeskmenu
AdComp , one of my fav programmers, who made adesk-menu, adeskbar and madbox has disappeared from the internet radar; his site is down.
Lets hope this will be only a temporarily loss.
Try adeskmenu: info: http://crunchbanglinux.org/forums/topic/5769/adesk-menu-a-menu-for-your-systray/
download: http://www.cstrois-lacs.qc.ca/chenebleu/informatique/images/partageeleve//pierre_morissette_adesk-menu.zip
and install instructions:
after download extract and put it as root in /usr/bin/
make it executable: sudo chmod a+x /usr/bin/adesk-menu
Edit with leafpad /home/user/.config/openbox/autostart.sh
add this line: adesk-menu &
Restart openbox or reboot and it will show up on the right in your taskbar.
In this scenario you also have to put the two png files in the same folder; if you don't like that , you can put it in a folder adesk-menu with the two images in it in usr/share and make a symbolic link to usr/bin: ln -s /usr/share/adesk-menu/adesk-menu /usr/bin/adesk-menu
I used it in tint before using adeskbar, that is the finest, unobtrusive dock and menu you can think of.
http://www6.frugalware.org/mirrors/linux/frugalware/frugalware-testing/source/xapps-extra/adeskbar/ (versie4.2)
Versie 4.3 in deb: deb conversion: http://rghost.net/5408430
If you have problems starting it:
Simply edit the first line of /usr/bin/adeskbar file
#!/usr/bin/python
to
#!/usr/bin/python2
Lets hope this will be only a temporarily loss.
Try adeskmenu: info: http://crunchbanglinux.org/forums/topic/5769/adesk-menu-a-menu-for-your-systray/
download: http://www.cstrois-lacs.qc.ca/chenebleu/informatique/images/partageeleve//pierre_morissette_adesk-menu.zip
and install instructions:
after download extract and put it as root in /usr/bin/
make it executable: sudo chmod a+x /usr/bin/adesk-menu
Edit with leafpad /home/user/.config/openbox/autostart.sh
add this line: adesk-menu &
Restart openbox or reboot and it will show up on the right in your taskbar.
In this scenario you also have to put the two png files in the same folder; if you don't like that , you can put it in a folder adesk-menu with the two images in it in usr/share and make a symbolic link to usr/bin: ln -s /usr/share/adesk-menu/adesk-menu /usr/bin/adesk-menu
I used it in tint before using adeskbar, that is the finest, unobtrusive dock and menu you can think of.
http://www6.frugalware.org/mirrors/linux/frugalware/frugalware-testing/source/xapps-extra/adeskbar/ (versie4.2)
Versie 4.3 in deb: deb conversion: http://rghost.net/5408430
If you have problems starting it:
Simply edit the first line of /usr/bin/adeskbar file
#!/usr/bin/python
to
#!/usr/bin/python2
Monday, May 9, 2011
Moonlight voor Uitzendinggemist of Cultura in Firefox/Chrome
How to activate Moonlight 2.0 in google-chrome?
Just extract the contents of the plugins folder in the .xpi archive (http://www.go-mono.com/moonlight/download.aspx to /usr/lib/mozilla/plugins/. I just tried it and it works.
On another installation I had to put it in /home/user/.mozilla/plugins/moonlight/silverlight-media-pack-linux-x64-21-1.so
I had to install the codecs as root via sudo firefox
Alternative
Most of the time gecko-mediaplayer will be a good alternative if you don't want to use closed, propriety software.
sudo pacman -S gecko-mediaplayer
On another installation I had to put it in /home/user/.mozilla/plugins/moonlight/silverlight-media-pack-linux-x64-21-1.so
I had to install the codecs as root via sudo firefox
Alternative
Most of the time gecko-mediaplayer will be a good alternative if you don't want to use closed, propriety software.
sudo pacman -S gecko-mediaplayer
Subscribe to:
Posts (Atom)