Re: WiFi

2022-08-27 Thread Samuel Sieb

On 8/26/22 09:45, Patrick Dupre wrote:

If I have a Laptop conected to Internet via a Wifi connection or a
4G connection (USB key), can I share the connection toward a mobile
for example?
I did not see this option in the setting.
Do I need to install a package?


The following instructions assume Gnome.

You can't share wifi if you're using it (maybe if you have a second wifi 
interface, I haven't tried that).  If you're using the 4G connection, 
then go to wifi settings and click on the 3 dots in the top-right. 
There is an option in there to turn on the hotspot.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Missing Libraries

2022-08-27 Thread Jonathan Ryshpan
On Sat, 2022-08-27 at 15:32 -0700, Samuel Sieb wrote:
> On 8/27/22 15:14, Jonathan Ryshpan wrote:
> > 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?
> 
> That's very odd that it would compile and fail to link.  To have the 
> headers, you need the devel package and that will require the library 
> package.  Did you run a configure step of some sort?  That should
> detect 
> any missing libraries.
> 
> It can be difficult to go from a link error to the required library. 
> Can you show an example?

The program is on github and can be downloaded by:
   git clone https://invent.kde.org/pim/kpeoplevcard.git

The output of the build process is attached as all.


-- 
Sincerely Jonathan Ryshpan 

 If thousands of volunteers can make an operating system
 that doesn't crash, thousands of highly paid engineers
 should be able to do it, too. Then why don't they?
 -- Al Fasoldt
[ 11%] Automatic MOC for target KPeopleVCard
[ 11%] Built target KPeopleVCard_autogen
[ 22%] Building CXX object 
src/CMakeFiles/KPeopleVCard.dir/KPeopleVCard_autogen/mocs_compilation.cpp.o
[ 33%] Building CXX object src/CMakeFiles/KPeopleVCard.dir/kpeoplevcard.cpp.o
[ 44%] Linking CXX shared module ../bin/kpeople/datasource/KPeopleVCard.so
/usr/bin/ld: 
CMakeFiles/KPeopleVCard.dir/KPeopleVCard_autogen/mocs_compilation.cpp.o:(.data.rel.ro._ZTI12KPeopleVCard[_ZTI12KPeopleVCard]+0x0):
 undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/bin/ld: CMakeFiles/KPeopleVCard.dir/kpeoplevcard.cpp.o: in function 
`(anonymous namespace)::Q_QGS_vcardsLocation::innerFunction()':
kpeoplevcard.cpp:(.text+0x100): undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: kpeoplevcard.cpp:(.text+0x14a): undefined reference to 
`__cxa_guard_release'
/usr/bin/ld: CMakeFiles/KPeopleVCard.dir/kpeoplevcard.cpp.o: in function 
`(anonymous namespace)::Q_QGS_vcardsWriteLocation::innerFunction()':
kpeoplevcard.cpp:(.text+0x258): undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: kpeoplevcard.cpp:(.text+0x2a2): undefined reference to 
`__cxa_guard_release'
/usr/bin/ld: CMakeFiles/KPeopleVCard.dir/kpeoplevcard.cpp.o: in function 
`KPeopleVCard::KPeopleVCard()':
kpeoplevcard.cpp:(.text+0x857): undefined reference to `operator new(unsigned 
long)'
/usr/bin/ld: CMakeFiles/KPeopleVCard.dir/kpeoplevcard.cpp.o: in function 
`KPeopleVCard::~KPeopleVCard()':
kpeoplevcard.cpp:(.text+0xa9f): undefined reference to `operator delete(void*, 
unsigned long)'
/usr/bin/ld: CMakeFiles/KPeopleVCard.dir/kpeoplevcard.cpp.o: in function 
`KPeopleVCard::processVCard(QString const&)':
kpeoplevcard.cpp:(.text+0x1079): undefined reference to `operator new(unsigned 
long)'
/usr/bin/ld: CMakeFiles/KPeopleVCard.dir/kpeoplevcard.cpp.o: in function 
`VCardDataSource::~VCardDataSource()':
kpeoplevcard.cpp:(.text+0x12ed): undefined reference to `operator delete(void*, 
unsigned long)'
/usr/bin/ld: CMakeFiles/KPeopleVCard.dir/kpeoplevcard.cpp.o: in function 
`VCardDataSource::createAllContactsMonitor()':
kpeoplevcard.cpp:(.text+0x136d): undefined reference to `operator new(unsigned 
long)'
/usr/bin/ld: CMakeFiles/KPeopleVCard.dir/kpeoplevcard.cpp.o: in function 
`VCardDataSourceFactory::~VCardDataSourceFactory()':
kpeoplevcard.cpp:(.text+0x140b): undefined reference to `operator delete(void*, 
unsigned long)'
/usr/bin/ld: CMakeFiles/KPeopleVCard.dir/kpeoplevcard.cpp.o: in function 
`qt_plugin_instance':
kpeoplevcard.cpp:(.text+0x1549): undefined reference to `__cxa_guard_acquire'
/usr/bin/ld: kpeoplevcard.cpp:(.text+0x1593): undefined reference to 
`__cxa_guard_release'
/usr/bin/ld: kpeoplevcard.cpp:(.text+0x15b6): undefined reference to `operator 
new(unsigned long)'
/usr/bin/ld: CMakeFiles/KPeopleVCard.dir/kpeoplevcard.cpp.o: in function 
`std::enable_if::ArgumentCount==(-1), QMetaObject::Connection>::type 
QObject::connect(QtPrivate::FunctionPointer::Object const*, void (KDirWatch::*)(QString const&), QObject const*, 
KPeopleVCard::KPeopleVCard()::{lambda(QString const&)#1}, Qt::ConnectionType)':
kpeoplevcard.cpp:(.text+0x16da): undefined reference to `operator new(unsigned 
long)'
/usr/bin/ld: CMakeFiles/KPeopleVCard.dir/kpeoplevcard.cpp.o: in function 
`std::enable_if::ArgumentCount==(-1), QMetaObject::Connection>::type 
QObject::connect(QtPrivate::FunctionPointer::Object const*, void (KDirWatch::*)(QString const&), QObject const*, 
KPeopleVCard::KPeopleVCard()::{lambda(QString const&)#2}, Qt::ConnectionType)':
kpeoplevcard.cpp:(.text+0x178f): undefined reference to `operator new(unsigned 
long)'
/usr/bin/ld: CMakeFiles/KPeopleVCard.dir/kpeoplevcard.cpp.o: in function 
`QtPrivate::QFunctorSlotObject, void>::impl(int, 
QtPrivate::QSlotObjectBase*, QObject*, void**, bool*)':
kpeoplevcard.cpp:(.text+0x1935): undefined reference t

Re: Missing Libraries

2022-08-27 Thread Samuel Sieb

On 8/27/22 15:14, Jonathan Ryshpan wrote:
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?


That's very odd that it would compile and fail to link.  To have the 
headers, you need the devel package and that will require the library 
package.  Did you run a configure step of some sort?  That should detect 
any missing libraries.


It can be difficult to go from a link error to the required library. 
Can you show an example?

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Missing Libraries

2022-08-27 Thread 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 

 Those who would give up essential liberty to 
 purchase a little temporary safety deserve 
 neither liberty nor safety.
 -- Benjamin Franklin
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: keyboard

2022-08-27 Thread Patrick Dupre
Finally, I solved the issue by login in gnome X11 (instead of Wayland) mode.

>
> 
> 
> > On 27 Aug 2022, at 16:16, Patrick Dupre  wrote:
> > 
> > Hello,
> > 
> > On a Laptop, it seems that my keyboard is a bit special.
> > For example Page Up and Home are the same key (supposed to
> > be switched by Upper or Lower case).
> 
> On laptops it’s not shift that changes between PageUo and Home it’s usually a 
> Fn key.
> Does your laptop have an Fn key?
> 
> > I guess that I dod not choice the right layout.
> > 
> > How can I view the different possible layouts without "add" it?
> > The setting offers me a list of keyboard layouts, but do not display the 
> > layout.
> > 
> Barry
> 
> > Thank.
> > 
> > ===
> > Patrick DUPRÉ | | email: pdu...@gmx.com
> > Laboratoire interdisciplinaire Carnot de Bourgogne
> > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
> > Tel: +33 (0)380395988| | Room# D114A
> > ===
> > ___
> > users mailing list -- users@lists.fedoraproject.org
> > To unsubscribe send an email to users-le...@lists.fedoraproject.org
> > Fedora Code of Conduct: 
> > https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives: 
> > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> > Do not reply to spam, report it: 
> > https://pagure.io/fedora-infrastructure/new_issue
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Thundebird not working with nntp.lore.kernel.org

2022-08-27 Thread Ian Pilcher

On 8/27/22 12:13, Ian Pilcher wrote:

This is a weird one.  After the lastest round of updates, Thunderbird
(thunderbird-102.2.0-1.fc36.x86_64) doesn't work with the kernel.org
NNTP server - nntp.lore.kernel.org.  If I'm reading the tcpdump output
directly, it opens a TCP connection to the server, but then it never
sends anything over than connection.


Not sure if this is the actual problem or not, but the workaround
suggested here[1] seems to work.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1745033#c3

--

Google  Where SkyNet meets Idiocracy

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: keyboard

2022-08-27 Thread Barry


> On 27 Aug 2022, at 16:16, Patrick Dupre  wrote:
> 
> Hello,
> 
> On a Laptop, it seems that my keyboard is a bit special.
> For example Page Up and Home are the same key (supposed to
> be switched by Upper or Lower case).

On laptops it’s not shift that changes between PageUo and Home it’s usually a 
Fn key.
Does your laptop have an Fn key?

> I guess that I dod not choice the right layout.
> 
> How can I view the different possible layouts without "add" it?
> The setting offers me a list of keyboard layouts, but do not display the 
> layout.
> 
Barry

> Thank.
> 
> ===
> Patrick DUPRÉ | | email: pdu...@gmx.com
> Laboratoire interdisciplinaire Carnot de Bourgogne
> 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
> Tel: +33 (0)380395988| | Room# D114A
> ===
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


dragon (KDE app) not playing video, only sound

2022-08-27 Thread 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.00, 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


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: keyboard

2022-08-27 Thread Patrick Dupre
I do not know either.
However, there is a msi-keyboard for ubuntu debian.
Could I get a version for fc36?


> Sent: Saturday, August 27, 2022 at 7:19 PM
> From: "Patrick O'Callaghan" 
> To: users@lists.fedoraproject.org
> Subject: Re: keyboard
>
> On Sat, 2022-08-27 at 17:16 +0200, Patrick Dupre wrote:
> > Hello,
> >
> > On a Laptop, it seems that my keyboard is a bit special.
> > For example Page Up and Home are the same key (supposed to
> > be switched by Upper or Lower case).
> > I guess that I dod not choice the right layout.
> >
> > How can I view the different possible layouts without "add" it?
> > The setting offers me a list of keyboard layouts, but do not display
> > the layout.
>
> The keyboard settings widget in KDE has a Preview button. Don't know
> about Gnome.
>
> poc
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: keyboard

2022-08-27 Thread Patrick O'Callaghan
On Sat, 2022-08-27 at 17:16 +0200, Patrick Dupre wrote:
> Hello,
> 
> On a Laptop, it seems that my keyboard is a bit special.
> For example Page Up and Home are the same key (supposed to
> be switched by Upper or Lower case).
> I guess that I dod not choice the right layout.
> 
> How can I view the different possible layouts without "add" it?
> The setting offers me a list of keyboard layouts, but do not display
> the layout.

The keyboard settings widget in KDE has a Preview button. Don't know
about Gnome.

poc
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Thundebird not working with nntp.lore.kernel.org

2022-08-27 Thread Ian Pilcher

This is a weird one.  After the lastest round of updates, Thunderbird
(thunderbird-102.2.0-1.fc36.x86_64) doesn't work with the kernel.org
NNTP server - nntp.lore.kernel.org.  If I'm reading the tcpdump output
directly, it opens a TCP connection to the server, but then it never
sends anything over than connection.

Other NNTP accounts continue to work, and nntp.lore.kernel.org works
just fine with the previous version (thunderbird-91.12.0-1.fc36.x86_64)
on another system.

Anyone else seeing this?

--

Google  Where SkyNet meets Idiocracy

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


keyboard

2022-08-27 Thread Patrick Dupre
Hello,

On a Laptop, it seems that my keyboard is a bit special.
For example Page Up and Home are the same key (supposed to
be switched by Upper or Lower case).
I guess that I dod not choice the right layout.

How can I view the different possible layouts without "add" it?
The setting offers me a list of keyboard layouts, but do not display the layout.

Thank.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988| | Room# D114A
===
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: WiFi

2022-08-27 Thread George N. White III
On Fri, Aug 26, 2022 at 6:30 PM Barry Scott  wrote:

>
>
> > On 26 Aug 2022, at 17:45, Patrick Dupre  wrote:
> >
> > Hello,
> >
> > If I have a Laptop conected to Internet via a Wifi connection or a
> > 4G connection (USB key), can I share the connection toward a mobile
> > for example?
> > I did not see this option in the setting.
> > Do I need to install a package?
>
> Usually it is the other way round.
> The mobile connects to the internet and is a wifi hot-spot that you use
> from the laptop.
>
> Why does the mobile need to share the 4G on the laptop?
>

Living a farming region:

There is a use case for work that requires a laptop with cellular data in
outdoors
locations (e.g., technicians repairing farm equipment).  There are times
when a
video conference is needed while laptop is busy running diagnostic tools,
e.g.,
using phone camera to show moving machinery components to the engineers.

-- 
George N. White III
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Thunderbird experiments - new icon scheme - ?

2022-08-27 Thread lejeczek via users

Hi guys.

I wonder what is that recent experiment with icon/color 
scheme changes in thunderbird-102.2.0-1.fc36.x86_64.


@devel - if you read this - if you are going to make those 
kind of changes I suggest you provide users with an option 
to keep whatever users had with/from previous version(s), 
perhaps in a form of a theme.


Would anybody have or can recommend a nice, more classic & 
less eye-poking(icons colors) theme for Thunderbird?


many thanks, L.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue