LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-25-2021, 09:44 PM   #1
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,587

Rep: Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917
winetricks broken for current?


So I tried to use winetricks, and when I selected "install windows component," it crashes, prints the help info, and exits. I can install things with the command line (as "winetricks verb")

Anyone else having issues? I upgraded zenity from Ponce's slackbuild.
 
Old 01-26-2021, 03:04 AM   #2
Roman Dyaba
Member
 
Registered: Sep 2020
Location: Russia, 690016 Vladivostok city, street Osipenko home 66, tel: +79247350007
Distribution: Slackware, UbuntuStudio, FreeBSD, GhostBSD
Posts: 317

Rep: Reputation: 40
Wine 6.0 RELEASE

Use Wine 6.0 RELEASE.
It compilation is trivial. "./configure && make && sudo make install "
README at https://winehq.org/

Click image for larger version

Name:	Screenshot_20210116_140203.jpg
Views:	34
Size:	126.2 KB
ID:	35377

Last edited by Roman Dyaba; 01-26-2021 at 03:59 AM. Reason: add screenshot
 
Old 01-26-2021, 07:44 AM   #3
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,587

Original Poster
Rep: Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917
I think we're talking about different things. I'm talking about this: https://github.com/Winetricks/winetricks It's a script for installing different verbs on WINE. The script works fine. It's the GUI that isn't working for me since the big current update.
 
Old 01-26-2021, 08:39 AM   #4
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Try to debug it.
 
Old 01-26-2021, 02:02 PM   #5
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,797

Rep: Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436
Just FTR and just for now, I'm experiencing the same winetricks issues even on 6.0 but I used a modded slackbuild script for both. More soon, I hope.

FWIW I think it is a QT issue since my previous wine version, 5.5, built exactly the same way for multilib, started failing on winetricks after a slackpkg upgrade where wine is blacklisted. Debugging has only hinted at QT and wine issues but I suspect the wine issues are only because of the other issues hopefully only related to one "upgrade". I have verified that my wine installs, 5.5 and 6.0, are indeed multilib but winetricks thinks the default prefix is Win64, even though both "/usr/bin/wine" and "/usr/bin/wine64" exist and work.

Last edited by enorbet; 01-26-2021 at 02:08 PM.
 
Old 01-26-2021, 10:43 PM   #6
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,267
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
The zenity issue in current affecting winetricks is discussed here: https://www.linuxquestions.org/quest...ug-4175688517/

TL;DR: nothing wrong with winetricks which uses zenity to povide a GUI. The problem is caused by kde-gtk-config package mucking up zenity.
 
1 members found this post helpful.
Old 01-26-2021, 11:18 PM   #7
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,587

Original Poster
Rep: Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917
Quote:
Originally Posted by kingbeowulf View Post
The zenity issue in current affecting winetricks is discussed here: https://www.linuxquestions.org/quest...ug-4175688517/

TL;DR: nothing wrong with winetricks which uses zenity to povide a GUI. The problem is caused by kde-gtk-config package mucking up zenity.
Huh. That would explain why rebuilding zenity didn't fix it. I'll mark this one solved, because it's not a zenity/winetricks issue. Thanks!
 
Old 01-26-2021, 11:22 PM   #8
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,267
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
NP. I spent quite a few hours going aroung in circles on that one!
 
Old 01-26-2021, 11:55 PM   #9
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,797

Rep: Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436
Now that's odd. My Winetricks GUI loads just fine and it will do some of the menued jobs. It's only when I select "Load the default WINEPREFIX" that it crashes. Hmmmm.
 
Old 01-27-2021, 05:42 PM   #10
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,267
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
yes, the GUI loads and "looks" fine. However, when you select a menu item, depeding on how that is being preocessed in the script, an extra string of text is added via kde-gtk-config that can cause issues.
 
Old 01-27-2021, 05:55 PM   #11
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,587

Original Poster
Rep: Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917
Quote:
Originally Posted by kingbeowulf View Post
NP. I spent quite a few hours going aroung in circles on that one!
Yeah, first thing I thought was that zenity needed a recompile, so I built a newer version of that against all the new libs in current. Never would've guessed it was a KDE issue, especially since I'm using xfce.
 
Old 01-28-2021, 05:57 PM   #12
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,797

Rep: Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436Reputation: 4436
OK so how do we fix "kde-gtk-config" ?
 
Old 01-30-2021, 06:21 PM   #13
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,267
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
Quote:
Originally Posted by enorbet View Post
OK so how do we fix "kde-gtk-config" ?
either patch of wait for KDE 5.21 (currently beta) since this is already fixed upstream.
 
Old 02-06-2021, 10:26 PM   #14
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,587

Original Poster
Rep: Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917
Oh heck. Thought it was fixed, but we're on 20.12.2. :/
 
Old 02-18-2021, 10:29 PM   #15
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,267
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
In the meantime, here an example to bit in a work around so that zenity can work for a case selection:
Code:
y="$(zenity --list --radiolist --width=600 --height=400 \
	  --title="Slackware64 Qemu" \
	  --column="" --column="Function" --column="Description" \
	    FALSE new "Create new BASE image from iso" \
	    FALSE base "Run BASE image" \
	    FALSE create "Create new WIP from BASE" \
	    True wip "Run Work In Progress (WIP) image" \
	    FALSE help "Help" \
	    FALSE exit "Exit" 2>/dev/null)"
# Work around for KDE Bug 431365
         x=$(echo $y | cut -d " " -f 4)
You just have to strip out the extraneous text!
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Uninstall Microsoft Data Access Components installed via winetricks jake658879 Linux - Software 6 11-25-2011 10:41 PM
LXer: New PlayOnLinux helper plugin adds winetricks integration LXer Syndicated Linux News 0 03-09-2009 09:41 AM
winetricks? Iyeru Linux - Software 4 05-30-2008 10:34 AM
LXer: Bordeaux WineTricks Manager 0.3 released LXer Syndicated Linux News 0 01-30-2008 07:50 AM
LXer: Bordeaux WineTricks GUI Manager LXer Syndicated Linux News 0 01-08-2008 02:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration