| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 1540 online users. » 1 Member(s) | 1536 Guest(s) Baidu, Bing, Google, QThomasprieree
|
|
|
| [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]
|
|
|
| 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
|
|
|
| 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
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>
|
|
|
| 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?
|
|
|
| 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
|
|
|
|