Posts

Showing posts from January, 2012

Update 3.6.4 to 3.6.5 Fails in Every Way - Joomla! Forum - community, help and support

i cannot update 3.6.4 3.6.5. live update returns error: download of update package failed. upload & update returns error: archive file corrupt, truncated or archive parts missing. i downloading , choosing package manual method: https://downloads.joomla.org/cms/joomla ... format=zip joomla administrator reports: upload_max_filesize = 50m post_max_size = 50m upload_tmp_dir /var/www/html/tmp /var/www/html/tmp writeable. i can’t think of else try. ideas? solved. system information can lie! tab: code: select all system > system information > folder permissions can report folder writeable when not. in our case, /var/www/html/tmp (temp folder) reported writeable, though permissions 644. change 755 did trick. remember that, because admin control panel reports folder writeable not mean is. Board index Joomla! 3.x - Ask Support Questions Here Administration Joomla! 3.x

Thread: Bad Times. Trouble shooting flash tips? Searched and tried & nothing worked

some not youtube video's black , no sound or video. other video's play sound , no/ or choppy video. other video's play perfect. have tryed removing , purging data using. sudo apt-get remove -y --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper sudo rm -f /usr/lib/mozilla/plugins/*flash* sudo rm -f ~/.mozilla/plugins/*flash* sudo rm -f /usr/lib/firefox/plugins/*flash* sudo rm -f /usr/lib/firefox-addons/plugins/*flash* sudo rm -rfd /usr/lib/nspluginwrapper , reinstalled flash deb. tried removing , reinstalling. there way trouble shoot, maybe page has many formats on can tell failing on. have tried flashaid? https://addons.mozilla.org/en-us/fir...id/?src=search place ff answers http://ubuntuforums.org/showthread.php?t=1193567 Forum The Ubuntu Forum Community Ubuntu Officia

Adobe was performing poorly for the last few months and today really bad

tends freeze....so removed old program   now unable install new program   along way think paid upgraded version has never been great....reported adobe never received credit or , directions help----hope can me install now what operating system?   what program , upgraded version talking about?   what mean "unable install"? More discussions in Acrobat Reader adobe

Error Downloading free trial Elements 11

i spent several hours downloading free trial photoshop elements 11 on older laptop error 101 " extracting product installer" check disk space. how disk space required? i have 19.6gb available. 32 bit system 2 gb of ram this indicates download has been corrupted.  can try initiating direct download http://prodesigntools.com/photoshop-elements-11-direct-download-links-pse-premiere-pre.htm l .  please make sure complete imporant instructions section prior scrolling down page , clicking on download links. More discussions in Trial Download & Install (Read-Only) adobe

Thread: Issue with Guayadeque player

Image
any guayadeque user here? in 11.10, download album cover , download lyrics features not working...anyone elase faced problem?? posted sarin_cv any guayadeque user here? in 11.10, download album cover , download lyrics features not working...anyone elase faced problem?? update latest version. http://guayadeque.org/forums/index.p...ing#installppa Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Issue with Guayadeque player Ubuntu

Changing a user password programmatically - Joomla! Forum - community, help and support

this changes password in database: code: select all   $query="update jos_users set password='".md5('$pass')."' username='".$user."' ";   $db->setquery( $query );   $db->query(); .. user cannot log in. this: code: select all   $userobj = jfactory::getuser($this->getidbyusername($user));   $password = array('password' => $pass, 'password2' => $pass);   $userobj->bind($password));   $userobj->save(); gives me server 500 error. anyone know how achieve this? the site runs joomla 1.5.26 ok, here's how it: code: select all   $userobj = jfactory::getuser($userid);   $password = array('password' => $pass, 'password2' => $pass);   $userobj->bind($password));   $userobj->save(); find $userid of user account want access , user object getuser. bind $userobj password array defined above. save $userobj. simpler donald trump! Board index Joomla! O

"Joomla! Update available" emails - Joomla! Forum - community, help and support

hello all! recently updated joomla version 3.6.2 3.6.4. since i've been receiving emails informing joomla! version available installation: 3.6.3 (!). does know, why , how can stop website informing me version 3.6.3, have version 3.6.4 installed? thank in advance help! kind regards, gerald (a) version number in status bar of back-end (e.g., 3.6.4 displayed bottom right corner of admin screen)? (b) temporarily disable plugin "system - joomla! update notification". (c) after upgrading joomla! 3.6.4, did clear browser cache , cache in back-end? Board index Joomla! 3.x - Ask Support Questions Here Migrating and Upgrading to Joomla! 3.x

Thread: run Xmodmap before log in screen (LightDM)

for reasons irrelevant post need change keyboard keys around before logging in have custom .xmodmap file in home folder , works fine kicks in after have left log in screen , started n gnome question possible make .xmodmap file run before lihtdm loads ready when need put in password or alternatively there else need o change me keys in login manager? hi open terminal , type code: sudo nano /etc/rc.local enter password. not echoped screen. add line code: /usr/bin/xmodmap /path/to/your/.xmodmap before exit 0; command. add switches want. press ctrl + o save , ctrl + x exit. test rebooting. kind regards Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] run Xmodmap before log in screen (LightDM) Ubuntu

"Hot" Backup - Joomla! Forum - community, help and support

Image
hello everyone, mine pretty basic question, , apologize if has been asked or if it's not particularly smart, there safe way perform backup of website without putting offline? thanks in advance short answer: yes (unless contents of website changing every millisecond in case it's idea quarantine site before take snapshot—all "hot" backups involve element of risk); depends on meaning of word "safe". in event, read longer answer below. long answer: use akeeba backup Board index Joomla! 3.x - Ask Support Questions Here General Questions/New to Joomla! 3.x

Thread: Help with extracting time information from GPS

hi, purchased usb gps device looking extract time information gpsd , pass ntpd accurate system clock. i'm using ubuntu 10.04 lts. believe gps working because can run xgps , see satellites/time info/location/etc. can't quite figure out how ntpd pull information gpsd. i've modified /etc/ntp.conf to: code: server 127.127.28.0 minpoll 4 maxpoll 4 fudge 127.127.28.0 refid gps restrict 127.0.0.1 restrict 10.1.1.0 mask 255.255.255.0 nomodify notrap where 127.127.28.0 supposed ip access gps information. can ping ip successfully. when try access server using ntpq -p, says 'no association id's returned'. if stop ntpd , run 'ntpdate 127.127.28.0' says there no suitable synchronization servers found. ntpd works fine if point public time server. appreciated! friendly bump... i'm curious, too.... Forum Th

About the right way to delete a website

hi, i´m owner of 2 different websites, made muse, under same account, first 1 year paid website goes fine, , second 1 monthly paid website i´m not happy with, wanted finish second one. i´m wondering right way finish web site, , finish monthly payment. i´ve seen "delete site" button placed in general settings, don´t know if enough finish payment too, easy?, or should else? thanks¡¡¡ hi,   correct delete option discontinue billing on site moving forward.    so if no longer needing site click "delete" button have billing ended , site disabled.    kind regards, -sidney More discussions in Going Live (Users, Emails, Domains) adobe

problem when move from localhost to website - Joomla! Forum - community, help and support

Image
please when move local host website when move sql database export > import show problem: error sql query: create table `er0c5_assets` ( `id` int(10) unsigned not null comment 'primary key', `parent_id` int(11) not null default '0'comment ) mysql said: documentation #1064 - have error in sql syntax; check manual corresponds mysql server version right syntax use near ')' @ line 4 thx the problem on line 3 `parent_id` int(11) not null default '0'comment, have not added specified "comment" on line. sql statement should have appeared this! create table `er0c5_assets` ( `id` int(10) unsigned not null comment 'primary key', `parent_id` int(11) not null default '0' comment 'parent id' ) where 'parent id' specified comment hope work you Board index Joomla! 3.x - Ask Support Questions Here Migrating and Upgrading to Joomla! 3.x

How can I change the language of Photoshop from English to spanish

i have photoshop cs6 , need change language english spanish. please me!!! languages serial number specific. if bought in english, have go through this:   order adobe product platform swap or language swap   trials run in system language, creative cloud in 1 set in teh application manager.   mylenium More discussions in Trial Download & Install (Read-Only) adobe

Thread: How can I kill the desktop and then start it up again?

when used ubuntu, used disable gdm loading @ startup, , used /etc/init.d/gdm stop or start kill desktop or start again. how can same thing in xfce? mean "master process" used start or stop desktop? i believe proper usage is: code: sudo service gdm stop and in 11.10: code: sudo service lightdm stop Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [SOLVED] How can I kill the desktop and then start it up again? Ubuntu

Thread: NFS Not Working with Mac OS X

the client, running mac os x 10.7 not recognizing files , folders on nfs mount. mac os x says read system. here settings on server , client. settings client nfs mounts in disk utility. server settings: export folder: /jbondhus export folder owner: jon:80 (me , admin group) export folder permissions: -rwxrwxrwx export options: /jbondhus 10.0.1.101(rw,sync,no_subtree_check) client settings: remote nfs url nfs://10.0.1.100/jbondhus mount location /volumes/test advanced mount parameters none Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] NFS Not Working with Mac OS X Ubuntu

Need to prevent registered users from seeing certain content categories - Joomla! Forum - community, help and support

i'm using joomla 3.62 on shared hosting service. i'm using cjblog, lightweight blog creates blog posts directly joomla article system. i prevent registered users viewing (and posting) content categories, uncategorised , other categories. is there way prevent registered users viewing categories, should prevent users creating or editing articles in categories? thank suggestions. cjblog author said add feature cjblog. however, i'm still interested acl technique if can suggest method. Board index Joomla! 3.x - Ask Support Questions Here Administration Joomla! 3.x Access Control List (ACL) in Joomla! 3.x

How can I crop again in photoshop?

this error message on macbookair. worked , of sudden not. have creative cloud , running latest mountain lion.   anyone know how can resolve this? have uninstalled , reinstalled. have 58.86gb of storage space.   message: could not build crop preview because of program error. reset preferences.  start ps , hold down cmd option shift keys.  if fast enough reset window. More discussions in Photoshop General Discussion adobe

Thread: filesystem

how can change removable disk permissions? mean should use /dev/sdb1,2,5 or /media/disk or other thing. , relation between /dev/sdb1,2,5 , /media/disk? actually, need give read only/write permissions attached usb mass storage device. help?????????????????? the stuff @ /dev actual device. in linux represented file, , includes devices hard drives, usb sticks, cd drives, ram, etc, etc. when system mounts storage, shows in /dev, actual filesystem on device show mounted somewhere else, such /, /home, or /media. /media default location removable storage insert. if want change permissions files on device, you'd change them in location it's mounted ie: /media/something. note not filesystems support linux permissions. many removable devices formatted fat32, old microsoft filesystem. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to

Thread: login not working correctly

Image
sometimes ubuntu says password wrong when know not. gives me delay have wait though know if there delay not going work. login again , type in same password , works sometimes, how fix this? how rid of message saying num lock on. 1 of worst design decisions have ever seen because designed thing telling caps lock on, relevant passwords. of course num lock on, why trying make me think caps lock on? how change this? lot posted waaaat sometimes ubuntu says password wrong when know not. gives me delay have wait though know if there delay not going work. login again , type in same password , works sometimes, how fix this? how rid of message saying num lock on. 1 of worst design decisions have ever seen because designed thing telling caps lock on, relevant passwords. of course num lock on, why trying make me think caps lock on? how change this? lot

Joomla! Forum - community, help and support - Login

the board requires registered , logged in view forum. username: password: i forgot password resend activation email remember me hide online status session   register in order login must registered. registering takes few moments gives increased capabilities. board administrator may grant additional permissions registered users. before register please ensure familiar our terms of use , related policies. please ensure read forum rules navigate around board. terms of use | privacy policy register Board index

Joomla! Forum - community, help and support - Login

the board requires registered , logged in view forum. username: password: i forgot password resend activation email remember me hide online status session   register in order login must registered. registering takes few moments gives increased capabilities. board administrator may grant additional permissions registered users. before register please ensure familiar our terms of use , related policies. please ensure read forum rules navigate around board. terms of use | privacy policy register Board index

Article Save Timing Out - Joomla! Forum - community, help and support

