Beta Testers wanted for Lite Series Upgrade - Click here to register interest


Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 7,720
» Latest member: QThomasprieree
» Forum threads: 9,425
» Forum posts: 62,179

Full Statistics

Online Users
There are currently 1540 online users.
» 1 Member(s) | 1536 Guest(s)
Baidu, Bing, Google, QThomasprieree

Latest Threads
Free sports bet
Forum: Off Topic
Last Post: QThomasprieree
1 minute ago
» Replies: 0
» Views: 1
after install Linux Lite ...
Forum: Installing Linux Lite
Last Post: val
7 hours ago
» Replies: 5
» Views: 95
Sem som quando reinicia
Forum: Other
Last Post: di0lh0
8 hours ago
» Replies: 2
» Views: 59
Problem updating lite 7.6...
Forum: Updates
Last Post: FilippoMo
Yesterday, 03:57 PM
» Replies: 4
» Views: 317
ASUS x206HA black screen ...
Forum: Installing Linux Lite
Last Post: Doceal
11-10-2025, 09:25 AM
» Replies: 6
» Views: 823
time synchronization
Forum: Other
Last Post: LL-user
11-09-2025, 12:18 AM
» Replies: 1
» Views: 173
Series to Series Upgrade ...
Forum: Linux Lite Software Development
Last Post: berrywhitetiger
11-07-2025, 05:43 AM
» Replies: 4
» Views: 4,163
Regarding the minimum sys...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 11:41 PM
» Replies: 3
» Views: 407
Can't test LinuxLite 7.6 ...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 05:51 AM
» Replies: 23
» Views: 7,207
My worries
Forum: Installing Linux Lite
Last Post: stevef
11-01-2025, 03:44 PM
» Replies: 1
» Views: 223

 
  Suggestion-Gui-Man page browser
Posted by: avj - 02-19-2015, 03:41 PM - Forum: Suggestions and Feedback - Replies (6)

I think a Gui based man page browser would help a lot of former windows users get used to using linux.
It seems to be hard to find a man page for a particular function if you don't know the name to look for.
A browser that lists bash commands and installed man pages would be very helpful. At least in my opinion.
Smile

Print this item

  photo organizer
Posted by: banko - 02-19-2015, 07:16 AM - Forum: Suggestions and Feedback - Replies (9)

In my opinion  Wink LL is lacking a photo organizer/manager such as gThumb,Shotwell or similar.
This could be part of the main menu or at least part of the "install additional software"

This would be useful for users migrating from windows. As most must have a shed load of digital images.

My preference is gThumb.

Keith

Print this item

  Firefox/Iceweasel addons/extensions
Posted by: ukbrian - 02-19-2015, 12:34 AM - Forum: Off Topic - No Replies

Might help some reading the comments
http://ask.slashdot.org/story/15/02/18/1...extensions

Print this item

  [SOLVED] Time/Date Setting ~ NTP
Posted by: Wirezfree - 02-18-2015, 11:05 PM - Forum: Other - Replies (10)

Hi,


Thought I would set up one of my PC's with Date/Time synced to NTP Server.
So my internet connection is fine, and I can ping the ntp servers listed: http://www.pool.ntp.org/zone/uk

I add one of the ntp servers, it says "Checking" and it lists it... I can ping it...
But when I come to close the page, it errors out... UFW Firewall is in-active.
Any ideas..??
Thanks.


[img height=449 width=800]http://i.imgur.com/wyKyMV4.png[/img]

Print this item

  Ubuntu LTS 14.04.2 Released .
Posted by: altman - 02-18-2015, 11:01 PM - Forum: On Topic - No Replies

Just made my d-u & saw this update .

Code:
lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 14.04.2 LTS
Release:    14.04
Codename:    trusty

Print this item

  Ikey porting Xfce to GTK3
Posted by: ukbrian - 02-18-2015, 05:00 PM - Forum: Off Topic - Replies (6)

I am an Xfce lover so this is very, very welcome news Ikey getting xfce ported to GTK3 even though he's got his own Budgie desktop and he's rewritting his base.
Love the man!!
[Image: 15884517-graduates-throwing-graduation-h...he-air.jpg]
https://plus.google.com/112089348047460560288

Print this item

  Whisker menu reads Desktop files from /etc/skel/.local/share/applications
Posted by: anon222 - 02-18-2015, 06:44 AM - Forum: On Topic - No Replies

      The /etc/skel directory contains files and directories that are automatically copied over to a new user's Home directory when such user is created by the useradd program.
A home directory, also called a login directory, is the directory on LL that serves as the repository for a user's personal files, directories and programs, including personal configuration files.
      Here is what happened:

  • I've opened two .desktop files, alacarte-made-8.desktop and alacarte-made-9.desktop, in /home/misko/.local/share/applications/ in order to change the default icons to the ones that a user submited in this thread
  • Changed the lines Icon=... to
