I’m bored and want to practice my Rust skills. I am the creator of open-tv. If you have any idea for a linux desktop app, even if it seems quite complex, I will take it.

  • @[email protected]
    link
    fedilink
    661 month ago

    An app that tracks how much time you spend using each app. Locally obviously. I want this information so I can see how much I should donate to each project each quarter.

    • JustEnoughDucks
      link
      fedilink
      181 month ago

      This. This is a hole in the market I think.

      Windows used to have a similar hidden feature that my friend used all the time to tracking his work projects, but they removed it some time ago.

      This is a good idea. It could even be later expanded to a sort of “digital wellbeing” type use case with time limits or reminders on certain apps, etc…

    • Para_lyzed
      link
      51 month ago

      This is a very interesting concept, and I would also like it. Would this even be possible on Wayland though? I know it should be possible on X11, but I’m unsure if the Wayland isolation would entirely prevent a usage tracking program like this from seeing what the focused window is, or seeing the total time a process has spent in the background (depending on what type of usage is being tracked).

    • @pyt0xic
      link
      Afrikaans
      31 month ago

      I’m attempting to implement this a Hyprland plugin, I could adapt it to work with all Wayland based compositiors/DE’s fairly easily. It just provides the stats using a CLI command, I’m not a UI dev xD

  • @recklessengagement
    link
    311 month ago

    Make an app that is a little ASCII potted plant in your terminal and every time you type something it waters the plant and it grows

    • @AnUnusualRelic
      link
      English
      341 month ago

      When nothing happens for too long, the plant withers and starts losing leaves. For each leaf that falls, a random file is deleted in /sbin.

      • @[email protected]
        link
        fedilink
        131 month ago

        This reminds of a stupid filesystem pet idea I had a while ago. Running as a daemon, it walks through your filesystem and sometimes leaves traces (as files), maybe you’ll find it sleeping in your downloads folder every now and then. I thought it was a cute idea, but didnt actually think about implementing it, for obvious reasons, it could go so horribly wrong 😂

        • @[email protected]
          link
          fedilink
          English
          21 month ago

          I lowkey want this, it’s like the system equivalent of the screen cat (btw does that exist but with Wayland support?)

    • @[email protected]
      link
      fedilink
      21 month ago

      I would kill for this. Trying to get logseq, or any other markdown editor to play nice with an existing obsidian vault is a nightmare. And none of them are nearly as feature complete or expandable.

        • Fonzie!
          link
          fedilink
          126 days ago

          Is this sarcasm, or did you not understand their comment?

          • @[email protected]
            link
            fedilink
            1
            edit-2
            25 days ago

            I was talking about the community extension integration, now about editors, I was easily able to switch between them. The one I was having the most difficulty with was Logseq."

      • @[email protected]
        link
        fedilink
        1
        edit-2
        24 days ago

        nope, logseq is good for canvas and new knowledge base, but doesn’t fit for the my existing datalog requirements.

        • @[email protected]
          link
          fedilink
          English
          124 days ago

          The mention of datalog confuses me. I know it as a programming language. Does it mean something else for you? And what do you mean by “canvas”? I know about painting on a canvas and similar usages as well as the verb “canvassing” for soliciting for votes.

          Anti Commercial-AI license

          • @[email protected]
            link
            fedilink
            1
            edit-2
            24 days ago

            Not the programming language, datalog here is referring to highly interlinked knowledge base,

            canvas is logseq whiteboard version of Obsidian, like for mind map or creating data flow/logic diagrams.

  • @[email protected]
    link
    fedilink
    221 month ago

    The world needs the ability to sync freetube and newpipe. It’s the missing link for both Apps, to be usable from home, to out and about

    • @FredolOP
      link
      9
      edit-2
      1 month ago

      I agree, but I think something is already in the works, I’ll check and probably make something practical to sync the two. It’s not really a new app that’s needed but a feature integrated into freetube/newpipe

    • @[email protected]
      link
      fedilink
      English
      51 month ago

      I would love a text based ActivityPub client focused on meaningful discussions: threaded view, ability to follow threads or branches, highlight posts based on keywords.

      • macniel
        link
        fedilink
        111 month ago

        I simply would like to have a non-browser based Lemmy Client. :/

          • macniel
            link
            fedilink
            51 month ago

            I stumbled upon two or so, but they were abandoned early on.

          • @[email protected]
            link
            fedilink
            21 month ago

            I’ve just tried building Thunder for desktop and it works fine so far without any tweaks nessesary. In fact I’m writing this comment using this very build.

            If there’s interest I might be looking into turning this into a proper flatpak.

            • Para_lyzed
              link
              11 month ago

              I’ve seen a few people in this sub asking for a desktop client, so it seems like something (some) people would be interested in. Maybe reach out to the Thunder devs and see if you can become an official flatpak maintainer (assuming you have flatpak experience and know what you’re getting into) if they don’t have time to maintain it themselves. You could also maybe get the “desktop” flag added to Thunder in this list if you were to do that, which would help people find it.

        • @[email protected]
          link
          fedilink
          -11 month ago

          Fragmentation of front-ends. If every dev works on a their own project, the community gets 0 quality ptoducts. If there are less projects but more devs working on them, the community gets multiple quality products. Now choose what is better

  • @[email protected]M
    link
    fedilink
    20
    edit-2
    1 month ago

    I’d like to see a simple, dependency-free, calculator app, written in Rust, using egui. All other GUI calculator apps I’ve seen so far are unnecessarily heavy, using bloated toolkits like GTK or Qt.

    This would be handy for those run a GTK/Qt-free environment, and/or those who just want a tiny calculator app (optimised for the smallest binary size) without any external dependencies. Preferably even compiled using musl, to remove any glibc dependencies - resulting in a simple, small, portable binary that can run on any distro and doesn’t even need to be installed.

    Eventually, I would like to see this idea expanded to other apps - such as a simple text editor, a simple image editor, and maybe even a simple and lightweight web browser using Servo.

    • @[email protected]
      cake
      link
      fedilink
      3
      edit-2
      1 month ago

      Jesus Christ.

      I use the calculator in Ubuntu tor very simple purposes. It was crashing on me every time I opened it.

      I tracked down why.

      It was trying to get a foreign currency exchange rate file - which I was horrified that you’d think about even having in a calculator.

      The reason that was failing? Because I had a VPN enabled.

      And it wouldn’t even fail gracefully. Nope it would poof, disappear.

      The fix is to disable vpn, and disable foreign currency in the preferences.

      I was so pissed off. And on the next upgrade the same thing happened, which I’d forgotten all about, so went through it AGAIN!

      • @[email protected]M
        link
        fedilink
        31 month ago

        This was in fact what prompted my search - the Gnome calculator is so horribly bloated, and yeah, it should have no business making network connections, at least not by default - this should be an opt-in behaviour.

    • @[email protected]
      link
      fedilink
      21 month ago

      Not to tell you you don’t need a GUI calculator program, but the only times I needed one was on screen sharing when I had to show someone else what I’m doing.

      For all other cases, python in console is the best calculator ever. You don’t need to learn Python to use it, and it’s most likely already installed in most systems that you use.

  • Xy_Lemmy
    link
    fedilink
    161 month ago

    A Linux implementation of Microsoft’s Powertoys. Having all those utility features in one app would be great.

    • @FredolOP
      link
      91 month ago

      Could be a decent idea

  • (⬤ᴥ⬤)
    link
    fedilink
    141 month ago

    a 🔥blazingly fast🔥 voxel based open world RPG with soulslike and medroidvania elements

  • @shrugal
    link
    141 month ago

    An app to manage important config and unit files (fstab, hosts, sysctl, systemd units, …), and present them as settings menu or editor with auto completion and tooltips. Kinda like how VSCode handles settings, where you can use the GUI or a context-aware text editor.

    • @[email protected]
      link
      fedilink
      51 month ago

      If you move to OpenSUSE/SUSE you have this via GUI GTK Yast apps. pretty much anything you want to adjust (kernel param, samba, add devices, alter services, etc) is available via GUI

      • @[email protected]
        link
        fedilink
        21 month ago

        Yeah, but how about Yast for all??? How about taking what Yast does, and replicating it for Debian-based or Fedora- or Arch-based distros? They all use Systemd and they are all pretty similar in everything, except the package manager, package availability, and release cycles.

        • @[email protected]
          link
          fedilink
          11 month ago

          Don’t think it would be that easy. What Yast does is creating a middle layer between the actual config files and the user. You can look at it, most (if not all) of it is stored in /etc/sysconfig. Yast generates the actual config files out of what is stored there. This can be a headache because editing the config files directly will sometimes lead to them just being overwritten bei Yast again.
          This is probably the reason why other distros don’t even want to adopt Yast, it would have to fundamentally change how it interacts with the config files.
          And the cool new thing is Cockpit anyway, even though it can do only a fraction of what Yast can last time I checked…

        • @[email protected]
          link
          fedilink
          11 month ago

          I wish it was more widespread. I have a debian server, and a NixOS machine besides my OpenSUSE machine. I miss YAST2, it makes everything so easy

  • Captain Aggravated
    link
    fedilink
    English
    121 month ago

    Idea 1

    I’ve been looking for a journal/to-do/checklist app that isn’t completely thumb chewing stupid. I’ve yet to find anything as good, flexible and feature complete as what you’d get on PalmOS devices in the early 2000s.

    I often use my journal for brainstorming and planning, and basically the best I can do is bulleted lists. I would like a checklist section that can do things like recurring tasks, one-off tasks, daily tasks, and persistent tasks. (Daily tasks: Feed cat. Each day it puts a task with that name in the Tasks window for you to check off. Persistent tasks: Fix the kitchen drawer. This same task remains in the Tasks window until it is checked off, and then stops appearing.) I would also like “take 5 loads of yard debris to the road 0/5” and be able to click to advance it to 1/5. Marry this with a journal app so that you can keep track of progress on stuff like fitness goals or whatever.

    And please. Even if it is stored as human-readable markup, please. PLEASE. Let the user edit it in rich text mode. Too many of the “journal” apps out there require you to edit in markdown mode and then you can switch to a “view” mode to see what you’ve done. Also: Don’t be that guy whose app cannot be themed. I don’t want some light mode Gnome lookin’ bullshit in the middle of my dark mode Cinnamon.

    Idea 2

    Do a fully local fitness tracker. Apple/Google/Samsung health apps are there primarily to invade your privacy and no one should ever use them. I get that this one is more useful as a mobile app running on a device with MEMS sensors, possibly rigged to a smart watch with biometric sensors, and there is no such thing operational in the GNU/Linux world, but still it might get some use.

    Idea 3

    You asked for it: Woodworking CAD. This “seems quite complex.” The best workflow I can find is in FreeCAD, which is too complex and cumbersome for the job. It’s a general purpose engineering CAD system and it’s designed to work in abstract absolutes; you can’t think in terms of “put a mortise and tenon joint here” you have to think “create a sketch on this face and constrain a rectangle to this edge with these dimensions.” And then it doesn’t give you things like automatic cut schedules, materials lists, templates. FreeCAD is allegedly extensible, it is allegedly possible to create your own workbench to add more specific features. I even tried. There is no documentation, they didn’t write down what they were doing as they were doing it, so…I’m not sure why they bother at this point.

    I’ve been interested in a CAD package that works the way a woodworker works. I’ve thought about trying to implement this in the Godot game engine, but even then the project strikes me as “monumental.”

    • @NotMyOldRedditName
      link
      1
      edit-2
      1 month ago

      How can there not be a good todo app???

      Is it just that there’s no Linux one but there is mobile?

      Maybe with Kotlin Multiplatform someone will get an existing mobile one running on Linux as that would be useful.

      I can’t imagine it’d be too hard given a todo app doesn’t need a lot of Android specific functionality. I’m in the middle of converting my app to target desktop/ios/android and its been going very well and the tooling is improving rapidly.

      That or someone might write a nice one as a starter project as Multiplatform from the start to learn it?

      • Captain Aggravated
        link
        fedilink
        English
        2
        edit-2
        1 month ago

        I’m after a thing that can work as a journaling, brainstorming and task managing tool, and I’ve yet to find the thing I’m after.

        I used to work in rapid prototyping, we offered our services to the general public, and we’d get the occasional “citizen inventor” off the street with some napkin drawings or a mockup taped together out of cardboard, they’d describe their “invention” to me, and there was nothing I could do to convince them that it wouldn’t work because it would require two solid objects to pass through each other or something else against the laws of kinematics. Your imagination allows you to think about impossible shapes. And that might be what’s happening to me, that I want software that changes what it does to match what I want it to do at the time.

        Also, just searched Mint’s software manager for “todo” and came up with this:

        TodoList: To-Do List & Tasks. Does not function without creating an account with…someone. Worthless.

        Gnome-todo Like most Gnome applications, absolutely barebones, nowhere near enough features. Is also apparently known as “Endeavour”. I’m guessing there was a backlash to giving software cute but not particularly descriptive names (like gnome’s PGP keyring tool being named Seahorse? For some reason?) and so at some point they changed the names in some but not all places so the namespaces are nasal fucked. Great, thanks Gnome.

        Getting Things GNOME! Hey, something that bears Gnome’s name that isn’t below minimum viable. Has a kind of Trello vibe, and if I were ONLY building checklists for things this might do but I"m also looking for note taking/journaling/brainstorming and this isn’t it.

        OpenToDoList Has a few of the features I’m looking for, but the UI is baby punching terrible. Lots of icons that aren’t obvious what they’re for with no tool tips and…it’s just combative, it’s trying really hard to be a pain.

        Sleek So apparently there is a thing called a “todo.txt syntax” which is a plaintext format for arranging a todo list for cyborgs, and someone wrote a baby punching terrible GUI front end for it. A note for todo list app developers: When you click the little circle to check off an item, it should become checked off, not wait until you refresh the view in some other way like change to a different tab.

        Adventure List Launches to a blank white window with a “Sign in with Google” button in the middle and no other controls. Worthless.

        That seems to be it; lots of other stuff in here that doesn’t seem relevant.

        I mentioned PalmOS I think. Old PalmOS devices came with some default organization apps like a to-do list and a notes app and a calendar/clock and a contacts list, all burned into ROM. But really it was more like different facets of the same app; you could make a to-do list and then put it in your calendar, etc. It all worked together in a surprisingly seamless way I’ve yet to find since.

        • @NotMyOldRedditName
          link
          2
          edit-2
          1 month ago

          Just saw your edit. I think I got a better idea of what you meant now with what PalmOS had. Such a shame about requiring an account to use the apps that are available. I get why they might do it if you want to share data across devices / platforms, but if you only want it locally and you’re okay with that, they should let you make that choice, especially for desktop apps.

          • Captain Aggravated
            link
            fedilink
            English
            21 month ago

            It should also be common or required practice to make note of “Google account required” or something in the app’s description.

            • @NotMyOldRedditName
              link
              21 month ago

              I’d greatly appreciate a “requires account” on app stores.

              • Captain Aggravated
                link
                fedilink
                English
                21 month ago

                Especially on something like Flathub and especially for apps that can plausibly run locally. Like, I kinda know beforehand I’ll need an account with Discord to use the Discord app, because it’s primarily for communicating with other people. But a todo app? Dafuq does that need the internet for?

        • @NotMyOldRedditName
          link
          11 month ago

          So what do you really want when you say journaling your peogess.

          Is that something like

          Recurring Fitness Run 5k 2 times a week.

          As you check it off for number one, it prompts you to leave a note about it? And maybe you can see all your notes by category or chronologically?

          Or is the journaling a completely separate thing? I can see how the two might not be done as separate things as you’re really getting into 2 wholly different apps.

          • Captain Aggravated
            link
            fedilink
            English
            21 month ago

            As I look through Flathub, maybe KOrganizer is the closest thing to what I’m looking for, although it’s got KDE’s disease of being hideously overcrowded with every possible feature.

            I think what I’m after is somewhere between KOrganizer and RedNotebook. I currently use RedNotebook to keep my journal, which in my case takes the form of talking about my day, what I did, what I’m thinking, and sometimes what I’m planning. It has no todo list functionality, but I can use it as a sort of note to self thing, it has a search function that allows me to easily look back. I almost always have it open and running on my computer.

            imagine RedNotebook, but with some todo and checklist functionality so that I get today’s page, there’s a blank page for a journal entry so I can record what I did today, and maybe a separate side pane for daily tasks, maybe several panes stacked vertically for “regularly scheduled” where daily stuff like “change cat’s water dish” or weekly stuff like “garbage day” or monthly stuff like “water bill due” could pop up, and it would serve not only as a reminder to do those things, but a record of having done them. And maybe another pane for ongoing stuff, like…say I want to list all the things I want to build in the wood shop this summer; this might not be time based but just a running checklist. It would be kind of cool to be able to look back at that and see when things were added, checked off, or removed.

            Lifeograph might be designed for this but 1. damn if I can figure out how it works and 2. it won’t stop shining bright white rectangles at me.

            • @NotMyOldRedditName
              link
              11 month ago

              Looks like Lifeograph has a 3.0 release candiate which is brand new last month. Maybe they’ve have made things simpler and added a better theme?

    • Shertson
      link
      11 month ago

      Item1: I would love something along these lines. Honestly, I wish I could configure Thunderbird to be my journal and reference my to-do items programmatically from inside journal entries.

      Similar to your wish for first class dark mode, I want light mode to also be first class. Too many apps lately have made dark mode default and the light mode is unusable.

      • Captain Aggravated
        link
        fedilink
        English
        11 month ago

        I’m starting to think, especially with high contrast and high brightness flat panels, having working light and dark modes are an accessibility feature. Apparently folks with bad astigmatism or some other such struggle with light text on a dark background? Me I’m just very light sensitive and a modern LED backlit monitor showing large areas of white is physically uncomfortable for me to look at.

        • Shertson
          link
          117 days ago

          I am one of those gifted folks that enjoy astigmatism. I have tried dark mode and dark themes many times over the years and it just doesn’t work for me. The screenshots are gorgeous tho!

  • Krafting
    link
    111 month ago

    A music player for Jellyfin (that support SyncPlay)

    • @FredolOP
      link
      3
      edit-2
      1 month ago

      doesn’t that exist already? I could swear I saw at least 2 on flathub

      • Krafting
        link
        11 month ago

        Only for movies, not for Audio only, and they mostly don’t support Sync Play (except for the official Client)

        But if I missed one feel free to send me the links!

        (I know that Finamp are working on a Desktop version though, but not out now and don’t support SyncPlay)

        • @pyt0xic
          link
          Afrikaans
          11 month ago

          Jellyfin-mpv-shim supports SyncPlay

  • danielfgom
    link
    English
    111 month ago

    Implement a wireless file transfer protocol that works with Apple’s Airdrop and Android’s Quick Share.

    In other words Airdrop for Linux that works with both iOS and Android.

    1. Create a software tool with UI that allows syncing of a phone with Linux to copy over photos, documents, music etc.

    Must work with ios and android

      • Para_lyzed
        link
        21 month ago

        LocalSend looks great, but I don’t think it captures OP’s intention. It would require someone else to download the app if they wanted to receive a file, but OP is asking for something that uses the already existing Airdrop/Quick Share so that they could send a file to someone without them having to install anything. I’ve had similar wants, as when I’ve wanted to share something with someone in public that I don’t really know, I’ve just had to upload it to send.vis.ee, but that can be quite slow and inefficient. Something leveraging both Airdrop/Quick Share (that doesn’t require you to be connected to the same WiFi network like LocalSend) would be ideal, as those are features included by default on stock iOS and Android (no install required). For instance, there was something similar called WarpShare that allowed you to share something via Airdrop from an Android device to an Apple device (but only in that direction), but its development has stalled and it isn’t capable of using Quick Share for Android devices.

      • danielfgom
        link
        English
        11 month ago

        I’ll take a look at that. Thanks

        • Kühe sind toll
          link
          fedilink
          11 month ago

          That can be true, I don’t know. Apart from that, the suggested app is exactly what Syncthing is.

          • Captain Aggravated
            link
            fedilink
            English
            11 month ago

            Oh I know, I use Syncthing on 4 devices for various things, it’s really convenient. But my understanding is that iOS is the one major platform that doesn’t run it, and the OC specifically asked for iOS compatibility. It is my understanding that iOS isn’t open enough to allow it.

      • danielfgom
        link
        English
        11 month ago

        I must try that. Thanks

  • @[email protected]
    link
    fedilink
    101 month ago

    What about a fully featured PDF tool (page deletion, blank page instertion, OCR, edition, conversion, cropping, reorientation, etc…). This is a very missing feature of the linux world, we always have to jump from one software to another. An alternative would be to build the plugins of Okular to allow to make these operations.

  • @[email protected]
    link
    fedilink
    English
    10
    edit-2
    1 month ago

    Afaik, there is no app to very easily generate GIFs.

    • select images
    • select duration
    • select quality / size
    • generate gif (avif?)

    plus:

    • optimized for smartphones

    There is switcheroo which makes image conversion easily. It converts to gif as well but only 1 image to 1 gif, not 2 images to 1 gif.

    It should be straight forward since image magick contains all neccessary commands for gif creation