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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Install Updates Graphical Glitch
#11
Ooooh! Didn't catch that one. An intel Celery! o.O - Poor poor you, my condolences. Wink 
When I see one I usually run away in the other direction, and I don't have to run very fast. *wink wink*  (Note that AMD Sempron/Duron are, I mean were not better Sad
Nice catch [member=5916]trinidad[/member]  !
[Image: sticker,375x360.png]
- TheDead (TheUxNo0b)

If my blabbering was helpful, please click my [Thank] link.
Reply
#12
(06-25-2020, 01:39 AM)Jerry link Wrote:I'd like to see compositing disabled, compiz completely removed and replaced with Compton. See if it does the same thing. I only have newer pc's to test things on.
I did exactely what you asked here, some couple years ago, when still on Mint. I even gave up all "fancy" features and it solved the problem. Never tried to use compositing since though, so this solution might well work, unless... video effects are really wanted. In which case, I doubt there is another solution than hardware upgrade.

The funny thing is that by the time, I was looking for a replacement for Linux Mint, due to high RAM consumption (it went up to 1400 MB on idle...) so I tested for some weeks Linux Lite (Guess it was before 4.0 or 4.0 at most) and then Manjaro and some other distros.
Got the same idea, disabled Compiz and all went OK. Well, more or less. It complained about something, I forgot what, but since there were no visible trouble, I just ignored the warning.
Maybe it worths mentioning that I primarily test distros that ship an XFCE version.
At the time, as now, I chose Linux Lite for the specific reason that it has XFCE. Wink
There are tons of settings that I keep for years (/home partition) and took me more than 2 years to tune everything so, yeah, I'm stucked on XFCE.
"It's easy to die for an idea. It's way harder TO LIVE for your idea!"
Current Machine:
Dell Precision T1700, 16 GB RAM, SSD Kingston A400, 480 GB.
Laptop:
ASUS X200MA , Intel® Celeron® N2830, 2 GB RAM, SSD Kingston A400, 480 GB.
Reply
#13
The silent updating problem has been reported at least twice on the forum before.  It seems to be a edge case but is not limited to one user.

There was some progress/diagnosis on Derek_'s thread after DeepThought found and reported a divide by zero error when running lite-updates from the terminal which seemed to provide some insight.

Code:
https://www.linuxliteos.com/forums/installing-software/updates-via-gui-no-indicator/msg45517/#msg45517

Reviewing this thread might be relevant in this case.
stevef
clueless
Reply
#14
(06-26-2020, 05:08 AM)stevef link Wrote:The silent updating problem has been reported at least twice on the forum before.  It seems to be a edge case but is not limited to one user.

There was some progress/diagnosis on Derek_'s thread after DeepThought found and reported a divide by zero error when running lite-updates from the terminal which seemed to provide some insight.

Code:
https://www.linuxliteos.com/forums/installing-software/updates-via-gui-no-indicator/msg45517/#msg45517

Reviewing this thread might be relevant in this case.
Thanks for the tip! (I did it on the forum interface too! Smile )
Well, I have a good practice when it comes to "blind running-something".
I make heavy use of Task Manager. Since it is in my StartUp, I look at the threads that are running, each time I find something looking weird.
If the updater is running without refreshing its GUI, that is clearly a video issue, so checking if there is a PID running, will make it clear if the Updater is running so, I can make a sound decision on what to do, if this is the case.
This can be applied on any App that went sideways, more often for video glitches reasons.
Sometimes, it happens. Maybe because two apps with different VCLs (Visual Class Libraries, such as Qt and GTK) are running simultaneously and actually, they are doing something. I use DoubleCommander for one, an this is Qt based, while the rest of the environnement is GTK based. So, sometimes if a third app starts, might get some trouble that is likely to appear randomly enough and rarely enough to be able to track it down.
One known issue, is Thunar FM, that caused lots of trouble with the panels, leading to desktop Panel 1 freeze, leaving out the only option to handle from keyboard accelerators, everything on the desktop. Happily for me, I'm using computers for over 25 years and I remember some keys by hard so when it happens, I usually get along without "external" assistance. Smile
It is difficult to talk about this kind of issue that in fact consists in mixing DEs and video compatibilities among concurrent VCLs running simultaneously. Many users barely care for what is "under the hood" and expect the Windows "Point'n'click" philosophy work "out-of-the-box" on Linux, all the time...

Have a great day! Big Grin
"It's easy to die for an idea. It's way harder TO LIVE for your idea!"
Current Machine:
Dell Precision T1700, 16 GB RAM, SSD Kingston A400, 480 GB.
Laptop:
ASUS X200MA , Intel® Celeron® N2830, 2 GB RAM, SSD Kingston A400, 480 GB.
Reply
#15
https://askubuntu.com/questions/844323/e...mapped-wit

"It seems that the Gtk devs decided to add this warning which affects a number of packages. We just have to wait for the Zenity dev to catch up and fix Zenity "

Probably still relevant.

TC
All opinions expressed and all advice given by Trinidad Cruz on this forum are his responsibility alone and do not necessarily reflect the views or methods of the developers of Linux Lite. He is a citizen of the United States where it is acceptable to occasionally be uninformed and inept as long as you pay your taxes.
Reply
#16
(06-26-2020, 12:35 PM)trinidad link Wrote: https://askubuntu.com/questions/844323/e...mapped-wit

