Re: RE : Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

2022-02-14 Thread Aristeidis Dimitriadis
On 12/02/2022 00:19, Dorian ROSSE wrote: This is interesting but i am in using of python for the way of dependency finaly i need to install dependency i don’t need in virtual, Regards. Dorian ROSSE. Not sure what it is your are trying to do. If you want to run a program NOT provided as an

Re: What sets QT_IM_MODULE in F33?

2021-03-26 Thread Aristeidis Dimitriadis
On 3/26/21 10:55 AM, Robert G. (Doc) Savage via users wrote: > Is there a cat | grep command (or equiv) that can recursively look for > "QT" in all files in my home directory -- including hidden files? It > would have to be able to output the full path to any files in which "QT" > is found. Unfortu

Re: vim syntax for markdown

2020-01-30 Thread Aristeidis Dimitriadis
Thanks! using the file from, vim still doesn't skip the "*" character with a "\" within a "**", or "***" block. it does skip it within "*" blocks. but i guess github is the appropriate place for reporting stuff like this. On 1/30/20 10:00 PM, Todd Zullinger wrote: > I wrote: >> You might try gr

vim syntax for markdown

2020-01-30 Thread Aristeidis Dimitriadis
Hello there! the package vim-common includes a file that defines markdown's syntax for highlighting. it can be found at /usr/share/vim/vim82/syntax/markdown.vim. however, it seems to me that there is something wrong in this file. if i write: ***Something*** and something else then "and somethin

Re: setools-console-analyses package

2019-08-06 Thread Aristeidis Dimitriadis
On 8/5/19 3:30 PM, Ed Greshko wrote: > If I were you I'd sign-up to the selinux list > (selinux-j...@lists.fedoraproject.org) and > ask there.  You'll get much more help with selinux related issues there. > Thank you. I was not aware of that list's existence. pEpkey.asc Description: applicatio

setools-console-analyses package

2019-08-05 Thread Aristeidis Dimitriadis
w is trying to use an incompatible library version. No simillar issues appear on bugzilla. Should I create one? Also, is there a way to report a bug without creating a bugzilla/fedora account? Aristeidis Dimitriadis pEpkey.asc Description: application/pgp-keys _

Re: How to request a new package.

2019-07-31 Thread Aristeidis Dimitriadis
This is not what you asked for for but it would probably be easier for you to install them through pip. Something like: $ pip install --user xlrd xlwt xlutils This way you get them directly from PyPi (faster updates) and the "--user" option means they are installed in your home folder preventing

Re: android emulator

2019-05-09 Thread Aristeidis Dimitriadis
I confirm Android Studio works fine with Fedora 30. If you are only interested in the emulator, however, you can try the command line tools (available for download from the same link). The download size is much smaller and it includes the emulator and something like a package manager for components