JGCarroll / pinta-snap

MIT License
5 stars 5 forks source link

main menu missing. Ubuntu 20.04 with Unity7 #1

Closed pixelr0 closed 4 years ago

pixelr0 commented 4 years ago

the main menu is missing (should be shown in the top bar) i'm using Ubuntu 20.04 with Unity7, pinta-james-carroll latest/stable: 1.7 2020-08-09 (1) 196MB -

menu

left pinta snap, right pinta deb 1.6

pixelr0 commented 4 years ago

maybe you need to add plugs: unity7 in snapcraft.yaml? (i don't know snaps stuff)

plugs:

pixelr0 commented 4 years ago

https://snapcraft.io/docs/desktop-interfaces

unity7: access to X, Unity services, a11y, input methods (ibus, fcitx, etc) and other legacy desktop methods

JGCarroll commented 4 years ago

Thanks for the report.

I think you're probably right about adding the unity7 interface; whilst desktop and desktop-legacy overlap with it heavily, I think the HUD integration is probably unique to that interface and would hopefully fix your problem.

Whilst this should be the easiest thing to update in the world given it's just adding one line to the Snapcraft definition and running Snapcraft again, there's an issue currently building with the LXD backends due to some faulty configuration on Ubuntu's end, which means I won't be able to get around to it until that's sorted. Once it is, I'll ping back here when the updated version is live to see if it fixes the problem.

pixelr0 commented 4 years ago

great./ there's no rush, take your time

JGCarroll commented 4 years ago

Revision 2 with the unity7 interface should be live on the store now, hopefully it should fix the problem for you; it works on the testing I just did. You can hurry along the update with sudo snap refresh

pixelr0 commented 4 years ago

yep, works fine now! THANKS

great