Re: screen session remember

2024-03-27 Thread Robin Lee Powell
tmux + https://github.com/tmux-plugins/tmux-resurrect + https://github.com/tmux-plugins/tmux-continuum is how I handle that. Which isn't really an answer to the question, but there it is. :) On Wed, Mar 13, 2024 at 08:46:30PM +0100, aotto wrote: > hi, thank you for providing the "screen"

Orphaned plenty of packages

2023-12-31 Thread Robin Lee
Sorry, since changes in day-job and lack of time for working on Fedora, I orphaned plenty of packages: * buildstream * csmith * drumstick * drumstick0 * kmetronome * nsnake * nudoku * qstardict * qterm * sonivox * texworks * vmpk -robin -- ___ devel

Re: installation

2023-11-03 Thread Robin Lee Powell
On Fri, Nov 03, 2023 at 10:27:23AM -0700, Robin Lee Powell wrote: > > > On Fri, Nov 03, 2023 at 08:59:12AM -0400, Brielle Tilson wrote: > > Yes we have an IT guy that installs programs on the school > > computer as us grad students don’t have root privileges. Do I ne

Re: installation

2023-11-03 Thread Robin Lee Powell
On Fri, Nov 03, 2023 at 08:59:12AM -0400, Brielle Tilson wrote: > Yes we have an IT guy that installs programs on the school > computer as us grad students don’t have root privileges. Do I need > to have screen installed on both the school computer and my home > computer? > > Yes I know that

Orphaned Zim

2023-07-14 Thread Robin Lee
I've orphaned the Zim package. It fails to build with Python 3.12 in Rawhide. Users can move to the flatpak on Flathub, which is also packaged by me. -robin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

Re: prevent filter excluded files from being deleted

