You are not logged in.
So once you have converted them all into html files via mhonarc you can batch process them via pandoc. Libre Office Writer is probably not going to make the html files look very good and even worse when exported to pdf.
This is what i did to 3 of my email files to test. Doing it single file is going to be painful if you have over 100 emails to process, maybe a shell script of some kind could be adapted ??
mhonarc -single 1.eml > 1.html
mhonarc -single 2.eml > 2.html
mhonarc -single 3.eml > 3.html
pandoc --pdf-engine=weasyprint -o file.pdf *.html
This gave me a pdf file that was fairly similar to what the html and .eml file should look like and this is those 3 emails exported to one pdf file. Their is probably more switches in pandoc that could be used to format the pdf document better. I didnt use emails with attachments so not sure about that.
Pandoc might be able to handle this in some way, not sure but worth investigating.
I did find this program which may help, a Perl mail-to-HTML converter.
https://www.mhonarc.org/ Its in debian repos under bookworm too.
https://packages.debian.org/bookworm/mhonarc
So once the emails are converted to html you could build a pdf file from them??
Altoid wrote:
As I understand it, julian-klode's point of view is clearly aligned with the Unix/Linux philosophy.
ie: doing one thing and doing it well.
So how far does this mindset go to preempt a perceived security risk, not an actual risk? Lets start ripping build features out of xorg that might seem superfluous shall we?
I dont understand the reasoning as the password manager has features that directly relate to safe password storage and usage, nothing more nothing less. And on another note, from what i can gather is there could be two packages in the pipeline, one full one minimal. So why bother when the program itself has these build options/features that have been accused of having security risks as opt in not opt out and are turned off by default. On the one hand the full keepassxc is le bad but they will still ship it but have a minimal debian built version?? It kind of reminds me of something microsoft would do.
The debian maintainer for keepassxc has decided to reduce the functionality of keepassxc in debian sid due to what he percieves as unwanted/needed security attack surface, not sure if this affects devuan ceres. In my opinion this is not warranted, the software is built to have all this functionality around it.
https://github.com/keepassxreboot/keepa … ues/10725/
tldr:
droidmonkey
@julian-klode this needs to be reverted asap. This is now our fourth bug report because of the decision to neuter the base KeePassXC package in Debian. Put the base package back where it was and create a keepassxc-minimal.
julian-klode
I'm afraid that's not going to happen. It was a mistake to ship with all plugins built by default. This will be painful for a year as users annoyingly do not read the NEWS files they should be reading but there's little that can be done about that.
It is our responsibility to our users to provide them the most secure option possible as the default. All of these features are superfluous and do not really belong in a local password database manager, these developments are all utterly misguided.
Users who need this crap can install the crappy version but obviously this increases the risk of drive-by contributor attacks.
If there is package i would keep around it would be seatd over elogind. Seatd makes it possible to run graphics/input as a non root user. How do you login to openbox, using startx? The old way of starting x without a login manager or elogind was running X as root afaik?
Edit: more info here: https://sr.ht/~kennylevinsen/seatd/
Anyone into dark ambient?
I like it to concentrate on when im doing digital art.
Songs for the Apocalypse - Cryo Chamber
https://www.youtube.com/watch?v=_x1S_dPwXnM
Do you get audio on other devices, like a speaker or plug in earphones if you have them?
Ralph i wonder if it is as simple as having this MultiProfile = multiple in the /etc/bluetooth/main.conf
Perhaps ubuntu ships with the multiple profile support and debian does not?
# Enables Multi Profile Specification support. This allows to specify if
# system supports only Multiple Profiles Single Device (MPSD) configuration
# or both Multiple Profiles Single Device (MPSD) and Multiple Profiles Multiple
# Devices (MPMD) configurations.
# Possible values: "off", "single", "multiple"
#MultiProfile = off
I had a similar issue with a xbox bluetooth gamepad and had to configure the main config file like so to keep a stable bluetooth connection.
Do note that below are my edits for the xbox gamepad and I have only copied in those edits not the entire main.conf file. It might be worth comparing the file /etc/bluetooth/main.conf from ubuntu for your bluetooth headphones and seeing if there are any differences.
# Default device class. Only the major and minor device class bits are
# considered. Defaults to '0x000000'.
#Class = 0x000100
Class = 0x000100
# Permanently enables the Fast Connectable setting for adapters that
# support it. When enabled other devices can connect faster to us,
# however the tradeoff is increased power consumptions. This feature
# will fully work only on kernel version 4.1 and newer. Defaults to
# 'false'.
#FastConnectable = false
FastConnectable = true
# - off: Local privacy disabled.
# - limited-device: Apply Limited Discoverable Mode to advertising, which
# follows the same policy as to BR/EDR that publishes the identity address when
# discoverable, and Device Privacy Mode for scanning.
#
# Defaults to "off"
#Privacy = off
Privacy = device
# Specify the policy to the JUST-WORKS repairing initiated by peer
# Possible values: "never", "confirm", "always"
# Defaults to "never"
#JustWorksRepairing = never
JustWorksRepairing = always
Might be a good idea jue-gen, make it a sticky when incidents of note arise.
Perhaps admin might sticky this one instead of having more of these threads pop up, at least until this category 5 hurricane of an exploit is fully fleshed out and realized. No disrespect siva but this is about the 5th thread on this subject.
Have you tried installing via blender method? Works for me on Daedalus.I've read the preferred way of installing blender is via blender.org not from the debian repos as blender use there own versions of python libraries. Not sure on the specifics.
Never fear! systemd-dpkgd may be on the horizon!!
fixed that for you!
Sounds like team usrmerge vs team dpkg. From what i have read the dpkg maintainers are not going to provide a patch or any kind of fix. I think team usrmerge to rethink their goals, dpkg is a core debian component and this usrmerge is breaking user space.
Quack Quack
I haven't really used the forum search function that much, but the times i have used it was ok. But in regards to 3rd party search engines, the duck (duckduckgo) is pretty good and a bit more comprehensively readable searching this way in my opinion.
For example this one line just searches dev1galaxy only, for the keyword 'boot'.
boot site:dev1galaxy.org
Only showing results from dev1galaxy.org
Or use the ducks bang feature.
!dev1galaxy boot
I dont quite understand how dpi works with wayland but when i tried sway, i put dpi at 101 and fonts looked terrible on firefox and everywhere else, more noticeably firefox though, but puting the dpi back to 96 corrected the shitty scaling. Is it a case of adjusting fonts on wayland instead to get better font readability?
It was an empty environment variable set by the fff script because im using trash-cli i left it blank but with a space. In the script it calls mkdir -p $FFF_TRASH and i suppose if left empty with a space it creates the folder every time the script is run. Sorry for the noise, solved.
I figured it out, ive recently been using this terminal file manager called fff and it is the cause somehow.
https://github.com/dylanaraps/fff
I deleted the directory and started fff up again and it creates it everytime, i only notice because i switch between fff and pcmanfm. Maybe fff needs this directory or maybe there is a bug in the script, ill have to investigate.
~ $ stat " "
File:
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: 254,0 Inode: 1049631 Links: 2
Access: (0755/drwxr-xr-x) Uid: ( 1000/ soren) Gid: ( 1000/ soren)
Access: 2023-12-19 18:56:58.967995613 +1000
Modify: 2023-12-19 18:56:58.967995613 +1000
Change: 2023-12-19 18:56:58.967995613 +1000
Birth: 2023-12-19 18:56:58.967995613 +1000
Thanks siva, ill have a look into those options, im hoping its nothing to do with malware.
aluma, its in the home folder. I deleted it and reboot today and same story. It has the same rights my user has for all files in home, that being unix file permission 755.
~ $ ls -bgiQu
1049631 drwxr-xr-x 2 soren 4.0K Dec 19 18:38 " "
A folder with no name has been appearing for the last week or so, i cant figure out why. Its just an empty directory and has no name just a few spaces for the folder name.
I delete it and reboot the next day and its back again. Just running stable Daedalus branch using sysvinit.
Must be some setting or program somewhere doing this, any ideas ?
zapper wrote:the channels mentaloutlaw and lukesmith on youtube.
If you want to find someone who is trustworthy for linux info, never trust a far right nutcase like him.
Except Luke actually includes technical, educational content in some of his videos, where the aforementioned Brodie has silly faces, hype, and clickbait.
I'll take a 'tuber with intense (but ultimately irrelevant) political leanings who knows what they're talking about over a politically "correct" one who doesn't any day of the week.
Ive learnt quite a bit from Luke, only just found out about mental outlaw. Im not aware of there political leanings nor do i care either.
Another tuber ive learnt quite a bit from is Gavin Freeborn, really good no nonsense content.
https://www.youtube.com/@GavinFreeborn
Thankyou. Im debating if i should get a Pi 4 or this Rockchip board for a media player ive been wanting to put together , think i might try the Rockchip first.
Just a query here as i was a bit stumped today when i was trying out refractainstaller base and gui. I figured out my issue with installation so just why im querying here.
On the system i snapshot i have --no-install-recommends as a flag in apt.conf.d, this is a spare computer i set up with no encryption and wanted to test refractasnapshot and installer as a backup option on the same computer but this time with encryption. So all i installed for that before the snapshot was cryptsetup and as is the case the install didnt bring in cryptsetup-initramfs due to --no-install-recommends.
The snapshot went ok and i proceeded to install on another computer, the installation went fine with refractainstaller gui and base ( i installed twice using both methods to be sure) until i tried booting and it went straight to initramfs prompt and couldnt find the luks encrypted device.
I know this is an edge case but it seems due to my error of not including cryptsetup-initramfs is the main problem in why the boot failed. Just thought maybe a little note could be used to prompt the user that cryptsetup-initramfs is not installed when using sys encryption options similar to grub-efi prompt in the refracta script both gui and cli?
Thanks