[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-19 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #27 from avlas  ---
(In reply to Aleix Pol from comment #26)
> No, they're still in, we do need the applications to rebuild with latest
> flatpak-builder though.

Thank you

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #26 from Aleix Pol  ---
No, they're still in, we do need the applications to rebuild with latest
flatpak-builder though.

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-12 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #25 from avlas  ---
Mmm, actually these changes (kdeglobals and registrar) were never removed from
the kde runtime, were they?

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-12 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #24 from avlas  ---
Inheritance of permissions is back in flatpak 1.0.4:

https://github.com/flatpak/flatpak/releases

Changes in 1.0.4

- Flatpak 0.99.1 removed the inheritance of permissions from the runtime due
to concerns with dynamic app permissions. Due to popular requests, this
version re-introduces such inheritance, but does it instead at build time.
This solved the issues with dynamic permissions while still allowing runtimes
to have default permissions. Apps can disable this by passing
--no-inherit-permissions to build-finish.

Are there plans to revert this commit (https://phabricator.kde.org/D15958)
adding those changes back to the kde flatpak runtime?

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-10 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #23 from avlas  ---
(In reply to Aleix Pol from comment #21)
> This has been properly solved in flatpak upstream.

Nice

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-10 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #21 from Aleix Pol  ---
This has been properly solved in flatpak upstream.

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-10 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #22 from Aleix Pol  ---
https://github.com/flatpak/flatpak/pull/2230

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397625

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/fla |https://cgit.kde.org/flatpa
   |tpak-kde-runtime/92e9bd4843 |k-kde-applications.git/comm
   |aba0e005a2dfb7b57090d75b4bf |it/?id=0ccbc716568441922961
   |1ce |a8ae372284a9d07be882

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-07 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #20 from avlas  ---
(In reply to avlas from comment #19)

> Jan, do you know the way to make flatpak apps to follow the default system
> applications from KDE settings? Thanks in advance

Actually I saw it sort of follows it, but not quite properly, at least for the
browser application. My setting is to use the browser based on URL type, but
this is not followed. Please let me know if it's better if I fill another bug
for this...

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397625

Nate Graham  changed:

   What|Removed |Added

 Resolution|UPSTREAM|FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-05 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #19 from avlas  ---
(In reply to Jan Grulich from comment #18)
> I updated all KDE apps, see https://phabricator.kde.org/D15958. I'll also go
> through flathub and try to update all applications there as well.

Jan, do you know the way to make flatpak apps to follow the default system
applications from KDE settings? Thanks in advance

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-05 Thread Jan Grulich
https://bugs.kde.org/show_bug.cgi?id=397625

Jan Grulich  changed:

   What|Removed |Added

 CC||jgrul...@redhat.com

--- Comment #18 from Jan Grulich  ---
I updated all KDE apps, see https://phabricator.kde.org/D15958. I'll also go
through flathub and try to update all applications there as well.

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-04 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #17 from avlas  ---
If somebody is interested exporting the menu can be fixed on the fly with:

sudo flatpak override --talk-name=com.canonical.AppMenu.Registrar
flatpak_application_name

sudo flatpak override --talk-name=com.canonical.AppMenu.Registrar.*
flatpak_aplication_name

And for the look and feel:

sudo flatpak override --filesystem=xdg-config/kdeglobals:ro
flatpak_aplication_name

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-04 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #16 from avlas  ---
(In reply to Aleix Pol from comment #15)
> Then there's nothing we can do on our end.

Well, if this finally doesn't get reverted upstream, then all KDE flatpak
applications need to do this, so I guess this is still an open KDE issue
anyways.

I tried to get an explicit answer to the question if this is going to be
reverted or not upstream but so far the question is being ignored...

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-04 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=397625

Aleix Pol  changed:

   What|Removed |Added

 Resolution|FIXED   |UPSTREAM

--- Comment #15 from Aleix Pol  ---
Then there's nothing we can do on our end.

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-03 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #14 from avlas  ---
Aleix, this is currently an upstream issue
(https://github.com/flatpak/flatpak/issues/2012). In words of Alex Larsson, "We
stopped inheriting permission requests from the runtime. The apps need to list
the permissions themselves", so your commit, being part of the runtime, is not
able to fix the issue.

I guess the two options right now are either to (try to) convince upstream
developers to revert that policy upstream whenever possible, or to start adding
all these arguments to the applications instead of to the runtimes... Another
thing that gets affected, in addition to the global menu, is the look and feel,
so applications load the breeze color theme, even though the native system uses
a different color theme.

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-03 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=397625

Aleix Pol  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
  Latest Commit||https://commits.kde.org/fla
   ||tpak-kde-runtime/92e9bd4843
   ||aba0e005a2dfb7b57090d75b4bf
   ||1ce
 Resolution|--- |FIXED

--- Comment #13 from Aleix Pol  ---
Git commit 92e9bd4843aba0e005a2dfb7b57090d75b4bf1ce by Aleix Pol.
Committed on 03/10/2018 at 21:57.
Pushed by apol into branch 'master'.

Add missing appmenu dbus path

M  +1-0org.kde.Sdk.json

https://commits.kde.org/flatpak-kde-runtime/92e9bd4843aba0e005a2dfb7b57090d75b4bf1ce

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #12 from Nate Graham  ---
Sadly not.

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-10-02 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #11 from avlas  ---
(In reply to Nate Graham from comment #9)
> Thanks. I'll see if I can engage with upstream on the matter too.

Any update?

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-08-27 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #10 from avlas  ---
(In reply to Nate Graham from comment #9)
> Thanks. I'll see if I can engage with upstream on the matter too.

Great, thank you!

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-08-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #9 from Nate Graham  ---
Thanks. I'll see if I can engage with upstream on the matter too.

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-08-27 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #8 from avlas  ---

> Please see: flatpak/flatpak#2012


I meant https://github.com/flatpak/flatpak/issues/2012

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-08-27 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

avlas  changed:

   What|Removed |Added

 Resolution|UPSTREAM|---
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

--- Comment #7 from avlas  ---
(In reply to Nate Graham from comment #5)
> Thanks, let's see what shakes out there. If need be, we can re-open this.

Reopening this issue. Please see:
flatpak/flatpak#2012

In short, Flatpak stopped inheriting permission requests from the runtime. The
apps need to list the permissions themselves.

Perhaps adding "--talk-name=com.canonical.AppMenu.Registrar", to "finish-args"
and rebuilding will be enough (not sure about '--filesytem'... )

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-08-24 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #6 from avlas  ---
Sounds good

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-08-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397625

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
URL||https://github.com/flatpak/
   ||flatpak/issues/2012
 Status|UNCONFIRMED |RESOLVED

--- Comment #5 from Nate Graham  ---
Thanks, let's see what shakes out there. If need be, we can re-open this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-08-24 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #4 from avlas  ---

Mmm, it may be a bug in flatpak as globalmenu works for flatpak 0.11.7 but not
for flatpak 1.0.0.

Reported in https://github.com/flatpak/flatpak/issues/2012

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-08-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397625

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |UNCONFIRMED
 Resolution|WAITINGFORINFO  |---

--- Comment #3 from Nate Graham  ---
Thanks for the information!

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-08-21 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

--- Comment #2 from avlas  ---

I tried okular, kdenlive and octave (even though octave is not a kde
application, it relies on kde and worked fine before). So, I'm not 100% sure
about all applications that I didn't test, but it seems like globalmenu does
not work anymore for flatpak kde(-dependent) apps...

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-08-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397625

Nate Graham  changed:

   What|Removed |Added

 CC||aleix...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[flatpak-platform-plugin] [Bug 397625] No global menu from flatpak KDE applications

2018-08-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397625

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||n...@kde.org
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Nate Graham  ---
Which apps? All apps? Some apps? Do any of them work?

-- 
You are receiving this mail because:
You are watching all bug changes.