Posts

Showing posts from September, 2013

How do I copy (not move) entire LR library to new hard drive?

thanks in advance. can't seem find advice in forums: consolidate of image files onto one  hard drive copying them multiple drives 1 large new one. desired result have library on new drive, links making sense lr, leaving original files on original drives archival up. know how move files within lr, can't figure out how copy them. if image files not in catalog, import them using "copy , add catalog." worst case, suppose move of files new drive , export copies old drives, seems time consuming. have more 3tb of files. ideas? my suggestion: make copies of each of different drives new (or several) drive via os or other backup software. then use lr move files new drive. More discussions in Lightroom Classic CC adobe

Thread: Wallpaper changer that works

i installed xubuntu 12.04 on laptop , looking wallpaper changer works. tried ones in software center , none of them work @ all. doing wrong? tried variety, wally, wallch, slidewall. none of them work @ all. i'm sure doing wrong. please asdise how can 1 of screensavers work. thanks!! with respect wallpaper changer, try this: 1. in settingsmanager -> desktop, select "image list" option , add image list, wallpapers want cycle. 2. create cron entry reload xfdesktop (which in turn change wallpaper random 1 in list created in step #1. so, in terminal window, enter following command: code: crontab -e ...and use arrow keys go bottom of file , add following line: code: */15 * * * * display=:0.0 xfdesktop --reload > /dev/null 2>&1 ...note, /15 refers change frequency time - in example above, cycle every 15 minutes. make cycle example every 5 minutes, "/5" instead.

Thread: Asus Geforce NX8600GT with Ubuntu 12.04

Image
hi all, i've migrated 1 pc another, , took anicent nx8600 on new machine (hey, beats onboard graphics card! ). ran 11.04 on old machine same graphics card, on new machine, system doesn't recognize card. there way find out a) if card getting enough current power supply? (the old 1 had 450 w max output, new 1 350w max) if a) yes b) how force card detection in ubuntu? help! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Asus Geforce NX8600GT with Ubuntu 12.04 Ubuntu

Thread: Evolution and new mail notification in panel

last friday upgraded ubuntu 10.04 12.04. went well, noticed networkmanager had been instaled. use wicd since nm connects , disconnects time in hp compaq 6720s. uninstalled networkmanager , use wicd ( working wifi) in 12.04. problem new mail notification ( use evolution 3.2.3) doesn't appear in envelope in panel. also, when click on envelope inboxes set 0 although there new messages coming without reading. of course have enabled in preferences of evolution: indicate new mail messages in panel, play sound , show notification. got sound when new mail arrives , see bubble in desktop indicating new message no in envelope in panel. in upgrading 12.04 thunderbird installed don't use , haven't configured account in it. can uninstalled without problem? problem related use wicd instead of nm?. how see new mail notification in panel working? thankyou in advance Forum The Ubuntu Forum Community

Thread: PDF Editing

i trying figure out best application download may edit pdf files. specifically, fill out application in pdf format , need program that. suggestions or advice appreciated. i believe can in libreoffice. draw app supposed able open pdf files. http://www.libreoffice.org/features/extensions/ note that, since libreoffice 3.3, many great extensions formerly separate downloads have been included in package standard features: pdf import : pdf import extension allows import , modify pdf documents. results 100% layout accuracy can achieved "pdf/odf hybrid file" format, extension provides. hybrid pdf/odf file pdf file contains embedded odf source file. hybrid pdf/odf files opened in libreoffice odf file without layout changes. if import pdf, fill out export pdf if didn't want hybrid file. used require capability haven't lately don't know how current versions work.

info needed

can add account office pc @ no charge ? hi pamela,   yes can! it's online subscription. can use exportpdf page , login using adobe.com credentials.   let me know if helped!   looking forward hearing you.   regards, stacy More discussions in Adobe ExportPDF (read only) adobe

Thread: 'history' so it shows all activty for user ?

