GithubHelp home page GithubHelp logo

"Text will be here" is displayed in the tray and nothing happens by clicking on it. about gnome-shell-extension-clipboard-indicator HOT 28 CLOSED

BuZZ-dEE avatar BuZZ-dEE commented on September 22, 2024 7
"Text will be here" is displayed in the tray and nothing happens by clicking on it.

from gnome-shell-extension-clipboard-indicator.

Comments (28)

sounddrill31 avatar sounddrill31 commented on September 22, 2024 11

+1

"Hier erscheint der Text" or "Text will be here" is displayed in the tray and nothing happens by clicking on it.

OS: Arch Linux x86_64 DE: Gnome 46 on Wayland Extension version: 61

OS: OpenSUSE Tumbleweed with 6.8.4
DE: Gnome 46 with wayland
Extension Version: 61

Edit: I deleted cache(and disabled and enabled extension) and it's fixed!

rm -rf cat ~/.cache/[email protected]

from gnome-shell-extension-clipboard-indicator.

alephnull avatar alephnull commented on September 22, 2024 10

What worked for me:

  • change UTF8_STRING in ~/.cache/[email protected]/registry.txt to text/plain;charset=utf-8
  • disable and enable the extension
    It appears to be a problem only on Wayland.

from gnome-shell-extension-clipboard-indicator.

MeirKriheli avatar MeirKriheli commented on September 22, 2024 6

@sounddrill31 Thanks, deleting the cache and re-enabling the extension helped here as well.

from gnome-shell-extension-clipboard-indicator.

DerPate avatar DerPate commented on September 22, 2024 2

@Tudmotu can confirm the update to Version 62 fixed the problem for me

from gnome-shell-extension-clipboard-indicator.

Tudmotu avatar Tudmotu commented on September 22, 2024 1

Can everyone here please try updating to version 62 and see if it fixes the issue for you?

Thanks! 🙏

from gnome-shell-extension-clipboard-indicator.

Tudmotu avatar Tudmotu commented on September 22, 2024 1

Thank you for testing it out @tanjilbhuiyan !

To update the extension you must log out and back in. This is true every time you update — it only updates after the next login.

from gnome-shell-extension-clipboard-indicator.

gentoo-root avatar gentoo-root commented on September 22, 2024 1

I figured that it happens when mimetype becomes UTF8_STRING for one or more entries in registry.txt. It still happens sometimes on version 62 during regular work (not upgrade). Could the issue be reopened?

from gnome-shell-extension-clipboard-indicator.

AmeyaVS avatar AmeyaVS commented on September 22, 2024 1

I changed the UTF8_STRING to text/plain type, and reloaded the extension it seems to work.
Can this issue be reopened @Tudmotu ?

from gnome-shell-extension-clipboard-indicator.

Snorch avatar Snorch commented on September 22, 2024 1

If someone still experiences the problem on latest master, please give a try to #480 and say if it helps or not. (Probably you need to fully reboot to properly reload extension.)

It looks like just doing replacement in registry.txt didn't fix the problem completely, at least for me, as UTF8_STRING continues to appear there again and again (I see it appearing when I'm actively copying between Firefox and Tilix in both directions).

It also looks that the problem has other manifestation: sometimes the entries with mimetype==UTF8_STRING just silently disappear instead of causing the 'stuck extension' problem mentioned in this issue.

from gnome-shell-extension-clipboard-indicator.

MeirKriheli avatar MeirKriheli commented on September 22, 2024

Same issue (and setup)

from gnome-shell-extension-clipboard-indicator.

Tudmotu avatar Tudmotu commented on September 22, 2024

Possibly related to this?
#458

from gnome-shell-extension-clipboard-indicator.

tanjilbhuiyan avatar tanjilbhuiyan commented on September 22, 2024

Thanks, it seems the issue is fixed. But faced a weird issue. i uninstalled previous one. then installed again. Got error in Gnome extension page. though the extension was downloaded. Had to log out and log in again. It seems working now.

from gnome-shell-extension-clipboard-indicator.

sounddrill31 avatar sounddrill31 commented on September 22, 2024

Works so far for me!

Thanks for the fix

from gnome-shell-extension-clipboard-indicator.

arturo-source avatar arturo-source commented on September 22, 2024

Hello @Tudmotu,
I had the same problem when I updated to 61, then I updated to 62 and the problem kept.
Unfortunately I already deleted cache, as @sounddrill31 recommended and it started working again, so I cannot test anymore.

from gnome-shell-extension-clipboard-indicator.

