Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] minigalaxy: /share/minigalaxy/ui/login.ui: No such file or directory
@ 2020-04-26 10:05 anjandev
  2020-04-26 15:05 ` not-chicken
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: anjandev @ 2020-04-26 10:05 UTC (permalink / raw)
  To: ml

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

New issue by anjandev on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
```
[anjan@navi:~]$ xuname 
Void 5.4.33_2 x86_64 AuthenticAMD notuptodate rFFFF 
```
* package:  
  * minigalaxy-0.9.4_1

### Expected behavior
launching minigalaxy launches minigalaxy.

### Actual behavior

I get the following output:

```
Traceback (most recent call last):
  File "/bin/minigalaxy", line 66, in <module>
    main()
  File "/bin/minigalaxy", line 57, in main
    from minigalaxy.ui import Window
  File "/usr/lib/python3.8/site-packages/minigalaxy/ui/__init__.py", line 2, in <module>
    from minigalaxy.ui.window import Window
  File "/usr/lib/python3.8/site-packages/minigalaxy/ui/window.py", line 5, in <module>
    from minigalaxy.ui.login import Login
  File "/usr/lib/python3.8/site-packages/minigalaxy/ui/login.py", line 13, in <module>
    class Login(Gtk.Dialog):
  File "/usr/lib/python3.8/site-packages/gi/_gtktemplate.py", line 226, in __call__
    bytes_ = GLib.Bytes.new(file_.load_contents()[1])
gi.repository.GLib.Error: g-io-error-quark: Error opening file /share/minigalaxy/ui/login.ui: No such file or directory (
```

### Steps to reproduce the behavior
Try to launch minigalaxy.


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

* Re: minigalaxy: /share/minigalaxy/ui/login.ui: No such file or directory
  2020-04-26 10:05 [ISSUE] minigalaxy: /share/minigalaxy/ui/login.ui: No such file or directory anjandev
@ 2020-04-26 15:05 ` not-chicken
  2020-05-02 11:22 ` sgn
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: not-chicken @ 2020-04-26 15:05 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/issues/21347#issuecomment-619566678

Comment:
Weird. I wasn't able to reproduce this on my main PC but can do on my other one. 
Check if you can launch it by
```
[~]$ /usr/bin/minigalaxy
```
It looks to me that issue is with the change in paths defined in the source by [this](https://github.com/sharkwouter/minigalaxy/commit/b0f71e5c05972314bf5a7318019e600b2b8d9daf) commit.

As far as I can tell this shouldn't be packaging related. Still I'd prefer someone with experience in python to have a look at this first before I open this issue at upstream.

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

* Re: minigalaxy: /share/minigalaxy/ui/login.ui: No such file or directory
  2020-04-26 10:05 [ISSUE] minigalaxy: /share/minigalaxy/ui/login.ui: No such file or directory anjandev
  2020-04-26 15:05 ` not-chicken
@ 2020-05-02 11:22 ` sgn
  2020-05-02 11:53 ` sgn
  2020-05-02 13:44 ` [ISSUE] [CLOSED] " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2020-05-02 11:22 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/21347#issuecomment-622938243

Comment:
Better receipt for reproducible bug:

    /bin/minigalaxy

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

* Re: minigalaxy: /share/minigalaxy/ui/login.ui: No such file or directory
  2020-04-26 10:05 [ISSUE] minigalaxy: /share/minigalaxy/ui/login.ui: No such file or directory anjandev
  2020-04-26 15:05 ` not-chicken
  2020-05-02 11:22 ` sgn
@ 2020-05-02 11:53 ` sgn
  2020-05-02 13:44 ` [ISSUE] [CLOSED] " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2020-05-02 11:53 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/21347#issuecomment-622941869

Comment:
Please test with #21554, I'll merge it in tomorrow.

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

* Re: [ISSUE] [CLOSED] minigalaxy: /share/minigalaxy/ui/login.ui: No such file or directory
  2020-04-26 10:05 [ISSUE] minigalaxy: /share/minigalaxy/ui/login.ui: No such file or directory anjandev
                   ` (2 preceding siblings ...)
  2020-05-02 11:53 ` sgn
@ 2020-05-02 13:44 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2020-05-02 13:44 UTC (permalink / raw)
  To: ml

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

Closed issue by anjandev on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
```
[anjan@navi:~]$ xuname 
Void 5.4.33_2 x86_64 AuthenticAMD notuptodate rFFFF 
```
* package:  
  * minigalaxy-0.9.4_1

### Expected behavior
launching minigalaxy launches minigalaxy.

### Actual behavior

I get the following output:

```
Traceback (most recent call last):
  File "/bin/minigalaxy", line 66, in <module>
    main()
  File "/bin/minigalaxy", line 57, in main
    from minigalaxy.ui import Window
  File "/usr/lib/python3.8/site-packages/minigalaxy/ui/__init__.py", line 2, in <module>
    from minigalaxy.ui.window import Window
  File "/usr/lib/python3.8/site-packages/minigalaxy/ui/window.py", line 5, in <module>
    from minigalaxy.ui.login import Login
  File "/usr/lib/python3.8/site-packages/minigalaxy/ui/login.py", line 13, in <module>
    class Login(Gtk.Dialog):
  File "/usr/lib/python3.8/site-packages/gi/_gtktemplate.py", line 226, in __call__
    bytes_ = GLib.Bytes.new(file_.load_contents()[1])
gi.repository.GLib.Error: g-io-error-quark: Error opening file /share/minigalaxy/ui/login.ui: No such file or directory (
```

### Steps to reproduce the behavior
Try to launch minigalaxy.


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

end of thread, other threads:[~2020-05-02 13:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-26 10:05 [ISSUE] minigalaxy: /share/minigalaxy/ui/login.ui: No such file or directory anjandev
2020-04-26 15:05 ` not-chicken
2020-05-02 11:22 ` sgn
2020-05-02 11:53 ` sgn
2020-05-02 13:44 ` [ISSUE] [CLOSED] " sgn

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).