Thread
:
Kmplayer instead of flash
View Single Post
riv64
2012-05-11 , 13:05
Posts: 44 | Thanked: 77 times | Joined on Jan 2012
#
1
Hi,
I found an easy way to watch flash movies in kmplayer instead of the microb. I create file in /home/user which contains :
"wmctrl -r :ACTIVE: -b toggle,fullscreen"
m:0x4 + c:111
Control + up
"exec /opt/kmplayer/bin/kmplayer /var/tmp/Flash*"
m:0x4 + c:45
Control + K
I gave chmod +x xbind and then as NORMAL user:
/usr/bin/xbindkeys -f /home/user/xbind
It's works so I wont to add it to autostart. I create fille in /etc/event.d
start on started hildon-desktop
exec /usr/bin/xbindkeys -f /home/user/xbind
stop on starting shutdown
I gave chmod +x and after a reboot it's not working. How can I do this to make it work?
Additionally i create symlink to /var/tmp - this solves the problem with long movies and a little space in the tmp (maybe for someone it will be a useful)
Sorry for my bad English
Quote & Reply
|
The Following User Says Thank You to riv64 For This Useful Post:
nisheet
riv64
View Public Profile
Send a private message to riv64
Find all posts by riv64