Duplex Printer Problem
by Jonathan Ryshpan
Whenever I try to print from Okular, a box with this message appears:
There are conflicts in duplex settings. Do you want to fix them?
And printing is in fact funky: the options for double sided printing:
Okular->Print->Options
are strange. The option "Long Side Printing" is selected (though greyed
out); the option "Off" is selectable, but if selected, no other option
can be selected afterward. Firefox doesn't allow control of duplex
printing using its native print dialog, but duplex can be controlled
using the system dialog.
Does anyone know what's going on or how to fix it.
Printer:
HP Color Laserjet M255dw
Cups Version:
cups-2.4.2-4.fc36.x86_64
System Info:
Operating System: Fedora Linux 36
KDE Plasma Version: 5.25.4
KDE Frameworks Version: 5.97.0
Qt Version: 5.15.5
Kernel Version: 5.19.4-200.fc36.x86_64 (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-4790K CPU @ 4.00GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 4600
Manufacturer: ASUS
--
Sincerely Jonathan Ryshpan <jonrysh(a)pacbell.net>
Three percent exceeds 2 percent by 50 percent,
not by 1 percent.
--Edward Denison
4 months, 3 weeks
fstab: systemd still uses the old version
by Robert Nichols
I have added a line to /etc/fstab:
/dev/mapper/imgs /mnt/imgs ext4 noauto,noexec,nodev 0 0
I have run "systemctl daemon-reload"
After a reboot, the command "mount /mnt/imgs" still returns the message:
Mount: (hint) your fstab has been modified, but systemd still uses
the old version; use 'systemctl daemon-reload' to reload.
This is Fedora 36, fully updated. What am I missing?
--
Bob Nichols "NOSPAM" is really part of my email address.
Do NOT delete it.
4 months, 4 weeks
following thunderbird upgrade to 102, it takes over 1h of 100% CPU to
start
by Eyal Lebedinsky
f36, just updated and received thunderbird-librnp-rnp-102.2.0-1.fc36.x86_64
from thunderbird-91.12.0-1.fc36.x86_64
tb brings up the expected display but no input is accepted. The process is shown as running with 100% CPU
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
72149 eyal 20 0 4075036 772700 223612 R 100.3 2.4 5:26.57 thunderbird
It will not refresh(*) the panel and will start responding after about 1h.
[later] I see the panel was refreshed after 50m
but input was still not accepted and the display will not refresh. It resolved after 70m.
After this is seems to be OK, I can read mail etc.
To be sure, I made a copy of the profile where I deleted all the .msf files and observed the same thing.
I tried this a few times.
It is not just a one-off post-upgrade process. After it recovers and works, if I shut tb down and launch it
then it repeats the problem.
There are not too many emails here, maybe a few tens of thousand totaling just over 1GB (a few mailing lists).
My main mail client is on another machine, still running tb 91, and not showing this problem.
Searching the 'net I did not find a relevant report, where should I look?
BTW, after reading the release notes, seeing the structural changes, I wonder if it is at all possible
to downgrade to v91?
TIA
(*) "not refreshed" means the panel is not painted after minimize/restore, showing only a border.
--
Eyal Lebedinsky (fedora(a)eyal.emu.id.au)
5 months
/etc/grub2.cfg Flagged a Potenially missing
by Stephen Morris
Hi,
/etc/extlinux.conf is flagged as missing, the file is displayed in
red and the link is shown in white text on a red background. As
mentioned in another thread on this list that file actually is missing.
/etc/grub2.cfg and /etc/grub2-efi.cfg both of which point to the
same file also display the same way as /etc/extlinux.conf, but in this
case the file pointed to actually does exist, and is linking to
/boot/grub2/grub.cfg, which I regularly write to with sudo and
grub2-mkconfig, but I have also found that I need to use sudo to browse
/boot/grub2. Is it normal for links to be flagged as missing when sudo
is required to list the contents of the directory and why is sudo
required to list the contents of /boot/grub2 when I don't need sudo to
list the contents of /boot? /boot/efi seems to be in the same situation.
regards,
Steve
5 months
Changing default settings for simple GNOME apps (which changed with
latest Fedora)
by Frederic Muller
Hi!
A few basic things have changed in F36 such as terminal notification,
default text editor and more... most of it is nice to have but I really
suffer from 2 things I use plenty everyday: the (default) text editor
and the image viewer.
So I'd like to know if it's possible to just open an empty text file
with no name when launching the text editor?
Likewise I'd like to know if it's possible to have the image size in the
'footer' as it used to be rather than having to 2 times to get image
properties and have the image window size reduced by half because of
that? Also is it possible to actually open images at a specific ratio
rather than what the app has decided? I'm looking for 100% but... you
know.. is there a setting for that?
Also, and that is not new, but since I'm in default settings... can
document viewer not show the document index in a left-side panel as it
always do (and I always press F9 to close it)?
I think that'll be all for today.
Thank you.
Fred
5 months
Wacom tablet input of traditional Chinese
by Nick Urbanik
Dear Folks,
I have failed to discover documentation written in English on how to
configure Fedora with Gnome to input traditional Chinese characters
from handwriting on a Wacom tablet.
This is for my wife, who needs this type of input. I know other
methods are far faster, but this is what she wants.
Any pointers to documentation on how to get this working please?
--
Nick Urbanik http://nicku.org nicku(a)nicku.org
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24 ID: BB9D2C24
5 months
clang
by Patrick Dupre
Hello,
I can compile this code with gcc (-lm)
but not with clang
test.c:8:22: warning: implicit declaration of function 'CMPLX' is invalid in C99 [-Wimplicit-function-declaration]
double complex z = CMPLX (1., 2.) ;
^
1 warning generated.
/usr/bin/ld: /tmp/test-52cb2b.o: in function `main':
test.c:(.text+0x1b): undefined reference to `CMPLX'
clang-14: error: linker command failed with exit code 1 (use -v to see invocation)
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <complex.h>
int main () {
double complex z = CMPLX (1., 2.) ;
}
I could not find any option of clang which let me compile it without this error.
===========================================================================
Patrick DUPRÉ | | email: pdupre(a)gmx.com
Laboratoire interdisciplinaire Carnot de Bourgogne
9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
Tel: +33 (0)380395988 | | Room# D114A
===========================================================================
5 months
clang
by Patrick Dupre
Hello,
I can compile this code with gcc (-lm)
but not with clang
test.c:8:22: warning: implicit declaration of function 'CMPLX' is invalid in C99 [-Wimplicit-function-declaration]
double complex z = CMPLX (1., 2.) ;
^
1 warning generated.
/usr/bin/ld: /tmp/test-52cb2b.o: in function `main':
test.c:(.text+0x1b): undefined reference to `CMPLX'
clang-14: error: linker command failed with exit code 1 (use -v to see invocation)
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <complex.h>
int main () {
double complex z = CMPLX (1., 2.) ;
}
I could not find any option of clang which let me compile it without this error.
Thank
===========================================================================
Patrick DUPRÉ | | email: pdupre(a)gmx.com
Laboratoire interdisciplinaire Carnot de Bourgogne
9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
Tel: +33 (0)380395988 | | Room# D114A
===========================================================================
5 months
Missing Libraries
by Jonathan Ryshpan
I'm trying to build an application for KDE, kpeoplevcard, available from
github. The compilation goes OK, but ld produces a large number of
undefined references, so it looks like I should install some libraries.
What's the easiest way to find out which libraries to install?
The System is:
Operating System: Fedora Linux 36
KDE Plasma Version: 5.25.4
KDE Frameworks Version: 5.97.0
Qt Version: 5.15.5
Kernel Version: 5.18.19-200.fc36.x86_64 (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-4790K CPU @ 4.00GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 4600
Manufacturer: ASUS
Product Name: All Series
--
Sincerely Jonathan Ryshpan <jonrysh(a)pacbell.net>
Those who would give up essential liberty to
purchase a little temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
5 months
dragon (KDE app) not playing video, only sound
by Anil F Duggirala
hello,
I had some issues playing videos online on my newly installed Fedora 36.
I solved this by adding the rpmfusion repository and installing ffmpeg.,
Now, the Dragon player is playing a video only outputing sound, no video is
shown.
Ffprobe of the movie I want to watch outputs:
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Videos/movies/Everything Everywhere
All At Once (2022) [1080p] [BluRay] [5.1] [YTS.MX]/
Everything.Everywhere.All.At.Once.2022.1080p.BluRay.x264.AAC5.1-[YTS.MX].mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf58.67.100
Duration: 02:19:19.39, start: 0.000000, bitrate: 2638 kb/s
Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv,
bt709, progressive), 1920x1036 [SAR 1:1 DAR 480:259], 2249 kb/s, 23.98 fps,
23.98 tbr, 24k tbn (default)
Metadata:
handler_name : VideoHandler
vendor_id : [0][0][0][0]
Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 5.1,
fltp, 384 kb/s (default)
Metadata:
handler_name : SoundHandler
vendor_id : [0][0][0][0]
Thanks for your help.
Anil
5 months