View Issue Details

IDProjectCategoryView StatusLast Update
0003409Kali LinuxGeneral Bugpublic2025-07-14 09:17
ReporterJigaBytePL Assigned Torhertzog  
PrioritynormalSeveritymajorReproducibilityN/A
Status closedResolutionno change required 
Product Version2016.1 
Summary0003409: can't read /var/mail/gi.repository (gi.repository don't exist in /var/mail/)
Description

Trying to get this done : from gi.repository import Gtk, GtkSource, Vte, GLib
Hoping it will fix nautilus. Because it freezes when trying to change application icons.
But when I try I get this message: from: can't read /var/mail/gi.repository
Then I go to the directory to see what's wrong. That's the result:
root@G751JY:/var/mail# ls -a
. .. mail
There's no gi.repository :/

Steps To Reproduce

root@G751JY:/var/mail# from gi.repository import Gtk, GtkSource, Vte, GLib
from: can't read /var/mail/gi.repository
root@G751JY:/var/mail# ls -a
. .. mail
root@G751JY:/var/mail#

Try to get something from the gi.repository.

Additional Information

/

Activities

rhertzog

rhertzog

2016-07-11 08:39

administrator   ~0005490

You are not understanding what you are doing. The "from gi.repository import Gtk, GtkSource, Vte, GLib" is python code and you run it on the shell. Don't report bugs about your own non-working tries to work around non-problems. :-|

Issue History

Date Modified Username Field Change
2016-07-11 01:14 JigaBytePL New Issue
2016-07-11 08:39 rhertzog Note Added: 0005490
2016-07-11 08:39 rhertzog Status new => closed
2016-07-11 08:39 rhertzog Assigned To => rhertzog
2016-07-11 08:39 rhertzog Resolution open => no change required
2025-07-14 09:17 g0tmi1k Priority urgent => normal