Page 6 of 22

Re: mxfb-2025 development ideas

Posted: Thu Sep 12, 2024 12:16 pm
by siamhie
Jerry3904 wrote: Tue Sep 10, 2024 1:25 pm As I posted earlier, you are quoting from the "Menu" subfolder. But that menu is generated (and re-generated) by a pretty complicated script from PPC that is not going to get changed this week--at least not by me.

That's OK then. I can always setup my dual submenu.

Image

Re: mxfb-2025 development ideas

Posted: Thu Sep 12, 2024 7:18 pm
by dolphin_oracle
on the control+q for quickshot is that going to break using control q to quit applications?

Code: Select all

Ctrl Print :Exec mxfb-quickshot_delay
Ctrl q :Exec mxfb-quickshot_delay 
am I missing someting or is this the same action defined to 2 key combos?

Re: mxfb-2025 development ideas

Posted: Thu Sep 12, 2024 7:44 pm
by dolphin_oracle
dolphin_oracle wrote: Thu Sep 12, 2024 7:18 pm on the control+q for quickshot is that going to break using control q to quit applications?

Code: Select all

Ctrl Print :Exec mxfb-quickshot_delay
Ctrl q :Exec mxfb-quickshot_delay 
am I missing someting or is this the same action defined to 2 key combos?
answer: control q breaks the shortcut for exiting an application in applications. I don't think that should be a key combo that is pre-defined.

Re: mxfb-2025 development ideas

Posted: Thu Sep 12, 2024 7:46 pm
by Jerry3904
Thanks. I've never used Ctrl+q myself so didn't see the conflict. We can switch to Ctrl+Alt+q (it's only there for keyboards without a dedicated Print key). Do you want to make the change or shall I redo it from below?

Re: mxfb-2025 development ideas

Posted: Thu Sep 12, 2024 7:51 pm
by dolphin_oracle
Jerry3904 wrote: Thu Sep 12, 2024 7:46 pm Thanks. I've never used Ctrl+q myself so didn't see the conflict. We can switch to Ctrl+Alt+q (it's only there for keyboards without a dedicated Print key). Do you want to make the change or shall I redo it from below?
I'll make it. I'm in the git now anyway

Re: mxfb-2025 development ideas

Posted: Thu Sep 12, 2024 7:56 pm
by dolphin_oracle
the quickshot_delay script needed made executable. I got it.

Re: mxfb-2025 development ideas

Posted: Thu Sep 12, 2024 8:06 pm
by Jerry3904
Thanks again!

Re: mxfb-2025 development ideas

Posted: Thu Sep 12, 2024 8:06 pm
by dolphin_oracle
Jerry3904 wrote: Thu Sep 12, 2024 8:06 pm Thanks again!
no problemo. all sent to tim.

Re: mxfb-2025 development ideas

Posted: Fri Sep 13, 2024 12:50 am
by i_ri
hello
sample-data, fallback DELAY

Code: Select all

WAIT=$(gettext 'Wait ... ')
SUCCESS=$(gettext 'Success!')

source $HOME/.config/MX-Linux/mxfb-quickshot.conf
: ${DELAY:=sleep 12s}

/usr/bin/notify-send -i /usr/share/icons/Papirus/24x24/devices/camera.svg -t 6000 "$WAIT" && ${DELAY}

mxfb-quickshot -r -png

exit 0

Re: mxfb-2025 development ideas

Posted: Fri Sep 13, 2024 10:00 am
by siamhie
Got the updates this morning for quickshot delay but there's no config file (to set a time) or key binding.
How do we go about setting that up?

Code: Select all

nala history info 22
================================================================================
 Upgraded                                                                       
================================================================================
  Package:                  Old Version:      New Version:               Size:  
  lo-main-helper            24.09.01mx23      24.09.02mx23               10 KB  
  mx-fluxbox                24.08.01mx23      24.09.01mx23                7 KB  
  mx-fluxbox-data           24.08.01mx23      24.09.01mx23              349 KB  
  mx-packageinstaller-pkg…  24.09.01mx23      24.09.02mx23              216 KB  
  mxfb-accessories          24.04.01mx23      24.09.01mx23              233 KB  

Code: Select all

ls -l /usr/bin/mxfb-quickshot*
-rwxr-xr-x 1 root root 7212 Sep 11 16:19 /usr/bin/mxfb-quickshot
-rwxr-xr-x 1 root root  355 Sep 11 16:19 /usr/bin/mxfb-quickshot_delay