LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Linux Lite 4.0 - Sneak peeks
#71
Hi m654321.  I do not have Windows installed on my UEFI PC.  I like distro hopping.  I have 7 different Linux distros on my PC.  From what I've read, UEFI is better to deal with multiple partitions. 

I have helped some people with Windows PCs get started with Linux.  I put Linux on them because they are low powered newer PCs with Windows 10 that ran dog slow.  It runs a lot better with Linux.  I think Linux Lite is just about the perfect distro for people switching from Windows that don't know much about computers.  I don't want to have take the time to reformat the drive and then reload Windows before loading Linux.  Most Linux distros support UEFI now.  The market for Linux Lite is going to grow smaller as time goes on by not supporting UEFI PCs.
Reply
#72
(04-03-2018, 05:35 AM)SleepyD link Wrote: The market for Linux Lite is going to grow smaller as time goes on by not supporting UEFI PCs.

That's not going to happen, quite the opposite and let me explain how.
1. Linux market share will steadily increase over time, and we will benefit from that, 'get our slice of the pie' so to speak.
2. Not everyone will exclude us just because we don't support UEFI. If people are determined to get away from the nightmare that is Windows, they will do it regardless. I was one of those, and hardware semantics did not get in the way of my decision.
Reply
#73
(04-01-2018, 11:02 AM)RandomBoy link Wrote: I like the slideshow!

[member=411]bitsnpcs[/member] [member=6925]RandomBoy[/member] thanks Smile
Reply
#74
(03-29-2018, 03:55 PM)whateverthing link Wrote: [quote author=ralphy link=topic=4901.msg39672#msg39672 date=1520583788]

...

Switches could be another way to handle this... e.g.:

[Image: jrtmfw9.png]

I really like the idea of the switch indicator. It shortens and clarifies the list of options, so there don't have to be separate items for the On setting and Off setting.
[/quote]

I haven't seen that option in either Yad or Zenity and I've explained in the past to [member=6629]ralphy[/member] why we will only use those (with the exception of Lite User Manager) for GUI programming. If they are in Yad or Zenity, I'd love to see a code sample.
Reply
#75
(04-03-2018, 07:24 AM)Jerry link Wrote: I haven't seen that option in either Yad or Zenity and I've explained in the past to [member=6629]ralphy[/member] why we will only use those (with the exception of Lite User Manager) for GUI programming. If they are in Yad or Zenity, I'd love to see a code sample.

[Image: Screenshot_2018_04_03_14_56_42.png]

It is offered as idea for (lots of) improvement.
I used to begin from here https://www.linux.org/threads/zenity-gui...ipts.9802/
I changed the step to 1, start value to zero, end value to 1, changed --text to On Off, added an --hide-value to hide the 0,1 and number above the scale.
So it can have possible 2 values, 0 or 1 (to switch on/off value, using kb left/right arrow x1 tap in direction of wished value)
Then I just using many spaces on --text until the On/Off text fitted to the scale size, as unsure how to shrink the scale width, or to change its title bar.(edit - done)

I done it just using trial and error as not used Zenity before today.

Code without the 70+ spaces between On Off

Code:
VALUE=`zenity --scale --text="On Off" --hide-value --value="0" --min-value="0" --max-value="1" –step="1"`
Reply
#76
[Image: slider2.png]

Changed title bar of slider dialogue.
Needs to be shrink slider total size to right, and add text to left before slider of the each option name.

Code:
VALUE=`zenity --scale --title "Lite Options" --text="On Off" --hide-value --value="0" --min-value="0" --max-value="1" –step="1"`
Reply
#77
(04-03-2018, 04:22 PM)bitsnpcs link Wrote:
Code:
VALUE=`zenity --scale --title "Lite Options" --text="On Off" --hide-value --value="0" --min-value="0" --max-value="1" –step="1"`

The limitation with zenity in this case would be using multiple --scale in a single dialog. Once you try to do anything that requires the most basics in a UI dialog, zenity is out of the question. Same applies to Yad in that regard, even though Yad offers quite much more options and ways around.

While my example did not use yad or zenity (I used python), there are ways to archive similar results by using Yad buttons and pipes. We could have a dialog with three buttons and pipe clicks to execute the action and change the button labels. This is certainly doable with Yad.

[member=2]Jerry[/member], for a pipe example, UnlockMe Icon Themes option includes it. One can click a button to "Select All" or "Clear All" to deselect all checkboxes - it pipes the action in the yad dialog.

Unless we come to the realization that this is 2018 and embrace other programming languages, we will persist on the mistake of creating a 7 buttons dialog for 3 possible actions. This is, in my opinion, a good example of what not to do in a UI dialog.

[Image: QnPsULX.png]

I can understand if I'm seen as a Linux Lite critic (I have received quite a few emails in that regard just because of my lame blog posts) - but being critical and pointing out facts shouldn't offend anyone. I'm also a Linux Lite user Smile

Cheers!

https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

[Image: AGxgqJ6.png]
Reply
#78
Its good to know, saves time trying more ways, I had been trial/error ways to add additional rows of sliders, and also to add, list, columns, and was not able to do this in the same dialogue.


Reply
#79
Heya people of the interweebs!


If we are "stuck" with the interface module for the GUI, its not the best but here's my vision :
And yeah, the black and gray background squares should have 2 rounded corner (top right, bottom left), 4 rounded corners or just be a circle, filled or out-lined. Sorry, the icons are great but the look with the square is too Windows95. :-S


Heres a Krita / imgur-powered pic I made quickly Wink :
[Image: UG7odfP.png]


Cheeeeerios!
- TheDead (TheUxNo0b)

If my blabbering was helpful, please click my [Thank] link.
Reply
#80
... or to reply to myself, make it look like the Lite Software interface maybe?
- TheDead (TheUxNo0b)

If my blabbering was helpful, please click my [Thank] link.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)