Support Requests - CLICK TO READ BEFORE POSTING



Posted by: robinc
01-08-2019, 08:33 AM
Forum: On Topic
- Replies (2)

One of the big pluses with LL is the ability to install older kernel versions easily.

However, what I would like to know please is whether these are patched with updates as and when they occur?

Using uname -a suggests that they are frozen in time as the dates are old.



Posted by: robinc
01-08-2019, 07:13 AM
Forum: Tutorials
- No Replies

The introduction of fading scrollbars with GTK3 drove me up the wall esp. in synaptic and similar where the horizontal scroll bar could fade in and cover the bottom entry.

Simple answer is to add

Code:
GTK_OVERLAY_SCROLLING=0

to your /etc/environment file - job done.

This is on my system running LL3 series. I don't know if it's the same on 4.x with Ubuntu 18.04



Posted by: mdiemer
01-08-2019, 01:01 AM
Forum: On Topic
- Replies (10)

Falkon is my favorite browser, but I'm having issues with it getting. Keeps freezing up on me. Any thoughts?



Posted by: timbuck2
01-07-2019, 03:27 AM
Forum: Desktop Customization
- Replies (2)

I have my panel plugins and indicators set up, but one issue remains.  The color of the indicator-keyboard plugin is grey instead of white and I don't know how to change it.

Here is a pic:
[Image: Keyboard-Indicator.png]

As you can see, everything is white, the keyboard layout indicator is grey.

I did a dpkg -L indicator-keyboard and only saw a /usr/share/upstart/sesssions/indicator-keyboard.conf file but nothing in it had a color setting.

Any suggestions to get the indicator to display in a white color?



Posted by: Carrie Gabehart
01-06-2019, 05:41 PM
Forum: Installing Linux Lite
- Replies (5)

I was trying to install on an Acer Aspire 5000    Mod:5002WLMi  laptop that has previously had Xubuntu, Ubuntu and Antix installed, all x64 versions.

It is an AMD Turion 64ML-30 processor, SIS chipset.
I will post a dmesg and lsdev link shortly, as I have to reinstall Antix to do that.
Here is the run down.
At post with DVD in I get Spectre v2 : Spectre mitigation: LFENCE not serializing, switch to generic retpoline
[0.061947]  ACPI Exception: Could not find/resolve named package element:2007 (20170031/dspkginit-381)
[0.061990]  ACPI Exception: Could not find/resolve named package element:2007 (20170031/dspkginit-381)

then continues to boot, I get all the way to "Who are you screen" and it hangs. It freezes and most of the time I can't
move the mouse, type or anything, it just freezes. On one attempt it did let me move it let me type, but what I typed is not
what was appearing, numbers were showing up where I was typing letters, sort of all scrambled up.
That is as far as it goes, just stays there frozen with the DVD thrashing away like it is still installing something, just keeps doing
that forever.
Ok here is the dmesg link;    https://pastebin.com/Lun8USax
and the lshal      https://pastebin.com/9vrkAvtQ
Any suggestiongs?



Posted by: kurogami555
01-06-2019, 03:37 PM
Forum: Network
- Replies (2)

Hi, i am coming from windows 7 to linux first time so if i ask any stupid question please forgive me. So, my question is when i as using Win7 i used DU Meter to track my internet speed in realtime without the need of opening any other application as it is always visible on the taskbar so i as wondering if there is any same solution for Linux Lite that can add Internet Speed on the panel ?



Posted by: timbuck2
01-06-2019, 02:44 AM
Forum: Network
- Replies (6)

If I log out and log back in, my wifi connection won't reestablish a connection.  I have to shutdown and reboot.

I am using a usb wifi adpater to connect to my router but not sure if this is the issue or not.  Any suggestions how to fix this?  Thanks.



Posted by: CaperAsh
01-05-2019, 06:49 PM
Forum: Hard Drives and SSDs
- Replies (4)

Since installing latest LL version (with latest Ubuntu LTS), every time I plug in a USB to charge cell phone, Shotwell opens up. Have no idea how to control this.



Posted by: George S Rasmussen
01-05-2019, 04:15 AM
Forum: Installing Software
- Replies (2)

I installed the Mate' desktop environment on LL 4.2, but when I reboot I can't find where to select it to load instead of Xfce. Any help would be appreciated. Thanks!



Posted by: timbuck2
01-05-2019, 04:08 AM
Forum: Hard Drives and SSDs
- Replies (7)

For a couple of days my windows7 and windows10 drives have been going read-only and I have to reboot and check their filesystems.

They are auto-mounted via fstab:

Code:
# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point>  <type>  <options>      <dump>  <pass> # / was on /dev/sda1 during installation UUID=a2fbbae1-060e-4751-bec4-653e2c031c9f /  ext4    errors=remount-ro 0      1 UUID=CC36728936727474 /mnt/windows10 ntfs defaults 0 0 UUID=6460FFA960FF7FDA /mnt/windows7 ntfs defaults 0 0 /swapfile                                none            swap    sw              0      0 /dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0      0

What could be causing this issue?  It just started yesterday and happened today a couple of times after I restarted LL.  Are they not being unmounted properly?