Posts

Thread: Xubuntu 13.04 loses default browser setting

i switched xubuntu 13.04 , experience on older hp mini netbook. 1 annoying problem having every once in while xubuntu forget has default browser. clear not setting wrong default browser not know default browser set. use chrome still have firefox installed. use ff , may uninstall have backup browser installed cases when pages not render correctly or other quirk. when xubuntu forgets has default browser, can go settings -->preferred applications , browser setting blank. can launch chrome , said not default browser , if launch firefox says not default browser. not happen time or after every reboot enough annoying. ideas or suggestions of places check appreciated. are sure did not click yes on "xxx not default browser..." message have not had issue on 13.04 using chromium , firefox, have custom script set default browser Forum The Ubuntu Forum Communi...

Thread: Copy all three OSs onto a new hard drive.

hello current have macbook pro , splitting hard drive between osx, windows, , ubuntu. 500gb hard drive has been out of space while (have delete stuff every time want install new) , bought new 1tb hard drive. (one of hybrid sdd 8 gb sdd inside if matters.) anyway how can keep 3 of os's without starting over? (but each partition needs bigger.) know mac has backup , think should work, not sure entire process. guessing need install osx bootcamp (and windows) , ubunut onto bootcamp partition? , there way backup ubuntu hard drive , restore it? know windows has sort of backup isn't restore points? or there better way entirely? have idea on how work, want make sure not missing (as data important me) , not 100% sure if best way go it. time! Forum The Ubuntu Forum Community Ubuntu Specialised Support Apple Hardware Users Copy all three OSs onto a new hard drive. Ubuntu

Thread: Dual Architecture Upgrade?

just random observation. i'm doing "in-place" upgrade 12.10 13.04, , seems installing lot of things twice. example see: code: setting libproxy1: amd64 (0.4.11-0ubuntu1) ... setting libproxy1: i386 (0.4.11-0ubuntu1) ... for lot of packages. there particular reason this? curious, long doesn't affect system stability i'll trust updater. most cause of when have 64bit sys installed (arch = x86_64) somewhere along line installed ia32-libs package... or installed when installed 32bit package in 64bit system. package's info: code: this transitional package depending on ia32-libs-multiarch, i386-only metapackage depends on of libraries included in package. it allows install , run 32bit packages on 64bit systems... how have both 32bit , 64bit libraries being installed. me, normal. Forum The Ubuntu Forum Community Ubuntu Official ...

Please Please cancel this App I accidentally ordered it charged my credit card. I donot like it

please please refund credit card adobe word whatever accidentally ordered. not want.  hi isles1,   if want cancel subscription, please contact adobe support , you.   please dial in : 1-800-833-6687   or   you welcome contact our support team @ http://adobe.ly/yxj0t6 More discussions in Document Cloud PDF services adobe

Thread: Ubuntu on Silicon Graphics O2?

i have silicon graphics o2 workstation boot os fine. have no idea user name , password. place got long gone. possible load ubuntu on platform? have googled can't seem find says 1 way or or how if can done. have messed ubuntu pc no idea hardware o2 or how install if possible. suggestions on go next great. thanks. m it not possible load ubuntu onto box, according wikipedia , can apparently load debian or gentoo. however, have compile source. if willing leave linux , go unix (which 'nix designed for) there ports available of openbsd or netbsd. unix prove best , easiest option. need learn different commands, isn't hard once hang of things. if load familiar desktop gnome onto either bsd, feel right @ home everyday use. play around both pcbsd , solaris (sorry, no ports of either sgis, i'm afraid) on vm , it's quite fun , educational. unix community every bit vibrant linux one, although m...

Thread: Windows Partitions Not Mountable

i have noticed in past few versions of ubuntu, have been unable access windows partitions due mounting error. usually, able access 1 , not other, cannot access either. here error message: code: error mounting system-managed device /dev/sda2: command-line `mount "/media/ti106169w0d"' exited non-zero exit status 14: windows hibernated, refused mount. failed mount '/dev/sda2': operation not permitted ntfs partition in unsafe state. please resume , shutdown windows (no hibernation or fast restarting), or mount volume read-only 'ro' mount option. it says error caused abrupt shutdown, shut computer down normally, , has been recurring issue. suggestions? ~ Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Windows Partitions Not Mountable Ubuntu

How to find in script to avoid three continued charcters

Image
hi     i want identify continued ther same charecters avoid in proof reading...     example     the sameple test the sameple test the sameple test     hi baskar,   i give simple coding helps develop complete requirement.   please take concept , re write per requirement.   var mylines = app.activedocument.stories.everyitem().lines.everyitem().getelements(); alert(mylines.length) for(i=0; i<mylines.length; i++) {     var mylineswords = mylines[i].words[-1].contents;     alert("mylineswords: " + mylineswords)         try     {     if(mylines[i].words[-1].contents == mylineswords)     {         if(mylines[i+1].words[-1].contents == mylineswords)             {             if(mylines[i...