Is linux mint a fork of ubuntu?

|
# 2022-07-27 16:35:41
hello everyone
I using ebooks to reading in linux
but I want share ebooks notes to defferent device
how can i do that ?
siduck 2022-07-27 17:03:48
smol_mazunki 2022-07-27 14:01:42
not too familiar with colouring tbh

ffmpeg
-f x11grab
-framerate 60
-probesize 42M
-s “1920×1080”
-i :1
-f lavfi -i anullsrc=channel_layout=stereo:sample_rate=44100
-vf setpts=N/FR/TB
-pix_fmt yuv420p
-c:v libx264rgb -preset ultrafast -q:v 1
-threads 4
“$HOME/Videos/ffmpeg-$(date ‘+%y%m%d-%H%M-%S’).mp4”

siduck 2022-07-27 17:04:19
K11M1 2022-07-27 13:55:06
just like me and fonts 😀

fonts are easy to set, wym xD

K11M1 2022-07-27 17:04:48
siduck 2022-07-27 17:04:19
fonts are easy to set, wym xD

damn then i must be utterly stupid 😀

siduck 2022-07-27 17:06:08
K11M1 2022-07-27 17:04:48
damn then i must be utterly stupid 😀

u just need to move the font files into one of these dirs ig

~/.fonts
~/.local/share/fonts
/usr/share/fonts

K11M1 2022-07-27 17:08:48
i installed my fonts with pacman
K11M1 2022-07-27 17:08:59
siduck 2022-07-27 17:06:08
u just need to move the font files into one of these dirs ig

~/.fonts
~/.local/share/fonts
/usr/share/fonts

i am just not able to configure them

watzon 2022-07-27 17:09:18
K11M1 2022-07-27 17:08:59
i am just not able to configure them

Configure how?

K11M1 2022-07-27 17:10:48
watzon 2022-07-27 17:09:18
Configure how?

well some fonts are not ideally mapped and they display wrongly like having different heights and such

K11M1 2022-07-27 17:11:10
like prefered font, then for this unicode block use xyz
watzon 2022-07-27 17:11:18
Ahh interesting
K11M1 2022-07-27 17:11:19
emojis and cjk etc
K11M1 2022-07-27 17:12:07
linux_group-1386905.jpg
like i got rid of some fonts so it renders a bit better but still like these fonts don’t work together that well
G0712345678 2022-07-27 17:13:19
Best of chill lo-fi music
Go check it out

https://youtube.com/channel/UCxHCPtI0Jd1_RQIfrFLi5iQ

watzon 2022-07-27 17:13:58
I see what you’re saying
K11M1 2022-07-27 17:16:26
i had big problem with the P in the circle symbol… STIX math font was weird
igorbatista495 2022-07-27 17:30:23
hello, is linux mint a fork of ubuntu?
K11M1 2022-07-27 17:36:15
igorbatista495 2022-07-27 17:30:23
hello, is linux mint a fork of ubuntu?

linux mint is based on ubuntu

siduck 2022-07-27 17:42:24
K11M1 2022-07-27 17:08:59
i am just not able to configure them

you mean setting them in terminal, apps etc?

alexmb7 2022-07-27 17:44:17
K11M1 2022-07-27 17:12:07
like i got rid of some fonts so it renders a bit better but still like these fonts don’t work together that well

try ‘unifont’

smol_mazunki 2022-07-27 18:07:40
siduck 2022-07-27 17:03:48
ffmpeg
-f x11grab
-framerate 60
-probesize 42M
-s “1920×1080”
-i :1
-f lavfi -i anullsrc=channel_layout=stereo:sample_rate=44100
-vf setpts=N/FR/TB
-pix_fmt yuv420p
-c:v libx264rgb -preset ultrafast -q:v 1
-threads 4
“$HOME/Videos/ffmpeg-$(date ‘+%y%m%d-%H%M-%S’).mp4”

that’s a weird time format

smol_mazunki 2022-07-27 18:08:53
“${XDG_VIDEOS_DIR:-${HOME?}/Videos}/ffmpeg/$(date +’%F-%T’).mp4”
alexmb7 2022-07-27 18:10:23
%F+%T%z or Z
alexmb7 2022-07-27 18:19:55
some refreshes every sec in background one spawn etc leet
alexmb7 2022-07-27 18:19:59
timestamp
smol_mazunki 2022-07-27 18:20:04
i used to
alexmb7 2022-07-27 18:20:06
for history and info
smol_mazunki 2022-07-27 18:20:07
see some people use it
smol_mazunki 2022-07-27 18:20:08
idk idc
alexmb7 2022-07-27 18:20:14
yea some have
alexmb7 2022-07-27 18:20:17
ima code my own
alexmb7 2022-07-27 18:20:25
but somewhen else
smol_mazunki 2022-07-27 18:20:31
sometimes i do command; date and go to bed
smol_mazunki 2022-07-27 18:20:37
to see how long it takes to finish
alexmb7 2022-07-27 18:20:41
luul
|