-
Notifications
You must be signed in to change notification settings - Fork 63
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
Update configuration of the desktop file #165
Conversation
Hey, Thanks for the contribution. I'll merge and release it tomorrow 😄!
Not as much as you'd think! "HiFi" is grammatically correct, "hifi" is just me being lazy! |
Hey, it's strange, but these changes have not been reflected in the newest release (.deb file). Does it have to be changed somewhere else or do you cache some files? |
@BlueManCZ, I blame you! (just kidding) Apparently, I'm overwriting the desktop file for the .deb (and other) version(s) specifically: https://github.com/Mastermindzh/tidal-hifi/blob/master/build/electron-builder.deb.yml#L2 My best guess is due to the required "target" field. Sorry for the inconvenience. I might be able to fix it tonight though. |
Oh. That would explain the category being still Audio, but I don't see where the Name or GenericName is being overwritten, yet it still remains tidal-hifi. |
@BlueManCZ , I expect that you have to overwrite the entire desktop file there tbh. It probably takes the default if you don't (which would be tidal-hifi). I don't use the .deb (I use the AUR) so I didn't really test either. The .desktop file from the AUR is updated correctly but it's done AFTER electron-builder touches it. I will devote some time to fix this soon :) |
* Pr dest (#166) * Update configuration of the desktop file (#165) * - Changed the category of the desktop file to AudioVideo - Changed desktop file name to "TIDAL Hi-Fi" Co-authored-by: Ivo Šmerek <[email protected]> * Redesign of the settings window * changed sass to scss, fixed color of switches and disabled rounded corners Co-authored-by: Rick van Lieshout <[email protected]>
* Update configuration of the desktop file (#165) * - Changed the category of the desktop file to AudioVideo - Changed desktop file name to "TIDAL Hi-Fi" * Redesign of the settings window (#168) * Pr dest (#166) * Update configuration of the desktop file (#165) * - Changed the category of the desktop file to AudioVideo - Changed desktop file name to "TIDAL Hi-Fi" Co-authored-by: Ivo Šmerek <[email protected]> * Redesign of the settings window * changed sass to scss, fixed color of switches and disabled rounded corners Co-authored-by: Rick van Lieshout <[email protected]> * - icon is set to new static path based on Arch/Debian - Name has changed to Tidal-Hifi Co-authored-by: Ivo Šmerek <[email protected]>
* Release of settings window and desktop file fixes (#169) * Update configuration of the desktop file (#165) * - Changed the category of the desktop file to AudioVideo - Changed desktop file name to "TIDAL Hi-Fi" * Redesign of the settings window (#168) * Pr dest (#166) * Update configuration of the desktop file (#165) * - Changed the category of the desktop file to AudioVideo - Changed desktop file name to "TIDAL Hi-Fi" Co-authored-by: Ivo Šmerek <[email protected]> * Redesign of the settings window * changed sass to scss, fixed color of switches and disabled rounded corners Co-authored-by: Rick van Lieshout <[email protected]> * - icon is set to new static path based on Arch/Debian - Name has changed to Tidal-Hifi Co-authored-by: Ivo Šmerek <[email protected]> * Disable background throttling (#171) * disable background throttling for consistent setInterval * add disable throttle as config option * 4.3.0 * Check if app is default protocol client before setting Co-authored-by: Rick van Lieshout <[email protected]> Co-authored-by: Ivo Šmerek <[email protected]> Co-authored-by: Cukmekerb <[email protected]> Co-authored-by: Brecht Yperman <[email protected]>
* Update configuration of the desktop file (#165) * - Changed the category of the desktop file to AudioVideo - Changed desktop file name to "TIDAL Hi-Fi" * Redesign of the settings window (#168) * Pr dest (#166) * Update configuration of the desktop file (#165) * - Changed the category of the desktop file to AudioVideo - Changed desktop file name to "TIDAL Hi-Fi" Co-authored-by: Ivo Šmerek <[email protected]> * Redesign of the settings window * changed sass to scss, fixed color of switches and disabled rounded corners Co-authored-by: Rick van Lieshout <[email protected]> * - icon is set to new static path based on Arch/Debian - Name has changed to Tidal-Hifi * Check if app is default protocol client before setting (#178) * Release of settings window and desktop file fixes (#169) * Update configuration of the desktop file (#165) * - Changed the category of the desktop file to AudioVideo - Changed desktop file name to "TIDAL Hi-Fi" * Redesign of the settings window (#168) * Pr dest (#166) * Update configuration of the desktop file (#165) * - Changed the category of the desktop file to AudioVideo - Changed desktop file name to "TIDAL Hi-Fi" Co-authored-by: Ivo Šmerek <[email protected]> * Redesign of the settings window * changed sass to scss, fixed color of switches and disabled rounded corners Co-authored-by: Rick van Lieshout <[email protected]> * - icon is set to new static path based on Arch/Debian - Name has changed to Tidal-Hifi Co-authored-by: Ivo Šmerek <[email protected]> * Disable background throttling (#171) * disable background throttling for consistent setInterval * add disable throttle as config option * 4.3.0 * Check if app is default protocol client before setting Co-authored-by: Rick van Lieshout <[email protected]> Co-authored-by: Ivo Šmerek <[email protected]> Co-authored-by: Cukmekerb <[email protected]> Co-authored-by: Brecht Yperman <[email protected]> * docs Co-authored-by: Ivo Šmerek <[email protected]> Co-authored-by: Brecht Yperman <[email protected]> Co-authored-by: Cukmekerb <[email protected]> Co-authored-by: Brecht Yperman <[email protected]>
Category change is based on the QA Notice from Gentoo package manager:
The desktop name change may be subjective, but application desktop names usually start with capitalized letters and divide words with spaces. Now it looks kind of weird between other applications. I thought either TIDAL, TIDAL Hi-Fi, Tidal or Tidal Hi-Fi could look nice.