I am using VLC 2.0.5, It fails to produce sound after i press pause the video. It gets back after changing the audio settings or restarting the video
Sreevisakh's questions
I am developing a multithreaded application in pygtk using quickly and stuck with threads. So I am experimenting with various possibilities and found out that my thread work only when I do something in the gui Here is my code
t = threading.Thread(target=self.calc,args=(treeiter))
t.daemon = True
t.start()
def calc(self,treeiter):
store=self.builder.get_object('liststore1')
per=0
while 1:
print "Calcing and changing percent,per="+str(per)
tore.set_value(treeiter,4,str(int(per))+"%")
per+=1
time.sleep(1)
I am trying to update the value in a liststore
by thread but it only get update when I click some button or some other gui events why is that so? why is the thread not running in the background?
Is there a way that I can access Apache Log files from my PHP page. Normally the apache will not allow access to outer folders. Is there any alternative way to access log files? If I get those logs I can parse them and find out bandwidth usages
Edit:
I actually want to implement a bandwidth tracking system which can track how much data, a user is downloaded form my site. or uploaded to my site. I searched in stackoverflow and found an answer which suggests parsing log file. I need to automate this so that website itself will parse the log and show the details.any idea?
I need to hide an NTFS partition from listing in the nautilus. How can I achieve that?
Is there any tool to do that?
And how can I hide files in ubuntu (except . operator)
Possible Duplicate:
How do I change the default session for when using auto-logins?
Any way to make gnome-shell as default window manager other than adding
gnome-shell --replace
' with in the startup application