"It seems that the Gtk devs decided to add this warning which affects a number of packages. We just have to wait for the Zenity dev to catch up and fix Zenity "

Probably still relevant.

TC
Unfortunately, the same error message appears in Gambas 3.14.3 when running some apps.
I've been working on an app I need for myself and I got tons of messges identical with this quoted in the article.
It seems that the message is included somewhere in a GTK superclass and for whatever reason it is triggered in some situations. As I see things, the parent window should be provided as a default option in all error cases, based on a filter internally contained in the class that triggers the message. So, might be a conditional missing or somewhat.
It's an abnormal exiting situation that was supposed to be caught by the Error system and at least throw an exception or whatever that could be further analysed.
However, the message is the same allover the place.
Now, I see it pops out in the installer/updater code so the bug is deeply hidden somewhere.
Might be a ton of reasons so for now, I guess all we can do is wait to see how this goes on in the devs team.
Maybe there is a bug report on that and it awaits the availability of a dev to solve it.
Unfortunately, both my knowledge and interest in digging for those kind of things is close to none.
I assume if there is a bug report on that, people ignored it since I belive in GTK 3.x (latest looks is 3.24.x) the bug will be elliminated.
In my program, there was something related to an "Event Loop call", which I never understood what was supposed to mean.
I never wrote code to call any event NESTED. Procedures, yes, but never called events (event handlers) recursively so it goes beyond my understanding what the message was supposed to mean.
Subsequently, it triggered this GTK warning, repeatedly.

Bad thing is that we can only see this happening but for what can we do, as I see, nothing is clear.
When I first looked at the screenshots, I recognised the behaviour from my own experience. In my case, it was a glitch due to GPU driver overlapping. I solved it removing the Intel driver that caused the glitch.
Now it looks that here is a different thing though.

Hope that will go away in the LL 5.0 updates.

Best regards! Smile
"It's easy to die for an idea. It's way harder TO LIVE for your idea!"
Current Machine:
Dell Precision T1700, 16 GB RAM, SSD Kingston A400, 480 GB.
Laptop:
ASUS X200MA , Intel® Celeron® N2830, 2 GB RAM, SSD Kingston A400, 480 GB.
Reply
#17
So this is where I am with this...

As per trinidad's suggestions, I increased my swappiness to 80 and reduced my vfs cache pressure to 50. I also briefly downgraded zenity and zenity-common from versions 3.32.0-5 to 3.18.1.1-1 and then ran Linux Lite's 'Install Updates' again, however the same graphical glitch problem (or 'silent updates' problem as referenced by stevef, referring to earlier posts in Jan 2019 - https://www.linuxliteos.com/forums/insta...-indicator) still occurred.

So this is my workaround/adaptation solution -

A couple of years ago I installed Xubuntu-core and had to install Ubuntu's 'Software Updater' (Ubuntu's native update app). From my old notes, I saw that you have to install five packages to use Ubuntu's Software Updater, three of which are already installed in Linux Lite - python3-update-manager, update-manager-core, and update-notifier-common. So by simply adding two more packages via Synaptic - (Gnome) update-manager and update- notifier - you can avail yourself of Ubuntu's Software Updater in Linux Lite.

Ubuntu's Software Updater runs perfectly on my hardware without any graphical glitches/silent updates. And being interactive, the great thing about Ubuntu's Software Updater is that if, on occasion, you don't want to upgrade a particular package (e.g. an older version of libreoffice, as Şerban mentioned), you can just uncheck the package and choose not upgrade it.

One minor irritant is that Ubuntu's Software Updater also installs 'apport', Ubuntu's native bug reporting app (not needed in Linux Lite) that causes 'live' bug reporting pop-ups to appear. This function of apport can easily be disabled by going to /etc/default/apport and changing the value of enabled=1 to enabled=0.

Of course, it's understandable why Jerry and the team ring-fence their updates to avoid noobs deselecting packages willy-nilly and causing self-inflicted issues in Linux Lite. But for those with a little bit of knowledge and discernment, Ubuntu's interactive Software Updater can be quite useful in respect of avoiding upgrades of specific packages.

Footnote: If anyone has any theories as to why Ubuntu's Software Updater works perfectly on my hardware, while Linux Lite's native 'Install Updates' app doesn't, it would be interesting to hear.

Cheers
Still running 3.8 and lovin' it  (running 5.0 as a triple boot)
Reply
#18
P.S. It's a shame that Şerban created a new post on this subject rather than replying to the original thread so that everyone would be able to see the full discussion. As you can see, despite the fact that I replied to my original thread, my latest post and response to all those who were good enough to give me feedback is now detached from the original thread. Jerry, Can this kindly be corrected?

Thank you in advance.

Smile
Still running 3.8 and lovin' it  (running 5.0 as a triple boot)
Reply
#19
(07-08-2020, 05:17 PM)Mart link Wrote: P.S. It's a shame that Şerban created a new post on this subject rather than replying to the original thread so that everyone would be able to see the full discussion. As you can see, despite the fact that I replied to my original thread, my latest post and response to all those who were good enough to give me feedback is now detached from the original thread. Jerry, Can this kindly be corrected?

Thank you in advance.

Smile


[member=6977]Mart[/member]
I don't think its been separated, Serban's post started a new page of the thread -  at the top of thread on left side you should see page 1/2  Smile
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)