Giter Club home page Giter Club logo

Comments (7)

FlawlessCasual17 avatar FlawlessCasual17 commented on July 1, 2024

Fixed, it should work now. @SiyuChen can you test it please after running scoop update?

from myscoop.

FlawlessCasual17 avatar FlawlessCasual17 commented on July 1, 2024

It works fine for me. Is there some sort of program like an antivirus that is causing problems for your system?

from myscoop.

SiyuChen avatar SiyuChen commented on July 1, 2024

@Zliced13 I don't have any antivirus on my laptop. After some tests, I think the problem comes from Add-AppxPackage.

Please see the following screenshots :

image
image

image
image

So, it seems that my laptop is only happy with Add-AppxPackage .\TranslucentTB.appinstaller -AppInstaller.

*.msixbundle does not work and -AppInstaller is necessary for some reason.

from myscoop.

SiyuChen avatar SiyuChen commented on July 1, 2024

This translucenttb-np.json then works fine for me

{
"version": "2022.1",
"description": "Makes the Windows taskbar translucent/transparent.",
"homepage": "https://github.com/TranslucentTB/TranslucentTB",
"license": "GPL-3.0-only",
"url": "https://github.com/TranslucentTB/TranslucentTB/releases/download/2022.1/TranslucentTB.appinstaller",
"hash": "ed15932b0e4782b03c2689281e2af42e181987d836ecf06c0e1c86508295ba41",
"pre_install": [
"Start-Process 'powershell' -Wait -WindowStyle 'Hidden' -ArgumentList @('-C', "Add-AppxPackage ""$dir\TranslucentTB.appinstaller"" -AppInstaller")",
"Remove-Item "$dir\TranslucentTB.appinstaller""
],
"pre_uninstall": [
"if (!(is_admin)) { error "$app requires admin rights to $cmd"; break }",
"Remove-Item "$env:ProgramData\Packages\.TranslucentTB_" -Force -Recurse -ErrorAction 'SilentlyContinue'",
"Start-Process 'powershell' -Wait -WindowStyle 'Hidden' -ArgumentList @('-C', 'Get-AppxPackage ''*.TranslucentTB'' | Remove-AppxPackage')",
"Start-Sleep -Seconds 2"
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/TranslucentTB/TranslucentTB/releases/download/$version/TranslucentTB.appinstaller"
}
}

from myscoop.

FlawlessCasual17 avatar FlawlessCasual17 commented on July 1, 2024

@SiyuChen Try it again, it should work this time.

from myscoop.

SiyuChen avatar SiyuChen commented on July 1, 2024

Thank you very much! Confirm it works now. Is it going to be put into the nonportable bucket soon?

from myscoop.

FlawlessCasual17 avatar FlawlessCasual17 commented on July 1, 2024

Hopefully yes.

from myscoop.

Related Issues (13)

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.