Where is the Trash folder located in Ubuntu 16.04 LTS

The trash folder can be found at: /home/username/.local/share/Trash Replace username with your username. The trash folder can also be accessed using the Graphical User Interface by opening the File Manager. Once opened, press the key combination CTRL+H to view all hidden files and folders. Open the .local folder, then the share folder and then finally the Trash folder.

April 7, 2018 · 1 min · 58 words · icarnaghan

Wireless network problems with DELL Vostro running Ubuntu

Problem: Can’t connect to wireless network using Ubuntu together with Dell Vostro notebook or wireless light is not burning or any other wireless connectivity problems with the Dell Vostro running Ubuntu. Solution: The network service needs to be restarted once all the other services are started. Add the line to the file /etc/rc.local /etc/init.d/networking restart And reboot the PC and now it should work.

April 7, 2018 · 1 min · 64 words · icarnaghan

Accidently deleted top menu in Joomla! 1.5 and need to re-add it

What happens if you have accidently deleted the Top Menu or Any other Menu for your site and need to have it restored. STEP 1 In the Joomla! Administrator (www.yoursite.com/administrator), select Extensions->Module Manager now the Module Manager appears. STEP 2 Click on the NEW button to create a new Module for your site that you need to have in our case we are going to select the Menu Module called Menu and click on Next and then give it a name (Joomla! will ID this menu with the name)(Don’t use any spaces in this name and make sure that it is a unique name.) and set the parameters as you want it to appear. Important is that you specify the Menu Class Suffix to “-icon” (Under Parameters)(Remember that this may differ from template to template) for the top menu and that you select the correct Module Position for the Top Menu eg. top. otherwise the top menu won’t display correctly and then click on SAVEand publish the new menu in the Module Manager and it should now appear. ...

April 6, 2018 · 1 min · 178 words · icarnaghan

Adding a Menu Entry for a Single Article in Joomla! 1.0.x

STEP 1 In the Joomla! Administrator (www.yoursite.com/administrator), select Menu->Menu Manager or Click on the Icon Menu Manager. STEP 2 Click on the mainmenu radio button and then the Menu Items icon underneath the Menu Items title. STEP 3 Once in the Menu Manager click on the New button STEP 4 In the New Menu Item page click on Link - Content Item [Creates a link to a published Content Item in full view] and then click on Next ...

April 6, 2018 · 1 min · 192 words · icarnaghan

After update Thunderbird creates doublespaces when pressing enter on composing a new mail

To stop this behavior click on Tools - > Options -> Composition Under the General Tab deselect _**When using paragraph format, the enter key creates a new paragraph **_

April 6, 2018 · 1 min · 29 words · icarnaghan

An error has occured - Network FAILED - When installing Extension in Chrome

In order to resolve this problem you have to uninstall Chrome and re-install Google Chrome. NOTE: Please backup all your bookmarks etc before attempting to remove Google Chrome.

April 6, 2018 · 1 min · 28 words · icarnaghan

Can't delete mail in my Trash folder in Evolution mail, get error "Summary and Folder mismatch"

First create a backup of your mail using Evolution by clicking on File->Backup Settings “This step is vitally important to prevent data loss” By using your file browser browse to the following directory**/home/YOURUSERNAME/.evolution/mail/local** Once in the local folder delete all files with the following extensions. _**.index .cmeta .ev-summary **_Very important to not delete the files with the .data extension Restart Evolution Evolution will now attempt to re-create all indexes You should be able to delete the mails in the trash folder ...

April 6, 2018 · 1 min · 81 words · icarnaghan

Can't upload images using Joomla! 1.5* Media Manager * Warning: Failed to move file! * Error. Unable to upload file

If you try to upload images via the Joomla! 1.5.* Media Manager and it fails with the error message belowand need to solve it * Warning: Failed to move file! * Error. Unable to upload file. Solution Change the permissions of you’re images folder recursively to 755 or 777 (Not advisable) by using the following Linux Command: chmod -R images 755 images

April 6, 2018 · 1 min · 62 words · icarnaghan

Catchable fatal error: Object of class JVersion could not be converted to string in /components/com_acajoom/classes/class.jmail.php on line 1083 using Acajoom News 1.6.0 or later in Joomla! 1.5

If you are using Acajoom News 1.6.0 or later in Joomla! 1.5 and you are getting Error Message at STEP 4 Catchable fatal error: Object of class JVersion could not be converted to string in /components/com_acajoom/classes/class.jmail.php on line 1083 when trying to send a newsletter . To solve this problem, please follow the steps below. STEP 1 In the Acajoom configuration page under Tab: ‘Logs & Stats’ Locate Send out performance Turn it off, by selecting no next to Send out performance Re-try sending and it should work.

April 6, 2018 · 1 min · 88 words · icarnaghan

Creating a transparent background for an image using GIMP 2

STEP 1 Open GIMP and then open an Image in GIMP STEP 2 Next press CTRL+L together to open up the Layer Panel or click on DIALOGS->LAYERS to open the Layer Panel STEP 3 In the Layer Panel, right click on the Layer you want to make transparent, and select ADD ALPHA CHANNEL STEP 4 Then you need to select witch color you need to make transparent on your image. There are two methods how to access this function, Press CTRL+O together on the keyboard or click SELECT->BY COLOR, and then you select the color on the image with the pointer of the mouse that you need to make transparent. Click on it and it should make a selection. ...

April 6, 2018 · 1 min · 173 words · icarnaghan