Posts

Thread: Brand new to Ubuntu - want to download and play games

hi have started using ubuntu , need help. how download , install games sites such big fish etc.? save file , save file? tried downloading 1 game , saved downloaded file desktop folder. when tried open had select application open with. application should use? these games written windows, not linux. may able them work using wine, application lets run windows programs on linux it's not guaranteed. http://ubuntuforums.org/showthread.php?t=885111 best advice use windows running windows programs , linux running linux programs. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Brand new to Ubuntu - want to download and play games Ubuntu

Using the fdf parameter

i trying following work http://example.org/doc.pdf#fdf=http://example.org/doc.fdf   i have fillable form , want prepopulate first 3 fields.   i filled fields , exported data fdf file , xfdf file, saving both files , pdf desktop.   if clikc on fdf file , xfdf files, data loaded no problem pdf.   but want test functionality used in link above got adobe doc "parameters opening pdf files"   when put 3 files on website , use syntax above. data not loaded.   i have tried edit fdf , xfdf giving url pdf file location in /f tag, nothing works.   please can help.   also. can use fdf= parameter xfdf file?   i using acrobat xi   thanks   jim More discussions in PDF Forms adobe

Thread: How to install Ralink RT5370 usb cards.

Image
first, go http://www.ralinktech.com/en/04_supp...se.php?sn=5016 , download driver. need put in name , email. put in name: lol email: lol@lol.com . extract desktop. need extract , extract again since in first archive tar file. once have extracted it, recommend renaming easier, shorter name "ralink". once done renaming, need open folder , go folder "os" in folder "linux". once in folder, open "config.mk" preferred text editor. ex: gedit... now, scroll down until find: code: # support wpa_supplicant has_wpa_supplicant=n now change "n" "y" (without quotes of course!) scroll down again until find(should right under last one): code: # support native wpasupplicant network maganger has_native_wpa_supplicant_support=n like before, change "n" "y". save. now, have blacklist other conflicting drivers. open terminal again. type: code: sudo gedit /etc/modprobe.d/blacklis...

Backup Problem in PSE 8

when try backup in pse 8 begins caluculating media size, before finishes stops , seem begin search missing file.  if let search on own or select browse result same.  reconnect missing file window comes up, no picture displayed.  therefore cannot connect or delete offending picture.  how find file causing problem?  have tried run reconnect missing files same result , have tried repair database no change in result.  help More discussions in Photoshop Elements adobe

Download Failure of LR5

helping friend purchase , install lr5, went until tried download. got error message wrong. looks there maybe bug in code identifies browser. using ie10 , identified ie4 , not allow download.   google chrome worked fine   i know folks have had problems downloading maybe clue?     mk More discussions in Lightroom Classic CC adobe

Thread: Incursion Beta Demo-linux-x86.tar.bz2

Image
i downloaded file demo new game being release later in year. file incursion beta demo-linux-x86.tar.bz2 do ? if double click opens in archive manager, folder opens other folders , files ? have never tried in time have been using ubuntu..... can advise me how install & run please there 'read me' or 'install' file containing instructions on how install it. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] Incursion Beta Demo-linux-x86.tar.bz2 Ubuntu

XPath and Predicates limits : please help me !

hi   please take these examples script execute windows  indesign cs4 :   short multiple xpath predicates   var dataxml = new xml("<cahier><titre><unitorg><fonction><lf>e</lf></fonction><fonction><lf>vg</lf></fonction></unitorg></titre></cahier>"); var test_xpath = "/*[1]/*[1]/*[1]/fonction[lf='e' or lf='a' or lf='ad' or lf='va' or lf='ea']"; result = dataxml.xpath(test_xpath); alert("result : "+result);   result ok   <fonction><lf>e</lf></fonction>   long multiple xpath predicates i changed xpath (ad "or" conditions)   var dataxml = new xml("<cahier><titre><unitorg><fonction><lf>e</lf></fonction><fonction><lf>vg</lf></fonction></unitorg></titre></cahier>"); var test_xpath = "/*[1]/*[1]/*[1]/fonction[lf=...