GithubHelp home page GithubHelp logo

Comments (10)

navigos avatar navigos commented on July 22, 2024 1

The same happened here.

Debian issues a warning about the flatpak application running in the background. I believe this behavior is due to permission denial.
I installed Chromium, allowed it and everything flows well in Chromium.
I tried reinstalling Chrome, but the warning doesn't appear again.

https://pastebin.com/6HL8ZQkk

from com.google.chrome.

CiscoDeTours avatar CiscoDeTours commented on July 22, 2024
flatpak run com.google.Chrome

Running Chrome in Terminal doesn't have this problem that persists despite updates. For now, the best solution is to install a customization app and pin the above command as exec.

from com.google.chrome.

refi64 avatar refi64 commented on July 22, 2024

After a failed start, does journalctl --user -e show any relevant errors?

from com.google.chrome.

refi64 avatar refi64 commented on July 22, 2024

If I had to immediately guess, you might be setting up some env vars that Flatpak needs inside the .bashrc or somewhere else that's only sourced for terminals but not opening apps through the UI?

from com.google.chrome.

CiscoDeTours avatar CiscoDeTours commented on July 22, 2024
~$ journalctl --user -e

mar 24 15:54:16 linux03 systemd[1775]: Starting gnome-terminal-server.service - GNOME Terminal Server...
mar 24 15:54:16 linux03 dbus-daemon[1817]: [session uid=1000 pid=1817] Successfully activated service 'org.gnome.Nautilus'
mar 24 15:54:16 linux03 dbus-daemon[1817]: [session uid=1000 pid=1817] Successfully activated service 'org.gnome.Characters'
mar 24 15:54:16 linux03 gnome-shell-cal[2394]: Failed to start evolution-source-registry: Error calling StartServiceByName for>
mar 24 15:54:16 linux03 dbus-daemon[1817]: [session uid=1000 pid=1817] Activated service 'org.gnome.Shell.CalendarServer' fail>
mar 24 15:54:16 linux03 gnome-shell[2007]: Error loading calendars: Error al llamar StartSereviceByName para org.gnome.Shell.C>
mar 24 15:54:16 linux03 dbus-daemon[1817]: [session uid=1000 pid=1817] Successfully activated service 'org.gnome.Terminal'
mar 24 15:54:16 linux03 systemd[1775]: Started gnome-terminal-server.service - GNOME Terminal Server.
mar 24 15:54:16 linux03 dbus-daemon[1817]: [session uid=1000 pid=1817] Activating service name='org.gnome.DiskUtility' request>
mar 24 15:54:16 linux03 dbus-daemon[1817]: [session uid=1000 pid=1817] Successfully activated service 'org.gnome.DiskUtility'
mar 24 15:54:16 linux03 gnome-shell[2007]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.DBusError>
mar 24 15:54:16 linux03 gnome-character[3620]: JS LOG: Characters Application started
mar 24 15:54:16 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
mar 24 15:54:16 linux03 gnome-shell[2007]: cogl_framebuffer_set_viewport: assertion 'width > 0 && height > 0' failed
mar 24 15:54:16 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
mar 24 15:54:16 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
mar 24 15:54:16 linux03 systemd[1775]: Started app-gnome-org.gnome.Terminal-3671.scope - Application launched by gnome-shell.
mar 24 15:54:16 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
mar 24 15:54:16 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
mar 24 15:54:16 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
mar 24 15:54:16 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
mar 24 15:54:16 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
mar 24 15:54:17 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
mar 24 15:54:17 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
mar 24 15:54:17 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
mar 24 15:54:17 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
mar 24 15:54:17 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
mar 24 15:54:17 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
mar 24 15:54:17 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
mar 24 15:54:17 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
mar 24 15:54:17 linux03 systemd[1775]: Started vte-spawn-e98bee86-2a2b-4653-9544-f06529de2a23.scope - VTE child process 3690 l>
mar 24 15:54:17 linux03 gnome-shell[2007]: setup_framebuffers: assertion 'width > 0' failed
lines 411-442/442 (END)

I don't really know because it's the first time I execute the command. No changes were made to the default installation from Flathub.

from com.google.chrome.

Mershl avatar Mershl commented on July 22, 2024

@CiscoDeTours do you still see this issue? I see a similar issue where (on first launch) Chrome tries to start for 2 seconds, then closes, launching Chrome immediatly afterwards works.

from com.google.chrome.

CiscoDeTours avatar CiscoDeTours commented on July 22, 2024

@Mershl
In my case, the issue persists in a loop on each startup.

from com.google.chrome.

CiscoDeTours avatar CiscoDeTours commented on July 22, 2024

@navigos
You're right. Re-enabling the background permission using Flatseal solved this issue.

from com.google.chrome.

navigos avatar navigos commented on July 22, 2024

@CiscoDeTours This solved it for me.
flatpak uninstall --delete-data com.google.Chrome
https://bbs.archlinux.org/viewtopic.php?id=287560

from com.google.chrome.

CiscoDeTours avatar CiscoDeTours commented on July 22, 2024

@navigos
Glad to know that there is a CLI method.

from com.google.chrome.

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.