i have 2 installations on same server both 3.5.1. both have identical extensions. date. started occurring after upgrading 3.4 3.5. 1 installation not problem. 1 timing out while saving. doesn't appear problem saving can x out browser download , close article , , saved.. appears in return browser after saving. happens 80% of time after condition below. it never happens under condition. 1. first save no featured categorized no picture in article,not published. have tested every c this same installation installed on later/different mysql version php 7 , has same save problem. any thoughts? this got cut off. i have tested every combination of save options routinely use , doesn't appear be 1 database field. i have turned off smart search repaired database both in joomla , mysql. Board index Joomla! 3.x - Ask Support Questions Here Administration Joomla! 3.x

Email Subscription web form captcha for non-business catalyst website

i'm trying add bc email subscription web form, non-business catalyst website. the form works fine, need use captcha stop spam.   as captcha module built  work business catalyst, doesn't render off bc website (ie. on host).   any ideas how can this?   thanks in advanced. it depends on host, knowledge , have access too. nothing can bc side @ all. have use catpcha code if php , implement form yourself. More discussions in Business Catalyst adobe

PMS colours and how to locate them

Image
good evening illustrators.   i have question regarding pms colours confused.   on right hand side pms colour chart codes represent each colour when go illustrator colour books list of pantones coated , uncoated see apna , hks n , more. so question how know in matching system our colour found?my pms colour chart has code represent it. and example typing locate colours have marked in red rectangle box. type inot find,but nothing seems located. so id helped how go on finding appropriate pms colour.   thank you.   anpa or hks has nothing pantone.   actually in solid coated , solid uncoated series pantone colors same, printed on different stock (this of course doesn't apply process series). match printed result on screen need different color books.   which 1 choose depends on several criteria like: on kind of stock print, if need exact representation on screen or if need automatically convert spot process.   you mabe want dive deeper how color works. More discussions in Illustrator

Showing most result is HOMEPAGE :C - Joomla! Forum - community, help and support

Image
hello joomla community, good day . first time here in forum. i'm free lance developer real estate website offers rent/sale properties. i'm having problem on seo part of website. whenever searched related texts related inner pages on search engine, 1 showing result homepage. want ask if there coding practice or plugin me show right result or improve seo ? this website link: https://bahrain.weetas.com/ joomla version: 2.5 thanks , best regards hi there, welcome forum, many of best extensions don't have support old versions, maybe you have duplicated data in content. seems extension support j2.5: http://extensions.joomla.org/extensions ... ontend-seo also can use online service google search console identify, among other things, duplicate content. recommend avoid metadata in global settings , add them directly to each article or menu item. if can, update site last version: https://docs.joomla.org/portal:upgrading_versions cheers. Board index

Creative Suite CS2, Czech language

hello everybody. reinstalled powerpc macmini. when want activate creative suite cs2, says server unavailable. found downloads on official adobe page in english language. can if want cs2 in czech on mac? thank reply i had same problem reinstalling adobe creative suite 2, activation code no longer valid, , following instructions downloaded version on site cs2 adobe. problem in english language, when bought suite bought in italian , no longer valid , should settle in english? cd bought i'm doing now? thanks More discussions in Creative Suites Macintosh adobe

program closing down from first use

hi everybody i have started using pre 10 , have started following 'classroom in book' lessons. no problem loading lesson files per instructions, invariably before end of lesson 1 program closes down.  message says pre closing down , option search solution offered. no solution forthcoming. since using adobe lesson files can assume there must conflict in machine. i have carried out of suggestions given in other parts of forum. any ideas appreciated.   thanks chris h welcome forum.   i start faq entry: http://forums.adobe.com/thread/792580?tstart=0   one of common causes hang, or crash in pre obsolete video driver. pay special attention part.   even simple os update can render video driver obsolete, , pre, unlike other program on computer, needs interface closely video driver. not trust os, or utility tell if have latest video driver. go mfgr's. web site, , verify yourself. if there newer driver, download , install that, per instructions. reboot, , test.   good luck,   hunt

Divide Mutiple Images

Image
i downloaded photoshop elements eval edition.  i'm trying use divide multiple images feature, it's greyed out.  need do? hi,   are in expert mode in photoshop elements 11 editor?     More discussions in Photoshop Elements adobe

Is there a way to make an HTML or CSS Dreamweaver template (not a website template)?

this might confusing. i'm not looking way create website template layout/doctype template has html skeleton in place. reason i'm asking lot of email designs in dreamweaver , want template in place i've found these time-consuming website template tutorials don't serve needs.    what want able create dw's default doctype templates have initial <html><head></head><body></body></html> etc.... because can start adding in content , change html/css attributes (emails require lot of inline css) needed.   so far, i've been using html document i'd make template end saving on , have recreate it...which gets old real fast. why having initial template eliminate worry of saving on makeshift html template. insight or advice appreciated!     thanks help! you create 1 scratch, way like, highlight code , turn snippet.   from on, open new document, highlight code , click snippet put email template new page. More discussions in Dreamweave

just downloaded adobe XI trial and can not convert pdf to word, says trial is period over

just downloaded adobe xi trial , can not convert pdf word, says trial period over. can do for reason seems happen some. may have date issue on machine , acrobat noted it. way, adobe name of company, not product.   i have no idea how adobe sets , tracks trial information. may there else has caused issue , acrobat thinks have had trial on system , uninstalled it. far know, there nothing can do. might able check sales see if there work-around, users can nothing you.   sorry, hope can find way test product. might related version of windows did not state. More discussions in Creating PDFs adobe

3D Effect how to create this motion effect?

Image
hi, first post. on brad kremer video  hayaku: time lapse journey through japan, https://vimeo.com/12112529 @ :22, what technique effect use @ :22 (men in street, background moving not front subject)   is-it new 3d effect photoshop or afrter effect.   what name of type effect. could find tutorial on adobe.   thanks whatching , respond   pierre fontaine they cut out on seperate layers then grown / zoomed on different rate More discussions in Photoshop General Discussion adobe

Thread: GNOME 3, Alternate Tab extension customizing?

hello all! have installed gnome 3 , have question alternate tab: possible see windows current virtual desktop when press alt-tab? currently, see windows , makes inconvenience navigating them. hope interesting persons. have received answer 1 of gnome shell developers: the short answer: not currently. long answer: can show applications current workspace (similar native one, filtered), or can show windows from workspaces. combination not implemented yet. in addition that, alternate-tab known buggy @ the moment, , since original author disappeared i'm not sure will ever fixed. of hope core switcher made more configurable, it's that, hope. in case, keep following developments of gnome-shell and/or gnome-shell-extensions if want see feature, , possibly comment in open bugs. thanks, giovanni Forum The

MMC Midi Machine Control

it great if audition supported mmc, midi machine control on network, synch playback between other applications on other machines, , use vtr handle video playback on computer.   audition editing, don't think should bother music composition, handled many other programs, rather let synch playback them.   using vtr on network efficient, , great if audition work way too.   here's hoping... More discussions in Audition Feature Requests adobe

Simple Photo Album "previous" button issue

hello!  have created slide show using simple photo album template in flash.  works fine except when click "previous" button view previous slide.  when click it, movie skips 3 slides instead of one.  how can fix this?   thanks!   jessie copy , paste code executes when click button. More discussions in Adobe Animate CC - General adobe

Navigation bar floating, can't seem to position to top

could use second set of eyes. bought theme template , did adjustments in dw. life of me, cannot figure out why navigation bar - "top_bar" - floating. should positioned @ top of page. footer seems floating.   http://kaufmanphotography.com/kp-weddings/   not sure if css or php issue. can deal css, php little tougher on me. guidance ure appreciated. what browser seeing problem with? i'm seeing navigation bar @ top of page on firefox 19, ie 10, , chrome 24. More discussions in Dreamweaver support forum adobe

edge

olá sou novo no mundo  html 5 e javascript ,queria saber como eu coloco meu site centralizado em todos os navegadores,e queria saber se e possivel deixar o layout fluido if understand correctly, yes, fluid layouts in making sure html5 projects work in browsers , sizes long write code correctly.  adobe edge well, allowing use percentages positioning items on screen , building different screen sizes.   james More discussions in Edge Animate CC adobe

Thread: 10.04 Interface in 11.10?

is there way have old netbook gui in 10.04, in 11.10? wondering don't unity's look, 10.04 interface perfect needs. also, possible have 10.04 interface in 64-bit enviornment instead of x86? i figured out. have manually download , install netbook launcher efl. available in ubuntu repository 11.04, guess removed 11.10. regardless, possible manually install , use long have dependencies, of available in repository. here link interested. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments 10.04 Interface in 11.10? Ubuntu

Thread: Oneiric taskbar menus disappear on external monitor

after upgrading oneiric ocelot menus icons on taskbar not behaving same on laptops external monitor on primary screen. click (and release) icon taskbar on main screen, such battery or name or fancy sun/power button , menu presented. on external monitor, click (and release) cause menu flicker click (and hold) can drag down item select, release, , activated. i'd both monitors behave same (preferably click->release->select). suggestions? update: i've seen behavior happen on primary laptop screen too, rare , can't find pattern in it. i have same problem. annoying, since external monitor main monitor. did manage solve issue somehow? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] Oneiric taskbar menus disappear on external monitor Ubuntu

Triggering reCaptcha in a form

the question:  how trigger recaptcha mechanism, in standard form?   the setting:  recaptcha has been set precisely laid out on google's recaptcha pages, in case using formmail.pl script handle form.  formmail perl script performs flawlessly, email filled-in form data (to email, rather insert database).   however - though set according spec - missing trigger recaptcha mechanism.  form ‘submit,’ without accounting whether recaptcha fields filled in.  recaptcha not kick in, ‘wait minute, have not filled in test field.’   (the page current code @ http://concord-trustingtheprocess.org .  can see, spry forms validation mediates user entries individual form fields.  problem lies in triggering recaptcha part.  said, necessaries, recaptcha, in formmail perl script.)   an additional issue of course - in case of user’s failing make correct entry recaptcha - re-population of page, try.   is php, or javascript, required, finish off?  if so, can specified succinctly?  , if so, thanks.   current

Joomla! Forum - community, help and support - Login

the board requires registered , logged in view forum. username: password: i forgot password resend activation email remember me hide online status session   register in order login must registered. registering takes few moments gives increased capabilities. board administrator may grant additional permissions registered users. before register please ensure familiar our terms of use , related policies. please ensure read forum rules navigate around board. terms of use | privacy policy register Board index

Editing error.php default image instead of creating custom 404 page - Joomla! Forum - community, help and support

dear joomla developers , community, i wondering if please me understand how can force error.php file (404 page) display image of choosing (404.jpg) instead of logo image (logo.png)? easier/better creating custom 404 page, since default 404 page quite good, needs display different image. let's have own 404 page image located @ /images/404.jpg. what need error.php code below display image instead of logo? code: select all defined( '_jexec' ) or die( 'restricted access' ); $app                      = jfactory::getapplication(); $yjsg_params                = $app->gettemplate(true)->params; $template                   = $this->template; $check_style_param             = $yjsg_params->get("yjsg_get_styles"); if(isset($check_style_param)){    $get_style_value         = explode('|',$yjsg_params->get("yjsg_get_styles"));    $yjsg_get_styles         = $get_style_value[0];       $default_link_color         = $get_style_value[1];    $s

Thread: clementine doesnt follow lubuntu theme

Image
clementine music player of choice doesnt follow lubuntu theme , looks windows 95. there way fix this? searched , didnt find that's odd, installed clementine see, , see below, follows theme. put link post in the 1 stop lubuntu thread way other lubuntu users see , maybe try also. how-to's, information , screen-casts on lubuntu go the lubuntu 1 stop thread - http://ubuntuforums.org/showthread.php?t=1844755 rodney attached images desktop 1_028.jpg (87.5 kb, 15 views) Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [lubuntu] clementine doesnt follow lubuntu theme Ubuntu

Thread: Sound stopped working from laptop speakers

so, have no idea happened because couple of days ago worked fine. sound laptop speakers not working @ all, sound headphones jacks still works fine. did have problem spotify (run in wine) crashed couple of times, somehow don't see connection. problem might have been update, because did run updates @ time. have ubuntu 11.04 (i run in classic environment). use dell studio xps 1640 , have integrated hda intel soundcard. when add (in terminal): sudo gedit /etc/modprobe.d/alsa-base.conf , i have line: options snd-hda-intel model=dell-m6 added in end of document, , had long time. try "save" document again (to see reaction) , following error message in terminal: (gedit:216 **: gtk-warning **: attempting store changes `/root/.local/share/recently-used.xbel', failed: failed create file "/root/.local/share/recently-d.xbel.8wxj4v": no such file or directory anyone got clue for?

Thread: Ubuntu - Terminal is running after restart but is 'hidden'

Image
i place script in rc2 directory: #!/bin/sh -e echo 123>>/home/qa/1.txt gnome-terminal -e /home/[user]/desktop/tester.pl if run manually works great (a new terminal opened , running script , terminal stays open). when perform restart (power reset), file "1.txt" created terminal not "stays open" , not see it..... shell run perl script on terminal , stay open after restart?! after 2 days realy desperate lot. can advice? lot… matan you don't place normal shell scripts in /etc/rc2.d directory, sym links sys-v init scripts located in /etc/init.d. if want gui application run on startup run gnome-session-properties , add that. normal non-gui applications can added /etc/rc.local Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Ubuntu - Terminal is running

Thread: Hard drive full

Image
hello excuse noob-yness. have been having hard time ubuntu recently. difficult log-in , when log-in, notice there "24mb" or of space left. ran gparted , shows more 1gb. haven't downloaded bunch of music or that...most of files on different partition. impossible watch more 3 secs of youtube video etc. hope makes sense , can me figure out wrong (like if there bunch of files came somewhere or whatever) posted mblack3nd hello excuse noob-yness. have been having hard time ubuntu recently. difficult log-in , when log-in, notice there "24mb" or of space left. ran gparted , shows more 1gb. haven't downloaded bunch of music or that...most of files on different partition. impossible watch more 3 secs of youtube video etc. hope makes sense , can me figure out wrong (like if there bunch of files came somewhere or whatever)

Thread: JungleDisk Workgroup

i installed ubuntu 11.10. use jungledisk workgroup our cloud sync service. when install on ubuntu, can't see monitor on panel. tried follow suggestions whitelist program, adding 'all' or 'junglediskdesktop' doesn't work, since workgroup edition. tried 'jungledisk', 'junglediskworkgroup' , 'junglediskmonitor'. none worked. can please help. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help JungleDisk Workgroup Ubuntu

Thread: Recommended podcast receiver?

Image
i'm looking podcast receiver ubuntu. able subscribe podcast via rss, , have podcast receiver automatically download new episodes whenever become available. hoping banshee this, although subscribes podcasts, there doesn't seem way download new episodes without manual intervention. suggestions? thanks nm posted nautiusmaximus i'm looking podcast receiver ubuntu. able subscribe podcast via rss, , have podcast receiver automatically download new episodes whenever become available. hoping banshee this, although subscribes podcasts, there doesn't seem way download new episodes without manual intervention. suggestions? thanks nm try gpodder..its not wanted after trying few other podcast clients.. best deal. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support

CS5.5 - Frame changes after rendering

hi. i'm new here , have problem. i started sequence videos(.mp4) filmed using gopro. 1920x1080 , 24fps i created "new sequence clip". when drag video timeline, render bar yellow , video frame perfect after render entire work area, render bar turns green frame becomes smaller , image quality worst. why happening , fix this? thanks help what video previews settings sequence?   (go sequence>sequence settings...) More discussions in Premiere Pro CC adobe

I have 3 images, two are longer than the other, need centering

Image
hi, have 3 images, 2 on left hand side longer 1 in middle. want 1 in middle positioned between other 2 in middle. @ moment (im working modifiyed code) images aligned adjust each other horitontally, not veritcally.   i have attached code   <div id="main-wrapper">   <div class="5grid-layout">                    <div id="main-wrapper" class="subpage">            <div class="5grid-layout">                      <div class="row">                                <div class="3u">   <!--<h2>left</h2>--> <section> <div align="center"> <img src="css/images/awardupleft.png" width="166" height="498"> </div> </section> </div> <div class="6u mobileui-main-content">   <!-- content -->     <article class="first"> <!--<h2>center</h2>-->   <div align=

J2.5.28 upgrade J 3.6.2 NO Joomla! Update component - Joomla! Forum - community, help and support

upgraded j 2.5.18 j 2.5.28 - expect components/joomla! update it's not there. tried manually installing upgrade package joomla_3.6.2-stable-update_package.zip but got error - no setup xml file found can't upgrade site. the site uses k2 component - maybe that's issue? is there upgrade package j 2.5.x j 3.0 ?? thanks, kathy found joomla_3.3.6-stable-update_package.zip and installed on j 2.5.28 site , worked. but component/joomla! update still not available in components. next i'll jump 3.6.2 , hope joomla! update there in components.... Board index Joomla! 3.x - Ask Support Questions Here Installation Joomla! 3.x

Thread: Lost files - where to find them?

hello, have tried playing around enlightenment, , wondering why drives available in unity weren't on desktop. found them under 'root' , dragged , dropped them onto desktop. seemed start copying entire contents of drives desktop, failed when got 'lost , found'. cancelled processed, have discovered seem have lost things drives. enlightenment doesn't seem have trash bin of kind, , don't know find things seem have lost. should start looking? (yes, know sounds stupid question, , think have done enormously dumb ... , value can give - thanks!) oli. update: have run nautilus terminal in enlightenment , looked in rubbish bin there, , lost items aren't in there. thanks, in advance, help. oli. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] Lost files - where to find

