Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: GUI is invisible. #7394

Open
4 tasks done
RokeJulianLockhart opened this issue Oct 22, 2024 · 0 comments
Open
4 tasks done

[Bug]: GUI is invisible. #7394

RokeJulianLockhart opened this issue Oct 22, 2024 · 0 comments

Comments

@RokeJulianLockhart
Copy link

RokeJulianLockhart commented Oct 22, 2024

⚠️ Before submitting, please verify the following: ⚠️

Bug description

The GUI does not appear when I invoke NextCloud via its .lnk or status bar logo:

2024-10-22.21-06-40.mp4

Steps to reproduce

  1. #!/usr/bin/env -S pwsh
    Install-WinGetPackage `
    	-ID 'Nextcloud.NextcloudDesktop' `
    	-Architecture 'X86' `
    	-Version 3.14.2 `
    	-Source 'winget' && `
    Invoke-Item -LiteralPath 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Nextcloud.lnk' # https://stackoverflow.com/revisions/65801/2#:~:text=the%20following%20command:-,invoke%2Ditem%20'Internet%20Explorer.lnk',-Or%20you%20could
  2. Secondary or primary-invoke the synchronisation icon the status bar.

Expected behavior

A context menu should appear when I secondary-invoke, and the client's GUI should appear when I primary-invoke.

Which files are affected by this bug

None.

Operating system

Windows

Which version of the operating system you are running.

Windows 11:

  1. Get-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' | Format-List
  2. SystemRoot                : C:\WINDOWS
    BuildBranch               : ge_release
    BuildLab                  : 26100.ge_release.240331-1435
    BuildLabEx                : 26100.1.amd64fre.ge_release.240331-1435
    CompositionEditionID      : Enterprise
    CurrentBuild              : 26100
    CurrentBuildNumber        : 26100
    CurrentMajorVersionNumber : 10
    CurrentMinorVersionNumber : 0
    CurrentType               : Multiprocessor Free
    CurrentVersion            : 6.3
    DisplayVersion            : 24H2
    EditionID                 : Professional
    InstallationType          : Client
    InstallDate               : 1719779588
    LCUVer                    : 10.0.26100.2152
    ProductName               : Windows 10 Pro

Package

Official Windows MSI

Nextcloud Server version

27.1.11.3

Nextcloud Desktop Client version

3.14.2:

  1. Get-WinGetPackage -Query 'NextCloud.NextCloudDesktop' | Select-Object -ExpandProperty 'InstalledVersion'
  2. 3.14.2
    

Is this bug present after an update or on a fresh install?

I don't know, because I don't know how to access winget's update history (if one exists). However, I have asked microsoft/winget-cli#4897 (comment).

Are you using the Nextcloud Server Encryption module?

I don't know, because I do not control the server.

Are you using an external user-backend?

I don't know, because I do not control the server.

Nextcloud Server logs

I am unable to provide these, because I do not control the server.

Additional info

I am unable to access the GUI, so I am unable to generate client logs unless there is a way to do so via the CLI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant