MrOzwaldMan

joined 3 years ago
[–] MrOzwaldMan@lemmy.ml 3 points 1 year ago

I wonder what red bathrooms would look like.

[–] MrOzwaldMan@lemmy.ml 1 points 1 year ago

thanks for giving me apple updates, i will not buy it, but they're innovation is interesting

[–] MrOzwaldMan@lemmy.ml 5 points 1 year ago (1 children)

They likely were making the operating systems while balancing their job to cover expenses like rent and food.

[–] MrOzwaldMan@lemmy.ml 5 points 2 years ago

ohh my apologies, i will upload later, just need that mnmo action feature and it's straight to github

[–] MrOzwaldMan@lemmy.ml 1 points 2 years ago (2 children)

No links, it's an app I created so... yeah.

[–] MrOzwaldMan@lemmy.ml 4 points 2 years ago (1 children)

Damn, i didn't know this existed. Welp, at least I know how to manipulate the system from code.

[–] MrOzwaldMan@lemmy.ml 1 points 2 years ago (3 children)

Im using JavaFX, i forgot to type that in the title.

If it still doesn't work, i may have to just CSS or show the devs my work and they'll implement my work in their own way.

[–] MrOzwaldMan@lemmy.ml 2 points 2 years ago (2 children)

Hmm, why the bold?

to distinguish the quote from my reply

Maybe try https://stackoverflow.com/questions/47235022/add-a-custom-option-in-nautilus-right-click-menu ?

Will do, i'll reply if it'll work or not.

What did you put in the .desktop file?

I put the following:-

[Desktop Entry]
Name=IntelliJ Idea
Comment=IDE
Exec=/home/user/Programs/IntelliJ\ Idea/bin/idea.sh
Icon=/home/user/Programs/IntelliJ Idea/bin/idea.svg
Type=Application
Categories=Development;

basically

[Desktop Entry]
Name=<Name that will be seen in the start menu for whatever DE>
Comment=<Just write anything here>
Exec=<Your executable or shell application location goes here>
Icon=<Any icon you want to use>
Type=Application <this is default, no change here>
Categories=Development; <There are many categories, they go here>

For 'Exec' and 'Icon', type the absolute path for both em like the example. As for categories, here they are below:

  • Audio
  • Video
  • Development
  • Education
  • Game
  • Graphics
  • Network
  • Office
  • Science
  • Settings
  • System
  • Utility
  • Other
[–] MrOzwaldMan@lemmy.ml 2 points 2 years ago (1 children)

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.

[–] MrOzwaldMan@lemmy.ml 1 points 2 years ago (6 children)

How do I integrate gtk and qt, so both GNOME and KDE users can use this?

[–] MrOzwaldMan@lemmy.ml 1 points 2 years ago

Great! This is going to be my first time doing this, hopefully this comes to everybody's machine as default.

[–] MrOzwaldMan@lemmy.ml 4 points 2 years ago (4 children)

I’d recommend converting to Kotlin, which saves a lot on bureaucracy and IntelliJ can easily do

I'd love to, but my mind, time, and energy is being spent on other studies.

https://askubuntu.com/questions/431703/how-to-add-open-with-custom-command-option-in-right-click-menu-of-nautilus might have what you want

Didn't work, no new option appears after following the steps.

Also, how’d you get the IntelliJ titlebar to work properly? In the new theme, I get two title bars on my machine.

Easy, I made a .desktop file for IntelliJ and boom, no double title bars.

view more: ‹ prev next ›