Trending on Redit ???  [Solved]

For interesting topics. But remember this is a Linux Forum. Do not post offensive topics that are meant to cause trouble with other members or are derogatory towards people of different genders, race, color, minors (this includes nudity and sex), politics or religion. Let's try to keep peace among the community and for visitors.

No spam on this or any other forums please! If you post advertisements on these forums, your account may be deleted.

Do not copy and paste entire or even up to half of someone else's words or articles into posts. Post only a few sentences or a paragraph and make sure to include a link back to original words or article. Otherwise it's copyright infringement.

You can talk about other distros here, but no MX bashing. You can email the developers of MX if you just want to say you dislike or hate MX.
Message
Author
SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: Trending on Redit ???

#41 Post by SwampRabbit »

@bobbee , you may not be changing something intentionally, but you have changed/added something which is causing this.
As stated already, there is nothing that comes stock in MX that does this. I can't be 100%, but I am 99.9% sure that nothing in/from the MX repos is causing this.

Looking at that output you gave earlier leads down a long and dark rabbit hole (pun intended), which I'm not going to go all the way down because its a waste to do without seeing everything on your system.
But...

Code: Select all

# macro y set browser " spawndl "; open-in-browser ; set browser chromium
# The link bellow is probably the skiddiest that Luke has ever written
macro c set browser " copy (){ echo $1 | xclip ; } ; copy "; open-in-browser ; set browser chromium
This led me here ... AAAA.//git.kocotian.pl/dotfiles/commit/03b06725a117b22f08083ca717040284960aa6bd.htmlAAAA. which includes patches for a .newsboat/config
Which led me to a page that FireFox says is a risk and VirusTotal detects as "phishing" and "suspicious" so I won't post it at all, but digging more led me here ... AAAA.//github.com/LukeSmithxyz/LARBS.AAAA., which has a bunch of rando dot files, scripts, etc, etc.

That AAAA.://git.kocotian.pl/AAAA. is a repo with what looks like a ton of random rehashes, forks, and stuffs of applications, scripts and config files.

NOTICE how I didn't make those URLS actual links? Thats because I don't recommend going to them.
The owners of those sites, applications, scripts, etc may not be doing anything nefarious intentionally, but you never know, and for sure they don't know if someone is using their stuff in a bad way.

A long story short, something you did at some point in time is causing this. It is probably something that came from an untrusted source. By untrusted I mean its not vetted/checked and obviously has caused unintended things to happen to your computer.

Edit: Also I forgot to bring up the Dissenter extension, if I had to put my money on anything doing this its that. I'm not going to discuss any thing about Dissenter, because we have forum rules, and I have rules as a human being keeping me from not wasting my time to talk about such things.

I would reinstall from scratch, make sure you at least clear the partition table from the drive using GParted from the live USB before running the MX Installer. Then don't mess with any stuffs from whereever you were getting stuff and don't reinstall Dissenter.
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.

User avatar
JmaCWQ
Posts: 290
Joined: Fri Sep 09, 2016 4:42 am

Re: Trending on Redit ???

#42 Post by JmaCWQ »

andyprough wrote: Thu Apr 01, 2021 8:54 pm ...although the corners are sqaured off, whereas the corners are rounded off on the ones on my standard MX XFCE desktop...
That seems to vary, well it does on MX 18.3 anyway, sometimes it will have rounded corners and other times it will have squared off corners.
I'm not sure what triggers the different appearance.

bobbee
Posts: 115
Joined: Sun Apr 07, 2019 7:17 pm

Re: Trending on Redit ???

#43 Post by bobbee »

JayM wrote: Thu Apr 01, 2021 11:00 pm @bobbee please edit your post #26 and put the config info in code tags so it's readable.
done
I don't see Chromium Dissenter anywhere in the tabs in MX Package Installer."
Chromium is in the "Popular packages in the package manager.

I got Dissenter from the Dissenter browser website. And I've had the same version for a couple years with no updates, the reason I stopped using it is because youtube changed their adds so that dissenter didn't block them very well.
Where did you get it? Also, those games and other apps you mentioned, what were they, where did they come from, how did you install and remove them?
I got them in the stable repo and I uninstalled them the same way one was btanks and one was atanks and the other two I don't remember, but I'll try to figure it out and post them.

Oh, one is warzone 2100, I still have it installed. Have been playing it some.
My money is on your RSS app but without being able to read that great big wall of plain text (please, please read the forum rules) I have no idea if there's something there that's set up to get a Reddit RSS feed.
And NewsBoat is pretty simple.

It loads the rss feeds from a urls file which is made using a plain text editor.
Most of the URLS are for youtube and bitchute videos, though I do have some from a couple other sites. Corbetreport.com, and NaturalNews.com and infowars.com, I think that is about it.
And the way that it notifies of unread rss is the text changes color.

Anyway I shut it down now and closed the terminal, will see what that does.

bobbee
Posts: 115
Joined: Sun Apr 07, 2019 7:17 pm

Re: Trending on Redit ???

#44 Post by bobbee »

SwampRabbit wrote: Fri Apr 02, 2021 12:05 ambut you have changed/added something which is causing this.
I have done something, I think that is pretty obvious by now.
Looking at that output you gave earlier leads down a long and dark rabbit hole (pun intended), which I'm not going to go all the way down because its a waste to do without seeing everything on your system.
how very mysterious.

