[Gambas-user] Making an app gtk/qt switchable

Gianluigi bagonergi at gmail.com
Sun Nov 15 10:44:07 CET 2020


Il giorno dom 15 nov 2020 alle ore 05:36 Bruce Steers <bsteers4 at gmail.com>
ha scritto:

>
> With your information I've now made an entry like this and copied it to my
> panel.
> Now i can right click the launcher and select an alt GUI :)
> Can do the same for my app too :)
> Cheers
> ...
>

Hi BruceS,

thanks, in my Ubuntu i had to change it like this:

[Desktop Entry]
Name=Gambas3
Exec=gambas3
GenericName=Gambas3
Comment=Gambas3 Integrated Development Environment
Icon=/usr/share/icons/hicolor/256x256/apps/gambas3.png
Terminal=false
Type=Application
Categories=Development;IDE;
StartupNotify=true
Actions=QT5;GTK3

[Desktop Action QT5]
Name=GB_GUI QT5
Exec=env GB_GUI=gb.qt5 gambas3

[Desktop Action GTK3]
Name=GB_GUI GTK3
Exec=env GB_GUI=gb.gtk3 gambas3

Do you know how to change the "senza nome" ("nameless") words (see attached
image)?

Regards
Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20201115/2e98c728/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gtk-qt.png
Type: image/png
Size: 69389 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20201115/2e98c728/attachment-0001.png>


More information about the User mailing list