Code:
Icon=/usr/share/pixmaps/enable.png

Code:
Icon=/usr/share/pixmaps/disable.png
  • Restarted the panel
Code:
dbus-send --print-reply --dest=org.xfce.Panel /org/xfce/Panel org.xfce.Panel.Terminate boolean:true
Nothing happened, and the icons should have changed.
I remember there was a couple threads where the users claimed they can't remove items from the whisker menu. This is related to that.
So something is wrong in the configuration, and that is this file /home/misko/.config/menus/xfce-applications.menu
Code:
grep "/etc/skel" $HOME/.config/menus/xfce-applications.menu
<AppDir>/etc/skel/.local/share/applications</AppDir>
            <AppDir>/etc/skel/.local/share/applications</AppDir>
        <AppDir>/etc/skel/.local/share/applications</AppDir>
        <AppDir>/etc/skel/.local/share/applications</AppDir>
        <AppDir>/etc/skel/.local/share/applications</AppDir>
    <AppDir>/etc/skell/.local/share/applications</AppDir>
        <AppDir>/etc/skel/.local/share/applications</AppDir>
        <AppDir>/etc/skel/.local/share/applications</AppDir>
        <AppDir>/etc/skel/.local/share/applications</AppDir>
I've changed /etc/skel to /home/misko restarted the panel and this fixed the problem.
Next command will change all occurances of /etc/skel to /home/user_name
Code:
sed -i 's!/etc/skel!'$HOME'!g' $HOME/.config/menus/xfce-applications.menu
Then all that should be done is to restart the panel.
Code:
dbus-send --print-reply --dest=org.xfce.Panel /org/xfce/Panel org.xfce.Panel.Terminate boolean:true
Now the configuration is pointing to home/misko/.local/share/applications
Code:
grep "/home" $HOME/.config/menus/xfce-applications.menu
        <AppDir>/home/misko/.local/share/applications</AppDir>
            <AppDir>/home/misko/.local/share/applications</AppDir>
            <AppDir>/home/misko/.local/share/applications</AppDir>
        <AppDir>/home/misko/.local/share/applications</AppDir>
        <AppDir>/home/misko/.local/share/applications</AppDir>
        <AppDir>/home/misko/.local/share/applications</AppDir>
    <AppDir>/home/miskol/.local/share/applications</AppDir>
        <AppDir>/home/misko/.local/share/applications</AppDir>
        <AppDir>/home/misko/.local/share/applications</AppDir>
        <AppDir>/home/misko/.local/share/applications</AppDir>
        <AppDir>/home/misko/.local/share/applications</AppDir>
        <AppDir>/home/misko/.local/share/applications</AppDir>

Print this item

  Staying On Topic in threads
Posted by: valtam - 02-17-2015, 11:16 PM - Forum: On Topic - Replies (11)

There are too many threads these days that are straying way off topic. As an example, if someone starts a thread asking for help on 'Printers' please resist the temptation to start talking about 'Volume Control' or your favorite cheese. This especially confuses new people to linux who are looking for brevity and good clear instructions.

In the future unrelated posts will simply be deleted without notice.

Thank you Smile

Print this item

  LL on CD?
Posted by: SpAiK - 02-17-2015, 04:50 PM - Forum: Installing Linux Lite - Replies (10)

Hi, I'm a Linux Lite 1.0.2 user that has it installed on an old Compaq Armada e500 laptop. It is great for an antique like that, but now that I want to upgrade it to the latest version I see that it only fits on usb drives. As being a lite Linux distribution I always thought it would be kept lightweight. The thing is my laptop can't boot from usb and although it's fixable using Plop, that unique usb port is broken. Now I've installed a pcmcia usb expansion card, but this would not boot from that nor would it from Plop. So my last chance is to boot from a cd. Is there a way to shrink it down?

Print this item

  Lazarus(borland Delphi) open source project
Posted by: ukbrian - 02-16-2015, 10:31 PM - Forum: Coding - Replies (2)

I want written a Whisker type menu with a few twists in lazarus so it will compile for Linux and Windows.

Once the basics are done I expect to be able to tweak it myself, I just can't do original code, I have done a bit in Visual Basic but my two pages of if's etc coding generally gets rewritten to a few short paragraphs by a real coder.

It will be a working prototype for Ikey Docherty as he wants to separate the menu from the panel, who knows he might continue developing it or rewrite it in java/javascript or in html5.

I just want to demonstate my ideas to him he's already put a few of my ideas into his panel.

The desktop is the main menu and it has'nt changed/evolved in any significant way since win95

This guy's into material design https://plus.google.com/113262712329378697012/posts

Print this item