Page 20 of 20

Re: MX-21 MX-Fluxbox

Posted: Fri Dec 31, 2021 7:17 pm
by Richard
I don't see anything that I know which to change.
Where are config partners?

Re: MX-21 MX-Fluxbox

Posted: Fri Dec 31, 2021 7:49 pm
by Jerry3904
Sort of where you'd expect: .config/gsimplecal/config

Check man gsimplecal to see your options

Re: MX-21 MX-Fluxbox

Posted: Sat Jan 01, 2022 4:30 am
by ceeslans
Obviously you are running the MX21 Xfce version --> and then installed mx-fluxbox from MXPI afterwards. That's why gsimplecal and config was not installed.
As it is now, your gsimplecal is undecorated and opening centered under mouse pointer by default.

Suggest you create a "config" file in ~/.config/simplecal/ ~/.config/gsimplecal/ with below basic settings:

config

Code: Select all

    show_calendar = 1
              show_timezones = 0
              mark_today = 1
              show_week_numbers = 0
              close_on_unfocus = 0
              external_viewer = featherpad
              clock_format = %I:%M
              force_lang = 
              mainwindow_decorated = 1
              mainwindow_keep_above = 1
              mainwindow_sticky = 0
              mainwindow_skip_taskbar = 1
              mainwindow_resizable = 1
              mainwindow_position = none
              mainwindow_xoffset = 0
              mainwindow_yoffset = 0
Above 'mainwindow_decorated' and 'mainwindow_position' settings will ensure that you can drag it to where you want it - and tell fluxbox to remember its position (as described in post #187).
Change the other settings to your own preference.

Hope this helps

Re: MX-21 MX-Fluxbox

Posted: Sat Jan 01, 2022 6:40 am
by Jerry3904
Good thought.

Re: MX-21 MX-Fluxbox

Posted: Sat Jan 01, 2022 3:09 pm
by Richard
As you mentioned, there was no config file created when gsimplecal was installed?
Neither in /simplecal nor /gsimplecal?

With the slight change show below, this works perfectly.
-- Suggest you create a "config" file in ~/.config/simplecal/ with below basic settings:
+ Suggest you create a "config" file in ~/.config/gsimplecal/ with below basic settings:
And all is well.
ceeslans wrote: Sat Jan 01, 2022 4:30 am Hope this helps
You betchum, Red Ryder!
Perhaps this can be included in the bundle in MXPI.
Thanks for the guidance!

Re: MX-21 MX-Fluxbox

Posted: Sat Jan 01, 2022 3:27 pm
by ceeslans
@Richard Sorry for the typo; New Year celebrations probably proved too intense...
Anyway, pleased to see you solved the issue

Re: MX-21 MX-Fluxbox

Posted: Sat Jan 21, 2023 2:19 am
by i_ri
Hello Jerry3904
Do you have a wood-burning fireplace in your home?

shot.sh is 851bytes.

my last Quickshotshot.shscript of 4.4KiB with console fallback values
when stripped of interactive console echoes
and stripped of all gui messages
and no need of a configuration file,
change of fun changes to clean fun,
it is 1187bytes.
It silently delivers a screenshot.

Help file comprehensive ="click Quickshot Launcher." EOF.
basename command configured to -s timestamp.jpg.
console encompasses key and menu item commands.
console Usage: basename command [OPTION] [SUF]
note Usage not include input OPTION blank;
not full screen, blank is conveniently reserved for
launching the basecommand blank definition default -s.
(though note fallback console is a blank. Familiar can advantage the expected fallbacks, but You did not want to hear of console; the click Launcher gives always a screenshot. one line 36bytes amongst all this stuff.)
From console command exceeding two fields will fallback screenshot.
truqe or truqu or truq indicator in the namestamp after console use of fallback value.
bonne aventur~

Code: Select all

#!/bin/bash
## developed by tenner. download shot its shot original http://tenr.de/snippets/
display_help() {
	cat << EOF
	Usage: `basename "$0"` [clutch|grasp|-r|r|-root|root|ROOT|round|-s|s|-u|u|-U|U|WINDOW] [bmp|jfif|jpeg|jpg|pam|pbm|pgm|png|pnm|ppm|tga|tif|tiff|webp]
EOF
}
if [ $# -gt 2 ]
then
display_help
scrot `date +%Y%j%R%S`truq
exit 0
    elif [ $# -eq 0 ]
then
scrot -q 89 -s `date +%Y%j%R%S`.jpg
    exit 0
    else
	case "$1" in
		-r|r|-root|root|ROOT|round)
			OPTION=""
			;;
		grasp|-s|s)
			OPTION="-s"
			;;
		clutch|-u|u|-U|U|WINDOW)
			OPTION="-u"
			;;
		*)
            OPTION=""
            ZZZ="truqe"
            display_help
esac
	case "$2" in
		bmp)
			SUF="bmp"
			;;
		jfif)
			SUF="jfif"
			;;
		jpeg|JPEG)
			SUF="jpeg"
			;;
		jpg|JPG)
			SUF="jpg"
			;;
		pam)
			SUF="pam"
			;;
		pbm)
			SUF="pbm"
			;;
		pgm)
			SUF="pgm"
			;;
		png|PNG)
			SUF="png"
			;;
		pnm)
			SUF="pnm"
			;;
		ppm)
			SUF="ppm"
			;;
		tga)
			SUF="tga"
			;;
		tif|tiff)
			SUF="tif"
			;;
		webp)
			SUF="webp"
			;;
		*)
            SUF="jpg"
            ZZZ="truqu"
            display_help
esac
scrot --quality 89 ${OPTION} `date +%Y%j%R%S`${ZZZ}.${SUF} 
    exit 0
fi

Re: MX-21 MX-Fluxbox

Posted: Mon Jan 23, 2023 1:07 am
by i_ri
Hello Everyone
With The word numerous, combinations when writing about
Quickshot
excitedly overstated a number.
Jerry3904's latest has two options and two suffix.
four combinations. plus one default can be five combinations.
I scripted with three options and with jpg and png can be
six combinations.
Added some SUF.
Four or six Quickshot combinations are not really numerous.
The truth was stretched at the time.