Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 1078 online users. » 0 Member(s) | 1075 Guest(s) Applebot, Bing, Google
|
Latest Threads |
Set Home Folder
Forum: Installing Linux Lite
Last Post: LanceCorporal
Yesterday, 03:24 PM
» Replies: 2
» Views: 119
|
Updates Error Log - no re...
Forum: Updates
Last Post: Valtam
Yesterday, 04:57 AM
» Replies: 3
» Views: 173
|
NEW Wiki replaces Help Ma...
Forum: On Topic
Last Post: Valtam
08-19-2025, 11:12 AM
» Replies: 0
» Views: 78
|
New Website Design
Forum: On Topic
Last Post: Valtam
08-19-2025, 11:01 AM
» Replies: 11
» Views: 1,041
|
Install Error Log - No Pu...
Forum: Updates
Last Post: Valtam
08-14-2025, 11:18 AM
» Replies: 2
» Views: 430
|
Help me, please! - CDROM ...
Forum: Updates
Last Post: stevef
08-10-2025, 01:44 PM
» Replies: 26
» Views: 4,309
|
Linux Lite 7.6 RC1 Releas...
Forum: Release Announcements
Last Post: Valtam
08-09-2025, 11:05 AM
» Replies: 5
» Views: 1,852
|
Intel HD Graphics Not Wor...
Forum: Installing Linux Lite
Last Post: Abhi_245
08-08-2025, 06:44 PM
» Replies: 10
» Views: 1,413
|
installing 5.8 Lunix lite...
Forum: Installing Software
Last Post: Ren
08-01-2025, 03:34 PM
» Replies: 0
» Views: 339
|
VERY ODD install Issue
Forum: Installing Linux Lite
Last Post: Azoic
08-01-2025, 05:34 AM
» Replies: 0
» Views: 376
|
|
|
Cannot open MP3 files |
Posted by: fleurweasley - 08-24-2014, 04:24 PM - Forum: Other
- Replies (3)
|
 |
