Giter Club home page Giter Club logo

Comments (11)

karlkleinpaste avatar karlkleinpaste commented on May 25, 2024 1

It's not happening at all any more, since I entirely removed .config/teams-for-linux.
It was some sort of inconsistency at the time, that I finally solved with simple complete removal.
Close this if you wish; I can re-open if it ever comes up again.

from teams-for-linux.

karlkleinpaste avatar karlkleinpaste commented on May 25, 2024

This morning after reboot and restart, now I can go to Activity and it doesn't leave it on its own, but the count badge never clears, even though there are no outstanding unseen messages.
screenshot1

from teams-for-linux.

NgoHuy avatar NgoHuy commented on May 25, 2024

could you remove Caches directory and start it again?

from teams-for-linux.

karlkleinpaste avatar karlkleinpaste commented on May 25, 2024

Quit, rm -fr .config/teams-for-linux/Cache, and restart: Still shows the "3" badge which will not clear.

from teams-for-linux.

NgoHuy avatar NgoHuy commented on May 25, 2024

You should rm Code Caches too. If it does not help, it means api call from teams was not marked as read

from teams-for-linux.

karlkleinpaste avatar karlkleinpaste commented on May 25, 2024

Quit, find .config/teams-for-linux -name Cache\* | sort -r | tr '\n' '\0' | xargs -0 rm -r, and restart.
Still no change, the "3" badge persists.

It's Christmas -- worry about this tomorrow. :-)

from teams-for-linux.

NgoHuy avatar NgoHuy commented on May 25, 2024

your command did not work on my end.

/usr/bin/find .config/teams-for-linux -name "*Cache*"
.config/teams-for-linux/Cache
.config/teams-for-linux/Cache/Cache_Data
.config/teams-for-linux/Code Cache
.config/teams-for-linux/GPUCache
.config/teams-for-linux/DawnCache
.config/teams-for-linux/Partitions/teams-4-linux/Cache
.config/teams-for-linux/Partitions/teams-4-linux/Cache/Cache_Data
.config/teams-for-linux/Partitions/teams-4-linux/GPUCache
.config/teams-for-linux/Partitions/teams-4-linux/DawnCache
.config/teams-for-linux/Partitions/teams-4-linux/Service Worker/CacheStorage
.config/teams-for-linux/Partitions/teams-4-linux/Code Cache

from teams-for-linux.

karlkleinpaste avatar karlkleinpaste commented on May 25, 2024

The full command finds everything named "Cache", sorts them in reverse order (so that subsequent removal will remove deep things first), substitutes newlines for NULs to make the -0 arg to xargs happy about asking rm -fr to remove things that have embedded spaces.

from teams-for-linux.

karlkleinpaste avatar karlkleinpaste commented on May 25, 2024

This morning, with the "3" badge still showing, I went scorched-earth:
Quit, rm -fr .config/teams-for-linux, restart...and it's still there.

Well, amend that. It was there on startup. For the first time in days, hitting Activity made the badge go away while showing me 3 new items.

from teams-for-linux.

NgoHuy avatar NgoHuy commented on May 25, 2024

like teams bug not this software, because marked as read from api...

from teams-for-linux.

IsmaelMartinez avatar IsmaelMartinez commented on May 25, 2024

Can you check if you can see the same using a webbrowser?

from teams-for-linux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.