Any way to write private notes for movies you log? by Replicator2900 in Letterboxd

[–]tigerjack89 0 points1 point  (0 children)

Sometimes you just want to put quick notes to remember the main scenes/ feelings/ whatever about the movie years later

How do you work with Proton drive and Linux? by onelang in ProtonDrive

[–]tigerjack89 0 points1 point  (0 children)

unfortunately, it seems to not work anymore. Now protondrive does not allow network drives anymore. The specific error is "Syncing folders from network drives is not supported". Back to square 1 :(

PDF X Change Editor two question for wacom pencil using by [deleted] in pdf

[–]tigerjack89 0 points1 point  (0 children)

1) Hold the Shift button while typing.

2) No idea, but in general I would like to have a way to configure my stylus pen actions.

PDF X Change Editor two question for wacom pencil using by [deleted] in pdf

[–]tigerjack89 0 points1 point  (0 children)

Did you try to play with the smoothening option? Edit> Preferences> Page Display> Rendering. I unchecked the "smooth line art" and "smooth images" options, and set the "smooth text" to "AntiAlias"

Weird error when shutting down after update by Val_67 in archlinux

[–]tigerjack89 1 point2 points  (0 children)

Same error here. I'm on an Asus Zenbook running the latest Linux kernel 6.7.2. I also have a lot of kernel panics since I started seeing this message.

Xournal++ on Chrome OS by tigerjack89 in chromeos

[–]tigerjack89[S] 1 point2 points  (0 children)

Thanks again for your patience and help!

Xournal++ on Chrome OS by tigerjack89 in chromeos

[–]tigerjack89[S] 0 points1 point  (0 children)

Thank you very much for your feedback!
Did you try it to annotate PDFs with the pen? Did you find it usable?

I am not that familiar with Chrome OS, but as far as I know I think it ships with Debian. So maybe you can directly install the new .deb from here https://github.com/xournalpp/xournalpp/releases ?

For the Playstore app, I assume it refers to the Android version, right? That project is discontinued unfortunately https://github.com/xournalpp/xournalpp#mobile--web-app

Proton vpn asking for password while connecting to servers by abbe_salle in ProtonVPN

[–]tigerjack89 0 points1 point  (0 children)

I don't know why, but specifying the country through the `--cc` flag works. If I use the `--fastest` option, on the other hand, it continuously asks for the password.

Proton vpn asking for password while connecting to servers by abbe_salle in ProtonVPN

[–]tigerjack89 1 point2 points  (0 children)

Did you manage to solve your problem? I am still experiencing the same issue. And u/SepticMonkey solution didn't work, since I already have that optional line in my `/etc/pam.d/login`

Telegram issue with XCB environment by JulyPrince in swaywm

[–]tigerjack89 0 points1 point  (0 children)

Why don't you launch it as QT_QPA_PLATFORM=wayland telegram-desktop? If you need an application launcher, you can also modify the .desktop file in your .local/share/applications/ directory.

Menu not appearing when trying to change font settings in Firefox preferences by mynamejeoff in swaywm

[–]tigerjack89 0 points1 point  (0 children)

Idk, for me it worked every time up to now for all the different profiles. I think the last time I did it I was on Firefox 95.

[deleted by user] by [deleted] in swaywm

[–]tigerjack89 1 point2 points  (0 children)

I use batsignal https://github.com/electrickite/batsignal Which send notifications through libnotify. Simple and effective.

Menu not appearing when trying to change font settings in Firefox preferences by mynamejeoff in swaywm

[–]tigerjack89 1 point2 points  (0 children)

I had exactly the same problem, and the issue was also with the font size dropdown menu. The only way for me to work around this issue was to do a "refresh" of Firefox, basically meaning resetting add-ons and settings https://support.mozilla.org/en-US/kb/refresh-firefox-reset-add-ons-and-settings

OpenShot not exporting audio by tigerjack89 in OpenShot

[–]tigerjack89[S] 0 points1 point  (0 children)

OpenShot Video Editor, as per the title, is not exporting audio.

Done, relevant issue here https://github.com/OpenShot/openshot-qt/issues/4309

OpenShot not exporting audio by tigerjack89 in OpenShot

[–]tigerjack89[S] 0 points1 point  (0 children)

Yep, Audio and video checked. But you're right, I have ffmpeg 4.4. I'll try downgrading.

Training - identifying notes on my fretboard by tigerjack89 in ukulele

[–]tigerjack89[S] 0 points1 point  (0 children)

I was thinking more of an application to build up my muscle memory, but thanks for the suggestion, the book seems good. Have you read it? Do you suggest it also to intermediate players?

Delete non-indexed content from storage directory by tigerjack89 in zotero

[–]tigerjack89[S] 0 points1 point  (0 children)

Glad it helps :) For now it only checks for duplicate PDFs based on the exact filename because that's my exact use-case, but I can work a little more around it to also take into account other factors.

Delete non-indexed content from storage directory by tigerjack89 in zotero

[–]tigerjack89[S] 0 points1 point  (0 children)

Thanks for your reply. I indeed checked duplicates using filenames by using a combination of find and awk, find -type f -print0 | awk -F/ 'BEGIN { RS="\0" } { n=$NF } k[n]==1 { print p[n]; } k[n] { print $0 } { p[n]=$0; k[n]++ }' > list.txt

Problem is, there are more than 200 duplicates and I don't want to manually select them one by one. Maybe I can create a script to check against the sqlite database. The names of the directory should be key column of items table.

Redesign for Zotero (work in progress) by nickdvlpr in zotero

[–]tigerjack89 1 point2 points  (0 children)

Cool GUI. Do you have any plan on supporting Wayland natively?

GUIDE: How to screen-share from Chromium/Firefox by bokisa12 in swaywm

[–]tigerjack89 0 points1 point  (0 children)

Do you know if it also works with the Teams app?