Code Monkey home page Code Monkey logo

chocolatey-packages's People

Contributors

mariobrostech avatar naoh-bot avatar np-at avatar soredake avatar thecakeisnaoh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

chocolatey-packages's Issues

(all) AU status

If a package is not mentioned here, it should have a working AU script

Possible AU scripts to add:

  • libdvdcss-2 - Very infrequent updates, currently have update notifications enabled from github
  • looking-glass-host - Password protected zip for binary downloads, currently have update notifications enabled from github

AU Scripts to improve:

  • elgato-game-capture - currently disabled due to 403 on the url when running in appveyor
  • iperf2 - Currently disabled due to inconsistent naming of binaries
  • fastest-mouse-clicker - Currently disabled due to inconsistent download location
  • procrastitracker - Currently disabled, Add CI builds?
  • vikunja-desktop - Add CI builds?

Packages with rarely updated binaries:

  • pcsx2.portable - rare stable updates, pcsx2-dev has nightly builds
  • pcsx2.install - rare stable updates, pcsx2-dev has nightly builds
  • pcsx2 - same as pcsx2.install
  • dolphin - Currently AU only updates beta builds, very infrequent stable updates
  • hidevolumeosd - Very infrequent updates, inconsistent download location
  • zfsin - Inconsistent naming of binaries, currently have update notifications enabled from github, seems to be mostly dead with development time going to OpenZFS proper now.
  • mozillabuild - infrequent updates

Packages where the software is not updated anymore or the package is deprecated:

  • winspy
  • filespy
  • minecraft
  • sumatrapdf.commandline

(sumatrapdf.install) installs only for the current user

Expected Behavior

Installing sumatrapdf.install should make sumatrapdf available for all users.

Current Behavior

Installing sumatrapdf.install makes sumatrapdf available only for the current user.

Possible Solution

Switch the installation location to %programfiles%.
Check that uninstall registry entries are in the global uninstall location, so another use could uninstall if needed.
May need to add/remove desktop/start shortcuts, all users vs single user

References:

sumatrapdfreader/sumatrapdf#1794
sumatrapdfreader/sumatrapdf#1643
https://forum.sumatrapdfreader.org/t/sumatrapdf-v3-2-system-wide-installer-all-users/2809

(win-acme) Support installing plugins

Expected Behavior

It would be good if the win-acme package would support having plugins installed.

Possible Solution

The install location may need to be moved to a folder under Get-ToolsLocation

Context

N/A

(elgato-game-capture) does not uninstall silently

Expected Behavior

choco uninstall elgato-game-capture pops up a message box.

Current Behavior

choco uninstall elgato-game-capture works unattended

Possible Solution

  1. Wait for Elgato to fix the silent switch on their uninstaller (Contacted 2020-12-07)
  2. Use Autohotkey to click the message box

Don't set deprecated M2_HOME

M2 was an environment setting pointing to the installation directory of Maven. However, the scripts have been improved and are able to discover to pick it up themselves. The only requirement is that mvn.cmd is available on the PATH.
In case of multiple Maven installations on the path it could lead to issues like https://stackoverflow.com/questions/11118237/maven-error-could-not-find-or-load-main-class-org-codehaus-plexus-classworlds-l/15236910

Setting the M2_HOME has been removed a long time ago from https://maven.apache.org/install.html

(sumatrapdf.install) /NoDesktop feature isn't working with a normal install

Expected Behavior

Using /NoDesktop should remove the desktop shortcut.

Current Behavior

Using /NoDesktop does not remove the desktop shortcut.

choco install --force sumatrapdf.install --package-parameters='/NoDesktop'
Chocolatey v1.1.0
Installing the following packages:
sumatrapdf.install
By installing, you accept licenses for the packages.
sumatrapdf.install v3.4.6 already installed. Forcing reinstall of version '3.4.6'.
 Please use upgrade if you meant to upgrade to a new version.
Progress: Downloading sumatrapdf.install 3.4.6... 100%

sumatrapdf.install v3.4.6 (forced) [Approved]
sumatrapdf.install package files install completed. Performing other installation steps.
Installing SumatraPDF system wide for all users
To revert back to a single user install, use --package-parameters='"/UserLevelInstall"'
Installing 64-bit sumatrapdf.install...
sumatrapdf.install has been installed.
Did not find  C:\Users\T\Desktop\SumatraPDF.lnk

Possible Solution

Remove the shortcut from C:\Users\Public\Desktop

Steps to Reproduce

  1. choco install sumatrapdf.install --package-parameters='/NoDesktop'

Your Environment

  • Package Version used: 3.4.6
  • Operating System and version: Win 11
  • Chocolatey version: 1.1.0
  • Install/uninstall gist (optional) :

(4k download) add .portable versions

For the 4k download packages, there are also portable zip bundles available.

For each package:

  1. Add a .portable version
  2. Move the current package id to .install

Packages:

  • 4k-stogram
  • 4k-video-downloader
  • 4k-youtube-to-mp3
  • 4k-video-to-mp3
  • 4k-slideshow-maker
  • 4k-tokkit

(all) Switch from Get-ChildItem to an explicit Join-Path

Switch all packages that use Get-Childitem to get an embedded file to instead use a Join-Path and an explicit filename.

Prevents issues if multiple files are found.

Packages:

  • wsus-offline-update
  • winmd
  • winbtrfs
  • sumatrapdf.install
  • pcsx2.portable
  • pcsx2
  • open-shell
  • innoextract
  • iceweasel
  • icecat
  • fastest-mouse-clicker
  • dosbox
  • bibletime

(pcsx2) add AHK script for 1.6.0 and move to .install

The installer for pcsx2 version 1.6.0 does not install silently.
It has been fixed in the latest master, however as releases are very infrequent, having 1.6.0 available would be good.

My thought is to add an AHK script to install it as a workaround.

  • Create autohotkey script for installer
  • Make .install
  • Move standard package to virtual once .install is approved

(all) Missing/Incorrect installation location

Packages without installation location detected:

  • 4k-slideshow-maker (software authors emailed 2021-04-08) (Fixed by software authors in version 2.0.0)
  • anydesk.install
  • anydesk.portable
  • bibletime
  • dosbox
  • elgato-game-capture
  • maven
  • nextcloud-client
  • open-shell
  • openlp
  • pcsx2.portable
  • vikunja-desktop
  • reflect-free

Purely portable packages without install scripts:

  • balcon
  • iperf2
  • sumatrapdf.portable

Packages with incorrect installation location detected:

  • dolphin
  • dolphin-dev

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.