On the websites, The luke Smith one is a guy who has a youtube channel and he sometimes posts linux tutorials mostly for linux terminal commands vim, and such. And he has several websites where he posts journals and code from his tutorials.

And I know that it is shocking but he also has a github where he posts code for all the world to read. Which I also did not download. Well, not so much code as bash scripts.

I did watch his video where he talks about how he set up newsboat for himself. No I did not download or use his script. I edited mine manually. And I learned how to do so from the NewsBoat website. which NewsBoat is in the stable repostitory, an that is how I installed it from the stable repository.

The other websites that you mention, I don't know. The only thing that I downloaded was in the repository, and the configs I edited them myself.

As far as the code, The lines beginning with a # are commented out.
And the set browser command and then another command and set browser again. The reason for that is that Newsboat is a News Reader, not a video streamer and it needs a work around to steam video or audio. Which the work around is to set the program to open to MPV video player and it passes the web url to that. Then after the video is finished , it sets it back to open the browser.

The code is not nefarious and the tutorial says exactly what it does.
NOTICE how I didn't make those URLS actual links? Thats because I don't recommend going to them.
The owners of those sites, applications, scripts, etc may not be doing anything nefarious intentionally, but you never know, and for sure they don't know if someone is using their stuff in a bad way.
Yes, while I'm sure that I did something, aside from dissenter which I have had installed for years, and is basically an offshoot of brave browser which is from chrome, I have not downloaded anything from any other site. Only from the repository. In installs past, I had, for a version of vim not in the repo or some such thing, but I haven't needed to for this install.

Which, btw, the guys have done a great job expanding the repository popular packages.
A long story short, something you did at some point in time is causing this. It is probably something that came from an untrusted source. By untrusted I mean its not vetted/checked and obviously has caused unintended things to happen to your computer.
Again, yes, yes, I probably installed something that is causing this. But I disagree on the entrusted sites. I haven't.. Triple swear, cross my pinky fingers
Edit: Also I forgot to bring up the Dissenter extension, if I had to put my money on anything doing this its that. I'm not going to discuss any thing about Dissenter, because we have forum rules, and I have rules as a human being keeping me from not wasting my time to talk about such things.
[I don't know why the animosity toward Dissenter.
But I like the creator, Andrew Torba, who for sure would not link me to redit or google or face book.

Besides which, as I have said, I have run the very same version for years with no issue. Even as far back as when Io was running MX 15.

The problem is recent.

But I might just end up doing a reinstall.

User avatar
asqwerth
Developer
Posts: 8038
Joined: Sun May 27, 2007 5:37 am

Re: Trending on Redit ???

#45 Post by asqwerth »

There are sites where, if you visit them, display a dropdown/pop-up message at the top asking if you would like to receive notifications from that page. If you'd accidentally answered yes instead of no, that setting will be stored somewhere in your browser settings and you would regularly get pop-ups with news from that page.

[ADDED] as an example, go visit www.cnet.com
Last edited by asqwerth on Fri Apr 02, 2021 2:22 am, edited 1 time in total.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

User avatar
JayM
Posts: 6796
Joined: Tue Jan 08, 2019 3:47 am

Re: Trending on Redit ???

#46 Post by JayM »

Maybe clearing all browser caches and deleting all cookies would fix this then?
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.

User avatar
agnivo007
Posts: 720
Joined: Mon May 04, 2020 11:39 pm

Re: Trending on Redit ???

#47 Post by agnivo007 »

The bluish weird notification theme? Have you tried changing the notify theme from xfce notification settings and test with "preview" button?

Can you post:
apt list | grep dunst
apt list | grep xfce4-notifyd
- Roy, Kolkata, IN. "REDUCE-REUSE-RECYCLE-REPURPOSE"
MX-21-AHS-KDE on [ H110M-H : Modded BIOS | Core i3-9350K | 8GB DDR4 | SP A60 NVMe PCIe3x4 | Samsung Evo 870 SSD | WD Black Mobile HDD ]

SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: Trending on Redit ???

#48 Post by SwampRabbit »

@bobbee trust who you want to trust, don't matter to me, but MX isn't the one who created your pop up issue its one of the many things that came from people you trust.
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.

bobbee
Posts: 115
Joined: Sun Apr 07, 2019 7:17 pm

Re: Trending on Redit ???

#49 Post by bobbee »

asqwerth wrote: Fri Apr 02, 2021 1:59 am There are sites where, if you visit them, display a dropdown/pop-up message at the top asking if you would like to receive notifications from that page.
A great reminder to always answer no, facebook is terrible for that. I have a browser where it deletes all cookies and history every time I close it and facebook asks and asks and asks.

bobbee
Posts: 115
Joined: Sun Apr 07, 2019 7:17 pm

Re: Trending on Redit ???

#50 Post by bobbee »

JayM wrote: Fri Apr 02, 2021 2:01 am Maybe clearing all browser caches and deleting all cookies would fix this then?
This is a great idea, I have newsboat shut down right now, so far so good.

Maybe it is newsboat.

I think clearing browser cookies an history is next on the list.

Post Reply

Return to “General”