Paweł activity https://gitlab.com/pktiuk 2026-01-04T11:16:50Z tag:gitlab.com,2026-01-04:4959718561 Paweł opened issue #14: [Idea] Gemepad navigation at Konstantin Müller / better-netflix 2026-01-04T11:16:50Z pktiuk Paweł tag:gitlab.com,2025-11-02:4771238391 Paweł commented on issue #452 at mission-center-devs / Mission Center 2025-11-02T17:15:54Z pktiuk Paweł

Maybe we should just open a bug report.

tag:gitlab.com,2025-11-02:4771238089 Paweł commented on issue #452 at mission-center-devs / Mission Center 2025-11-02T17:15:30Z pktiuk Paweł

I also tried to set this value but setting that does not seem to work.

$ cd /home/pawel/.var/app/io.missioncenter.MissionCenter/config
$ cat hwmon0/fan1_max 
11000
tag:gitlab.com,2025-10-11:4702900922 Paweł commented on issue #452 at mission-center-devs / Mission Center 2025-10-11T10:37:02Z pktiuk Paweł

I was not aware of this wiki, I searched only in Issues. This seems to solve my problem.

Thanks

tag:gitlab.com,2025-10-11:4702900878 Paweł closed issue #452: [Feature] Remember max fan speed at mission-center-devs / Mission Center 2025-10-11T10:37:00Z pktiuk Paweł tag:gitlab.com,2025-10-10:4702127417 Paweł opened issue #452: [Feature] Remember max fan speed at mission-center-devs / Mission Center 2025-10-10T21:03:54Z pktiuk Paweł tag:gitlab.com,2025-10-06:4686479459 Paweł commented on issue #1306 at Aurora OSS / AuroraStore 2025-10-06T20:47:08Z pktiuk Paweł

I just had the same issue with the latest version 4.7.4

Unluckily, I haven't collected any logs. Next time I will try to provide them for you. Maybe this issue should be reopened

tag:gitlab.com,2025-03-09:4086449947 Paweł opened issue #15: Got Error: Argument resource may not be null at asus-linux / supergfxctl-gex 2025-03-09T16:59:53Z pktiuk Paweł

I am on Fedora 41 with Gnome 47 and I got error: Error: Argument resource may not be null

obraz

Version I used: v5.2.1 (IDK, why extension manager does not display proper version but 0)

tag:gitlab.com,2025-03-09:4086358436 Paweł commented on issue #514 at asus-linux / asusctl 2025-03-09T14:41:43Z pktiuk Paweł

I tested an arch linux with kernel from chimeraos
https://github.com/ChimeraOS/linux-chimeraos/releases/tag/v6.13.5-chos2-2

And everything worked fine in my configuration.

Relevant discord link: https://discord.com/channels/725125934759411753/1348056194014773269/1348298581840232538

tag:gitlab.com,2025-03-08:4085858952 Paweł commented on issue #514 at asus-linux / asusctl 2025-03-08T22:07:40Z pktiuk Paweł

I have also some problems with missing tablet mode.

I am on stock Fedora 41 (Gnome) with ROG Flow X13 2022 (GV301).
When I fold my laptop into tablet-like position, my keyboard and trackpad are still active.

@flukejones
If you want, I can help with testing patches which may provide this functionality.

tag:gitlab.com,2025-01-04:3929450792 Paweł opened issue #71: [Feature] Add simple option to just replace converted files in their place at Khaleel Al-Adhami / Switcheroo 2025-01-04T23:33:25Z pktiuk Paweł

As mentioned above.

This can be used in scenarios where I want to convert photos from multiple subdirectories.
Moreover, this kind of solution should also handle changing extension of file.

tag:gitlab.com,2025-01-02:3926243855 Paweł commented on issue #2905 at CalyxOS / calyxos 2025-01-02T19:36:46Z pktiuk Paweł

Maybe you should also describe handling of this kind of metadata in your user docs? https://calyxos.org/docs/guide/security/location/

tag:gitlab.com,2025-01-02:3926240873 Paweł commented on issue #2905 at CalyxOS / calyxos 2025-01-02T19:34:34Z pktiuk Paweł

Thanks, this seems to be a solution for my issue.
Big thanks for your quick answer.

tag:gitlab.com,2024-12-28:3919798213 Paweł opened issue #2905: Unable to access GPS metadata of photo, despite granted permissions at CalyxOS / calyxos 2024-12-28T23:07:54Z pktiuk Paweł

Basic info

  • Device: Pixel 6a
  • CalyxOS version: 6.2.1

Brief description of the issue

My gallery app Aves Libre cannot access the GPS metadata of images which were synchronized using syncthing (GPS metadata from photos just made with my camera work fine).

Steps to reproduce