Thread: GTKmm: Porting to GTK3

im porting gtk2 codebase gtk3 gtkmm. tried compiling , reduced errors 35 22 , 11. don't know how fix section of code, appreciate on it. php code: app -> size_allocate (). connect ( sigc :: mem_fun (* this , & mainwindow :: on_size_allocate )); void mainwindow :: on_size_allocate ( gtk :: requisition *  req ) {      std :: cout  <<  "in on_size_request"  <<  std :: endl ;      int width ,  height ;      app -> get_size ( width ,  height );           gtk :: hpaned *  pane ;      refbuilder -> get_widget ( "hpaned1" ,  pane );      pane -> set_position ( width  -  200 ); }  may of help: http://developer.gnome.org/gtkmm/stable/deprecated.html errors: mainwindow.cc: in member function ‘gtk::window* mainwindow::init()’: mainwindow.cc:74:21: error: no matching function call ‘gtk::window::size_allocate()’ mainwindow.cc:74:21: note: candidate is: /usr/include/gtk

Thread: OpenVPN - Windowsntwork files

hi, new ubuntu , linux. have searched internet , found many many ways approach issue no luck. have simple task ahead of me... connect vpn server @ work access windows-folders. have vpn adress: vpn.mywork.com (port 53) have drives \\server1\work\projects j: , named projects installed smbfs installed open vpn , connected vpn.mywork.com port 53 with: sudo openvpn --configure client.opvn have certificates within folder question. how move on map drives? tried /etc/fstab added line: //vpn.mywork.com/server1/projects /media/work-projects smbfs username=myusername,password=mypassword, default 0 0 of course created /media/work-projects fodler then mount -a cant work... needed. thanx in advance Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] OpenVPN - Windowsntwork files Ubuntu

Problem ned sprogvalg i back-end - Joomla! Forum - community, help and support

jeg har pt et problem med sprogindstillinger back-end. selv om da-dk er markeret som default er ”en-gb” aktiv. ved @ aktivere ”shift language” til da-dk skifter sprogindstillingen korrekt til dansk. men ved fornyet log-in er en-gb igen aktiv. er der nogen der har et bud på en løsning? j v. 3.6.2, da-dk v. 3.6.0.1, en-gb v. 3.6.2, php v. 7 kan det tænkes @ du kun har front sprog med dansk som standard? prøv @ tjek under extensions->language og skift fra websted til administrator 13-08-2016_dadk_sprog.png hvis både websted og admin har dansk som standard, så tjek om brugeren brugerprofilen skulle have sat engelsk som standardsprog under grundindstillinger. Board index Joomla! International Language Support International Zone Danish Forum Joomla! 3.x (Anbefalet til nye installationer. Nyeste funktionalitet) Administration - Generel brug