Tudmotu avatar Tudmotu commented on September 22, 2024

Thank you for confirming @sounddrill31 !

@arturo-source apologies you had to remove your cache file 😕 Hope this won't have to happen again but if it does, next time I recommend renaming the file instead of deleting it, so that you can restore it later on.

from gnome-shell-extension-clipboard-indicator.

MeirKriheli avatar MeirKriheli commented on September 22, 2024

Same here: removed the cache (was not that important anyway), so can't check.

from gnome-shell-extension-clipboard-indicator.

Tudmotu avatar Tudmotu commented on September 22, 2024

Thanks everyone, closing this issue 🙂

from gnome-shell-extension-clipboard-indicator.

dmnmsc avatar dmnmsc commented on September 22, 2024

This is still present here. Extension version 62. Archlinux up-to-date with wayland session.

from gnome-shell-extension-clipboard-indicator.

tanjilbhuiyan avatar tanjilbhuiyan commented on September 22, 2024

Clear the cache mentioned by @sounddrill31 . Things should work.

from gnome-shell-extension-clipboard-indicator.

dmnmsc avatar dmnmsc commented on September 22, 2024

But @Tudmotu said this should work without deleting cache. I'm just reporting the bug :)

from gnome-shell-extension-clipboard-indicator.

AmeyaVS avatar AmeyaVS commented on September 22, 2024

Same here on Fedora 40 after updating the system.
I backed up my .cache as I still use some of the clipboard data.
Clearing the directory does work, but then I loose all the clipboard data.
I have the Extension version: 62 installed.

Update: Deleted all the content from .cache/[email protected], the clipboard indicator was working fine. Till the next reboot where the issue came back.

from gnome-shell-extension-clipboard-indicator.

djfjeff avatar djfjeff commented on September 22, 2024

I have the same problem using the latest version on Fedora 40. Sometime, the issue arise and I need to clear cache for it to work again. Please reopen as this is definitely not solved.

from gnome-shell-extension-clipboard-indicator.

Tudmotu avatar Tudmotu commented on September 22, 2024

Reopening.
Can anyone clarify the steps to reproduce this issue?

  1. Delete cache file
  2. Copy some stuff
  3. Log out, log in
  4. Clipboard is broken?

from gnome-shell-extension-clipboard-indicator.

djfjeff avatar djfjeff commented on September 22, 2024

It seems random on my end. Sometime when I unlock my session, I get the "Text will be here" issue, most of the time everything is alright...

I then delete the cache file and restart the extension and I am good for a while.

from gnome-shell-extension-clipboard-indicator.

HeroBrine1st avatar HeroBrine1st commented on September 22, 2024

It appears to be a problem only on Wayland.

No, it doesn't. Also I did not have UTF8_STRING in that file, I had to remove that folder to fix extension instead.
I am on NixOS unstable with GNOME 46.1 via X11+nvidia (and extension version is 62).

On the contrary, I did not face this issue on both Arch Linux and NixOS unstable (installed literally yesterday so i'm not sure) on another machine, which uses wayland.

from gnome-shell-extension-clipboard-indicator.

ewh avatar ewh commented on September 22, 2024

I'm using Ubuntu 23.10, Gnome 45.2, Wayland. I'm using Clipboard Indicator 57 (installed from extensions.gnome.org). Version 57 seems to be the latest version on extensions.gnome.org for Gnome 45. Should the "Text will be here" issue be fixed in version 57. If not, will version 62 work correctly in Gnome 45?

from gnome-shell-extension-clipboard-indicator.

rebelinux avatar rebelinux commented on September 22, 2024

What worked for me:

  • change UTF8_STRING in ~/.cache/[email protected]/registry.txt to text/plain;charset=utf-8
  • disable and enable the extension
    It appears to be a problem only on Wayland.

Solution works for me. thanks!

from gnome-shell-extension-clipboard-indicator.

ma0shu avatar ma0shu commented on September 22, 2024

If someone still experiences the problem on latest master, please give a try to #480 and say if it helps or not. (Probably you need to fully reboot to properly reload extension.)

It looks like just doing replacement in registry.txt didn't fix the problem completely, at least for me, as UTF8_STRING continues to appear there again and again (I see it appearing when I'm actively copying between Firefox and Tilix in both directions).

It also looks that the problem has other manifestation: sometimes the entries with mimetype==UTF8_STRING just silently disappear instead of causing the 'stuck extension' problem mentioned in this issue.

#480 Works fine for me, thx

from gnome-shell-extension-clipboard-indicator.

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.