spheras / desktopfolder

Bring your Desktop Back to Life
GNU General Public License v3.0
200 stars 40 forks source link

right click menu and animation when an app is launched #310

Open DIDIK3V1 opened 4 years ago

DIDIK3V1 commented 4 years ago

Hello, I really like this app especially since my gnome desktop seems to not be working anymore, i would like you to add three things though. Firsly I'm on pop os and with this distro when right clicking on an app there is the ability to launch the app with the dedicated graphics card, but with this app there is no contextual right click menu on an app. image Secondly when clicking on an app to launch there is no way to tell if the action has been considered by the app, adding an animation will help the user to understand that there is no need to keep clicking on the app Finaly just add the option to open system setting with a right click on an empty space of the desktop.

spheras commented 4 years ago

Hi @DIDIK3V1, thanks for commenting on those issues. Regarding the first, it is difficult for me to support all the wide Linux ecosystem. Anyway, I'm really open if anyone is interested to offer a (generic) solution to it.

Regarding the others:

DIDIK3V1 commented 4 years ago

Okay in that case can you add the possibility to add arguments when launching an app on the right click menu so I can add it manually ? (Maybe doing the same thing for right click on the desktop, the ability to launch any app we want on a right click)

ferdnyc commented 4 years ago

For 3, AFAIK there isn't a generic command, each desktop has its own settings tool. Unless maybe freedesktop standardized some D-Bus interface, but I don't think so. You'd probably have to find some way of identifying the underlying DE so you know what to launch. (Or just take the application path in a config.)

For the second request, it sounds like the app that's being launched doesn't support startup notification (or the desktop environment doesn't), normally that's how an app would communicate that it's in the process of opening. The launcher / file manager tool shouldn't have to be responsible for that. (I mean... sure, it can, but there's no way to do it in a manner that's consistent with the rest of the system.)

DIDIK3V1 commented 4 years ago

Yeah that's why you can just add the option to choose the app to launch ;) And for the animation it is just to signify that the instruction has been launched so just an animation when clicked on the app the right way (sometimes when I double click I accidentally grap the appicon so for exemple this will signify the use the command has been launched)