WineGUI icon indicating copy to clipboard operation
WineGUI copied to clipboard

Create specific bottle for specific exe, extract icon, extract exe product name

Open fastrizwaan opened this issue 3 years ago • 2 comments

Hi WineGui does not keep/remember an program. It would be nice if we can select an exe and create bottle/prefix for that exe using icon from that exe and name too.

I've created one such program using zenity. But yesterday I discovered your app. Yours is indeed good looking.

Please have a look https://github.com/fastrizwaan/WineZGUI

We can use icotuils to extract icon from exe file https://github.com/fastrizwaan/WineZGUI/blob/c7f400c70840f5c7f48120a9cbfb70681e1fa9eb/bin/winezgui-create-prefix#L49-L65 exiftool to grep product name, https://github.com/fastrizwaan/WineZGUI/blob/c7f400c70840f5c7f48120a9cbfb70681e1fa9eb/bin/winezgui-create-prefix#L82

You can test this and it uses flathub's flatpak wine 7.0 (more compatible and stable than distro specific staging wine) https://github.com/fastrizwaan/flatpak-wine/issues/12#issuecomment-1140410755

fastrizwaan avatar May 29 '22 01:05 fastrizwaan

Thank you for your ticket. I'm aware that there is no app list with shortcuts. It's on the planning indeed. Past week I worked hard to implement preferences and bottle edit feature.

I think indeed the next important thing is to have an app list / shortcuts. With icons.

melroy89 avatar May 29 '22 11:05 melroy89

And regarding the wine versions. I was focusing on automating the winehq stable package install using the official winehq repository. Depending on the distro I could automate this repo install and update to the latest stable wine binary. See my gitlab.

All gitlab issues: https://gitlab.melroy.org/melroy/winegui/-/issues?sort=created_date&state=opened

melroy89 avatar May 29 '22 11:05 melroy89

Hi, I've implement many features, esp. Installer support (finds exe, after installer is run) and the backup game bundle and restore is very useful for sharing. https://github.com/fastrizwaan/WineZGUI

You can add shortcuts to prefix by using "find command" see https://github.com/fastrizwaan/WineZGUI/blob/main/resources/modules/script-get-installed-exe-files

fastrizwaan avatar Oct 10 '22 00:10 fastrizwaan

I actually implemented this feature.

But I'm using the start menu items to find installed applications. Instead of going through the whole file system.

Download the latest version here: https://gitlab.melroy.org/melroy/winegui/-/releases

It will list the applications on the right side. Including the icon.

preview

melroy89 avatar Oct 10 '22 00:10 melroy89