Image
[12.04 server using bash] start multiple, simultaneous, ssh sessions via putty logging on same user, 'foo'. when code: history i see commands issued on tty (i think - don't see command used user foo across each of ssh sessions). there way of getting around ? have access history generated each of ssh sessions. (i seem looking command know issued under user foo several days ago time ssh session has been closed) posted southof40 [12.04 server using bash] start multiple, simultaneous, ssh sessions via putty logging on same user, 'foo'. when code: history i see commands issued on tty (i think - don't see command used user foo across each of ssh sessions). there way of getting around ? have access history generated each of ssh sessions. (i seem looking command know issued under user foo several day

Thread: Problems with mutt

i have been using mutt while now. however, stopped working. if use mutt interactively able send emails, if try use command line seems hang. mutt -s "subject" name@somewhere.com < /tmp/body used work me champ, sits there , never completes , no error message or other sort of indication wrong. have not changed ~/.muttrc file or done else can think of affect mutt. have ideas? -lowell Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Problems with mutt Ubuntu

Thread: Question on the Gaz Pro

hello have question on gazelle pro loud fan's when watching flash videos? are having trouble it? don't think should happen, unless enable hardware acceleration (which known cause problems youtube videos going fast or slow), have hard time making fan loud, if watching 1080p. if ssd, should hear fan (unless serious power user loves compile kernels , high intensity processes that). if hdd, more happen naturally (hdds warmer ssds because have moving parts-moving parts generate heat same way rubbing hands does), not because streaming 1080p content. Forum The Ubuntu Forum Community Ubuntu Specialised Support System76 Support [ubuntu] Question on the Gaz Pro Ubuntu

Thread: Is "Web of Trust" a reliable add-on for firefox?

if want idea whether website (which may arise result of web-search) safe visit or not, said "web of trust" useful. there conflicting views utility. see experts in forum think it. when suspicious, test safety of website getting opinion of mcafee site advisor; though doing irrititaing. is/are there easier way(s) decide whether should avoid visiting suspicious looking website or not? have no-script have not configured firewall. i've seen recommendations wot here on forum, , had on day-to-day laptop while. own experience although , useful, susceptible false positives on sites use free dns services such dyndns or no-ip. Forum The Ubuntu Forum Community Ubuntu Specialised Support Security [ubuntu] Is "Web of Trust" a reliable add-on for firefox? Ubuntu

Playing a mp3 when a movie clip loads

i using adobe flash professional cs6   what trying play mp3 file have in library when clip loads , stop playing when new clip selected menu created.  on button loads movie clip (instance name: slideshow), have following code: [code] on (release){     gotoandplay(120); } onclipevent (load){     mysong = new sound();     mysong.attachsound("mastersthishall");     mysong.start(0,50); } onclipevent (unload) {     mysong.stop(); } [/code] - went properties of mastersthishall.mp3 file in library, - selected "actionscript", tab, - checked box says "export actionscript", - unchecked "export in frame 1" check box, and - added mastersthishall in "identifier" field.   the sound not playing when when "slideshow" button pressed.   ideas? attach code main timeline:   mysong = new sound(this);    mysong.attachsound("mastersthishall");     mysong.start(0,50); More discussions in ActionScript 1 and 2 adobe

Sizes.

hello! if make website 960 pixels in height, reccomend width should be? average sizes websites or there average sizes? thanks. do not set height website. that's silly.   height within divs controlled what's inside them. if have lots of content on 1 page , little content on another, height of container vary in accordance how content need display. setting height website cause people have scroll through long content using scroll bar not in browser's chrome. , mobile devices may not able scroll allow see of content.   if, trying set height website minimum height, that:   #container {      min-height: 960px; }   this make website (assuming using id container everything) 960 pixels wide start, extend more if have more content.   as width, if creating fixed sized website, suggest consider 950 - 960 pixels wide.   -mark More discussions in Dreamweaver support forum adobe

Thread: transmission broken ubuntu 12.04 TLS

brand new install. ubuntu 12.04 opened torrent transmission , fails connect. time unknown 0% , stalls error connection failed network tab test port - port closed. worked previous versions of ubuntu behind firewall uses pat installed deluge , have same problem. know network has not changed, leaves me figure out different between torrent clients on 12.04 , other versions of ubuntu worked fine. p.s. not have permission create tags. may use existing tags. find existing tags seriously thinking not using ubuntu 12.04 created static nat mapping box - no avail allowed specific incoming port in firewall. test if port open - reports port closed did netstat - , can see port listening @ point if bitorrent going remain unusable may roll earlier version of ubuntu. went canyouseeme.com , reports ip , port can seen. locally can telnet selected port Forum The

EPS to word document

hi all,   i have around 300+ files in eps format need them convert word format.   any options availble.   i have tried eps pdf , convert pdf word, doesnt worked me.   any help.   regards, vinoth in way doesn't work? kind of hard witthout better description. os, version of ai, version of acrobat, etc. might try placing pdf pages image in word file won't editable. More discussions in Illustrator Scripting adobe

Thread: wacom sensitivity on kde

uninstalled unity , gnome , installed kde. pen works fine, on mypaint in gnome/unity change colors side buttons. on kde, pen has touching in order side button used. figured lack of sensitivity, can not find menu in kde adjust wacom sensitivity. hi lunatichiatus, doesn't sound sensitivity issue, sounds tabletpcbutton parameter on. means hover mode not available , pen acts tablet pc pen. driver should default tabletpc off graphics tablet. enter xinput list terminal , post output. identify stylus device name or id number. try command: code: xsetwacom set "device name" tabletpcbutton off and see if works correctly then. kde settings app. uses kde daemon. maybe that's problem , set wrong. think app. may broken in kubuntu precise , have compile it. anyway at: http://kde-apps.org/content/show.php...content=114856 in software center. Foru

Thread: Samba in 12.04 is a mess

i have spent last 3 days trying figure out wrong samba in precise. how process should work: 1. try share folder in nautilus. 2. nautilus ask permission install samba , usershare dependencies. 3. approve , install software 4. folder shared , available in samba network. happening. 1. try share folder in nautilus. 2. nautilus asks permission install samba , useshare dependencies. 3. approve , install software (occasionally step fails due unrelated bug in apt, wherein all packages suddenly become "unsigned"; step may fail due broken packages try overwrite each other or have broken install scripts) 4. falls apart. sometimes usershare makes error changing username i never asked supply kind of code, seems have been bug fixed ages ago (or maybe not). looks fine, folder isn't shared or available on samba network; in fact of time computer doesn't appear in network @ all, let alone shares. naturally, assumed there'd hacky workaround th

Raw Photos Not Opening

hi.   i using apple  macbookpro, shooting canon eos rebel t5i , trying open raw photo's  in photoshop cs5. have tried various updates per suggestions in these topics, no luck, same message  photoshop saying:   "could not complete request because file appears camera model not supported installed version of camera raw. please visit camera raw documentation additional information."   any suggestions on do? the rebel t5i first supported in adobe camera raw (acr) 7.4 http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html   acr 7.4 compatible cs6 apps , later - not cs5. http://helpx.adobe.com/x-productkb/global/camera-raw-compatible-applications.html   your options: upgrade cs6 join cloud join photoshop photography program $9.99/month , photoshop cc + lightroom 5 + extras buy lightroom 5, convert dng edit dngs in cs5 convert t5i raw files dngs using free adobe dng converter edit dng files in cs5 http://www.adobe.com/products/photoshop/extend.displayta

How do I reinstall Adobe X Pro with cd and education version?

i have education verstion of adobe 10 pro on cd. need reinstall after clashes word 2013. how find id code this? hi richard,   when purchased product, cd should have come in box, able find serial number—often comes on card , printed on outside of box.   let me know if find okay!   kind regards, stacy More discussions in Installing, Updating, & Subscribing to Acrobat adobe

OT: Participate in the Dreamweaver survey

hi all,     take our survey! make dreamweaver stronger product , easier use. it'll take less 2 minutes , feedback goes straight our product team, helping make better dreamweaver.    http://bit.ly/18bhs2n   thanks, preran More discussions in Dreamweaver support forum adobe

Thread: what is "Ubuntu One ()"

hi, in session , starup applications settings, "ubuntu 1 ()" checked. , need it. ( running xfce de ) also, using 12.04 64 bit. ubuntu 1 cloud storage service. can things online or transfer music , bookmarks , such between devices. don't need can quite useful. need ubuntu single sign on (or whatever it's called) account use it, though. account can set right ubuntu 1 interface believe. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] what is "Ubuntu One ()" Ubuntu

