![]() |
Linux Lite 2.0 Beta Released - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: General (https://www.linuxliteos.com/forums/forumdisplay.php?fid=4) +--- Forum: Release Announcements (https://www.linuxliteos.com/forums/forumdisplay.php?fid=11) +--- Thread: Linux Lite 2.0 Beta Released (/showthread.php?tid=331) |
Re: Linux Lite 2.0 Beta released - NGIB - 05-18-2014 (05-17-2014, 08:39 PM)Valtam link Wrote: [quote author=NGIB link=topic=343.msg1800#msg1800 date=1400331935] This is a distro for newbies to Linux, we don't anticipate them installing and configuring other DE's nor do we offer support for that. That would put us in a position of supporting and troubleshooting beyond what we have the man power for at the moment, we're better to spend what little free time we do have outside of RL on support for the software we provide ootb. Cheers. [/quote] Fair enough as you will probably attract the users you seek and lose others. Good luck to you... Re: Linux Lite 2.0 Beta released - N4RPS - 05-18-2014 Hello! To change languages, it's under Menu > Settings > Language Support. To remove Mumble, it can be done in Install/Remove Software (Synaptic Package Manager) or, in a terminal window [CTRL-ALT-T], type the following... Code: sudo apt-get remove mumble Sometimes, a logout/logon or reboot may be required for menu entries to disappear. If they're still around after THAT, the .desktop files that comprise the menus are located in two places: /usr/share/applications /home/<USERNAME>/.local/share/applications To see files or folders beginning with '.', 'Show Hidden Files' must be checked (enabled) in the file manager. To delete anything outside your home directory, you have to logged in as root... 73 DE N4RPS Rob Re: Linux Lite 2.0 Beta released - joejohnston3 - 05-18-2014 I have been looking at the LL 2.0 Beta and cannot seem to find the Lite Software manager. Is it still available to use/install? Re: Linux Lite 2.0 Beta released - Valtam - 05-18-2014 (05-18-2014, 11:03 PM)joejohnston3 link Wrote: I have been looking at the LL 2.0 Beta and cannot seem to find the Lite Software manager. Is it still available to use/install? No, we dropped it. It was really just the lubuntu software center rebranded. You can install it if you like through Synaptic (lubuntu software center ). Re: Linux Lite 2.0 Beta released - joejohnston3 - 05-18-2014 Oh no, that was probably my favorite addition to this distro! It allowed multiple adds to app basket to install a lot at once and not one at a time. Does the Lubuntu Software Center do the same thing with app basket for more installs at once? Re: Linux Lite 2.0 Beta released - N4RPS - 05-19-2014 Hello! Yes, you can batch-install apps with the Lubuntu Software Center, also. I've used it in the past, but I like to see what happens as they're being installed, so I do most of my software installing through a terminal window or Install/Remove Software (Synaptic Package Manager). Towards that end, Code: sudo apt-get install lubuntu-software-center 73 DE N4RPS Rob Re: Linux Lite 2.0 Beta released - joejohnston3 - 05-19-2014 Thank you very much as I love the Lubuntu Software Center for that main reason and now have it installed...WOO HOO!! Re: Linux Lite 2.0 Beta released - Valtam - 05-19-2014 If anyone has a Netflix account I would love to hear some feedback on the Netflix installer. Cheers ![]() Re: Linux Lite 2.0 Beta released - susani78 - 05-21-2014 Hello! Linux Lite 2.0 is a very nice OS, I like it. So far I have only one Problem with it. It is the screen tearing in VLC and also in Youtube videos. Although I have a very common Intel HD4000 Graphics card in my laptop. Does anybody know an easy solution for this Problem? Re: Linux Lite 2.0 Beta released - nlube - 05-21-2014 One minor issue to report, the zip format doesn't appear in the drop down list when you create an archive via thunar context menu (or via xarchiver directly). The manual suggests it should be available, here's the relevant section: https://www.linuxliteos.com/manual/software.html#archive Doing this fixes it: Code: sudo apt-get install zip I've only tested the 32bit version. It's nice and fast so far, hibernate works, and I'm enjoying the updated evince and catfish. ps. What was the rational for making Gnome Document Viewer the default app to open pdfs? Not a complaint, I'm just curious. |