Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
Incomprehension and Antagonism About the inertia of misguided convictions.
|
0.) Install libavif-dev
1.)
Code:
young_preacher@elysee:~/where_your/git_repos/are$ git clone https://github.com/novomesk/qt-avif-image-plugin.git
2.)
Code:
young_preacher@elysee:~/where_your/git_repos/are$ cd qt-avif-image-plugin/
3.)
Code:
young_preacher@elysee:~/where_your/git_repos/are/qt-avif-image-plugin$ ./build_libqavif_dynamic.sh
If you do not get a
Quote:
SUCCESS! in order to install libqavif.so type as root:
make install
, then do whatever is necessary before...
|
Senior Member
|
|
Views 155
Comments 0
|
|
Embedding translations in Qt-programs
Introduction
Several techniques allow the internationalization of Qt -program.
I have worked out the procedure explained on this page, to embed translations in an executable file, so that they will be immediately available without having to keep ...
|
Senior Member
|
|
Views 325
Comments 0
|
|
If you want to set a spellcheck dictionary for the running session, type
Code:
:set spellcheck.languages ['en-US']
:set spellcheck.languages ['en-US', 'de-DE']
:set spellcheck.languages ['en-US', 'de-DE', 'fr-FR']
for only one or several languages at once.
To persist these settings, open config.py and add something like:
Code:
# Spellcheck
config.set('spellcheck.languages', ["en-US", "fr-FR", "de-DE"])
Found...
|
Senior Member
|
|
Views 1317
Comments 5
|
|
The logic of ARGV and ARGF still escapes me, I am approaching perfection empirically by trial, error and surrender. Now I believe to do stuff the right way, which is highly unsatisfactory.
Today's sura goes like this:
To avoid a hanging program, when there are no data waiting at STDIN, thou shalt write
Code:
if !STDIN.tty?
# do as you must
end
tty meaning “ teletype-writer”, it stands for terminal/console/pseudo-terminal and the like....
|
Senior Member
|
|
Views 659
Comments 0
|
|
I just modified my comment to one of my own blog-entries but now feel that it is itself worth an entry.
If it sticks it may be sticky. Avoid.
This comment contained a false statement. I have to leave it here and mark it as false, because it is frequently repeated in a pseudo-scientific context, by right-wing political activists, by marketing-experts, by so-called “coaches”.
The story is that, around 1955, an American scientific formulated a hypothesis which was ...
|
Senior Member
|
|
Views 1001
Comments 4
|
All times are GMT -5. The time now is 01:24 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|