On 2020-02-07 13:53, linux guy wrote:
> There seems to be some overlap between what firefox does versus what the
> windows manager, KDE in my case, does. For some reason the behavior is
> different if the session is logged out of, if the computer is forced shutdown
> or if firefox is shut down
On 2/6/20 9:21 PM, linux guy wrote:
$ rpm -qf /usr/bin/calligrasheets
file /usr/bin/calligrasheets is not owned by any package
$ rpm -qf /usr/bin/calligrawords
file /usr/bin/calligrawords is not owned by any package
It wasn't installed by rpm or dnf, otherwise it would have updated those
datab
There seems to be some overlap between what firefox does versus what the
windows manager, KDE in my case, does. For some reason the behavior is
different if the session is logged out of, if the computer is forced
shutdown or if firefox is shut down directly.
Of the three, I prefer to do a forced
On Fri, 7 Feb 2020 13:44:27 +0800
Ed Greshko wrote:
> This option may only
> be relevant if one closes FF directly.
yes, may be.That's what I normally do.
d
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-
This works for me too, but when the session is restarted, Firefox opens all
the windows on my main screen and leaves them them.
If I do a forced shutdown with #shutdown now, Firefox will display Restore
Previous Session on a web page. If you click that the previous windows are
reopened and positi
On 2020-02-07 13:17, linux guy wrote:
> Thanks for the tip. Unfortunately, if I do a normal shutdown, Firefox asks
> to close all the open windows first, which means they don't automatically
> reopen upon restart.
If I have 2 firefox windows open, each with 4 open tabs, and I do
qdbus org.kd
On Thu, 6 Feb 2020 22:17:46 -0700
linux guy wrote:
> Thanks for the tip.Unfortunately, if I do a normal shutdown,
> Firefox asks to close all the open windows first, which means they
> don't automatically reopen upon restart.
In my copy of firefox, under preferences -> general the first choi
ls /usr/share/applications | grep calligra
org.kde.calligrasheets.desktop
org.kde.calligrastage.desktop
org.kde.calligrawords_ascii.desktop
org.kde.calligrawords.desktop
ls /usr/bin | grep calligra
calligra
calligraconverter
calligrasheets
calligrastage
calligrawords
$ rpm -qf /usr/bin/calligrash
Thanks for the tip.Unfortunately, if I do a normal shutdown, Firefox
asks to close all the open windows first, which means they don't
automatically reopen upon restart.
On Thu, Feb 6, 2020 at 9:53 PM T.C. Hollingsworth
wrote:
> On Sat, Jan 25, 2020, 12:16 AM linux guy wrote:
>
>> 3) There i
On 2/6/20 8:44 PM, linux guy wrote:
I know, it is a head scratcher. It is like I built it from scratch or
something, but I have no memory of doing that. Furthermore, I did a
find -name calligra and it doesn't find any source code. H
You don't mention specifically which application
On Sat, Jan 25, 2020, 12:16 AM linux guy wrote:
> 3) There is a bug wherein the HDMI monitor I want my audio played on isn't
> saved. It always wants to play on the first (left most) monitor. I have
> to start pauvolume and select my primary monitor every time I reboot.
>
Use `pacmd list-sin
Let me test it.
I've made a number of requests for packages recently. Maybe I should step
up and take some of this on. Fedora has done a lot for me.
On Thu, Feb 6, 2020 at 9:35 PM Samuel Sieb wrote:
> On 2/6/20 5:42 PM, linux guy wrote:
> > Subject says it all.
> > https://snapcraft.io/insta
Could it be installed with python somehow ? Is it a python package ?
org.kde... ? pip* doesn't list anything. Is there another Python
installer that might have installed it ?
On Thu, Feb 6, 2020 at 9:44 PM linux guy wrote:
> Comments below.
>
> On Thu, Feb 6, 2020 at 9:39 PM Ed Greshko wrote
Comments below.
On Thu, Feb 6, 2020 at 9:39 PM Ed Greshko wrote:
> On 2020-02-07 12:29, linux guy wrote:
> > $ dnf history list calligra-core
>
> No transaction which manipulates package 'calligra-core' was found.
>
> Well, first of all, you should probably run
>
> rpm -qa | grep calligra
>
I d
On 2020-02-07 12:29, linux guy wrote:
> $ dnf history list calligra-core
> No transaction which manipulates package 'calligra-core' was found.
Well, first of all, you should probably run
rpm -qa | grep calligra
To see what you have installed. I can't see how calligra-core would not be one
of t
On 2/6/20 5:42 PM, linux guy wrote:
Subject says it all.
https://snapcraft.io/install/projectlibre/fedora
Is the CPAL-1.0 license not compatible with Fedora ?
More likely because no one has done the work to package it for Fedora.
___
users mailing li
Thanks for the reply.
Oops... copied wrong rpm command:
$ # rpm -qa | grep calligra
$ dnf history list calligra-core
No transaction which manipulates package 'calligra-core' was found.
On Thu, Feb 6, 2020 at 9:26 PM Ed Greshko wrote:
> On 2020-02-07 09:28, linux guy wrote:
>
> > I have a
On 2020-02-07 09:28, linux guy wrote:
> I have a bunch of Calligra apps installed on my computer. I don't remember
> installing them. I want to remove them. I cannot figure out how and where
> they got installed.
I think you need to take some time to study various comands.
>
> # dnf list
On Fri, Feb 7, 2020 at 4:07 AM George N. White III wrote:
> On Thu, 6 Feb 2020 at 15:04, Danishka Navin wrote:
>
>> Hi,
>>
>> I am new to eclipse and opencv and I was trying to build a sample c++
>> code using Eclipse.
>>
>> I have installed following packages.
>> rpm -qa | grep opencv
>> opencv
On 2/6/20 6:47 PM, Max Pyziur wrote:
On Thu, 6 Feb 2020, Samuel Sieb wrote:
It turns out that the device uses a "special" filesystem. I recommend
making a copy of the hard drive and working with that. Here's a
script that looks like it can get the files off:
https://gist.github.com/joemck/48
On Thu, 6 Feb 2020, Samuel Sieb wrote:
On 2/6/20 3:57 PM, Max Pyziur wrote:
On Thu, 6 Feb 2020, Samuel Sieb wrote:
If that's the drive, then that's not looking good for getting anything off
of it. What does this show:
dd if=/dev/sdb bs=1K count=1 | od -a
1+0 records in
1+0 records out
FWIW, this setting made no difference to how my applications behaved on a
restart.
On Mon, Jan 27, 2020 at 10:38 PM linux guy wrote:
> Wow, I didn't even know that setting was in System Settings.
>
> Thanks for the tip.
>
> On Mon, Jan 27, 2020 at 7:58 PM Ed Greshko wrote:
>
>> On 2020-01-28 10
Subject says it all.
https://snapcraft.io/install/projectlibre/fedora
Is the CPAL-1.0 license not compatible with Fedora ?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora
I have a bunch of Calligra apps installed on my computer. I don't remember
installing them. I want to remove them. I cannot figure out how and
where they got installed.
# dnf list Calligra\*<- shows none installed via dnf.
Last metadata expiration check: 1:32:44 ago on Thu 06 Feb 2020 04:
On 2/6/20 3:57 PM, Max Pyziur wrote:
On Thu, 6 Feb 2020, Samuel Sieb wrote:
If that's the drive, then that's not looking good for getting anything
off of it. What does this show:
dd if=/dev/sdb bs=1K count=1 | od -a
1+0 records in
1+0 records out
000 K L B M nul stx nul nul @
On Thu, 6 Feb 2020, Samuel Sieb wrote:
On 2/6/20 3:21 PM, Max Pyziur wrote:
On Thu, 6 Feb 2020, Samuel Sieb wrote:
What do "fdisk -l /dev/sdb" and "file -s /dev/sdb" give you? (Replace
block device name as necessary.)
~> fdisk -l /dev/sdb
Disk /dev/sdb: 27.97 GiB, 30005821440 bytes, 58605120
On 2/6/20 3:21 PM, Max Pyziur wrote:
On Thu, 6 Feb 2020, Samuel Sieb wrote:
What do "fdisk -l /dev/sdb" and "file -s /dev/sdb" give you? (Replace
block device name as necessary.)
~> fdisk -l /dev/sdb
Disk /dev/sdb: 27.97 GiB, 30005821440 bytes, 58605120 sectors
Disk model: 0G5CE00
Units: sector
On Thu, 6 Feb 2020, Samuel Sieb wrote:
On 2/6/20 2:43 PM, Max Pyziur wrote:
On Thu, 6 Feb 2020, Samuel Sieb wrote:
On 2/6/20 8:06 AM, Max Pyziur wrote:
I have a Creative Zen Vision M that has a ZIF Drive (so it's described on
the Internet). It seems that iPods and competitors like the Crea
On 2/6/20 2:43 PM, Max Pyziur wrote:
On Thu, 6 Feb 2020, Samuel Sieb wrote:
On 2/6/20 8:06 AM, Max Pyziur wrote:
I have a Creative Zen Vision M that has a ZIF Drive (so it's
described on the Internet). It seems that iPods and competitors like
the Creative Zen Vision M had a disk drive falli
On Thu, 6 Feb 2020, Samuel Sieb wrote:
On 2/6/20 8:06 AM, Max Pyziur wrote:
I have a Creative Zen Vision M that has a ZIF Drive (so it's described on
the Internet). It seems that iPods and competitors like the Creative Zen
Vision M had a disk drive falling into the general category of ZIF. A
On Thu, 6 Feb 2020 at 15:04, Danishka Navin wrote:
> Hi,
>
> I am new to eclipse and opencv and I was trying to build a sample c++ code
> using Eclipse.
>
> I have installed following packages.
> rpm -qa | grep opencv
> opencv-devel-3.4.4-10.fc30.x86_64
> opencv-3.4.4-10.fc30.x86_64
> opencv-core
Patrick Dupre wrote:
> Hello,
>
> On a machine I can ssh -X and run xclock for example, but
> sudo system-config-users
> gives
>
> (process:5034): Gtk-WARNING **: 14:59:07.212: Locale not supported by C
> library. Using the fallback 'C' locale.
> X11 connection rejected because of wrong authent
Hello,
On a machine I can ssh -X and run xclock for example, but
sudo system-config-users
gives
(process:5034): Gtk-WARNING **: 14:59:07.212: Locale not supported by C library.
Using the fallback 'C' locale.
X11 connection rejected because of wrong authentication.
system-config-users req
On Fri, 2020-02-07 at 00:33 +0530, Danishka Navin wrote:
> Hi,
>
> I am new to eclipse and opencv and I was trying to build a sample c++
> code using Eclipse.
>
> I have installed following packages.
> rpm -qa | grep opencv
> opencv-devel-3.4.4-10.fc30.x86_64
> opencv-3.4.4-10.fc30x86_64
> openc
Hi,
I am new to eclipse and opencv and I was trying to build a sample c++ code
using Eclipse.
I have installed following packages.
rpm -qa | grep opencv
opencv-devel-3.4.4-10.fc30.x86_64
opencv-3.4.4-10.fc30.x86_64
opencv-core-3.4.4-10.fc30.x86_64
opencv-contrib-3.4.4-10.fc30.x86_64
00:29:09
On 2/6/20 8:06 AM, Max Pyziur wrote:
I have a Creative Zen Vision M that has a ZIF Drive (so it's described
on the Internet). It seems that iPods and competitors like the Creative
Zen Vision M had a disk drive falling into the general category of ZIF.
About a year ago, the device stopped work
===
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
==
Hello,
I made a fresh install. But for some reasons, I gave a password,
and this password is not recognize!
How can I reset the password?
It is the first boot, fedora asked a first user.
Thank for your help.
===
Patrick DUP
I have a Creative Zen Vision M that has a ZIF Drive (so it's described on
the Internet). It seems that iPods and competitors like the Creative Zen
Vision M had a disk drive falling into the general category of ZIF. About
a year ago, the device stopped working (wouldn't start).
However, when
For get thus, I see the problem is testing as root user. Sorry for the
noise.
On 2020-02-06 09:48, Bob Goodwin wrote:
This is a re-installed Fedora 31 updated. I don't understand why aplay
is not producing a test sound.
[root@Workstation-1 bobg]# aplay /usr/share/sounds/purple/login.wav
XDG_R
This is a re-installed Fedora 31 updated. I don't understand why aplay
is not producing a test sound.
[root@Workstation-1 bobg]# aplay /usr/share/sounds/purple/login.wav
XDG_RUNTIME_DIR (/run/user/1000) is not owned by us (uid 0), but by uid
1000! (This could e.g. happen if you try to connect t
41 matches
Mail list logo