Re: [Python-Help] Python 3 Segmentation Fault

2020-08-05 Thread J.Arun Mani
Hello all. I found a crazy fix to this issue. Running Python in Isolation mode raises no problem ! That is, you need to run Python like this: $ python3 -I So having the isolation mode fix the issue, what next step shall I take to make the fix permanent (I mean tweak or look at which modules, b

Python 3 Segmentation Fault

2020-08-04 Thread J.Arun Mani
Hello. I'm using Debian Testing (upgraded from Debian 10). Today I started Python 3, but it was not able to interpret any commands from stdin and resulted in Segmentation Fault. Luckily modules (python3 -m ) and files (python3 ) works fine though. Observed: $ python3 Python 3.8.3rc1 (default, A

Should I enable "testing"

2020-05-09 Thread J.Arun Mani
Hi Out of some curiosity, I enabled "testing" repo last night. So I my /etc/apt/sources.list looks like this: ``` # See https://wiki.debian.org/SourcesList for more information. deb http://deb.debian.org/debian buster main deb-src http://deb.debian.org/debian buster main deb http://deb.debian.org

Re: Unnecessary packages?

2019-10-26 Thread J.Arun Mani
Thanks for your replies. Disk usage is not an issue for me, so I may ignore them for now. J Arun Mani

Unnecessary packages?

2019-10-25 Thread J.Arun Mani
Hi. I recently installed Debain Buster GNOME Edition. I found a lot of apps which are rarely used by me. 1. Fcitx, Fcitx config - I don't what these apps do and they aren't even launching. 2. Anthy Dictionary - No use. 3. Cheese, Sound Recorder - My laptop doesn't have a camera or mic(:[). 4. Evo

Re: Blank laggy screen after splash

2019-10-12 Thread J.Arun Mani
ist, probably "Reply All". That way the > conversation will benefit others. > > On Sat, 12 Oct [2019 15](tel:201915):49:00 + > "J.Arun Mani" wrote: >> Thanks for your reply. > >> Sorry to have not mentioned the required info. I have AMD Radeon and >

Blank laggy screen after splash

2019-10-11 Thread J.Arun Mani
Hi Im using Debian 10 Buster GNOME Editon. Yesterday I met with this issue. After I boot Debian, the splash screen comes correctly, but after that it simply gets stuck (ie becones a still image) and after few minutes cursor appears at bottom. Then after few minutes the screen goes black. Thats

Blank Screen with Blinking Cursor

2019-10-10 Thread J.Arun Mani
Hi An user of Debian 10 GNOME Edition. So today I ran into a trouble. My Debian boots and after splash screen, there is a simple black screen with _ flashing at the topright corner and slowly cursor appears at downleft corner. After that nothing... what could be the issue? Thanks J Arun Mani

Minimial Live Image

2019-07-11 Thread J.Arun Mani
Hi Im planning to install Debian in my (already Linux Mint powered) laptop. But the ISO size is huge (~2.7 GB), something beyond my per-day bandwidth limit of 1.5 GB (actually 2 GB, but .5 GB is spent in other personal things). And I also found that Debian ships with a large pack of softwares a

GkSudo and Python Apt

2019-03-09 Thread J.Arun Mani
Hello. Im designing an application in Python for installing some apps. I need help in the following: 1. Whenever I open any app which needs root permissions, it shows me a popup asking password. And I have seen people refer to this GKSudo. How can I setup such one for my app? 2. Or is there a

Apt Database

2019-01-26 Thread J.Arun Mani
Hello, Im developing a small graphical-application (based on Python) which helps in user installing a software using Apt. I have been able to use Apt in Python using Subprocess module. But the problem is, whenever we are installing or doing any activity, we would like to see its progress. So I w

Making a modal window

2018-12-09 Thread J.Arun Mani
Hello, [I'M UNSURE WHETHER IT IS THE RIGHT PLACE TO ASK THIS QUESTION. IF NOT PLEASE GUIDE ME TO THE RIGHT PLACE] I'm making a project(using Python3) which opens whenever someone opens their computer (assume Linux-Debain based) and asks them some details. The user should not be allowed to use th