Hello,
Thank you for your patience, I am new to the Linux community.
Banshee
I am unable to get either Banshee or Rhythmbox to open MP3 files. I spent all yesterday trying to figure out what wasn't working. Several forums suggested that I needed to install the gstreamer plugins good, bad, and ugly. I did that (perhaps unsuccesfully? I can't be 100% sure I did that right).
I ran 'sudo apt-get build-dep banshee' from the terminal, which also should have gotten the necessary dependencies, I think (by "ran" I mean that I put that into the terminal and pushed enter, and I got some sort of message leading me to think that the operation I was undertaking had gone through correctly. Again, it's entirely possible I am ignoring a required step here).
So having gone through the suggestions found on the forums of the software, I turn to the LL crowd. Is it possible that neither of these softwares works on Linux lite? Or that Linux Lite has a specific requirement which I am unaware of?
I am running Linux lite 32 bit, xfce environment, on an Acer Eee PC netbook. I have already searched and installed system updates.
I would very much appreciate any help. I'm trying to be independent about finding my own solutions, but as I mentioned, I've been on this stupid problem for two days and am feeling stuck and frustrated.
Thanks in advance.
|
|
|
Browser problems |
Posted by: jIMIj - 08-24-2014, 03:49 PM - Forum: Other
- Replies (4)
|
 |
I installed LL on a very old computer yesterday & all seems to be working fine except for browser problems. Let me 1st say I did the install using Plop to force a usb boot for install. Firefox works fine but there is no flash. I have tried youtube, speedtest & sites with flash games (main use of this computer) & no flash. I tried to install Chrome & get errors. I then installed Chromium & says install was fine but will not open when clicked.
Note: I did try to install chrome before I read to do update 1st (my 1st time using Linux) because Fox had no flash. Seems like a great OS if I can get this worked out so any help is really appreciated. Thanks in advance.
|
|
|
when comp goes to sleep vlc crashes pc |
Posted by: elliott - 08-23-2014, 11:54 PM - Forum: On Topic
- No Replies
|
 |
hey i did not always have this issue, but after a hour+ i like my pc to go to sleep mode i'm out of work and low on money so want the bills low.
anyway, everything works fine until i try to play anything in vlc. i can only hear what is playing and the computer freezes. this is a new issue and i'm not sure why it started now, but does anyone have an idea or anything i can try to fix it? it kind of makes the sleep mode pointless if i need to shutdown when waking it every time..
thanks
|
|
|
Adding keyboard shortcuts for Thunar custom actions |
Posted by: anon222 - 08-23-2014, 11:28 AM - Forum: Tutorials
- No Replies
|
 |
1. First open the Thunar file manager, select a folder or a file and try to use a keyboard key combination.
This way you will make sure it doesn't conflict with any other keyboard shortcut.
2. Open this folder ~/.config/Thunar
There you'll see two files
accels.scm
uca.xml
3. Make a backup of these two files, Right-click > Create backup copy
4. Open both files with Leafpad and move the windows so you can see both file contents.
5. In the file uca.xml you will find all the info (name and unique-id).
In this file you will se this
<action>
<icon>utilities-terminal</icon>
<name>Open Terminal Here</name>
<unique-id>1399556281403860-1</unique-id>
<command>x-terminal-emulator -t "Command Line"</command>
<description>Open Terminal Here</description>
<patterns>*</patterns>
<startup-notify/>
<directories/>
</action>
Find the Thunar custom action name For example Open Terminal Here.
Look for unique-id in this example 1399556281403860-1, but you might have a different value.
6. In the file accels.scm search for that id
You will find the id in this line:
Code: ; (gtk_accel_path "<Actions>/ThunarActions/uca-action-1399556281403860-1" "")
uca means it's a custom action.
Change it to something like this:
Code: (gtk_accel_path "<Actions>/ThunarActions/uca-action-1399556281403860-1" "<Alt>t")
Note that you have to uncoment ';'
More usefull info:
<Primary> is Ctrl
<Alt>
<Shift>
F keys F1, F2...
7. Save the file and log out and back in.
Another example:
|
|
|
A simple way to move files |
Posted by: anon222 - 08-23-2014, 01:27 AM - Forum: Tutorials
- Replies (3)
|
 |
1. Open the Thunar file manager
2. Click on Edit and then on Configure custom actions
3. Add A new custom action by clicking on a '+' button
4. Enter this in the text boxes:
Name: Move files
Description: Move files.
Command:
Code: mv %F `zenity --file-selection --directory`
Icon: You can skip this or choose the icon of your choice.
5. Click on Appearance Conditions tab
6. In the File pattern enter:
7. Check all the boxes and confirm by clicking on OK.
To use this to move the files from the Desktop you will have to log out and back in.
Now you can right-click on any file and move it to another location.
You can select multiple files if you hold Ctrl.
|
|
|
Losing menu items |
Posted by: Orioa - 08-22-2014, 05:39 PM - Forum: On Topic
- Replies (2)
|
 |
Ive been using linux lite for about six months maybe more i did fresh install of linux lite 2.0..im having issues with losing items in menu..the only thing i changed was making the menu apllications come up with right click only any help would be greatley appreciated..btw sorry if this is a repost did search but found no results.
thank you
|
|
|
Beware when re-installing Linux in dual boot system! |
Posted by: frank4360 - 08-22-2014, 06:10 AM - Forum: Installing Linux Lite
- Replies (3)
|
 |
Just a warning - I am not sure if this is the right place.
I tried to dual boot LinuxLite with Windows 8.1, but had problems with the Grub loader.
I re-installed version 2 of LL, and the installer realised I had another LL already loaded, and asked if I wanted to
1. install using the entire disk (no, as I had W8 already installed),
2. install alongside the earlier version (no, as I wanted to replace the LL version)
3. install over the earlier LL (yes, I mistakenly thought)
or 4. something else (which would have given me control over disk usage).
I chose 3, and the install took the entire disk, wiping out W8 (not a great problem for me, as I have other computers), but could be a problem for others.
So, a word of warning - be very careful when upgrading dual boot systems!
This will be a general problem for all Ubuntu derived systems, I assume, not just LinuxLite.
I
|
|
|
Will Linux Lite work with university software? |
Posted by: Floydcat2 - 08-22-2014, 03:10 AM - Forum: Other
- Replies (7)
|
 |
Hello All,
I may go back to school to get another degree. My laptop is about 6 years old (a Lenovo R61) and I am wondering if anyone has used Linux Lite with university programs. Most places will either require a Mac or a Windows based laptop, and they usually utilize some kind of software such as Blackboard. Has anyone gone back to school with Linux Lite? I don't want to buy another laptop if I can help it, but I don't want to start a semester with "the wrong stuff" as that will put me behind in my studies.
Thanks!
|
|
|
How to hide files and directories |
Posted by: anon222 - 08-21-2014, 09:51 PM - Forum: Tutorials
- No Replies
|
 |
There are two ways to do this:
One is to rename your file or folder and add a dot as the first character in the file/folder new name.
Example:
file -- .file
folder -- .folder
You can do it by right-clicking on the file/folder and then on Rename. I mostly use the F2 key to rename files and folders.
If you want to use the command line:
Code: mv file-name .file-name
Code: mv folder-name .folder-name
The other way is better because you don't have to rename a file or a folder.
All you need to do is to create a file .hidden in that folder where you want to hide your files or folders and type in the file or folder name you want to hide.
Here is an example:
You want to hide these folders Documents, Pictures, Videos, and this file bootfloppy.img. All of these are in the /home/user/
1. Open a file manager, go to /home/user/ and show all hidden files. Click on View and when menu pops out on Show Hidden Files. Instead of this you can use a keyboard shortcut Ctrl+H to show/hide hidden files.
2. Right click on an empty space inside a folder and when the floating menu appears go to Create Document > Empty File.
3. Name the new file .hidden and open it. Double click on it or open that file with Leafpad.
4. In the file .hidden you will save file/folder names you want to hide. In this case the folders and a file.
Here is the .hidden file content:
Code: Documents
Pictures
Videos
bootfloppy.img
As you can see, one file/folder per line.
5. Save it and hide all the hidden files and folders (Ctrl+H).
6. Now all you have to do is to "Refresh" the view. You can do this by clicking on Trash or Desktop and then just go back to the folder, or just close and open the file manager again.
|
|
|
|