Now, to make this appear when right-clicking. Any idea how I can achieve that?

  • MonkderZweite@feddit.ch
    ·
    edit-2
    8 months ago

    Btw:

    # convince Java-Apps to use desktop theme and nice font rendering
    export _JAVA_OPTIONS="$_JAVA_OPTIONS \
    	-Dawt.useSystemAAFontSettings=on \
    	-Dswing.aatext=true \
    	-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel \
    	-Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
    
  • QuazarOmega@lemy.lol
    ·
    8 months ago

    That's neat

    make this appear when right-clicking. Any idea how I can achieve that?

    Right clicking where exactly? If you mean the desktop, then I imagine you'll likely need a GNOME Shell or Nautilus extension

    • MrOzwaldMan@lemmy.ml
      hexagon
      ·
      8 months ago

      An application and programs that use shell as their application, for example, IntelliJ IDEA use 'idea.sh' to run the IDE, so it would be useful for people to right-click and just create the '.desktop' file right away.

      • QuazarOmega@lemy.lol
        ·
        8 months ago

        Yes, but on what environment are you going going to right click in? The desktop? The file manager?
        That's what I'm asking

        • MrOzwaldMan@lemmy.ml
          hexagon
          ·
          8 months ago

          File managers, because that's where the applications are. As for desktop, I will give the option for that one or more users who do that.