2023-03-07 Thread Robin Lee Powell via rsync
On Tue, Mar 07, 2023 at 01:16:07PM +0100, Heiko Schlittermann via rsync wrote: > Robin Lee Powell via rsync (Di 07 Mär 2023 07:07:01 > CET): > > Read the "PER-DIRECTORY RULES AND DELETE" of the man page. (And > > don't feel bad, it took me a while to figur

Re: prevent filter excluded files from being deleted

2023-03-06 Thread Robin Lee Powell via rsync
Read the "PER-DIRECTORY RULES AND DELETE" of the man page. (And don't feel bad, it took me a while to figure it out myself). Short version: per-directory rules only apply on the side they're *specified on*, but you need the exclusion to apply to *both* sides. The following works, for the

Re: Trying to diagnose incomplete file transfer

2023-03-05 Thread Robin Lee Powell via rsync
Oh, yeah, I missed that part. Yeah, don't do that; it's easy to add a lock file to a shell script. On Sun, Mar 05, 2023 at 12:30:16PM +0100, Hardy via rsync wrote: > I second Francis here. You don't need to diagnose incomplete file transfers > as long as you have racing conditions as you

Re: Trying to diagnose incomplete file transfer

2023-03-04 Thread Robin Lee Powell via rsync
I think it's very hard to be sure what's going on with --remove-source-files ; I think you should drop that option, look for whether the problem continues, and if you need the files to be cleaned up, do so in a separate step. In particular as someone else suggested, are you *sure* the original

Re: questions about requesting new package into official Fedora repository?

2023-02-20 Thread Robin Lee
On Tue, Feb 21, 2023 at 11:14 AM Felix Wang wrote: > > If I want to packaging a new package into Fedora repository, I did a koji > scratch build, which it failed on some architecture. Is there a minimum > architecture requirement, which builds successfully on some architecture > (like

Re: Does rsync verify its writes?

2023-02-17 Thread Robin Lee Powell via rsync
That's not the same as a read-back write verification. I believe that in general, rsync assumes that the disk actually wrote whatever it was told to write. However, a second pass with --checksum will, in fact, read the entirety of both files; if a --checksum run doesn't actually transfer

Re: Can rsync write to a FIFO?

2023-02-11 Thread Robin Lee Powell via rsync
Yeah, I was thinking tar, but it's effectively the same thing. On Sat, Feb 11, 2023 at 07:14:57PM +0100, Hardy via rsync wrote: > If this helps, in old days I used to use cpio for a similar thing. > > I do not want to spam you with my whole script, but willing to share if you > want. I think

Poco soname bump landing in rawhide/f38

2023-01-21 Thread Robin Lee
Poco 1.12.4 build with a soname bump is completed by massive rebuild. -robin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: Do we have alternatives to alternatives?

2023-01-16 Thread Robin Lee
On Mon, Jan 16, 2023 at 7:34 PM Petr Menšík wrote: > > Hi! > > I heard (read) objections to any alternatives macros usage often. But > unless I am mistaken, we do not have any user (enough) friendly way to > support similar functionality tools with just minor differences. > > I thought about it

Re: Porting Fedora for the LoongArch architecture.

2023-01-11 Thread Robin Lee
On Wed, Jan 11, 2023 at 4:34 PM Zbigniew Jędrzejewski-Szmek wrote: > > On Tue, Jan 10, 2023 at 11:12:22PM +0800, 孙海勇 wrote: > > Hi everyone, > > > > I am Sun Haiyong, from China. I want to port Fedora for the LoongArch > > architecture. > > Cool! > > What is the status of qemu support? QEMU

Re: Porting Fedora for the LoongArch architecture.

2023-01-10 Thread Robin Lee
On Tue, Jan 10, 2023 at 11:13 PM 孙海勇 wrote: > > Hi everyone, > > I am Sun Haiyong, from China. I want to port Fedora for the LoongArch > architecture. > LoongArch is a RISC ISA released by Loongson Technology Corporation Limited, > and has supported a series of (Binutils, GCC, Linux, Glibc, LLVM,

Re: Cannot reattach - asking for password

2022-12-28 Thread Robin Lee Powell
You've basically got two options here that I can think of: 1. Your screen socket, or the directory it's in, is owned by a different user; go looking at ownership. "root" or "nobody" seem likely options. 2. SELinux is getting involved. While you should *not* run like this long

Re: [Puppet Users] Resource default values from site.pp not applied

2022-10-31 Thread Robin Lee Powell
I don't think we're going to be able to help further without a fully-working minimal example. On Mon, Oct 31, 2022 at 02:32:21PM +, 'Dirk Heinrichs' via Puppet Users wrote: > Am Montag, dem 31.10.2022 um 15:29 +0100 schrieb Martin Alfke: > > How do you declare some_resource type? > Are you

Poco soname bump in rawhide/f37

2022-08-21 Thread Robin Lee
Poco 1.12.2 landed in rawhide/f37 with a soname bump. -robin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: quick question: --rsh="ssh -l root"

2022-08-06 Thread Robin Lee Powell via rsync
No. On Sun, Aug 07, 2022 at 06:49:45AM +0200, Fourhundred Thecat via rsync wrote: > Hello, > > is there any difference/advantage between these two commands? > > rsync --rsh="ssh -l root" my-host.com > rsync r...@my-host.com > > thank you, > > -- > Please use

Re: rsync slowness

2022-08-06 Thread Robin Lee Powell via rsync
I've definitely not seen that. If you can produce a working example and tar it up for us to look at, that might be interesting/useful. Just to check, though: you do not have --checksum/-c on, right? On Sat, Aug 06, 2022 at 05:54:12PM +, Gregory Heytings via rsync wrote: > > I finally take

Re: Is there a better way to transfer data that doesn't use so much cache?

2022-08-03 Thread Robin Lee Powell via rsync
On Wed, Aug 03, 2022 at 02:04:22PM -0400, Rob Campbell via rsync wrote: > I've created a script that syncs (and removes) data from as many as 4 > places and puts them all in one of 2 directories. The commands are: > > rsync -avt --progress --remove-source-files --info=progress2 -f'+ *.nef' >

Re: Screen and scrolling

2022-07-24 Thread Robin Lee Powell
That's completely different; that's scrolling through screen's internal buffer, not the terminal's buffer. I find it extremely useful because I can copy and paste without reaching for the mouse, but that's just me. (Also I've moved to tmux, largely because of better support for that system.) On

Re: Screen and scrolling

2022-07-24 Thread Robin Lee Powell
On Sun, Jul 24, 2022 at 11:29:08AM -0600, Luveh Keraph wrote: > While this is probably not screen's doing, maybe somebody in this forum has > the necessary expertise to suggest courses of action that I am not aware of. > > I am running Slackware 15.0. If I invoke xterm I have the capability

Re: do I always have to use either --checksum or --times ?

2022-07-15 Thread Robin Lee Powell via rsync
that only exist on one end or are different in sizes yet it > does. Just try doing an rsync of a huge tree to an empty dir. You won't run > out of space. You will get tired of waiting for it to do something and > abort it. > > On 7/15/22 02:57, Robin Lee Powell wrote: > > --c

Re: do I always have to use either --checksum or --times ?

2022-07-15 Thread Robin Lee Powell via rsync
--checksum is only slower than re-copying if your network connection between the hosts is similar in speed (or faster than) each host's local disk access. If local disk access is 10x your network link, it is definitely not slower than re-copying. Having said that, it really is *very* slow, and

Re: Merging three slightly different directories

2022-06-09 Thread Robin Lee Powell via rsync
tps://windirstat.net/ , there are various equivalents on Linux (including just using du). On Thu, Jun 09, 2022 at 09:42:27AM -0400, hputn3 wrote: > On Thu, 09 Jun 2022 02:20:02 -0400 Robin Lee Powell > <mailto:robinleepow...@gmail.com> wrote > > > > > It would help if you

Re: Merging three slightly different directories

2022-06-09 Thread Robin Lee Powell via rsync
It would help if you gave us an example of what you'd *want* to have happen in different situations, but what about the -b option? This will do nothing with identical files but keep both versions of non-identical ones. On Wed, Jun 08, 2022 at 12:24:16AM +, hput via rsync wrote: > I want to

[pve-devel] perltidy config for PVE Perl Style Guide?

2022-04-28 Thread Robin Lee via pve-devel
--- Begin Message --- Hi, I am a newcomer and studying codes of PVE. I found the Perl Style Guide at https://pve.proxmox.com/wiki/Perl_Style_Guide Is there a perltidy configuration that conforms to this guide? -robin --- End Message --- ___ pve-devel

Poco FTBFS fix and soname bump

2022-03-31 Thread Robin Lee
Poco upstream finally committed OpenSSL 3 in the next release branch. And Carl George helped to finish rawhide/f36 builds with a snapshot source. There is also a soname bump. Poco bumps soname at every release. After all, nothing else in Fedora depends on Poco. -robin

Re: hiredis soname bump

2022-01-18 Thread Robin Lee
On Tue, Jan 18, 2022 at 9:53 AM Kevin Fenzi wrote: > > On Mon, Jan 17, 2022 at 10:44:57AM +1100, Nathan Scott wrote: > > On Mon, Jan 17, 2022 at 10:35 AM Iñaki Ucar wrote: > > > On Mon, 17 Jan 2022 at 00:21, Nathan Scott wrote: > > > > On Mon, Jan 17, 2022 at 7:05 AM Kevin Fenzi wrote: > > > >

Re: F36 Change: ostree native containers / CoreOS layering (System-Wide Change proposal)

2021-11-23 Thread Robin Lee
On Wed, Nov 24, 2021 at 1:20 AM Ben Cotton wrote: > > https://fedoraproject.org/wiki/Changes/OstreeNativeContainer > > == Summary == > > Enhance the (rpm-)ostree stack to natively support OCI/Docker > containers as a transport and delivery mechanism for operating system > content. > > This is the

Re: screen - bash history

2021-11-07 Thread Robin Lee Powell
Well, the normal shell history stuff. As far as screen goes, you can dump the scrollback and search for your shell prompt, but that's about it. On Sun, Nov 07, 2021 at 09:29:12AM +0400, Vishal Priyatham wrote: > Hi team, > > We are using screen utility on linux server for one of our projects. >

Re: Orphaning poco

2021-10-07 Thread Robin Lee
On Fri, Oct 8, 2021 at 2:49 AM Scott Talbert wrote: > > I'm orphaning poco: https://src.fedoraproject.org/rpms/poco > > I'm not sure why I picked it up originally - I don't use it. It currently > FTBFS in rawhide due to OpenSSL 3.0 (and can't be fixed easily by going > back to OpenSSL 1.1

Re: suppress message: is uptodate

2021-08-14 Thread Robin Lee Powell via rsync
On Sun, Aug 15, 2021 at 07:03:18AM +0200, Fourhundred Thecat via rsync wrote: > Hello, > > is there a way to suppress this message when syncing files? > >is uptodate > > I would like to see only files that have been synced. > > The internet forums are full of people asking how to get

Re: Self Introduction: Ma Zheng

2021-07-27 Thread Robin Lee
On Tue, Jul 27, 2021 at 10:29 PM Ma, Zheng wrote: > > Hi all, > > This is Zheng, newly coming to Fedora community :) > > I’m now working on the rpm packaging things, hoping to contribute a package > soon! Welcome! Hope for your first package! - robin > > > > Zheng > > > >

Re: opam (was: Re: Orphaned packages looking for new maintainers)

2021-05-24 Thread Robin Lee
On Wed, May 19, 2021 at 4:29 AM Richard W.M. Jones wrote: > > (I've added a few opam devs to CC) > > On Tue, May 18, 2021 at 10:14:41PM +0200, Miro Hrončok wrote: > > opam orphan 1 weeks > > ago > > I didn't notice that opam had been

[kwin] [Bug 436149] kwin_wayland segfaults occasionally when right-click on the title bar of a window

2021-04-26 Thread Robin Lee
https://bugs.kde.org/show_bug.cgi?id=436149 --- Comment #4 from Robin Lee --- (In reply to Vlad Zahorodnii from comment #3) > i = 168 > devicePixelRatio = > > if you don't have a hidpi monitor, it does look like a compiler bug I was using two monitors, an

[kwin] [Bug 436149] New: kwin_wayland segfaults occasionally when right-click on the title bar of a window

2021-04-24 Thread Robin Lee
https://bugs.kde.org/show_bug.cgi?id=436149 Bug ID: 436149 Summary: kwin_wayland segfaults occasionally when right-click on the title bar of a window Product: kwin Version: 5.21.4 Platform: Fedora RPMs OS:

Re: bootstrapping without .spec modification

2021-01-29 Thread Robin Lee
On Fri, Jan 29, 2021 at 7:33 PM Zbigniew Jędrzejewski-Szmek wrote: > > Hello fellow packagers! > > The subject of bootstrapping came up on fedora-devel recently. > I had the following idea, about which I would love to hear some feedback: > > == Problem: > building packages with bootstrap

Deepin Desktop Environment v20 coming to Rawhide with packages license changed

2020-11-29 Thread Robin Lee
* Upstream original release notes: https://www.deepin.org/en/2020/09/11/deepin-20-innovation-is-ongoing/ * Versions of packages are actually sychronised with Arch Linux, not directly with Deepin upstream. * There are new packages released upstream but not packaged in Fedora. We lack human power. *

Re: Self Introduction: Ruki Wang

2020-09-25 Thread Robin Lee
On Fri, Sep 25, 2020 at 11:33 AM Ruki Wang wrote: > > > Hi, all! > > I'm Ruki Wang, a full stack developer from China. I'm creator of @tboox and > @xmake-io Open Source Groups. My Github: https://github.com/waruqi > > I am developing xmake now. > > it's a lightweight cross-platform build utility

Re: Alternatives link broken after package upgrade

2020-07-22 Thread Robin Lee
Terry Polzin 于2020年7月23日 周四上午1:34写道: > I've been dealing with this issue on a couple of my Fedora 32 machines. > It appears that the upgrade of icedtea-web > from icedtea-web-1.8.2-3.fc31.x86_64 to > icedtea-web-2.0.0-pre.0.3.alpha13.patched1.fc32.x86_64 breaks the > alternatives link to

Re: Bootable USB and a Windows ISO-file

2020-07-06 Thread Robin Lee
On Mon, 2020-07-06 at 07:37 -0500, Richard Shaw wrote: > On Sun, Jul 5, 2020 at 2:01 PM Robin Lee > wrote: > > I'm trying to do a very simple task on my Fedora 32 desktop but > > somehow > > I can't make it happen. > > > > I've downloaded a Windows i

Re: Bootable USB and a Windows ISO-file

2020-07-06 Thread Robin Lee
On Sun, 2020-07-05 at 15:15 -0700, ToddAndMargo via users wrote: > > Ha! I finally get to answer one instead of always asking > all the questions. > > :-) > > > Install WoeUSB (as root): Thanks Todd, with WoeUSB everything just worked. Cheers Robin

Re: Bootable USB and a Windows ISO-file

2020-07-05 Thread Robin Lee
On Sun, 2020-07-05 at 12:51 -0700, Samuel Sieb wrote: > On 7/5/20 12:48 PM, Robin Lee wrote: > > On Sun, 2020-07-05 at 12:21 -0700, Samuel Sieb wrote: > > > On 7/5/20 12:01 PM, Robin Lee wrote: > > > > I've downloaded a Windows installer ISO-file from microsoft.

Re: Bootable USB and a Windows ISO-file

2020-07-05 Thread Robin Lee
On Sun, 2020-07-05 at 12:21 -0700, Samuel Sieb wrote: > On 7/5/20 12:01 PM, Robin Lee wrote: > > I've downloaded a Windows installer ISO-file from microsoft.com > > that I > > put on a USB-stick and tried to install Windows on physical > > machine, > > but it won

Bootable USB and a Windows ISO-file

2020-07-05 Thread Robin Lee
I'm trying to do a very simple task on my Fedora 32 desktop but somehow I can't make it happen. I've downloaded a Windows installer ISO-file from microsoft.com that I put on a USB-stick and tried to install Windows on physical machine, but it won't boot from the USB. It shows up in the BIOS boot

Re: [CentOS] Updating microcode_ctl froze Centos7

2020-06-17 Thread Robin Lee
On Mon, 2020-06-15 at 22:25 +0200, Robin Lee wrote: > On Fri, 2020-06-12 at 09:20 +0200, Robin Lee wrote: > > Today when I ran yum update two packages came up microcode_ctl > > and unbound-libs. The updating process went fine until it > > outputted > > > > R

Re: [CentOS] Updating microcode_ctl froze Centos7

2020-06-15 Thread Robin Lee
On Fri, 2020-06-12 at 09:20 +0200, Robin Lee wrote: > Today when I ran yum update two packages came up microcode_ctl > and unbound-libs. The updating process went fine until it outputted > > Running transaction > Updating : 2:microcode_ctl-2.1-61.6.el7_8.x86_64 > >

Re: How to create a bodhi update from f32-kde tag?

2020-06-15 Thread Robin Lee
On Mon, Jun 15, 2020 at 2:59 PM Kalev Lember wrote: > > On 6/15/20 03:55, Robin Lee wrote: > > Hi, > > > > I rebuilt some packages to the f32-kde tag for Qt 5.14.2. And after the new > > qt package being pushed to stable, I want to create an update for my > >

How to create a bodhi update from f32-kde tag?

2020-06-14 Thread Robin Lee
Hi, I rebuilt some packages to the f32-kde tag for Qt 5.14.2. And after the new qt package being pushed to stable, I want to create an update for my packages. But bodhi request failed: $ bodhi updates new --type bugfix --notes 'Deepin rebuilds for Qt 5.14.2' --request testing --autotime

Re: [CentOS] Updating microcode_ctl froze Centos7

2020-06-14 Thread Robin Lee
On Sun, 2020-06-14 at 17:39 +0100, Phil Perry wrote: > yum --enablerepo=\* clean all Thanks, that worked ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Updating microcode_ctl froze Centos7

2020-06-14 Thread Robin Lee
On Fri, 2020-06-12 at 09:20 +0200, Robin Lee wrote: > Today when I ran yum update two packages came up microcode_ctl > and unbound-libs. The updating process went fine until it outputted > > Running transaction > Updating : 2:microcode_ctl-2.1-61.6.el7_8.x86_64 > >

Re: [CentOS] Updating microcode_ctl froze Centos7

2020-06-12 Thread Robin Lee
On Fri, 2020-06-12 at 10:24 +0200, Tru Huynh wrote: > On Fri, Jun 12, 2020 at 09:20:34AM +0200, Robin Lee wrote: > > Today when I ran yum update two packages came up microcode_ctl > > and unbound-libs. The updating process went fine until it > > outputted > &g

[CentOS] Updating microcode_ctl froze Centos7

2020-06-12 Thread Robin Lee
Today when I ran yum update two packages came up microcode_ctl and unbound-libs. The updating process went fine until it outputted Running transaction Updating : 2:microcode_ctl-2.1-61.6.el7_8.x86_64 then it just froze. I could no longer ssh to the machine and the console was just blank. I

Re: Self Introduction: Qiyu Yan

2020-06-10 Thread Robin Lee
On Thursday, June 11, 2020, Qiyu Yan wrote: > I am Qiyu Yan, mail: yanqiy...@gmail.com, a 5-yesr Fedora user and a undergraduate student in Physics. > > I started doing packaging because I want to setup development environment for my lab's computers, the software I first packaged is geant4 on

Re: [Evolution] Evolution and the X-NC-CalDAV-Webcal-Caching header

2020-06-10 Thread Robin Lee via evolution-list
On Wed, 2020-06-10 at 07:52 +0200, Milan Crha via evolution-list wrote: > On Tue, 2020-06-09 at 21:26 +0200, Robin Lee via evolution-list > wrote: > > Just a short follow-up. Today I updated to Gnome 3.36.2 and > > Nextcloud > > 18.0.6 and after that I thought

Re: [Evolution] Evolution and the X-NC-CalDAV-Webcal-Caching header

2020-06-09 Thread Robin Lee via evolution-list
On Tue, 2020-05-26 at 14:02 +0200, Robin Lee via evolution-list wrote: > Ah, it seems I traded one problem for an other. > > When the Nextcloud account setup was through Gnome online accounts > the > problem was that subscribed holiday calendars didn't show up in > Evolu

Re: [Evolution] Evolution and the X-NC-CalDAV-Webcal-Caching header

2020-05-27 Thread Robin Lee via evolution-list
On Wed, 2020-05-27 at 07:03 +0200, Milan Crha via evolution-list wrote: > > It feels surprising to see the server returning an invalid Personal > calendar URL. Might there be double-encoding involved or something, > what would Evolution(-data-server) code decipher incorrectly? Just > check what

Re: [Evolution] Evolution and the X-NC-CalDAV-Webcal-Caching header

2020-05-26 Thread Robin Lee via evolution-list
On Mon, 2020-05-25 at 14:50 +0200, Robin Lee via evolution-list wrote: > On Mon, 2020-05-25 at 14:39 +0200, Milan Crha via evolution-list > wrote: > > On Mon, 2020-05-25 at 14:33 +0200, Robin Lee via evolution-list > > wrote: > > > I did the Nextcloud account setup i

Re: [Evolution] Evolution and the X-NC-CalDAV-Webcal-Caching header

2020-05-25 Thread Robin Lee via evolution-list
On Mon, 2020-05-25 at 14:39 +0200, Milan Crha via evolution-list wrote: > On Mon, 2020-05-25 at 14:33 +0200, Robin Lee via evolution-list > wrote: > > I did the Nextcloud account setup in GNOME Online Accounts. So if I > > would set it up directly in Evolution then it might w

Re: [Evolution] Evolution and the X-NC-CalDAV-Webcal-Caching header

2020-05-25 Thread Robin Lee via evolution-list
On Mon, 2020-05-25 at 14:28 +0200, Milan Crha via evolution-list wrote: > On Mon, 2020-05-25 at 14:02 +0200, Robin Lee via evolution-list > wrote: > > and it seems that Evolution doesn't support the X-NC-CalDAV-Webcal- > > Caching header. > > > > Is there a

[Evolution] Evolution and the X-NC-CalDAV-Webcal-Caching header

2020-05-25 Thread Robin Lee via evolution-list
Hi My setup is a Nextcloud (18.0.4) server and Evolution (3.36.2) running on my desktop and laptop. The Evolution are CalDav clients to the NC. I 've set up a public holiday subscription calendar in NC and the problem is that it doesn't show up in Evolution. I asked about this on NC forum

Re: VLC and screen saver

2020-05-21 Thread Robin Lee
On Tue, 2020-05-19 at 11:33 +0200, Mayavimmer wrote: > Robin Lee wrote: > > > Thanks for letting me know I'm not the only one. > > > > Also been launching VLC from a terminal lately and sometimes it > > also > > doesn't terminate cleanly that way. I close th

Re: VLC and screen saver

2020-05-18 Thread Robin Lee
On Mon, 2020-05-18 at 18:20 +0800, Ian Chapman wrote: > Hi, > > > > The thing is that sometimes when I close vlc after I've watched > > some > > video it doesn't terminate cleanly. That is there is still a vlc > > process running in the background and it prevents the screen saver > > from > >

Re: VLC and screen saver

2020-05-16 Thread Robin Lee
On Sat, 2020-05-16 at 05:54 +0800, Ed Greshko wrote: > On 2020-05-15 20:02, Robin Lee wrote: > > Hi > > > > I'm on Fedora 32, but this problem I have had for a while. > > > > The thing is that sometimes when I close vlc after I've watched > > some

Re: VLC and screen saver

2020-05-15 Thread Robin Lee
On Fri, 2020-05-15 at 08:25 -0700, stan via users wrote: > On Fri, 15 May 2020 14:02:17 +0200 > Robin Lee wrote: > > > The thing is that sometimes when I close vlc after I've watched > > some > > video it doesn't terminate cleanly. That is there is stil

VLC and screen saver

2020-05-15 Thread Robin Lee
Hi I'm on Fedora 32, but this problem I have had for a while. The thing is that sometimes when I close vlc after I've watched some video it doesn't terminate cleanly. That is there is still a vlc process running in the background and it prevents the screen saver from blanking the screen. So

Re: [Evolution] Is there a way to order mail accounts

2020-05-11 Thread Robin Lee via evolution-list
On Mon, 2020-05-11 at 18:22 +0100, Pete Biggs wrote: > On Mon, 2020-05-11 at 18:58 +0200, Robin Lee via evolution-list > wrote: > > Hi > > > > When one has multiple e-mail accounts is there a way to specify > > their > > order in the left vertical frame? >

[Evolution] Is there a way to order mail accounts

2020-05-11 Thread Robin Lee via evolution-list
Hi When one has multiple e-mail accounts is there a way to specify their order in the left vertical frame? I'm running 3.34.4 on Fedora 31 Cheers Robin ___ evolution-list mailing list evolution-list@gnome.org To change your list options or

Re: Self Introduction: Jude Lee / judescripts

2020-04-27 Thread Robin Lee
On Tue, Apr 28, 2020 at 11:43 AM Jude Lee wrote: > > Hi! my name is Jude and I am a fullstack / architect (github.com/judescripts > | linkedin.com/in/leejude). > > This is first time joining a fedora group and I've been wanting to become a > part of the open source project community for awhile

Re: RFC: Feature macros (aka USE flags)

2020-04-27 Thread Robin Lee
On Mon, Apr 27, 2020 at 7:21 PM Petr Šabata wrote: > > Based on the recent discussions around %fedora/%rhel macros and ELN, > and %bcond generally being confusing to work with, I came up with a > distribution-wide feature that defines generic feature keywords and > associated helper macros that

[guardian-dev] Is it possible to have it all

2020-04-25 Thread Robin Lee
I'm talking about controlling network access on a Android/Lineage phone. What I would like to achieve is 1. Specified apps have direct access to the network 2. Other specified apps are routed through the tor network 3. All other traffic is routed through VPN/Wireshark (and blocked if VPN is not

Re: Problem with Brother scanner

2020-04-23 Thread Robin Lee
On Wed, 2020-04-22 at 21:17 -0400, Fred Smith wrote: > > I don't know how the OP installed the Brother drivers, but there are > two ways: one is detailed with lots of tweaks you need to make, and > the other is relatively trivial. > > You can either: > 1. download the individual driver files and

Re: Problem with Brother scanner

2020-04-22 Thread Robin Lee
On Wed, 2020-04-22 at 09:49 -0500, Roger Heflin wrote: > I would comment out the SYSFS lines and see if that fixes > anything. I > would also remove the executable bit {chmod -x filename). > > It seems they have put both SYSFS (used in RHEL5, so really old) and > ATTRS (new name RHEL6(say f12)

Problem with Brother scanner

2020-04-22 Thread Robin Lee
Hi list I recently got a Brother scanner/printer for my Fedora 31 desktop. I've installed all the drivers from Brother and the printing part works fine, but not scanning. When I launch simple-scan, either as root or normal user it can't find any scanner. Although it will show up in Settings ->

Re: Qt 5.14.2 coming to rawhide

2020-04-08 Thread Robin Lee
On Wed, Apr 8, 2020 at 12:24 PM Kevin Fenzi wrote: > > On Wed, Apr 08, 2020 at 10:45:40AM +0800, Robin Lee wrote: > > On Sun, Apr 5, 2020 at 6:58 AM Rex Dieter wrote: > > > > > > FYI, Started work on importing Qt 5.14.2 into rawhide today, with work-in- > > &

Re: Qt 5.14.2 coming to rawhide

2020-04-07 Thread Robin Lee
On Sun, Apr 5, 2020 at 6:58 AM Rex Dieter wrote: > > FYI, Started work on importing Qt 5.14.2 into rawhide today, with work-in- > progress being done in side tag f33-build-side-21031 > > I figure it'll take at least a few days to get the core bits and all > dependencies rebuilt. Will provide

[tor-talk] Tor browser 9.0.7 is broken

2020-03-24 Thread Robin Lee
Hi I just updated to Tor browser 9.0.7 and now any site that I've given javascript permission to no longer works! For example I go to https://protonirockerxow.onion and the website says I should enable javascript, but I already added this site to the ones that can send javascript and Tor browser

Re: [tor-talk] How secure is a hidden service?

2020-02-26 Thread Robin Lee
On Fri, 2020-02-21 at 08:15 -0500, grarpamp wrote: > On 2/20/20, Robin Lee wrote: > > I'm wondering how hidden a hidden service actually is? > > ... > > Is it just a function of time and amount of traffic, i.e. the > > longer > > you are online and the more traffi

Re: Help needed to fix FTBFS (gcc-10 caused failures)

2020-02-24 Thread Robin Lee
On Sun, Feb 23, 2020 at 11:50 PM Mukundan Ragavan wrote: > > Hi all, > > I have two packages that fail to build from source. As far as I can tell > from the build logs, they are gcc-10 failures. The typical "extern" > solution does not work me (or, I am not adding 'extern' at the correct >

Re: [tor-talk] How secure is a hidden service?

2020-02-22 Thread Robin Lee
On Fri, 2020-02-21 at 05:41 -0500, Roger Dingledine wrote: > On Thu, Feb 20, 2020 at 07:25:32AM +0100, Robin Lee wrote: > > I'm wondering how hidden a hidden service actually is? Because last > > week charges were brought against Flugsvamp, a Swedish darknet drug > > shop.

[tor-talk] How secure is a hidden service?

2020-02-21 Thread Robin Lee
Hi I'm wondering how hidden a hidden service actually is? Because last week charges were brought against Flugsvamp, a Swedish darknet drug shop. In the documents made public for the court case the police states that is was able to trace the actual ip-addresses of the onion- addresses. Flugsvamp

Re: Fedora 32 System-Wide Change proposal: Use update-alternatives for /usr/bin/cc and /usr/bin/c++

2019-12-19 Thread Robin Lee
On Fri, Dec 20, 2019 at 5:44 AM Ben Cotton wrote: > > https://fedoraproject.org/wiki/Changes/Use-Update-Alternatives-For-usr-bin-cc > > == Summary == > Modify the gcc package so that the /usr/bin/cc and /usr/bin/c++ > symlinks are managed by update-alternatives. > > == Owner == > * Name:

Re: Gnome-keyring-daemon keeps logging every second

2019-12-04 Thread Robin Lee
gt; https://askubuntu.com/questions/1188683/gnome-keyring-daemon-spams-system-journal > > > > > On Dec 4, 2019, at 11:45 AM, Robin Lee > > wrote: > > > > > asked to register item > > > /org/freedesktop/secrets/

Re: Gnome-keyring-daemon keeps logging every second

2019-12-04 Thread Robin Lee
On Tue, 2019-12-03 at 10:37 +0100, Robin Lee wrote: > Hi > > On my newly upgraded Fedora 31 desktop there is annoying issue. Every > second gnome-keyring-daemon logs the following message > "asked to register item /org/freedesktop/secrets/collection/login/86, > but

[Ubuntu-ha] [Bug 613793] Re: o2cb stopping Failed

2019-12-04 Thread Robin Lee
In an OCFS2 cluster of XenServer 7.1.1 hosts, we met the same issue. -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to ocfs2-tools in Ubuntu. https://bugs.launchpad.net/bugs/613793 Title: o2cb stopping Failed Status in

[Bug 613793] Re: o2cb stopping Failed

2019-12-04 Thread Robin Lee
In an OCFS2 cluster of XenServer 7.1.1 hosts, we met the same issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/613793 Title: o2cb stopping Failed To manage notifications about this bug go to:

Gnome-keyring-daemon keeps logging every second

2019-12-03 Thread Robin Lee
Hi On my newly upgraded Fedora 31 desktop there is annoying issue. Every second gnome-keyring-daemon logs the following message "asked to register item /org/freedesktop/secrets/collection/login/86, but it's already registered". Rebooting doesn't help. It totally fills up the log, anything I can

Re: Could not upgrade from F29

2019-12-02 Thread Robin Lee
On Mon, 2019-12-02 at 05:55 +0800, Ed Greshko wrote: > On 2019-12-01 20:57, Robin Lee wrote: > > Ok, but will the Electrum wallet still be able to communicate with > > my > > Ledger device? > > I can't be certain. But I think it will. > Thanks for advices. I d

Re: Could not upgrade from F29

2019-12-01 Thread Robin Lee
On Sun, 2019-12-01 at 20:32 +0800, Ed Greshko wrote: > On 2019-12-01 19:41, Robin Lee wrote: > > I've got a Fedora 29 desktop that I thought it was time to upgrade. > > But > > there was a problem. When I ran > > dnf system-upgrade download --refresh --releasever=30 &

Could not upgrade from F29

2019-12-01 Thread Robin Lee
Hi I've got a Fedora 29 desktop that I thought it was time to upgrade. But there was a problem. When I ran dnf system-upgrade download --refresh --releasever=30 I get the following error Problem: package python2-btchip-0.1.28-1.fc29.noarch requires python2- hidapi, but none of the providers

Re: Gnome Software Updater no longer working

2019-09-17 Thread Robin Lee
On Tue, 2019-09-17 at 22:44 +0800, Ed Greshko wrote: > On 9/17/19 9:10 PM, Robin Lee wrote: > > But, what about the error message I pointed out earlier > > TypeError: argument of type 'NoneType' is not iterable > > The part of error you quoted earlier was > >

Re: Gnome Software Updater no longer working

2019-09-17 Thread Robin Lee
On Tue, 2019-09-17 at 21:03 +0800, Ed Greshko wrote: > On 9/17/19 8:52 PM, Robin Lee wrote: > > On Tue, 2019-09-17 at 20:45 +0800, Ed Greshko wrote: > > > On 9/17/19 8:21 PM, Robin Lee wrote: > > > > Thanks for the help. I did run "journalctl -b -1&

Re: Gnome Software Updater no longer working

2019-09-17 Thread Robin Lee
On Tue, 2019-09-17 at 20:45 +0800, Ed Greshko wrote: > On 9/17/19 8:21 PM, Robin Lee wrote: > > Thanks for the help. I did run "journalctl -b -1" after a failed > > try to > > use Gnome Software to update to latest software packages. And it > > seems > >

Re: Gnome Software Updater no longer working

2019-09-17 Thread Robin Lee
On Mon, 2019-09-16 at 13:10 -0700, Samuel Sieb wrote: > If that didn't work, then run "journalctl --list-boots" and find the > one for the right time. Then run "journalctl -b -1" (again replace > with the right number). Thanks for the help. I did run "journalctl -b -1" after a failed try to use

Re: Gnome Software Updater no longer working

2019-09-16 Thread Robin Lee
On Sun, 2019-09-15 at 10:51 +0200, Robin Lee wrote: > I'm running Fedora 29 and some time ago the Gnome Software Updater > stopped working. > > It informs me that there are new updates available and I press the > Download button. After a while the button changes to Restart and &

Gnome Software Updater no longer working

2019-09-15 Thread Robin Lee
Hi I'm running Fedora 29 and some time ago the Gnome Software Updater stopped working. It informs me that there are new updates available and I press the Download button. After a while the button changes to Restart and Update and I press it, so the computer reboots and after that it briefly

Re: Proper way to keep service enabled when updated from sysv to systemd?

2019-08-14 Thread Robin Lee
On Tue, Aug 13, 2019 at 10:37 PM Zbigniew Jędrzejewski-Szmek wrote: > > On Tue, Aug 13, 2019 at 06:02:42PM +0800, Robin Lee wrote: > > Hi, > > > > I packaged xe-guest-utilities with a systemd service for Fedora. > > > > But there is an upstream rpm p

  1   2   3   4   5   6   7   8   9   10   >