@fourier_meow: I don't even remember why that was added. I never had any issues with GNOME myself, but it's removed now.
Search Criteria
Package Details: ytmdesktop-git 2.0.2.r3.g64bcf78-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ytmdesktop-git.git (read-only, click to copy) |
---|---|
Package Base: | ytmdesktop-git |
Description: | A desktop app for YouTube Music |
Upstream URL: | https://ytmdesktop.app |
Licenses: | GPL-3.0-or-later |
Conflicts: | ytmdesktop |
Provides: | ytmdesktop |
Submitter: | garfunkel |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 8 |
Popularity: | 0.000112 |
First Submitted: | 2019-10-09 09:53 (UTC) |
Last Updated: | 2024-09-21 17:04 (UTC) |
Dependencies (13)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libnotify (libnotify-gitAUR)
- libxtst
- nss (nss-hgAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- nvmAUR (nvm-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- yarn (yarn-pnpm-corepackAUR, yarn-berryAUR, corepackerAUR) (make)
- zip (zip-natspecAUR) (make)
- libgnome-keyring (optional)
- lsb-release (optional)
Required by (0)
Sources (2)
yochananmarqos commented on 2020-10-22 04:39 (UTC)
fmeow commented on 2020-10-22 04:07 (UTC)
The ytmdesktop.desktop set the env XDG_CURRENT_DESKTOP=KDE
, which cause the ytmdesktop fail to load anything in GNOME.
Is there any specific reason to specify XDG_CURRENT_DESKTOP?
Rickinbsb commented on 2020-08-15 16:09 (UTC)
@garfunkel, don't worry, this stuff happens
garfunkel commented on 2020-08-15 16:07 (UTC)
Sorry all, I haven't had an Arch computer for a couple months, moving house/life got in the way. :(
Rickinbsb commented on 2020-07-15 15:52 (UTC) (edited on 2020-07-15 15:54 (UTC) by Rickinbsb)
As changes are only merged to master when there is a new release, I believe it makes more sense to use the development
branch here, otherwise it won't be that different from ytmdesktop
mattf commented on 2020-06-27 01:12 (UTC)
Getting this error:
(...)
Thank you for using husky!
If you rely on this package, please consider supporting our open collective:
> https://opencollective.com/husky/donate
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nodert-win10/windows.media.playback@0.2.96 (node_modules/@nodert-win10/windows.media.playback):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nodert-win10/windows.media.playback@0.2.96: wanted {"os":"win32","arch":"any"} (current: {"os":"linux","arch":"x64"})
added 1076 packages from 1040 contributors and audited 1080 packages in 255.127s
35 packages are looking for funding
run `npm fund` for details
found 81 vulnerabilities (37 low, 25 moderate, 19 high)
run `npm audit fix` to fix them, or `npm audit` for details
npm ERR! missing script: pack:x64
npm ERR! A complete log of this run can be found in:
npm ERR! /home/matheus/.npm/_logs/2020-06-27T01_03_24_501Z-debug.log
==> ERROR: A failure occurred in build().
Aborting...
Error making: ytmdesktop-git
yochananmarqos commented on 2020-06-21 02:08 (UTC) (edited on 2020-08-15 16:08 (UTC) by yochananmarqos)
I added the stable version to the AUR: ytmdesktop
.
dreieck commented on 2020-03-29 13:44 (UTC) (edited on 2020-03-29 13:50 (UTC) by dreieck)
I get the following error in build()
:
==> Updated version: ytmdesktop-git 1.9.0.2.gd378ca8-1
==> Starting build()...
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! <https://npm.community>
npm ERR! A complete log of this run can be found in:
npm ERR! [...]/npm-cache/_logs/2020-03-29T13_32_38_140Z-debug.log
==> ERROR: A failure occurred in build().
Aborting...
Btw.: Can it be that your PKGBUILD
want to download stuff during build()
? That must never happen, everything needed to build the package needs to be present before calling build()
or check()
or package()
. Use source
-array, makedepends
or, as an exception, prepare()
.
garfunkel commented on 2020-01-10 14:16 (UTC)
Build issues are now resolved.
Pinned Comments
yochananmarqos commented on 2023-08-31 17:51 (UTC) (edited on 2023-08-31 18:10 (UTC) by yochananmarqos)
PSA: This now uses electron-forge instead of electron-builder. If anyone has any ideas how to build it with the system Electron like before, let me know.