Benjamin_Loison opened issue Benjamin_Loison/linux#90 2025-09-16 21:36:56 +02:00
Disable CD slot button to avoid unwanted opening
Benjamin_Loison commented on issue Benjamin_Loison/xviewer#4 2025-09-16 19:23:08 +02:00
Clear Recents
Benjamin_Loison opened issue Benjamin_Loison/cryptpad#56 2025-09-16 10:46:24 +02:00
Click moves view, so double click may result in quite arbitrary item click
Benjamin_Loison commented on issue Benjamin_Loison/cryptpad#5 2025-09-16 10:44:16 +02:00
Track webext-signed-pages: Do not have to trust instance owner

Under normal circumstances we will only cooperate to the minimum extent which is required by a court order or judicial requisition. Under these conditions we may be obliged to share the limited…

Benjamin_Loison opened issue Benjamin_Loison/nginx#7 2025-09-10 19:47:31 +02:00
Be notified on PHP warning/error
Benjamin_Loison commented on issue Benjamin_Loison/cryptpad#12 2025-09-10 16:08:05 +02:00
Make URL contain a username

For reference: link.

Benjamin_Loison opened issue Benjamin_Loison/cryptpad#55 2025-09-10 16:01:36 +02:00
Show sizes of files without having to click *Properties*
Benjamin_Loison commented on issue Benjamin_Loison/linux#68 2025-09-10 15:19:20 +02:00
Change home folder without root access
alias to switch from disk could help, see the message:
-----BEGIN PGP MESSAGE-----

hF4DTQa9Wom5MBgSAQdAw1kRmFQiPkEouZH31SzPP+h5OG5q+99x+9xXg0yN…
Benjamin_Loison commented on issue Benjamin_Loison/PlayStore#16 2025-09-10 01:20:43 +02:00
Unable to automatically trigger updates

On Debian 13 GNOME laptop Android Studio Android 16 Play Store:

Screenshot From 2025-09-10 01-15-48.png

![Screenshot From 2025-09-10…

Benjamin_Loison commented on issue Benjamin_Loison/linux#88 2025-09-08 18:51:33 +02:00
Be notified on clipboard read or write
Bash script:
while ./clipnotify
do
    xclip -selection clipboard -out
    echo
done
Output:
ht…
Benjamin_Loison commented on issue Benjamin_Loison/linux#88 2025-09-08 18:49:00 +02:00
Be notified on clipboard read or write

-l works as wanted.

Benjamin_Loison commented on issue Benjamin_Loison/linux#88 2025-09-08 18:48:48 +02:00
Be notified on clipboard read or write

It correctly also exits if copy the same clipboard content.

Benjamin_Loison commented on issue Benjamin_Loison/linux#88 2025-09-08 18:48:19 +02:00
Be notified on clipboard read or write
./clipnotify -s clipboard

works as wanted, not stopping the program on word double clicked in the terminal.

It works fine even if the program is running in the background.

Benjamin_Loison commented on issue Benjamin_Loison/linux#88 2025-09-08 18:47:39 +02:00
Be notified on clipboard read or write

ctrl + v does not make the program exit, which is quite as wanted.

Benjamin_Loison commented on issue Benjamin_Loison/linux#88 2025-09-08 18:45:53 +02:00
Be notified on clipboard read or write
./clipnotify --help
Output:
./clipnotify: invalid option -- '-'
./clipnotify: Notify by exiting on clipboard events.

  -l    Instead of…
Benjamin_Loison commented on issue Benjamin_Loison/linux#88 2025-09-08 18:45:25 +02:00
Be notified on clipboard read or write

When double click a word in the terminal the program exits which is unwanted. It seems to also exit when ctrl + shift + c which is a wanted behavior.

Benjamin_Loison commented on issue Benjamin_Loison/linux#88 2025-09-08 18:45:10 +02:00
Be notified on clipboard read or write
make
cc   clipnotify.c -o clipnotify -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXfixes
Benjamin_Loison commented on issue Benjamin_Loison/linux#88 2025-09-08 18:30:00 +02:00
Be notified on clipboard read or write

The Unix Stack Exchange answer 723818:

clipnotify has 242 stars and last commit was 3 years ago.

[clipnotify/…