Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] ReText won't open after install
@ 2023-04-07 15:25 matthew-yates
  2023-04-08 12:23 ` mhmdanas
  2023-04-11 20:18 ` [ISSUE] [CLOSED] " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: matthew-yates @ 2023-04-07 15:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1035 bytes --]

New issue by matthew-yates on void-packages repository

https://github.com/void-linux/void-packages/issues/43323

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.21_1 x86_64 GenuineIntel uptodate rrFFF

### Package(s) Affected

ReText-7.2.1_3

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

ReText window should open.

### Actual behaviour

Starting retext from the command line reveals an error in:

/usr/lib/python3.11/site-packages/ReText/window.py

It states an integer is expected in line 89, but a float is there instead.  I edited line 89 from:

self.splitter.setSizes([self.width() / 5, self.width() * 4 / 5])

to:

self.splitter.setSizes([int(self.width() / 5), int(self.width() * 4 / 5)])

Not sure if that is the correct bug fix, but ReText opens as expected now after making that edit.

### Steps to reproduce

1. xbps-install ReText
2. Try to open ReText from a graphical menu and nothing happens.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ReText won't open after install
  2023-04-07 15:25 [ISSUE] ReText won't open after install matthew-yates
@ 2023-04-08 12:23 ` mhmdanas
  2023-04-11 20:18 ` [ISSUE] [CLOSED] " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-04-08 12:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/issues/43323#issuecomment-1500881022

Comment:
Confirmed, #43347 fixes this for me (fix was released in ReText 7.2.2).

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ISSUE] [CLOSED] ReText won't open after install
  2023-04-07 15:25 [ISSUE] ReText won't open after install matthew-yates
  2023-04-08 12:23 ` mhmdanas
@ 2023-04-11 20:18 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-04-11 20:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1038 bytes --]

Closed issue by matthew-yates on void-packages repository

https://github.com/void-linux/void-packages/issues/43323

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.21_1 x86_64 GenuineIntel uptodate rrFFF

### Package(s) Affected

ReText-7.2.1_3

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

ReText window should open.

### Actual behaviour

Starting retext from the command line reveals an error in:

/usr/lib/python3.11/site-packages/ReText/window.py

It states an integer is expected in line 89, but a float is there instead.  I edited line 89 from:

self.splitter.setSizes([self.width() / 5, self.width() * 4 / 5])

to:

self.splitter.setSizes([int(self.width() / 5), int(self.width() * 4 / 5)])

Not sure if that is the correct bug fix, but ReText opens as expected now after making that edit.

### Steps to reproduce

1. xbps-install ReText
2. Try to open ReText from a graphical menu and nothing happens.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-11 20:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-07 15:25 [ISSUE] ReText won't open after install matthew-yates
2023-04-08 12:23 ` mhmdanas
2023-04-11 20:18 ` [ISSUE] [CLOSED] " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).