Thread: U-boot complie problem

Image
when try compile u-boot returns me code: for dir in tools examples api_examples ; make -c $dir _depend ; done make[1]: entering directory `/home/niki/eldk/usr/src/u-boot-1.3.2/tools' make[1]: nothing done `_depend'. make[1]: leaving directory `/home/niki/eldk/usr/src/u-boot-1.3.2/tools' make[1]: entering directory `/home/niki/eldk/usr/src/u-boot-1.3.2/examples' make[1]: nothing done `_depend'. make[1]: leaving directory `/home/niki/eldk/usr/src/u-boot-1.3.2/examples' make[1]: entering directory `/home/niki/eldk/usr/src/u-boot-1.3.2/api_examples' make[1]: nothing done `_depend'. make[1]: leaving directory `/home/niki/eldk/usr/src/u-boot-1.3.2/api_examples' generating include/autoconf.mk cc1: error: unrecognized command line option "-march=armv5" cc1: error: unknown abi specified: 'apcs-gnu' cc1: error: unrecognized command line option "-mabi=apcs-gnu" make: *** [include/autoconf.mk] error 1 what

Thread: Help, Ubuntu 12.04 is stuck in 640x480

when log ubuntu popup error says none of selected modes compatible possible modes: trying modes crtc 63 crtc 63: trying mode 640x480@60hz output @ 1366x768@60hz (pass 0) crtc 63: trying mode 640x480@60hz output @ 1366x768@60hz (pass 1) trying modes crtc 64 crtc 64: trying mode 640x480@60hz output @ 1366x768@60hz (pass 0) crtc 64: trying mode 640x480@60hz output @ 1366x768@60hz (pass 1) i've tried uninstalling nvidia package had installed trying unity 3d going after rebooting had stated error. tried few of suggestions made on topic of no use either... plz? cancel this, resetted xorg settings uninstalling , reinstalling it, seems gotta log keyring when boots up, thats not half annoying being stuck in 640x480 >.< ubuntu still doesn't detect graphics card Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General

