Linux Lite 7.8 RC1 has been released - Click here


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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 7,881
» Latest member: WaAnMar
» Forum threads: 9,448
» Forum posts: 62,339

Full Statistics

Online Users
There are currently 1112 online users.
» 0 Member(s) | 1109 Guest(s)
Applebot, Bing, Google

Latest Threads
Hardware head-scratcher: ...
Forum: Off Topic
Last Post: trinidad
01-28-2026, 12:53 PM
» Replies: 1
» Views: 25
Annoying behaviour on wak...
Forum: Start up and Shutdown
Last Post: ShaunR
01-26-2026, 05:13 PM
» Replies: 2
» Views: 48
Cannot update my Linux Li...
Forum: Updates
Last Post: adara
01-24-2026, 05:08 PM
» Replies: 2
» Views: 114
Series 8 development News...
Forum: On Topic
Last Post: sqwuade
01-24-2026, 08:38 AM
» Replies: 1
» Views: 800
Is using Flashplayer risk...
Forum: Other
Last Post: stevef
01-24-2026, 07:21 AM
» Replies: 12
» Views: 14,768
Not Able to Install Googl...
Forum: Installing Software
Last Post: Orson_Yancey
01-18-2026, 08:38 PM
» Replies: 17
» Views: 1,166
Can't test LinuxLite 7.6 ...
Forum: Installing Linux Lite
Last Post: SharkyEXE
01-18-2026, 12:24 PM
» Replies: 24
» Views: 11,614
Can't test LinuxLite 7.6 ...
Forum: Installing Linux Lite
Last Post: SharkyEXE
01-18-2026, 08:10 AM
» Replies: 0
» Views: 79
Cant find up-to-date driv...
Forum: Video Cards
Last Post: justsumrandomcreture
01-13-2026, 02:18 AM
» Replies: 0
» Views: 138
update error - PPA (stace...
Forum: Updates
Last Post: stevef
01-12-2026, 11:19 AM
» Replies: 1
» Views: 170

 
  Software Disappears!
Posted by: jeanrouge - 02-09-2018, 11:04 AM - Forum: Installing Software - No Replies

Hi I followed the instructions to install Citrix on my Linux.  I think I did everything correctly (but probably not).
When I then search of Citrix nothing comes up in the search area.
As I am used to Microsoft and Apple I am almost certainly doing something wrong.
I am also trying to install Skype with the same result  :-[

Print this item

  Installing SharpDevelop on Linux Lite using WINE.
Posted by: Robo_Pi - 02-09-2018, 06:26 AM - Forum: Installing Software - Replies (1)

Hi, I'm not sure where this post belongs, but since it has to do with installing software using WINE I thought I'd post it here.

I've been running SharpDevelop on Windows computers. Recently I've converted over to Linux Lite OS which runs much faster on my notebook computers.

I've been able to install several Windows programs on the Linux system using WINE. What I have install thus far were Electronic Schematic and PCB board layout programs. Those Windows programs installed on Linux and run just like they did in Windows. So WINE is impressive. Now I can use all my old drawings and parts libraries on my Linux Notebooks.

I was hoping to do the same thing with SharpDevelop studio. I have programs I wrote in C# and I would like to be able to continue developing them on Linux using the same IDE studio.

I'm having problems getting it to run after installation.

What I've done:
1. Installed .NET 4.0 (using WINE)
2. Installed Visual C++ 2008 SPI (using WINE)
3. Installed SharpDevelop from a Sourceforge download.

As an additional note. I actually tried to Install SharpDevelop first but WINE required that I install the other two packages first. So WINE at least recognized that these packages are required. After installing the .NET 4.0 Framework and the Visual C++ 2008 SPI, WINE then completed the installation of SharpDevelop and left a desktop icon to launch it.

However, when I try to launch it I get the following error msg from Linux:

SHAR~5MM.EXE - Configuration Parser Error
Error Parsing C:\windows\Microsoft.NET\framework\v4.0.30319\config\machine.config
Parser returned error 0x80004001


After clicking OK to that error msg box SharpDevelop also gives me the following more detailed error message:

Quote:SharpDevelop Version : 4.3.1.9430-406354be
.NET Version : 4.0.30319.1
OS Version : Microsoft Windows NT 5.2.3790 Service Pack 2
Current culture : English (United States) (en-US)
Running under WOW6432, processor architecture: x86-64
Working Set Memory : 0kb
GC Heap Memory : 1494kb

Unhandled exception terminated SharpDevelop
Exception thrown:
System.Runtime.InteropServices.COMException (0x800706D3): Unknown authentication service. (Exception from HRESULT: 0x800706D3)
at System.Windows.Media.MediaSystem.ConnectTransport()
at System.Windows.Media.MediaSystem.Startup(MediaContext mc)
at System.Windows.Media.MediaContext..ctor(Dispatcher dispatcher)
at System.Windows.Media.MediaContext.From(Dispatcher dispatcher)
at System.Windows.Media.Visual.VerifyAPIReadWrite()
at System.Windows.Media.Visual.set_VisualOpacity(Double value)
at System.Windows.UIElement.ensureInvisible(Boolean collapsed)
at System.Windows.UIElement.switchVisibilityIfNeeded(Visibility visibility)
at System.Windows.UIElement.OnVisibilityChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
at ICSharpCode.SharpDevelop.Gui.SdStatusBar..ctor()
at ICSharpCode.SharpDevelop.Gui.WpfWorkbench..ctor()
at ICSharpCode.SharpDevelop.Commands.WorkbenchStartup.InitializeWorkbench()
at ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
at ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbench(WorkbenchSettings settings)
at ICSharpCode.SharpDevelop.Sda.SharpDevelopHost.RunWorkbench(WorkbenchSettings settings)
at ICSharpCode.SharpDevelop.SharpDevelopMain.RunApplication()
at ICSharpCode.SharpDevelop.SharpDevelopMain.Run()
at ICSharpCode.SharpDevelop.SharpDevelopMain.Main(String[] args)

---- Recent log messages:
Failed to append recent log messages.
System.InvalidOperationException: Sequence contains no elements
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
at ICSharpCode.SharpDevelop.Sda.LogMessageRecorder.AppendRecentLogMessages(StringBuilder sb, ILog log)
at ICSharpCode.SharpDevelop.Sda.ExceptionBox.getClipboardString()

---- Post-error application state information:
Installed 3rd party AddIns:

Just curious if anyone has any ideas or experience trying to run SharpDevelop on Linux using WINE?

I'm open to starting the whole procedure from scratch if need be. I'd really love to get SharpDevelop to run on Linux. I've been converting several of my older computers over to Linux.  But I don't want to give up using SharpDevelop.

Thanks.

Print this item

  The quick new Firefox jumps over the big lazy memory dog!
Posted by: TheDead - 02-09-2018, 03:11 AM - Forum: Suggestions and Feedback - Replies (1)


The quick new Firefox jumps over the big lazy memory dog!


Heya!

Throwing the ball here since I don't want to hijack the LL4.0 suggestions thread.
I didn't have time with Linux with the crapload of Windows ramson viruses "victims" lately, but I notice that, at least on Windows, Firefox Quantum (version 57+) takes a lot of RAM. FireFox ESR 52.6 (latest) takes around 170MB RAM and Firefox 58.0.2 (latest) is at a whopping 305MB for the same 6 pages/tabs.


Yes its faster though and from Firefox's own website Quantum still uses 30% less RAM than Google Chrome (but I have not tested it myself).


I think that for Linux Lite Version 4.0, maybe the main browser could be in the ballot?
Of course, keeping it in the "known" browsers available for Windows/Linux. Benchmark/comparison of FireFox/Google Chrome yes, but maybe Chromium/Opera too?



According to Statcounter (see link below), Chrome is at 65.98%, Firefox 11.87% and Opera 2.35%. Apart from M$ and Apple, ALL others share the remaining 2.54% :-O
http://gs.statcounter.com/browser-market...201703-bar


I'm not taking sides, but since I like Linux, I usually go for the underdogs myself.


Get ready....  FIGHT!

Print this item

  restricted user with some privilegies
Posted by: Sprintrdriver - 02-09-2018, 02:03 AM - Forum: Off Topic - Replies (5)

Hi.

I have some files that is very critical for me (bank accounts, passwords, etc) that I cannot effort to loose, or that get in hands of a thief if the laptop gets stolen.

So I decided to create a second user profile on the same laptop, where the home folder is encrypted and the password is a really lenghty one. So that all the most critical files is now stored in that secure users home folder.

The problem I hit now is when I tries to make backup using rsync. The backup destination is on a Veracrypt volum (supposed to). But I have run into a brick wall now.
- The user don't have permission to use Veracrypt to mount.
- If I use the other user profile (admin) to mount veracrypt, it  turnes out that the user doesn't have access to the mounted volume (mounted to a folder) - even if the user have permissions to the parent folder. Tried to set permission for the mounted folder so anyone can access+write, but to no help. The result is that rsync just returns an error because lack of permission.
- The file system into the Veracrypt volume is FAT so it shouldn't hold file permission.
- Tried to use su command to shift from admin user to new user, but the permission issue stay the same.

Temporary workaround:
Just copy all files into a partition that has no restrictions - and from there make a rsync backup using admin account. But this serves a security issue because I have les control what happens if files gets deleted and if possible to restore (for unauthorized).

So the question is - is it possible to add the new user to a group so that it can have access to mount and dismount?

Print this item

  Latest kernel update worked for me (Spectre/Meltdown)
Posted by: Ottawagrant - 02-08-2018, 08:17 PM - Forum: On Topic - No Replies

Just a short time ago the LL kernel updated to 4.4.0-113 #136. After the installation & reboot I ran Jerry's spectre-meltdown-checker.sh in terminal. For my computer (An HP Compaq 7900 with an Intel Core 2 vPro CPU) all 3 variants came back as 'not vulnerable'. A tip of the hat to Linux. If anyone else feels like it please post what this kernel update did for you, if anything. Thanks to all.

Print this item

  Question About Splash/Start Screen
Posted by: mdiemer - 02-08-2018, 06:06 PM - Forum: Other - Replies (9)

Is there a way to change or modify the bright yellow screen? I don't know if that's the Start or Splash screen, but the light is too much for my photosensitive eyes. It's ok in the daytime, but at night I become like a cat, and need things darker.  I have looked around in Settings, but couldn't see a way to do this. This is actually my only complaint with Linux Lite. If there's no way to change it, I'll just shade my eyes, like I've been doing. I've installed f.lux, but that only kicks in after the system is started.

Thanks, Mike

Print this item

  Making Selections In "Settings"
Posted by: mdiemer - 02-08-2018, 06:02 PM - Forum: Other - No Replies

My first dumb question: When making selections in Settings, I am confused about how to do this. It's those little squares you have to click on/in. Which is on and which is off? When it looks slightly raised, or when it looks depressed? I want to be sure, so I don't go messing things up too much. And BTW, is there a way to return everything to Default Settings?

Thanks,

Mike

Print this item

  Wine Blue Remix icon theme
Posted by: Moltke - 02-08-2018, 02:57 PM - Forum: Desktop Customization - Replies (4)

Hi everyone! Hope you're all having a nice llife! Smile

I''ve been playing around with a LL 3.8 VM I created. One thing I've been doing is to try different gtk themes as well as icon themes. I found this theme https://www.opendesktop.org/p/1012523/ and kind of like it, really nice-cool looking theme. However, there are a few things I don't like; some buttons are too big as shown in the image bellow

[Image: v4oyyp.jpg]

That's a screen capture I took from LL VM running in QEMU, as you notice action buttons are way too big, I tried editing the index file but that just made things worst  :Smile.

Other than that - which it's not something you can just ignore as well as annoying I admit - icons are well designed and look really good. Take a look


[Image: 10h37g4.jpg]

[Image: 20tidsm.jpg]

And in case you wonder the icon set doesn't seem to slow down XFCE user interface interaction or LL at all.  If any of you guys have any idea how to change/fix that if even possible to do such thing, please let me know. Smile

Print this item

  New Linux User? Try These 8 Great Essential Linux Apps
Posted by: valtam - 02-08-2018, 05:19 AM - Forum: On Topic - Replies (6)

New article from big tech site maketecheasier.com

https://www.maketecheasier.com/essential-linux-apps/

LL scores 7/8 not bad for our target audience that we either offer ootb or via Lite Software those softwares Smile

Print this item

  Splash/Start Screen Question
Posted by: mdiemer - 02-08-2018, 02:56 AM - Forum: On Topic - No Replies

Is there a way to change or modify the bright yellow screen? I don't know if that's the Start or Splash screen, but the light is too much for my photosensitive eyes. It's ok in the daytime, but at night I become like a cat, and need things darker.  I have looked around in Settings, but couldn't see a way to do this. This is actually my only complaint with Linux Lite. If there's no way to change it, I'll just shade my eyes, like I've been doing. I've installed f.lux, but that only kicks in after the system is started.

Thanks, Mike

Print this item