Linux Lite Forums
Lite Tweaks - Suggestions welcomed - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=7)
+--- Forum: Linux Lite Software Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=30)
+--- Thread: Lite Tweaks - Suggestions welcomed (/showthread.php?tid=801)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23


Re: Lite Tweaks - Suggestions welcomed - Valtam - 03-02-2015

(03-01-2015, 09:20 PM)AustinTexas link Wrote: I would like to see
Code:
sudo inxi -U
enabled in Linux Lite, as it is in Linux Mint.

Can you elaborate on this please AustinTexas, how is this enabled?


Re: Lite Tweaks - Suggestions welcomed - altman - 03-02-2015

Found this Jerry ; http://smxi.org/site/install.htm , by ppa

& this one ; https://code.google.com/p/inxi/wiki/inxiFAQs


I use inxi but I use this command from time to time in order to have the latest release in Terminal :

cd /usr/local/bin && wget -Nc smxi.org/inxi && chmod +x inxi && inxi

It s a little time consuming , but I don t really mind .


Thanx for the latest Tweak update , love this one .




Re: Lite Tweaks - Suggestions welcomed - Valtam - 03-02-2015

@altman inxi is already in Linux Lite. What does your post refer to?


Re: Lite Tweaks - Suggestions welcomed - altman - 03-02-2015

Ah , was refering to this post results from austintexas s Terminal results :

sudo inxi -U
Error 17: All inxi self updater features have been disabled by the distribution
package maintainer. This includes the option you used: -U


I also have the same results .

It can t be updated .

It s a nice LL feature I must say .


Re: Lite Tweaks - Suggestions welcomed - anon222 - 03-02-2015

to enable inxi update feature run
Code:
sudo sed -i 's/^B_ALLOW_UPDATE=false/B_ALLOW_UPDATE=true/' /etc/inxi.conf




Re: Lite Tweaks - Suggestions welcomed - altman - 03-02-2015

Thanx misko , will be handy for some users in the Forum .


Re: Lite Tweaks - Suggestions welcomed - anon222 - 03-02-2015

Well, it will stick at least until Ubuntu updates the inxi package. Smile


Re: Lite Tweaks - Suggestions welcomed - Shady - 03-02-2015

Liking the update, it just keeps getting better and better.

I have another question or suggestion tho, is there a way or can it be added that when i use Lite Tweaks, it remembers what i have checked each time i use it or open it up? Lets say if i want to do a quick clean, i don't want to have to keep checking things and looking at the list each time i use it.

I think it would be nice if it will remember the settings i previously had checked.


Re: Lite Tweaks - Suggestions welcomed - AustinTexas - 03-02-2015

Thank you, misko_2083
Your command:
sudo sed -i 's/^B_ALLOW_UPDATE=false/B_ALLOW_UPDATE=true/' /etc/inxi.conf
worked to update inxi to Version 2.2.19 (which gives better results)

I like the improvements to Lite Tweaks. Keep up the great work!


Re: Lite Tweaks - Suggestions welcomed - altman - 03-02-2015

(03-02-2015, 01:59 PM)misko_2083 link Wrote: to enable inxi update feature run
Code:
sudo sed -i 's/^B_ALLOW_UPDATE=false/B_ALLOW_UPDATE=true/' /etc/inxi.conf

Thanx mate , just did the command .