Thread: MAME-questions

Image
so, i'm building own arcade-cabinet run mame on, , have couple of questions i'd love have answered: 1. mame-package in ubuntu-repos mame or sdlmame? think read 2 projects melting together, had make sure. mame-resources can find around 2007-2008, i'm quite confuzzled what's supposed bees knees nowadays. 2. how you, in (ubuntu)software, restrict 24" widescreen monitor 4:3 aspect (effectively rendering sides of monitor black time, while keeping 4:3 image centered). asking because intend cover monitor in bezel approx. 21" 4:3 screen remains. sounds stupid, check prizes on 21 inch 4:3 lcd's 3. there glsl-shader out there mimics crt-screen? , work 2). 4. single-core, dual-core or quad-core processor, net doesn't seem agree, again lot of discussions 2008. cheers 1- it's sdlmame afaik. don't know 2 projects merging. 2- mame has built-in option that, keepaspect,

Importing BluRay error

Image
i exported mpeg2-bluray premier cc , error when importing encore. don't want lose chapter markers, doing wrong? More discussions in Encore adobe

Je reçois un message d'erreur en voulant activer creative cloud sur l'imac de prêt du magasin

j'ai pourtant fait une restauration à l'aide de time machine, mais impossible de travailler sur mes logiciels car creative cloud m'envoie des messages d'erreur ne reconnaissant pas mes identifiants et mot de passe, je suppose que j'aurai les mêmes problèmes quand j'aurai récupèrer mon ordinateur à moi après la réparation , c'était bien plus facile avec des logiciels sur dvd, la peur de perdre qqs sous vous rend méfiant et complique la vie de tout le monde. mon message devient du charabia kesako ? More discussions in Adobe Creative Cloud adobe

How to convert 720x486 into 720x480 without blurring the footage?

i have ntsc footage 720x486 (analogue broadcast size apparently) want convert 720x480 output onto dvd. i happy trim 3 lines of top , bottom, when import premiere, footage previews (and exports) blurred.  can see plainly there text.   is there way of getting 720x486 in 720x480 project?  i've fiddled around field options reversing dominance, order, deflicker etc etc.   no joy.   any ideas? what sequence settings? More discussions in Premiere Pro CC adobe

