• 13 Posts
  • 51 Comments
Joined 1 year ago
cake
Cake day: August 8th, 2023

help-circle





  • No software is guaranteed to run on all platforms: the developers choose to make it available or not.

    I did some quick googling, and it seems fairly easy to install it:

    Use Ubuntu (if you’re not familiar with, and don’t want to be familiar with terminal basics), and install chirp from the Ubuntu App store. Snap is just a name of their package format, and their app store links to snap craft.

    If you’re not using Ubuntu, that’s your choice, you’ll either have to install snap, then do the same, but it’s more work. Or play with the terminal just a bit to follow their instructions.

    Details

    If you’re on Ubuntu or have snap installed - it’s a one click operation to install chirp: https://snapcraft.io/chirp-snap

    If you’re on another distribution by choice: https://chirp.danplanet.com/projects/chirp/wiki/ChirpOnLinux

    this page has a 3 step install for mainstream Linux distributions:

    1. Install dependencies (they’ve listed the commands)
    2. Install chirp and Python dependencies (commands provided)
    3. Run chirp







  • It is certainly useful for some use cases such as network print servers (I have a dedicated lxc container on the network to do this) and custom conversions of pages (during my digging, I learned about companies using a CUPS network printer to watermark every document being printed).

    I’m not an expert by any means: it is definitely a useful tool in certain cases, but oh man… the documentation was a bit hard to figure out for me!


  • GravelPieceOfSword@lemmy.caOPtoLinux@lemmy.mlCUPS mirror image printer setup
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    11 months ago

    Mission Accomplished! My printer driver now has a MirrorPrint Option, and selecting it enables Mirror Printing. For convenience (since I don’t see a client side option to flip mirror printing), I have a doppleganger of my regular printer, and I named it MirrorTest - screenshot below. When I need a mirror print, I just send it to the mirror printer.

    Actual Changes

    Here’s the relevant excerpt (added) in /etc/cups/ppd/MirrorTest.ppd (I added this UI option right below the Toner option). Excerpt adds a MirrorPrint Toggle (boolean) to the printer defaults setup. When enabled - the printer will print in mirror mode.

    *%=== Mirror Printing ================================
    *OpenGroup: General
    *OpenUI *MirrorPrint/Mirror Print: Boolean
    *OrderDependency: 110 AnySetup *MirrorPrint
    *DefaultMirrorPrint: True
    *MirrorPrint True/MirrorPrint: "<>setpagedevice"
    *MirrorPrint False/Normal: ""
    *CloseUI: *MirrorPrint
    

    For further convenience (making sure that a new printer installation didn’t mess up my custom changes, I also updated the relevant ppd file in /usr/share/cups/model/. Whenever you add a new printer - CUPS will use the corresponding model ppd as a base, and it will apply any settings changes from configuring default to the copied ppd file in /etc/cups/ppd/your_printer.ppd.

    Hope this helps if someone else is also looking to do something similar!







  • You’re fine.

    Most distributions/derivative distributions are fine for very long periods.

    It’s just that when the base distribution itself (Debian, Fedora in your case, Opensuse, etc) are themselves nicely customized out of the box to address user concerns, that’s a very attractive prospect to long time users like myself.

    Debian has a lot of history and stability, so if I can use it for myself, family, friends without an additional layer or more of other parties, that’s very appealing.


  • I have Nixos on a laptop, and have a love//hate relationship with it.

    I love the customizability and declarative setup.

    I hate the number of times I’ve sunk down rabbitholes trying to set specific things up on it.

    The updates being done via switch are a bit inconvenient, but cool enough.

    The fact that I can’t customize everything, particularly on kde, is slightly sad.

    All in all, I really like it, but wouldn’t recommend it for my less technical friends, who I’d normally install Ubuntu for. This has gone up my list, close to Opensuse slowroll and Linux mint Debian edition now.