Ashvith activity https://gitlab.com/Ashvith 2025-09-04T11:57:37Z tag:gitlab.com,2025-09-04:4587352967 Ashvith opened issue #493: fatal error: polkit/polkit.h: No such file or directory at CoreCtrl / CoreCtrl 2025-09-04T11:57:37Z Ashvith Ashvith tag:gitlab.com,2025-02-19:4039246695 Ashvith opened issue #377: Update zoom version to 6.x.y at Nonguix / nonguix 2025-02-19T08:30:38Z Ashvith Ashvith

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.

tag:gitlab.com,2025-01-24:3979057259 Ashvith commented on issue #219 at Nonguix / nonguix 2025-01-24T21:08:40Z Ashvith Ashvith

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
tag:gitlab.com,2025-01-12:3945365957 Ashvith commented on issue #361 at Nonguix / nonguix 2025-01-12T10:30:47Z Ashvith Ashvith

@aadcg looks like I forgot to add sudo before running reconfigure. Weird how the console logs don't match the actual problem.

tag:gitlab.com,2025-01-12:3945312339 Ashvith commented on issue #361 at Nonguix / nonguix 2025-01-12T08:43:11Z Ashvith Ashvith

I am still getting this error when trying to run guix reconfigure

tag:gitlab.com,2024-12-31:3923562855 Ashvith opened issue #477: Unable to use custom POLKIT_POLICY_INSTALL_DIR on Guix and NixOS at CoreCtrl / CoreCtrl 2024-12-31T18:07:57Z Ashvith Ashvith

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
tag:gitlab.com,2024-11-29:3858885450 Ashvith commented on issue #338 at Nonguix / nonguix 2024-11-29T21:42:51Z Ashvith Ashvith

I would appreciate having this packaged on nonguix. FerretDB isn't available, and besides, setting it up is not that convenient.

tag:gitlab.com,2024-04-18:3305256907 Ashvith opened issue #325: Firefox icon disappears on launch at Nonguix / nonguix 2024-04-18T12:39:06Z Ashvith Ashvith

Issue

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):

Screenshot_from_2024-04-18_17-31-58

Potential fix

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.

tag:gitlab.com,2023-07-22:2732015198 Ashvith commented on issue #384323 at GitLab.org / GitLab 2023-07-22T23:30:33Z Ashvith Ashvith

Closing this issue

/cc @splattael @nick_vh

tag:gitlab.com,2023-07-22:2732015123 Ashvith closed issue #384323: Chore: Fix offenses for Graphql/Descriptions manually. [invalid] at GitLab.org / GitLab 2023-07-22T23:30:18Z Ashvith Ashvith

Update: This issue is invalid, and #390186 is the follow-up that follows the new GraphQL style guide.

Problem

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.

Why?

See !105727 (comment 1203613720) and https://docs.gitlab.com/ee/development/api_graphql_styleguide.html#language-and-punctuation which discusses the why.

TLDR;

  • The motivation is consistency.
  • Use {x} of the {y} where possible, where {x} is the item you’re describing, and {y} is the resource it applies to.

Proposed solution

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.

Prior discussions

Leaving this for @splattael to fill in.