sending PDF files

how combine pdf files 1 file , send email? if subscribe pdf pack service can use "combine files" download combined pdf file , attach email.   steps: log https://createpdf.acrobat.com/signin.html adobe id , password select “combine files” click “select files” button choose files combine name file click "combine" button click “download” button in progress bar after completion of process download pdf file computer. attach combine file email.   all combined/exported/converted files stored @ https://files.acrobat.com , can login adobe id , password. or @ web ui can click “files” next “tools” @ top or click “view files” in file list of “export pdf” tool( or “convert pdf” or “combine files” tools pdf pack users) redirect above site( https://files.acrobat.com )   hisami More discussions in Document Cloud PDF services adobe

Problems downloading updated folio

content viewer taking absolutely ages download folio (ipdated version) onto ipad 4. i know there server issues on friday/saturday, gets halfway through , crashes/fails.   the status site saying there no problems downloading.   is there still issues? like alot of other people i'm on tight deadline, these server issues have been causing big problem - stressful! More discussions in Digital Publishing Suite adobe

Thread: Configuring LXDE for Low Vision Use.

i using barebones lxde desktop, , need configuring low vision use. first of all, want set consistent large size fonts system-wide. understanding fontconfig can me problem, cannot find simple explanation of how make fonts large. open suggestions easy read default font. also looking theme provides both high contraast, visibility of widgets, , has all-white text , all-black backgrounds. high contrast inverse theme provide gnome-accessibility-themes, blue background bright eyes , cannot changed. found theme accepts custom colors, making white-on-black renders widgets(most notably check-boxes , radio buttons) invisible. using firefox web browser , have 3 problems related vision: 1, configuring firefox's font settings large print causes font feilds overlap. 2, disable images protect eyes bright colors, replacing icons text makes pages hard read , agravates problem 1. extension auto-hide thumbnails , full-sized images while displaying icons , allowing me un

Strange behavior with PSD's

i'm presently working 2 page document in id cs5.5. cmyk document both cmyk , greyscale images.   the strange behaviour this: have 1 greyscale image (tiff) repeats on page 1 , page 2. image looks different page 1 page 2. triple checked  (opactiy, effects, etc.) , began deleting elements on page 2 1 one.   as deleted psd file greyscale images on page 2 changed in appearance, match page 1. psd file in question in cmyk transparent background. frack going on?   i'm more concerned whether makes difference when goes print or if it's weird screen stuff in indesign.   anyone who's heard of or knows why happens - love hear you.   thanks! i belive due transparency being on page. shouldn't affect output of gray images...but check in acrobat.   mike More discussions in InDesign adobe

x-rite colorchecker passport profile created but does not appear in the Camera Calibration tab!

i have installed x-rite colorchecker passport , lightroom 5.0. followed tutorial in setting camera profile , lightroom reported created successfully. after restarting lightroom, not find created profile other adobe standard in camera calibration tab.   please ! x-rite has free dng profile manager can downlaoded after registering colorchecker passport here:   http://www.xritephoto.com/ph_registration.aspx   you offered link download free app. see if profile created visible app.   here's user camera profiles should located lr5:   windows—c: \ users \ [your username] \ appdata \ roaming \ adobe \ cameraraw \ cameraprofiles \   mac—macintosh hd / users / [your username] / library / application support / adobe / cameraraw / cameraprofiles /   profiles camera model specific canon 600d camera profile visible when 600d raw image file selected. need create profiles each camera model separately. More discussions in Lightroom Classic CC adobe

Thread: Ubuntu Weekly Newsletter Issue 280

welcome ubuntu weekly newsletter. issue #280 week august 20 – 26, 2012, , full version available here. in issue cover: ubuntu 12.04.1 (precise pangolin) lts released! ubuntu developer week ubuntu stats mexico city, 08/sept, 11:00am #ubuntuglobaljam 2012 ubuntu forums – staff team changes ubuntu tv: [...] more... Forum The Ubuntu Forum Community Ubuntu Community Discussions The Fridge Discussions Ubuntu Weekly Newsletter Issue 280 Ubuntu