(I think there should be a simpler way of obtaining 2 photo files with different permissions, but I am not aware o any)

  1. Properly configure aves libre to work with metadata (give permissions)
  2. Make 2 photos with GPS metadata
  3. Configure syncthing app (I use Syncthing fork ) on Android and your PC
  4. Link photo directories and wait
  5. (on linked PC) Move one photo from directory to its subdirectory (from .../DCIM/Camera to .../DCIM/Camera/Vacation) and wait for synchronization

Now the moved photo has changed ith owner from Camera to Syncthing-Fork

Expected result

Moved photo can show its metadata in gallery app.

Actual result

Photo which was moved shows value 0 in Latitude and Longitude

Screenshots (if any)

Metadata of moved file (this one was later moved back, because I thought that subdirectories were not indexed or something): obraz

Metadata of another photo: obraz

Permissions of Aves (gallery app)

obraz

Any other info

Original discussion can be found here: https://github.com/deckerst/aves/issues/1366 (I think it's worth checking)

I guess this may be caused by different owner of the file.
Because metadata is not lost. (it can be seen on my PC after dowloading this file via USB-C)

tag:gitlab.com,2024-11-19:3833380070 Paweł commented on issue #16 at Khaleel Al-Adhami / Switcheroo 2024-11-19T20:07:18Z pktiuk Paweł

@adhami3310 Sorry, maybe I was not clear enough.

simple bash script

I showed this repo as an example showing how to accomplish this goal with most of the file explorers. It could be done using simple bash script (Ubuntu wiki link ).

I mean switcheroo could just place a file with Switcheroo script in the proper location.

For example switcheroo during first execution checks whether directory ~/.local/share/nautilus/scripts exists and if yes it places switcheroo.sh in that directory.

But there is also a bit different way:

Use nautilus-python package

This is a bit less universal solution and more complicated (but it integrates better with nautilus). You could use nautilus-python to create a simple extension for nautilus. (For example, I use a script which is used for opening vscode in selected directory, or opening a selected file in code's editor )

In this case you could just place your file switcheroo.py in the directory ~/.local/share/nautilus-python/extensions

tag:gitlab.com,2024-11-16:3825962919 Paweł commented on issue #16 at Khaleel Al-Adhami / Switcheroo 2024-11-16T13:56:47Z pktiuk Paweł

@adhami3310

You could use Enhanced File Manager Actions for Linux for this purpose. Preparing one file would add compatibility with many file managers like nautilus, dolphin, nemo etc.

I think this can be reopened now 😄

tag:gitlab.com,2024-11-16:3825961556 Paweł opened issue #59: Integrate with file managers like nautilus at Romain Vigier Vigier / Metadata Cleaner 2024-11-16T13:54:19Z pktiuk Paweł

It would be incredibly useful to integrate this app with file managers like nautilus.
You could just press right button on file or selection of files and select option clear metadata to just launch this app with list of these files ready to be cleaned (or just clean them in the background Up 2 you)

many file managers already support one standard of scripts used for extending their functionalities

https://github.com/cfgnunes/nautilus-scripts

tag:gitlab.com,2024-10-03:3700100482 Paweł commented on issue #2726 at CalyxOS / calyxos 2024-10-03T16:16:53Z pktiuk Paweł

This does not seem to affect my case, because I was still able to see locations in photos with proper GPS. If this hid location metadata, then I would not be able to see it in any photo. (This problem seems to occur randomly)

But I tested it anyway. After disabling it and rebooting, I still don't see location in affected photos.

tag:gitlab.com,2024-10-02:3697591902 Paweł commented on issue #2726 at CalyxOS / calyxos 2024-10-02T22:40:33Z pktiuk Paweł

I used:

  • Aves on Android
  • File info (RMB -> Properties -> image) in Ubuntu file explorer
  • Nextcloud Memories app in web browser
tag:gitlab.com,2024-09-30:3690913697 Paweł opened issue #2726: Camera app sometimes does not save photos with GPS metadata at CalyxOS / calyxos 2024-09-30T20:05:57Z pktiuk Paweł

Basic info

  • Device: Pixel 6a
  • CalyxOS version: 5.11.0

Brief description of the issue

I have enabled embedding GPS metadata in my photos, but often my photos end up without these data embedded into them. (GPS location is always on)

Steps to reproduce

  • Enable location in phone
  • Enable GPS metadata in photos
  • Do a lot of photos in random moments during vacation

Expected result

All of the photos are geotagged (time and location of GPS measurement does not have to be precise, at least proper region should be marked)

Actual result

Some photos don't have tags

Logs (if available, they make fixing much easier)

(Logs can contain sensitive info, you can also email to [[email protected]](mailto:[email protected]) - please mention
your gitlab username and some details about the issue)

Screenshots (if any)

Insert screenshots here

Any other info

Example photo:

2024-09-28-12-23-51-025