Task breakdown

  • app/graphql/mutations/boards/lists/base_update.rb (!105700)
  • app/graphql/mutations/ci/project_ci_cd_settings_update.rb (!105700)
  • app/graphql/mutations/clusters/agents/create.rb (!105700)
  • app/graphql/mutations/merge_requests/accept.rb (!105700)
  • app/graphql/mutations/notes/create/note.rb (!105700)
  • app/graphql/mutations/releases/create.rb (!105700)
  • app/graphql/resolvers/admin/analytics/usage_trends/measurements_resolver.rb (!108909)
  • app/graphql/resolvers/alert_management/alert_resolver.rb (!108909)
  • app/graphql/resolvers/concerns/issues/sort_arguments.rb (!108909)
  • app/graphql/resolvers/concerns/resolves_pipelines.rb (!108909)
  • app/graphql/resolvers/container_repositories_resolver.rb (!108909)
  • app/graphql/resolvers/design_management/design_at_version_resolver.rb (!108909)
  • app/graphql/resolvers/group_packages_resolver.rb (!108909)
  • app/graphql/resolvers/issues/base_parent_resolver.rb
  • app/graphql/resolvers/issues/base_resolver.rb
  • app/graphql/resolvers/issues_resolver.rb
  • app/graphql/resolvers/merge_requests_resolver.rb
  • app/graphql/resolvers/milestones_resolver.rb
  • app/graphql/resolvers/namespace_projects_resolver.rb
  • app/graphql/resolvers/packages_base_resolver.rb
  • app/graphql/resolvers/releases_resolver.rb
  • app/graphql/resolvers/users_resolver.rb
  • app/graphql/resolvers/work_items_resolver.rb
  • app/graphql/types/alert_management/alert_type.rb
  • app/graphql/types/award_emojis/award_emoji_type.rb
  • app/graphql/types/board_list_type.rb
  • app/graphql/types/branch_protections/base_access_level_type.rb
  • app/graphql/types/branch_rules/branch_protection_type.rb
  • app/graphql/types/ci/job_token_scope_type.rb
  • app/graphql/types/ci/pipeline_type.rb
  • app/graphql/types/ci/runner_status_enum.rb
  • app/graphql/types/ci/runner_type.rb
  • app/graphql/types/ci/runner_web_url_edge.rb
  • app/graphql/types/ci/status_action_type.rb
  • app/graphql/types/clusters/agent_token_type.rb
  • app/graphql/types/clusters/agent_type.rb
  • app/graphql/types/container_expiration_policy_type.rb
  • app/graphql/types/container_repository_tag_type.rb
  • app/graphql/types/container_repository_type.rb
  • app/graphql/types/deployment_tag_type.rb
  • app/graphql/types/design_management/design_at_version_type.rb
  • app/graphql/types/design_management/design_fields.rb
  • app/graphql/types/diff_stats_type.rb
  • app/graphql/types/event_type.rb
  • app/graphql/types/group_type.rb
  • app/graphql/types/issue_type.rb
  • app/graphql/types/issues/negated_issue_filter_input_type.rb
  • app/graphql/types/label_type.rb
  • app/graphql/types/merge_request_type.rb
  • app/graphql/types/merge_requests/interacts_with_merge_request.rb
  • app/graphql/types/milestone_sort_enum.rb
  • app/graphql/types/milestone_type.rb
  • app/graphql/types/namespace/package_settings_type.rb
  • app/graphql/types/notes/discussion_type.rb
  • app/graphql/types/notes/note_type.rb
  • app/graphql/types/notes/noteable_interface.rb
  • app/graphql/types/packages/cleanup/policy_type.rb
  • app/graphql/types/packages/package_details_type.rb
  • app/graphql/types/project_type.rb
  • app/graphql/types/projects/branch_rule_type.rb
  • app/graphql/types/release_links_type.rb
  • app/graphql/types/repository/blob_type.rb
  • app/graphql/types/snippet_type.rb
  • app/graphql/types/terraform/state_version_type.rb
  • app/graphql/types/todo_type.rb
  • app/graphql/types/todoable_interface.rb
  • app/graphql/types/user_interface.rb
  • app/graphql/types/user_merge_request_interaction_type.rb
  • ee/app/graphql/ee/types/branch_protections/base_access_level_type.rb
  • ee/app/graphql/ee/types/branch_rules/branch_protection_type.rb
  • ee/app/graphql/ee/types/issue_type.rb
  • ee/app/graphql/ee/types/merge_request_type.rb
  • ee/app/graphql/ee/types/projects/branch_rule_type.rb
  • ee/app/graphql/ee/types/user_merge_request_interaction_type.rb
  • ee/app/graphql/resolvers/epics_resolver.rb
  • ee/app/graphql/types/access_levels/user_type.rb
  • ee/app/graphql/types/boards/epic_list_type.rb
  • ee/app/graphql/types/branch_rules/approval_project_rule_type.rb
  • ee/app/graphql/types/burnup_chart_daily_totals_type.rb
  • ee/app/graphql/types/ci/namespace_ci_cd_setting_type.rb
  • ee/app/graphql/types/compliance_management/compliance_framework_input_type.rb
  • ee/app/graphql/types/compliance_management/merge_requests/compliance_violation_input_type.rb
  • ee/app/graphql/types/epic_descendant_weight_sum_type.rb
  • ee/app/graphql/types/epic_type.rb
  • ee/app/graphql/types/geo/geo_node_type.rb
  • ee/app/graphql/types/iterations/cadence_type.rb
  • ee/app/graphql/types/network_policy_type.rb
  • ee/app/graphql/types/path_lock_type.rb
  • ee/app/graphql/types/security_orchestration/group_security_policy_source_type.rb
  • ee/app/graphql/types/security_orchestration/orchestration_policy_type.rb
  • ee/app/graphql/types/vulnerability_type.rb
tag:gitlab.com,2023-07-20:2728267351 Ashvith pushed to project branch main at Ashvith / Tulu-English Dictionary Digitization 2023-07-20T16:22:20Z Ashvith Ashvith

Ashvith (937a2e7a) at 20 Jul 16:22

Add tex and generated PDF files

tag:gitlab.com,2023-07-20:2727616411 Ashvith pushed to project branch main at Ashvith / Tulu-English Dictionary Digitization 2023-07-20T12:34:02Z Ashvith Ashvith

Ashvith (9669c0e1) at 20 Jul 12:34

Add tex and generated PDF files

tag:gitlab.com,2023-07-20:2727612967 Ashvith pushed to project branch main at Ashvith / Tulu-English Dictionary Digitization 2023-07-20T12:32:48Z Ashvith Ashvith

Ashvith (d03cdaad) at 20 Jul 12:32

Add tex and generated PDF files

tag:gitlab.com,2023-07-19:2725953051 Ashvith commented on issue #384323 at GitLab.org / GitLab 2023-07-19T23:04:37Z Ashvith Ashvith

@nick_vh I would like to unassign myself from this issue.

tag:gitlab.com,2023-07-19:2725931853 Ashvith pushed to project branch main at Ashvith / Tulu-English Dictionary Digitization 2023-07-19T22:42:28Z Ashvith Ashvith

Ashvith (35c05cfd) at 19 Jul 22:42

Add PREPROCESSING.md

... and 2 more commits

tag:gitlab.com,2023-07-19:2725757405 Ashvith pushed to project branch main at Ashvith / Tulu-English Dictionary Digitization 2023-07-19T20:42:02Z Ashvith Ashvith

Ashvith (c51b20b1) at 19 Jul 20:42

Add scanned book to repository

tag:gitlab.com,2023-07-19:2725755147 Ashvith pushed to project branch main at Ashvith / Tulu-English Dictionary Digitization 2023-07-19T20:40:40Z Ashvith Ashvith

Ashvith (b2942dc8) at 19 Jul 20:40

Update README.md

tag:gitlab.com,2023-07-19:2725752690 Ashvith pushed to project branch main at Ashvith / Tulu-English Dictionary Digitization 2023-07-19T20:39:10Z Ashvith Ashvith

Ashvith (a76f9ca5) at 19 Jul 20:39

Update README.md

tag:gitlab.com,2023-07-19:2725673113 Ashvith pushed new project branch main at Ashvith / Tulu-English Dictionary Digitization 2023-07-19T19:59:50Z Ashvith Ashvith

Ashvith (e003189f) at 19 Jul 19:59

Initial commit