KatsuteDev / Background

The most advanced background image extension for VSCode
https://marketplace.visualstudio.com/items?itemName=katsute.code-background
GNU General Public License v2.0
78 stars 5 forks source link

Working was stopped #403

Open Rishav07-05 opened 2 weeks ago

Rishav07-05 commented 2 weeks ago

Checks

Operating System

linux 6.2.0-39-generic

VSCode Version

1.92.2

Extension Version

3.0.0

Settings

{
    "windowBackgrounds": [
        "/home/rishav/Downloads/wallpaperflare.com_wallpaper.jpg"
    ],
    "editorBackgrounds": [],
    "sidebarBackgrounds": [],
    "panelBackgrounds": [],
    "backgroundAlignment": [
        "Center Center",
        "Center Center",
        "Center Center",
        "Center Center"
    ],
    "backgroundAlignmentValue": [
        "50%",
        "50%",
        "50%",
        "50%"
    ],
    "backgroundBlur": [
        "0",
        "0",
        "0",
        "0"
    ],
    "backgroundOpacity": [
        0.1,
        0.1,
        0.1,
        0.1
    ],
    "backgroundRepeat": [
        "No Repeat",
        "No Repeat",
        "No Repeat",
        "No Repeat"
    ],
    "backgroundSize": [
        "Cover",
        "Cover",
        "Cover",
        "Cover"
    ],
    "backgroundSizeValue": [
        "100%",
        "100%",
        "100%",
        "100%"
    ],
    "backgroundChangeTime": [
        0,
        0,
        0,
        0
    ],
    "autoInstall": false,
    "renderContentAboveBackground": false,
    "useInvertedOpacity": false,
    "smoothImageRendering": false,
    "settingScope": "Global",
    "CSS": ""
}

Settings Verification

Issue

As i shifted from windows to linux os (Zorin) it stopped working.

How to replicate

simply try to login vs code and start extention in linux based distros

Katsute commented 2 weeks ago

Does it show an error message when running the install command? Please also let me know how you are installing vscode (snap, rpm/deb, apk, etc.)

Rishav07-05 commented 2 weeks ago

No, it doesn't shows any error message when running the install command but when we try to add file to glob it doesn't provide anything in the workspace. I am using the flathub package management system for installing.

Katsute commented 2 weeks ago

The extension seems to encounter permissions issues when using flatpak, try installing vscode using deb.

kdevbot[bot] commented 3 days ago

This issue has been marked as stale due to inactivity.