You are Here:
Linux Lite 7.0 RC1 Released - See Release Announcement Section



Linux Lite 2.8 Suggestion Thread

Author (Read 62056 times)

0 Members and 1 Guest are viewing this topic.

Re: Linux Lite 2.8 Suggestion Thread
« Reply #154 on: January 06, 2016, 11:08:38 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8795
    Posts
  • Reputation: 803
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
This will reset when there's an update. If you're really clever, you could run a cron job that sends a sed command every so often to set the window size.

Sent from my Nexus 6 using Tapatalk

 

Re: Linux Lite 2.8 Suggestion Thread
« Reply #153 on: January 06, 2016, 10:39:25 PM »
 

avj

  • Gold Level Poster
  • *******
  • 530
    Posts
  • Reputation: 110
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Intel Pentium D 2.80GHz

  • MEMORY: 2Gb

  • VIDEO CARD: AMD/ATI RC410 Radeon Xpress 200/1100
After playing around with editing the file:  /usr/share/litecc/litecenter.py as suggested by Jerry:  https://www.linuxliteos.com/forums/suggestions-and-feedback/linux-lite-2-8-suggestion-thread/msg19908/#msg19908

With the 1024x600 screen I find that depending on the panel size you have set you may need a different size for the window, with a panel size of 32, control center worked well with the setting: 
Code: [Select]
window.set_size_request(880, 535) 
With the panel set to 40 like I use it, I had to set the window size to a smaller height.
Code: [Select]
window.set_size_request(880, 527)As seen in the following screen shot.



“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison
 

Re: Linux Lite 2.8 Suggestion Thread
« Reply #152 on: January 06, 2016, 10:37:09 PM »
 

firenice03

  • Rockin' the FREE World
  • Global Moderator
  • Platinum Level Poster
  • *****
  • 1848
    Posts
  • Reputation: 284
  • Linux Lite Member
    • View Profile

  • CPU: AMD E2//Atom X5//AMD Phenom II X2

  • MEMORY: 4Gb

  • VIDEO CARD: AMD Mullin Radeon R2//Intel//AMD/ATI RS880

  • Kernel: 5.x
The maximum screen resolution on this old Acer aspire One is only 1024X600 that is the main reason I use an external monitor, that and my eyes not being what they used to be.  :)

I have played with this, and if I modify it to fit 1024X600 resolutions, everyone would have to resize the main window. After playing with this, it's not the best solution. You can edit /usr/share/litecc/litecenter.py yourselves and change:

Code: [Select]
window.set_size_request(880, 660)
to
Code: [Select]
window.set_size_request(880, 580)
Curious, I've made a similar change, have to look up the exact line, but it resets when theres an update.. Will this stick or possibly revert on a LLCC update?..
No biggie if does just a thought..
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
 

Re: Linux Lite 2.8 Suggestion Thread
« Reply #151 on: January 06, 2016, 07:03:12 PM »
 

n1ksn

  • PayPal Supporter
  • New to Forums
  • *****
  • 31
    Posts
  • Reputation: 2
  • Linux Lite Member
    • View Profile

  • CPU: Intel Atom

  • MEMORY: 2Gb

  • VIDEO CARD: Intel integrated
My notebook is also 1024 x 600 and the control center window is cut off at bottom.
 

Re: Linux Lite 2.8 Suggestion Thread
« Reply #150 on: January 06, 2016, 07:18:47 AM »
 

DLX

  • PayPal Supporter
  • Forum Regular
  • *****
  • 182
    Posts
  • Reputation: 11
  • Knows sod all
    • View Profile

  • MEMORY: 16Gb

In case you didn't know, you can turn off descriptions by right-clicking the Menu button (on your panel), then choose Properties and uncheck "Show application descriptions" under the Appearance tab.

THANK YOU :)  Gold Finger

Clean looking now no words cut off
« Last Edit: January 06, 2016, 07:22:48 AM by Dyslexic1 »
Note to self list to get fixed 1 by 1
Read how to make LL secure.
See what else Linux Lite can do.
I think X kill is cool :)
 

Re: Linux Lite 2.8 Suggestion Thread
« Reply #149 on: January 06, 2016, 01:56:47 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8795
    Posts
  • Reputation: 803
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
The maximum screen resolution on this old Acer aspire One is only 1024X600 that is the main reason I use an external monitor, that and my eyes not being what they used to be.  :)

I have played with this, and if I modify it to fit 1024X600 resolutions, everyone would have to resize the main window. After playing with this, it's not the best solution. You can edit /usr/share/litecc/litecenter.py yourselves and change:

Code: [Select]
window.set_size_request(880, 660)
to
Code: [Select]
window.set_size_request(880, 580)
 

Re: Linux Lite 2.8 Suggestion Thread
« Reply #148 on: December 20, 2015, 03:11:16 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8795
    Posts
  • Reputation: 803
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
I'd kill for a working, configurable XFCE sound system :)
 

Re: Linux Lite 2.8 Suggestion Thread
« Reply #147 on: December 20, 2015, 12:15:37 AM »
 

Coastie

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 656
    Posts
  • Reputation: 53
  • Linux Lite User
    • View Profile

  • CPU: AMD A10-6700 (ASUS M32)

  • MEMORY: 12Gb

  • VIDEO CARD: ADM Radeon HD (integrated)
So system sounds is not in Linux Lite problem but a XFCE problem. Maybe they will add it in the future. Regardless XFCE is my favorite desktop environment.  :)


Left Mac OS X for Linux in Jan 2014
 

Re: Linux Lite 2.8 Suggestion Thread
« Reply #146 on: December 19, 2015, 11:20:07 PM »
 

torreydale

  • PayPal Supporter
  • Platinum Level Poster
  • *****
  • 1588
    Posts
  • Reputation: 261
  • * Forum Moderator *
    • View Profile

  • CPU: Intel i5-3230M (4) @ 3.200GHz

  • MEMORY: 16Gb

  • VIDEO CARD: Intel 3rd Gen Core processor Graphics

  • Kernel: 5.x
Someone had it as a Wish List suggestion on the XFCE forum.  I just joined that forum today, and I seconded their suggestion.

I also suggested Window List thumbnails.
Want to thank me?  Click my [Thank] link.
 

Re: Linux Lite 2.8 Suggestion Thread
« Reply #145 on: December 19, 2015, 10:55:28 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8795
    Posts
  • Reputation: 803
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Unfortunately getting sounds to work in XFCE is no cake walk - https://www.linuxliteos.com/forums/installing-software/enable-system-sounds-and-events/
 

Re: Linux Lite 2.8 Suggestion Thread
« Reply #144 on: December 19, 2015, 07:33:56 PM »
 

Coastie

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 656
    Posts
  • Reputation: 53
  • Linux Lite User
    • View Profile

  • CPU: AMD A10-6700 (ASUS M32)

  • MEMORY: 12Gb

  • VIDEO CARD: ADM Radeon HD (integrated)
Sound effects for events like minimizing and opening windows, inserting and removing usb devices, etc.

 8) I like that idea. I have sound effects enabled but I don't get any. I guess it is not set up in Linux Lite.


Left Mac OS X for Linux in Jan 2014
 

Re: Linux Lite 2.8 Suggestion Thread
« Reply #143 on: December 19, 2015, 06:53:12 PM »
 

torreydale

  • PayPal Supporter
  • Platinum Level Poster
  • *****
  • 1588
    Posts
  • Reputation: 261
  • * Forum Moderator *
    • View Profile

  • CPU: Intel i5-3230M (4) @ 3.200GHz

  • MEMORY: 16Gb

  • VIDEO CARD: Intel 3rd Gen Core processor Graphics

  • Kernel: 5.x
Sound effects for events like minimizing and opening windows, inserting and removing usb devices, etc.
Want to thank me?  Click my [Thank] link.
 

Re: Linux Lite 2.8 Suggestion Thread
« Reply #142 on: December 12, 2015, 03:15:50 PM »
 

anon222

  • Muted
  • Gold Level Poster
  • *
  • 688
    Posts
  • Reputation: 192
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Pentium E5700 3GHz

  • MEMORY: 3Gb

  • VIDEO CARD: GeForce GT 430
@misko_2083, Oh well I thought the XFCE themes would be simple to make available. For me, I still use and recommend BleuFear to be included for a dark theme as I previously posted. It has worked with several versions of LL.
@Coastie BleuFear looks nice  8)
 

Re: Linux Lite 2.8 Suggestion Thread
« Reply #141 on: December 12, 2015, 08:19:09 AM »
 

bugfree

  • New to Forums
  • *
  • 47
    Posts
  • Reputation: 9
  • Linux Lite Member
    • View Profile
Thanks gold-finger!

That has solved my query. Couldn't see the wood for the trees!  ::) Must be getting old!
And thanks Jerry for the link to the developer.
Cheers!
 

Re: Linux Lite 2.8 Suggestion Thread
« Reply #140 on: December 12, 2015, 06:22:07 AM »
 

gold_finger

  • Documentation Writer
  • Platinum Level Poster
  • *****
  • 1094
    Posts
  • Reputation: 325
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core2 Duo E7500 3.0GHz

  • MEMORY: 4Gb

  • VIDEO CARD: Intel 4 Series Integrated Graphics
@bugfree,

In case you didn't know, you can turn off descriptions by right-clicking the Menu button (on your panel), then choose Properties and uncheck "Show application descriptions" under the Appearance tab.
Try Linux Beginner Search Engine for answers to Linux questions.
 

 

-->
X Close Ad

Linux Lite 7.0 RC1 Released - See Release Announcement Section