Christopher Semmler
Christopher Semmler
Same for me in a regular install. Environment: ``` Nextcloud 22 (latest) Rainloop latest stable version Ubuntu 18.04 amd64 Linux kernel 5.4.0-90-generic x86_64 Web server nginx/1.21.4 PHP version 7.4.27 (Supports...
Yes, unfortunately it creates the same result in the encoding. ``` Type: make_authentication_url Date: 2022-01-10 04:50:31 User: 0 URI : /wp-login.php string(317) "https://nextcloud.domain.tld/apps/oauth2/authorize?response_type=code&scope=ocs.data.id%20openid&client_id=NanVowIdakdfWEFSu0mDmkgkGehbTQSj957Aps1VpZMrRjZPffaXeCMDcVPGn7PhhPf6&state=9bb83fc5eb807e28142b051908b56405&redirect_uri=https%3A%2F%2Fwordpress.domain.tld%2Fwp-admin%2Fadmin-ajax.php%3Faction%3Dopenid-connect-authorize" ``` I have unfortunately no clue where...
Go to `{Graphite theme}/gnome-shell/gnome-shell.css` and find the following entries: ```css #panel { font-weight: bold; ... font-size: 11pt; # set font size according to your taste background-color: #292e38; height: 32px; }...
> I personally use CSS import directive to import the theme's gtk.css into my local css : @import url("/home/zr/.themes/Graphite-blue-Dark-compact-nord/gtk-4.0/gtk.css"); Could you please elaborate a bit further? In which css file...
I am interested in this as well, since I know how to hook themes to `gtk-themes-common`, but I do not know what is included in the theme snap packages for...
Curious question: Which music player is this on your last picture?
Meanwhile I switched to the **deb** installation of Mattermost (`5.12.1`), since there were more and more issues with the snap version. I added your env variable to my .desktop file...
I have tried to pass on different combinations of `env` variables: ```bash Exec=env ELECTRON_OZONE_PLATFORM_HINT=wayland /opt/Mattermost/mattermost-desktop %U Exec=env GDK_BACKEND=x11 /opt/Mattermost/mattermost-desktop %U Exec=env ELECTRON_OZONE_PLATFORM_HINT=wayland GDK_BACKEND=x11 /opt/Mattermost/mattermost-desktop %U # I am well aware...
I did a fresh install (same codebase, new database) and everything worked fine. Both admin users and regular users could see the input field `Parent task`. Out of the blue...
I think the issue is a little bit more complex. I am using the Nordic dark variant of the GTK theme, also for the Gnome Shell theme (with colourful flag)....