oae / gnome-shell-pano

Next-gen Clipboard Manager for Gnome Shell
https://extensions.gnome.org/extension/5278/pano/
GNU General Public License v2.0
1k stars 53 forks source link

Display Link text when no preview available #151

Closed A-nglea closed 1 year ago

A-nglea commented 1 year ago

This update destroys a valuable feature. If links only produce json or xml responses, a generic link graphic is shown. Thus there is no way to distinguish one link from another. Please revert to the old defaults of showing the start of the link text if no preview is available. Sometimes less is more; I liked Pano before the update better.

oae commented 1 year ago

I haven't changed any functionality for links. Can you give me an example?

A-nglea commented 1 year ago

example:

https://manifest.prod.boltdns.net/license/v1/cenc/widevine/1242911124001/9cb0b361-6f80-4ac6-bd9e-022587dd9e87/669193bf-76e4-4ce9-af16-724d2f8bfc96?fastly_token=NjQyMzY1YjRfNTNlZDFjMTEyMTBiNzg5Y2QwNmFjODhhMGFmNTY1MmY2MDNlZTBmOGE4MDk1YTAwNmZlYTU0OTQ3MDA0Nzg1NA%3D%3D

https://manifest.prod.boltdns.net/manifest/v1/dash/live-baseurl/bccenc/1242911124001/9cb0b361-6f80-4ac6-bd9e-022587dd9e87/6s/manifest.mpd?fastly_token=NjQyYWZlMDZfZjFiNjgzNWM3NThkMGI5YmFkYTIyZDU0MTA3OTc3MDYyZGIzMDRkNjZlMzM4YWNhYzdiMTgwNWY2YmYyYjViYQ%3D%3D

Manifest and license give incognito responses.

oae commented 1 year ago

This shows the start of the link when I copy it.

New version: image

Old version: image

A-nglea commented 1 year ago

I don't see the lower black band with white text. I only see the arrow/World on a white background

Screenshot from 2023-03-06 16-31-03

oae commented 1 year ago

Can you try disabling all extensions and check it again? Also what is the output of the dconf dump /org/gnome/shell/extensions/pano/? Do you use custom CSS for your shell? As I see, bottom of all your items are invisible. Not just links

oae commented 1 year ago

Also do you use scaling other than 100% in display settings?

A-nglea commented 1 year ago

Disabling alll extension except pano but having recycled Pano gave no change. dconf: dconf dump /org/gnome/shell/extensions/pano/ [/] history-length=40 incognito-shortcut=['n'] is-in-incognito=false link-previews=true open-links-in-browser=false paste-on-select=false play-audio-on-copy=true send-notification-on-copy=true show-indicator=true sync-primary=true window-background-color='rgb(0,0,0)' window-height=480

[link-item] header-color='rgb(0,0,0)' metadata-description-color='rgb(0,0,0)' metadata-description-font-family='DejaVu Sans' metadata-description-font-size=12 metadata-link-color='rgb(224,27,36)' metadata-link-font-family='DejaVu Sans' metadata-link-font-size=10 metadata-title-font-family='DejaVu Sans' metadata-title-font-size=13

[text-item] body-bg-color='rgb(248,228,92)'

Have a 4K screen scaled at 200%

oae commented 1 year ago

I am able to reproduce this issue. This occurs when a different scale is being used. Thank you for the report. I will try to fix it.