Captivate 6 Slides Bleeding

how can fix slides bleeding others in captivate 6? which version of 6: 6.0.1.240 of 6.1.0.319? if still on version ending 199, install patch released in october 2012, please.   which slide quality use? until 6.1 default quality low, , may insufficient, change high or optimized (now default).   also uncheck compression settings in preferences, project, swf size , quality. , check 'force republishing....' when publishing.   lilybiri More discussions in Adobe Captivate adobe

Thread: Grub2 not displaying splash

can't grub display on startup despite: code: sed -i s/"quiet splash"// /etc/default/grub && update-grub any ideas why grub doesn't display? grub2-common 1.99-21ubuntu3.1 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Grub2 not displaying splash Ubuntu

Photoshop Elements 12 - Insufficient disk space (but have 861gb free)

Image
hi everyone. i've bought , download photoshop elements 12. when try install/extract it, tells me have insufficient disk space though have tons of space. anyone?   thanks nevermind, fixed problem. installed trial , entered seriel number given More discussions in Photoshop Elements adobe

retrieve serial number

purchased cs5 extended student , teacher edition couple years ago digital river education services.  attempted update program new raw files olympus m1 camera original software did not support raw files camera.  after installing patch, nothing worked cs6.  so, deleted program , reloaded disc.  product code cs6 [removed moderator].  number  fits description of coupon number adobe asking when trying retrieve s/n activate software upon reloading.  however, web site tells me number invalid.  how can retrieve s/n can use software again. not sure of fix, should remove product code post right away! More discussions in Photoshop General Discussion adobe

Thread: Ubuntu as storage server

Image
hey guys wanted or if possible making computer lots of space want things downloaded , can access through network in home. tablet laptop , on, can access it. heard linux easier way set compared windows. if can tell me go find tutorial or somthing on how set 1 trying do. have been searching , think making me more confused lol. if can point me right direction or tell me great everyone!! http://lifehacker.com/5919558/turn-a...ne-with-ubuntu simple steps think install ubuntu, configure harddrives, configure files want shared on network, , map network drive on client machines. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] Ubuntu as storage server Ubuntu

Thread: Catalyst Drivers and 3rd Monitor

i got ati firepro mv 2450 (support 4 monitors) unbuntu 12.04 desktop pc. got catalyst installed, , able detect 3 monitors. first 2 work fine , desktop has spanned first 2 monitors. can drag windows between them, etc. however, 3rd monitor grayish white screen. can move cursor across it, there's no desktop environment , cannot drag windows it. there suggestions on should 3rd monitor working besides different video card? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] Catalyst Drivers and 3rd Monitor Ubuntu

Double click event not fired/triggered when double clicking on left side of tree node

Image
i have following flex tree   <mx:tree id = "tree" left = "0" right = "0" top = "0" bottom = "0"          alternatingitemcolors = "[#eeeeee, white]" dataprovider = "{lsespecie}"          dragenabled = "true" dragmoveenabled = "true" dropenabled = "true" labelfield = "item"          labelfunction = "tree_labelfunc" showroot = "false"          doubleclickenabled = "true" doubleclick = "tree_doubleclick(event)" > </mx:tree>     when double click on icon , right of side on node, double click event being fired expected. when clicking on part of left side of node double click not being fired   is there way make double click event fire when happening left side of node  ? the issue solved fixedtree class   import flash . display . interactiveobject ; import flash . events . event ; import mx . controls . tree ; import

Copiar e colar na mesma posição, em arquivos diferentes

boa tarde!   minha dúvida é seguinte, quando eu copio algum objeto de um arquivo, e desejo colar este objeto em algum arquivo diferente, posição que este objeto é colado difere da posição objeto no arquivo original. mesmo alterando os tamanhos das páginas, e suas posições x e y os objeto são colados em posições diferentes. se eu tenho um quadro no canto de uma página, por exemplo, em um arquivo e desejo colocar este quadro na mesma posição em um segundo arquivo, quando eu copio e colo este quadro não é colado no canto da página segundo arquivo. não sei se isso teria algo haver com réguas de cada documento, e se elas podem influenciar nesse caso. caso alguém tenha uma solução ou uma explicação, gostaria muito de saber, pois pesquisando na internet, não encontrei nenhum possível solução para este problema.   abraços. obrigado. fiquem com deus! olá   você não citou versão seu adobe illustrator, nem o sistema operacional utilizado.   de qualquer forma, faço seguinte pergunta: o que acont

Hyper links not working in publish mode

i loaded site on business catalyst can see on computer.  hyper links diffrent pages not working, page links to: page not found. the urls in url bar read correctly. its not showing pages.   really frustrating>   i have added link google works, not link of pages made in site.   please direct do   i need see site on diffrent sized monitors. if go page properties dialog 1 of pages failing load, has "export page" checkbox been unchecked? More discussions in Help with using Adobe Muse CC adobe

Thread: Install problems

hi, new ubuntu , forum. hope can 2 problems having. firstly, have tried 3 times install ubuntu-12.04 on computer have fitted motherboard , hard-drive, each time part way through sole operating system installation "unrecoverable error" message. downloads each has been official ubuntu site, , recordings onto disc have been verified, (i should add program ran okay disc's). none of above worked next tried connecting external hard-drive computer running windows vista 64 bit os , followed instructions installing windows download, second problem came, did not work , had not appreciated make computer behave though has dual boot system, (it did manage remove google tool bar ie browser , has slowed boot process). questions how can windows os computer way ie; single boot,(i not wish have keep choosing system wish boot from, , pressing enter), , how install ubuntu sole operating system on other computer. can tell not computer wiz kid, advise gratefully app

Thread: no sound after upgrade to ubuntu 12.04

hey everyone, upgraded ubuntu 12.04 after updating grub lost sound so have tried theese 2 links : https://help.ubuntu.com/community/so...otingprocedure https://docs.google.com/document/d/1...lmi/edit?pli=1 without result accordingly second link found /etc/asound.conf empty paste code ---- code ------- pcm.!default { type plug slave.pcm { type hw card 0 device 1 } } -------------------------------------------- have crad , device numbres ( card 0 device 1 )from comand : aplay-l without result. alsa information located @ http://www.alsa-project.org/db/?f=09...79dc09209d35cf , here full terminal output command : "cat /proc/asound/{version,cards,devices,hwdep,pcm,seq/clients}; sudo rm /etc/asound.conf; sudo rm -r ~/.pulse ~/.asound* ;sudo rm ~/.pulse-cookie; sudo apt-get update; sudo apt-get install aptitude; sudo aptitude install paman gnome-alsamixer libasound2-plugins padevchooser libsdl1.2debian-pulseaudio; sudo lshw

In Mac Mini (Late 2012) has no 3d Features of PSCS6

hello,   my client have mac mini 512mb of vram. try use 3d features of photoshop cs6, cant because menu gray. accelaration in edit/perferences/performance menu "on".   the integrated video card of mac mini intel hd 4000, strong enough use 3d "services" of photoshop.   pleas suggest me, can do?   thank you. click on help/system info , see video card recognized , opengl enabled. More discussions in Photoshop General Discussion adobe

Converting raw images into .jpgs.

i took pictures canon 5d, using camera's raw format. turned out 14mb. however, when converted them .jpgs, using photoshop cc, 4mb. needed have .jpgs 10 mb. how do that? made them highest quality, etc. still 4mb in size. have lose data converting them .jpg? thank help! a 10 mb jpg file large.  if save them @ max quality (12), that's best can do.  why need them @ 10 mb? More discussions in Photoshop for Beginners adobe

Thread: Which All-in-one Printer/Scanner?

Image
i have set friend ubuntu machine. complete novice when comes computers, , getting on enough it. after printer/scanner, , fear big hassle getting work leave him disenchanted. think thing choose right machine in first place. after compatibility, our priority cost: both purchase price , running costs, we're looking 1 separate black, , can refilled. looking @ argos , i've not found there in ubuntu supported list . recommend? thanks. hp supported, i'm using all-in-one c4585 , never had issue Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Which All-in-one Printer/Scanner? Ubuntu

I do not find the profile of my lens in lightroom 5.2

i not find profile of lens(sony/zeiss vario sonnar t f 1,8) in lightroom 5.2 when correcting lensdistortion. lensprofile zeiss comes (zeiss apo sonnar t 2/135 ze).is similar lens , should use it? lens characteristics can similar or noticeably different far distortion concerned. 1 have decide if other profile produces results. lens profiles not provided every lens. and, i'm sure aware profiles format-specific. profile created raw images not available jpeg or tif images. might have use lens profile creator create own profile. More discussions in Lightroom Classic CC adobe

Help...mp3 audio out of sync when converting for SD DVD

so past year or have been rather making blu-ray discs mix of hd 1080i footage, mp3 music files , various graphics files editied in premiere.  unfortunately, have several people insisting on regular dvds. (trust me, i've tried avoid this). has posed problem after problem.  latest being vexing , hardest figure out.  thought audio drifting out of sync, highlight re-cap @ end way off sync (tightly edited on beat in premiere - not close when exporting encore). have since discovered not in fact drifiting, place used music...it out of sync.  right @ beginning, in couple spots in middle, , @ end.  audio mixed in camera footage in sync...but music way off.  fine when playing in premiere...it fine when making blu-rays...but transcode or export out use dvd, these mp3 files way off.  there simple solution this???  dread doing sd dvds...they crap, , worse can;t edit on beat.  :-/  since encore has failed me in trying make dvds using dynamic link, trying transode in encoder.  different bit rates

Thread: TrendNet TEW-692GR Wireless Router

Image
can give me pointers on how new trendnet tew-692gr 450 mbps dual band wireless n router work ubuntu 10.04 lts? can't seem connect internet, when have hard wired computer. posted mdavis1231 can give me pointers on how new trendnet tew-692gr 450 mbps dual band wireless n router work ubuntu 10.04 lts? can't seem connect internet, when have hard wired computer. i got configuration page on firefox 14.0.1, , able router working. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] TrendNet TEW-692GR Wireless Router Ubuntu

Thread: Ubuntu and DVR Options

hi forum, few months put nice little home server. used following components: rock mobo amd e-350 cpu 8 gb ram 350 watt psu installed ubuntu 11.10 on server 250 gb hdd operating system. have 2 500 gb raid 1 movies , important storage. system has been rock solid 6 months. last week bought hauppauge wintv-hvr-1250 video card. installed card , went dmegs , see os sees card. 18.141236] core cx23885[0]: subsystem: 0070:7911, board: hauppauge wintv-hvr1250 [card=3,autodetected] installed mythbuntu begin recording live tv. however, once mythbuntu installed many problems began. 1 major issue no longer vnc machine since "think" mythweb conflicting vnc session. also, machine not shutdown. read might caused lirdc (something infrared). anyway, removed mythbuntu best can. installed kaffeine work simple recordings. far content program still having issues. example, able record programs large. 15 minute program takes 1.2gb. not bad unable st

Doing a search is a mess as the default changes the page view…?

Image
  f/change in indesign has mode in machine jumps time founded work, not maintaining page view.   it big problem words out of sight (see screenshot); disorder.   if necessary see effect of change in whole page impossible f/change focuses on spot.   it possible alter behaviour? i don't know if help, might try having second window open doc @ full page view. More discussions in InDesign adobe

Thread: Messed up the fstab file in Ubuntu 12.04

Image
i changed 1 of partition ntfs, started getting error "press s skip or m manual recovery". tried ntfs-3g application , pysdm of no help. messed fstab file manually. dont know changes made. , cant boot in normal mode.it says can't mount.and when try fix grub error through recovery mode/it prompts plymouth not found or this. booted via live cd, downloaded bootinfoscript result. attaching it. code: boot info script 0.61 [1 april 2012] ============================= boot info summary: =============================== => grub2 (v1.99) installed in mbr of /dev/sda , looks @ sector 1 of same hard drive core.img. core.img @ location , looks (,msdos6)/boot/grub on drive. => syslinux mbr (4.04 , higher) installed in mbr of /dev/sdb. sda1: __________________________________________________________________________ file system: ntfs boot sector type: windows vista/7: ntfs boot sector info: no