Zoom's current packaged is one major version behind (5.17.5), prompting the users to install the next version or use the browser-based Zoom.
Not sure if this is related, but every time when I reconfigure, I get this:
Computing Guix derivation for 'x86_64-linux'... \
substitute: looking for substitutes on 'https://substitutes.nonguix.org'... 0.0%guix substitute: error: TLS error in procedure 'write_to_session_record_port': Error in the push function.
guix system: error: `/gnu/store/m2q2pzf7lkg9wn45q86k28kd6lbddv8v-guix-command substitute' died unexpectedly
@aadcg looks like I forgot to add sudo before running reconfigure. Weird how the console logs don't match the actual problem.
I am still getting this error when trying to run guix reconfigure
In the case of Guix and NixOS, use of POLKIT_POLICY_INSTALL_DIR to override the default location fails, forcing us to make use of this patch.
diff --git a/src/helper/CMakeLists.txt b/src/helper/CMakeLists.txt
index c262086..523ea97 100644
--- a/src/helper/CMakeLists.txt
+++ b/src/helper/CMakeLists.txt
@@ -26,15 +26,7 @@ message("D-Bus files will be installed into ${DBUS_DATADIR_PREFIX_DIR}/dbus-1")
# Find polkit
pkg_check_modules(POLKIT REQUIRED polkit-gobject-1)
-execute_process(
- COMMAND pkg-config --variable=policydir polkit-gobject-1
- RESULT_VARIABLE POLKIT_POLICY_INSTALL_DIR_RESULT
- OUTPUT_VARIABLE POLKIT_POLICY_INSTALL_DIR
- OUTPUT_STRIP_TRAILING_WHITESPACE
-)
-if(NOT POLKIT_POLICY_INSTALL_DIR_RESULT EQUAL "0")
- message(FATAL_ERROR "Failed to retrieve Polkit `policydir` variable using pkg-config")
-endif()
+option(POLKIT_POLICY_INSTALL_DIR "Polkit policy directory")
list(APPEND HELPER_COMPILE_DEFINITIONS
SPDLOG_ACTIVE_LEVEL=SPDLOG_LEVEL_TRACE
I would appreciate having this packaged on nonguix. FerretDB isn't available, and besides, setting it up is not that convenient.
When Firefox is launched in Guix, the newly launched app has no icon, and also has a really weird name (firefox-default). This has something to do with the WM_Class (I am using LibreWolf as example here, but it applies to every Firefox fork):
There is a patch for the same, used by IceCat, which resolves this issue. The same can be used for Firefox to resolve this issue.
Closing this issue
/cc @splattael @nick_vh
Update: This issue is invalid, and #390186 is the follow-up that follows the new GraphQL style guide.
The cop Graphql/Descriptions can successfully detect the use of word "this". Auto-correction is currently in progress (see issue #384243). Previous offenses will have to be corrected manually.
See !105727 (comment 1203613720) and https://docs.gitlab.com/ee/development/api_graphql_styleguide.html#language-and-punctuation which discusses the why.
TLDR;
Fix the previous offenses for Graphql/Descriptions manually (about 200 offenses) so that the grammar is unaltered.
Remove the fixed files from .rubocop_todo/graphql/descriptions.yml.
Specs may also have to be work on.
Leaving this for @splattael to fill in.
Ashvith (937a2e7a) at 20 Jul 16:22
Add tex and generated PDF files
Ashvith (9669c0e1) at 20 Jul 12:34
Add tex and generated PDF files
Ashvith (d03cdaad) at 20 Jul 12:32
Add tex and generated PDF files
@nick_vh I would like to unassign myself from this issue.
Ashvith (c51b20b1) at 19 Jul 20:42
Add scanned book to repository
Ashvith (b2942dc8) at 19 Jul 20:40
Update README.md
Ashvith (a76f9ca5) at 19 Jul 20:39
Update README.md
Ashvith (e003189f) at 19 Jul 19:59
Initial commit