Re: Hebrew anti-clockwise clock

2024-04-11 Thread Mark E. Fuller
Not a Debian dev (tried, but failed to figure out how to break in there),
but I am a Fedora packager, if you'd like me to take a look at getting it
into that distro, too.

Mark E. Fuller, Ph.D.
529 E 85th St., Apt 3C
New York, NY 10028
+1 646-331-4567 (cell)
+1 929-339-0054 (home)
+972 (0)53-872-6579
+49 (0)1577-1848188
mark.e.ful...@gmail.com
mark.e.ful...@gmx.de
@fuller:one.ems.host
https://www.stossrohr.net
PGP Fingerprint: 73F1 A30C BDF4 DB4B C75F FD0F D599 E76C FFCA BF60


On Thu, Apr 11, 2024 at 1:21 AM Boruch Baum  wrote:

> I stumbled upon an ancient (year 1995) X11 app called xarclock that runs
> anti-clockwise. You might figure that its purpose was to mimic the
> Medieval Hebrew clock in Prague, but the author seems to have just
> wanted to gag life in the Southern hemisphere, where sundials (he
> claims) run in reverse. I added Hebrew support and published it to
> github along with a debian package and a stand-alone executable.
>
> Debian already has the original version (patched) in its repositories.
> Is there a debian person (preferably a developer) on the list who can
> guide me how to suggest my modifications be added to the debian package?
>
> https://github.com/Boruch-Baum/xarclock-hebrew
> https://github.com/Boruch-Baum/xarclock-hebrew/releases/tag/v1.0
>
> A modern QT version of this would be fun, but I don't know QT
> programming.
>
> --
> hkp://keys.gnupg.net
> CA45 09B5 5351 7C11 A9D1  7286 0036 9E45 1595 8BC0
> ___
> Linux-il mailing list -- linux-il@cs.huji.ac.il
> To unsubscribe send an email to linux-il-le...@cs.huji.ac.il
>
___
Linux-il mailing list -- linux-il@cs.huji.ac.il
To unsubscribe send an email to linux-il-le...@cs.huji.ac.il


Re: problem with cron on Kubuntu 22.04

2024-02-07 Thread Mark E. Fuller
If I had to hazard a guess, it has something to do with systemd (the 
usual suspect)


What does `|sudo systemctl status cron` return?

If that shows the service being disabled or stopped, you'll of course 
need to run `||sudo systemctl enable cron` to get it going at every boot 
and |`|sudo systemctl start cron||` to start it immediately


|On 07-Feb-24 11:23, Shlomo Solomon wrote:

No - that did not change anything and, in any case, as I wrote, that
exact line (including root) works on another Kubuntu 22.04 machine.

It also worked on Kubuntu 20.04 before I did a new install of 22.04



On Wed, 7 Feb 2024 17:41:05 +0200
אורי  wrote:


Try to remove the word "root"
אורי
u...@speedy.net


On Wed, Feb 7, 2024 at 5:18 PM Shlomo Solomon
  wrote:


Sorry if this is a bit long, but I wanted to give as much
information as I could and hope someone can help.


On a new installation of Kubuntu 22.04, cron jobs are not running
and this is driving me crazy.

The cron daemon is running

shoshana@shoshana:~/Desktop$ pgrep cron
827

I thought there might be a problem with a specific job so I created
the following simple script (which DOES work).

shoshana@shoshana:~/Desktop$ cat tstrun
#!/usr/bin/sh
cd /home/shoshana/Desktop
echo "" >> tst.txt

If I do:  cd /home/shoshana/Desktop
   ./tstrun
the script works and I see   in tst.txt

I then deleted ALL jobs in crontab and added only the following to
/etc/crontab
*/1 * * * * root /home/shoshana/Desktop/tstrun

Nothing happens - nothing written in tst.txt

I tried:
sudo grep CRON /var/log/syslog   and got no output

I changed the script to:
#!/usr/bin/sh
echo "test echo from tstrun"
cd /home/shoshana/Desktop
echo "" >> tst.txt

and changed the crontab line to:
*/1 * * * * root /home/shoshana/Desktop/tstrun >>
/home/shoshana/Desktop/tstrun-log.txt

still no output in tst.txt and also no output in
/home/shoshana/Desktop/tstrun-log.txt

And as expected, if I do:
./tstrun >> tstrun-log.txt
I see the expected output in both files

I also tried:
shoshana@shoshana:~/Desktop$ sudo service cron stop
shoshana@shoshana:~/Desktop$ sudo service cron start
shoshana@shoshana:~/Desktop$ pgrep cron
3377

AND
shoshana@shoshana:~/Desktop$ sudo systemctl stop cron
shoshana@shoshana:~/Desktop$ sudo systemctl start cron
shoshana@shoshana:~/Desktop$ pgrep cron
3413


But still no change.

And just to be clear, on a different machine (also Kubuntu 22.04)
all the above DOES work - output to both files and if I do:
sudo grep CRON /var/log/syslog   I get:
Feb  7 17:13:01 solomon-laptop CRON[16619]: (root) CMD
(/home/solomon/Desktop/tstrun)






--
Shlomo Solomon
http://the-solomons.net
Claws Mail 3.17.5 - KDE Plasma 5.18.5 - Kubuntu 20.04
___
Linux-il mailing list --linux-il@cs.huji.ac.il
To unsubscribe send an email tolinux-il-le...@cs.huji.ac.il






--
Mark E. Fuller, Ph.D.
529 East 85th St., Apt. 3C
New York, NY 10028, USA
+1 646-331-4567 (cell)
+1 929-339-0054 (home)
+972 (0)53-872-6579
+49 (0)1577-1848188
mark.e.ful...@gmail.com
mark.e.ful...@gmx.de
@fuller:one.ems.host
https://mefuller.dev
PGP Fingerprint: 73F1 A30C BDF4 DB4B C75F FD0F D599 E76C FFCA BF60
___
Linux-il mailing list -- linux-il@cs.huji.ac.il
To unsubscribe send an email to linux-il-le...@cs.huji.ac.il


Re: slightly OT - backup strategy

2022-07-20 Thread Mark E. Fuller

20 Jul 2022 13:15:13 Rabin Yasharzadehe :

> Using ZFS with sanoid[https://github.com/jimsalterjrs/sanoid]
> 
> ZFS will give you all the benefits of COW filesystem, compression, and 
> snapshots (and much more),
> combined with sanoid utility will allow you to automate the snapshots and 
> send them to a remote system,
> and because ZFS is block-level aware of the changes between snapshots, 
> send is much more efficient,
> because unlike Rsync which needs to stats and compare each file to determine 
> what to sync,
> ZFS only need to compile a list of block which have changed between 2 
> snapshots and send only them.
> which also works if the volume is encrypted, which allows you to have a 
> remote system, which is encrypted on rest,
> and keep pushing/sending snapshots to it without having to unlock it.
> 
> 
> --
> Rabin
> 
> 
> On Sun, 17 Jul 2022 at 16:50, Shlomo Solomon  wrote:
>> I recently lost some files because of a bad disk - hardware problem.
>> 
>> I do regular backups so I was not really worried, but I now see that I
>> have a problem with my backup strategy so I'd like to know how others
>> handle/prevent what happened to me.
>> 
>> I backup files using rsync and I basically have 2 types of backups.
>> 
>> My most important files are backed up every night. I do incremental
>> backups using:    rsync -aqrlvtogS --ignore-errors  --backup
>> I keep about 4 months of backups. So if a file is damaged,
>> missing or accidentally deleted, I can find a good file - even if, for
>> example I screwed up the file and only discovered the problem a few
>> days later.
>> 
>> BUT, all the rest of my files - music, videos, pictures, etc are backed
>> up daily and weekly on 2 different physical drives using:
>> rsync -qrlvtogS --delete --ignore-errors
>> I use --delete to prevent accumulating garbage on my backup disks.
>> 
>> So here's the problem: Because of a hardware problem, several files on
>> one of my disks were lost. As a result, the daily backup script
>> "thought" that those files should be deleted from the daily backup.
>> Unfortunately, I did not notice the problem. A few days later, those
>> same files were also deleted from the weekly backup. So they are lost.
>> 
>> So on one hand, I need --delete to avoid keeping backups of old
>> garbage, but on the other hand, the --delete option does not know if I
>> deleted the file or if it's gone because of a hardware problem.
>> 
>> 
>> 
>> -- 
>> Shlomo Solomon
>> http://the-solomons.net
>> Claws Mail 3.17.5 - KDE Plasma 5.18.5 - Kubuntu 20.04
>> 
>> ___
>> Linux-il mailing list
>> Linux-il@cs.huji.ac.il
>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
Coming to this late, I use "backintime" which is a Python wrapper and GUI for 
rsync.
One of the settings, "smart remove" is set to remove old snapshots, but keep 
some for exactly the kind of problem described here, e.g.
2/day for the last week, then 1/week for a month, then 1/month for the previous 
year, etc. (you set all these yourself)

I made a similar deletion error once which propagated through my Dropbox that I 
only noticed after I was past the 30 day backup there, but I easily pulled the 
files off my backup HDD from an old image
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Installation report: Bootstrapping a first installation bootable USB

2022-07-13 Thread Mark E. Fuller
For Fedora, we have the "Fedora Media Writer" available for all platforms
to write USB disks:
(yes, it can write your Debian image as well, not just Fedora)

See the download page for how it's integrated into "user experience" with
download links
Download Fedora Workstation (getfedora.org)
<https://getfedora.org/en/workstation/download/>

Source and binaries:
FedoraQt/MediaWriter: Fedora Media Writer - Write Fedora Images to Portable
Media (github.com) <https://github.com/FedoraQt/MediaWriter>


Mark E. Fuller, Ph.D.
HaShikma 19, Apt. 24
Nesher 3681219, Israel
+972 (0)53-872-6579
+1 401-236-4526
mark.e.ful...@gmail.com
mark.e.ful...@gmx.de
@mefuller:matrix.org
https://www.stossrohr.net
PGP Fingerprint: 73F1 A30C BDF4 DB4B C75F FD0F D599 E76C FFCA BF60
mark.e.ful...@gmail.com
mark.e.ful...@gmx.de
@mefuller:matrix.org
https://mefuller.github.io/ 


On Wed, Jul 13, 2022 at 3:35 PM Daniel Shahaf 
wrote:

> I tried to walk a friend through using Windows 10 to create a bootable
> Linux USB disk, so they'd install their first Linux box.
>
> Debian (and FreeBSD) recommend win32diskimager.  Arch suggested a few
> other tools, of which I tried Rufus 3.19 and "dd for windows".  The
> first and third didn't work at all; the second worked once but not again
> on the same image.
>
> Rather than try a fourth tool, I went ahead and created the bootable USB
> disk for my friend myself using good old dd(8) on one of my existing
> Linux machines.
>
> Now I wonder how a random Windows user is supposed to bootstrap
> themselves a bootable Linux USB disk.  Perhaps my experience is not
> representative.
>
> Cheers,
>
> Daniel
>
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Good presentation tool

2022-05-22 Thread Mark E. Fuller

22 May 2022 23:32:47 Eli Marmor :

> I agree, reveal.js has all of the 3 winning points for us:
> 
> 1. Open-Source
> 2. Standard format (HTML5)
> 3. Can be run from anywhere, by any web browser, under any device and OS.
> 
> On Sun, 22 May 2022 at 22:53, Meir Kriheli  wrote:
>> I'm using  reveal js
>> 
>> https://revealjs.com/
>> 
>> Cheers
>> 
>> On Sun, May 22, 2022 at 5:33 PM Shachar Shemesh  wrote:
>>> 
>>> Hi all,
>>> 
>>> 
>>> I need a recommendation for a presentation tool. What do you use?
>>> 
>>> ___
>>> Linux-il mailing list
>>> Linux-il@cs.huji.ac.il
>>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>> 
>> 
>> -- 
>> Meir Kriheli
>> http://meirkriheli.com
>> ___
>> Linux-il mailing list
>> Linux-il@cs.huji.ac.il
>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
Thanks for the pointer - I will definitely look at reveal.js for my next 
presentation as well


signature.asc
Description: PGP signature
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Good presentation tool

2022-05-22 Thread Mark E. Fuller

22 May 2022 17:58:58 Eli Marmor :

> By the way, since yesterday, Github Markdown supports LaTeX.
> 
> On Sun, 22 May 2022 at 17:39, Michael Shiloh  
> wrote:
>> I do all my presentations in markdown and show them directly from
>> Github  (github.com/michaelshiloh[http://github.com/michaelshiloh])
>> 
>> On Sun, May 22, 2022 at 6:36 PM Mark E. Fuller  
>> wrote:
>>>
>>>
>>> 22 May 2022 17:33:52 Shachar Shemesh :
>>>
>>> Hi all,
>>>
>>>
>>> I need a recommendation for a presentation tool. What do you use?
>>>
>>> I make slides in LaTeX using the Beamer class.
>>> See https://github.com/mefuller/LaTeX_Presentations
>>> ___
>>> Linux-il mailing list
>>> Linux-il@cs.huji.ac.il
>>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>> 
>> ___
>> Linux-il mailing list
>> Linux-il@cs.huji.ac.il
>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
It looks like GH markdown supports MathJax, so LaTeX-formatted formulae: 
https://analyticsindiamag.com/github-now-supports-mathematical-expressions-on-markdown/

This is a very nice feature, which is new to me, but it is by no means "support 
for LaTeX"


signature.asc
Description: PGP signature
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Good presentation tool

2022-05-22 Thread Mark E. Fuller

22 May 2022 17:33:52 Shachar Shemesh :

> Hi all,
> 
> 
> I need a recommendation for a presentation tool. What do you use?
> 
I make slides in LaTeX using the Beamer class.
See https://github.com/mefuller/LaTeX_Presentations


signature.asc
Description: PGP signature
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Acronyms: was Should beginners work with WSL?

2022-02-06 Thread Mark E. Fuller
I'm new here, but I find LMGTFY and similar responses (like RTFM) to be 
generally unwelcome and inappropriate. Whether or not they are part of 
the culture of a listserv or forum, I do not respond in that manner for 
the simple reason that if I have time to respond, then I have time to 
respond constructively.


On 06/02/2022 13:45, Shachar Shemesh wrote:


On 06/02/2022 11:41, Steve Litt wrote:

Aviram Jenik said on Sat, 5 Feb 2022 20:15:58 -0800


LMGTFY:
https://lmgtfy.app/?q=wsl+linux

- Aviram

I'm sorry, but questioning "what is WSL" doesn't justify an LMGTFY.


I know the focus of your criticism wasn't aimed at me, but I do take it 
to heart.



I posted WSL without explaining what it was. I'm not sure whether I 
assumed people would know what it was, or whether anyone who didn't know 
what it was would also not know how to answer my question. Either way, 
yeah, I guess I should have spelled it out.



In my defense, WSL _is_ how the feature is usually referred to. It's 
even the command line that installs it.



Shachar


___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


--
Mark E. Fuller, Ph.D.
HaShikma 19, Apt. 24
Nesher 3681219, Israel
+972 (0)53-872-6579
+49 (0)1577 1848188
+1 401-214-4266
mark.e.ful...@gmail.com
mark.e.ful...@gmx.de
ful...@stossrohr.net
@fuller:one.ems.host
https://www.stossrohr.net
PGP Fingerprint: 73F1 A30C BDF4 DB4B C75F FD0F D599 E76C FFCA BF60

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Should beginners work with WSL?

2022-02-05 Thread Mark E. Fuller

5 Feb 2022 8:38:26 Yaacov Zamir :

> Hi,
> 
> Sorry for the off topic answer
> I was trying to think what I would recommend, and found that I would give 
> different answers depending on the needs of the specific beginner. 
> Do they want to try out the desktop environment, e.g. gnome KDE? 
> Do they want to learn to be linux sys admins?
> Do they want to learn to program linux specific applications, drivers?
> Do they want to learn linux containers, virtulization?
> What type of beginner do you have in mind?
> 
> בתאריך יום ו׳, 4 בפבר׳ 2022, 09:11 PM, מאת Shachar Shemesh 
> ‏:
>> 
>> Title pretty much says it all. Should beginners on Linux be directed toward 
>> trying out WSL?
>> 
>> 
>> I have my own opinion, but I'd like to hear others as well.
>> 
>> 
>> Thank you,
>> 
>> Shachar
>> 
>> ___
>> Linux-il mailing list
>> Linux-il@cs.huji.ac.il
>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
Tl;dr what is the intended application?

An analogous question came up previously elsewhere, only instead of WSL, the 
subject was Arch. I think my line of reasoning still applies:

First question is why? Why do you want to run Linux? If you have a box and time 
to spare and you want to dive down the rabbit hole and don't care how long it 
takes to get a functioning machine, then Arch is fine. You want to just slap 
something on a computer that will run as a desktop so you can work, probably 
Fedora or Ubuntu. You want to throw together a server, go for a RHEL clone like 
Rocky (or sign up for a Red Hat developer account and install official/use 
their documentation).


signature.asc
Description: PGP signature
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


FOSDEM Swag Order

2022-02-02 Thread Mark E. Fuller
With FOSDEM[0] this weekend I was looking at what it will be to get my 
shirt/sweatshirt[1] and shipping to Israel is very high.
If there is anyone else "attending" who would like to coordinate, I 
would be happy to place an order for a group to save costs.


I'll also be volunteering on the FOSDEM helpdesk on Sunday, so feel free 
to say hi - the whole meeting is being run through Matrix like last year.


[0] https://fosdem.org/2022/
[1] https://fosdem.org/2022/tshirts/
--
Mark E. Fuller, Ph.D.
HaShikma 19, Apt. 24
Nesher 3681219, Israel
+972 (0)53-872-6579
+49 (0)1577 1848188
+1 401-214-4266
mark.e.ful...@gmail.com
mark.e.ful...@gmx.de
ful...@stossrohr.net
@fuller:one.ems.host
https://www.stossrohr.net
PGP Fingerprint: 73F1 A30C BDF4 DB4B C75F FD0F D599 E76C FFCA BF60

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Introduction

2022-01-13 Thread Mark E. Fuller

Hi all,

sorry if I failed to do this earlier - I thought I had already 
introduced myself, but based on a few recent conversations in seems that 
I likely did not.


I'm Mark Fuller (fuller or mefuller most places), an Oleh Hadash (May 
2021) from the US via way of Germany.
I presently work as a postdoc at the Technion doing research on 
combustion and fuel chemistry. I've primarily been an experimentalist, 
but have gotten much more into software development and scientific 
computing having long been the only guy in the lab who used Linux or 
could do data analysis with more automation that copy-pasting in Excel.
I'm a long-time Linux user and FOSS enthusiast (first used Debian at 
university in 2006) and I have been part of the Fedora Project since 
2010 where I have done some translations (German), and am just now 
getting into packaging.


I'm very much looking to continue drifting professionally and 
learn/apply more lessons about good development practices to the 
scientific software to which I contribute, since much of it is pretty 
rough around the edges.


Regards,
fuller

--
Mark E. Fuller, Ph.D.
HaShikma 19, Apt. 24
Nesher 3681219, Israel
+972 (0)53-872-6579
+49 (0)1577 1848188
+1 401-214-4266
mark.e.ful...@gmail.com
mark.e.ful...@gmx.de
ful...@stossrohr.net
@fuller:one.ems.host
https://www.stossrohr.net
PGP Fingerprint: 73F1 A30C BDF4 DB4B C75F FD0F D599 E76C FFCA BF60

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Fork from "OT: strange network problem"

2022-01-11 Thread Mark E. Fuller



On 11/01/2022 11:26, Erez D wrote:




Alas, No. I know it is sacrilege but I use a hot cable modem/router.
I do not have hardware that can support 500Mb to be used as a linux 
firewall ...


Being an Oleh Hadash who just wanted to hit the easy button six months 
ago, I also have the Hot modem/router.
It lease a bit to be desired, e.g. I could figure out how to properly 
get it to use my PiHole as the DNS server on my home network (could 
never find the option in the software), and I also couldn't get it to 
just run as a modem and let me use my old German DSL modem/router (a 
FritzBox and another easy button moment) as the home network router 
(because I could at least configure that to my heart's content).


So, are there suggestions/recommendations for how to reconfigure things, 
especially as pertains to hardware running OpenWRT or another free/libre 
alternative?






___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Thanks all,
Fuller


Mark E. Fuller, Ph.D.
HaShikma 19, Apt. 24
Nesher 3681219, Israel
+972 (0)53-872-6579
+49 (0)1577 1848188
+1 401-214-4266
mark.e.ful...@gmail.com
mark.e.ful...@gmx.de
ful...@stossrohr.net
@fuller:one.ems.host
https://www.stossrohr.net
PGP Fingerprint: 73F1 A30C BDF4 DB4B C75F FD0F D599 E76C FFCA BF60

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: diff

2021-12-14 Thread Mark E. Fuller


It's such a small thing, but I really enjoyed being privy to this 
question and discussion today.


On 14/12/2021 17:21, Daniel Shahaf wrote:

אורי wrote on Tue, 14 Dec 2021 07:44 +00:00:

Actually I prefer the "<(..)" method, because sometimes I want to compare 2
commands:

diff <(pip freeze | sort) <(cat requirements.txt | sort)



Consider s/diff/comm -12/.


Or even use cat and echo to add a specific line to one of the outputs. If I
want the result to be completely null. For example to run in crontab and
send me mail whether it's not null.


Careful here.  By default, cron jobs run not under your login shell but
under /bin/sh, and it's possible the latter doesn't support «<(…)» even
if the former does.


Out of curiosity I asked the internet: 
https://unix.stackexchange.com/questions/159513/what-are-the-shells-control-and-redirection-operators


Looks like < as a redirect is POSIX-compliant, but as soon as it's 
<(...) it's not a redirect anymore but instead a process substitution 
which is implemented in BASH, ZSH, etc.:

https://www.gnu.org/software/bash/manual/bash.html#Process-Substitution
https://zsh.sourceforge.io/Intro/intro_7.html

Nice to learn a new trick - I probably would have just redirected to a 
temp file instead of the compact solution discussed today.


Cheers,

Daniel



אורי
u...@speedy.net


On Tue, Dec 14, 2021 at 9:31 AM Eli Marmor  wrote:


Use "-" instead the file name of one of both of the files, and pipe your
output to the diff command.

‪On Tue, 14 Dec 2021 at 09:12, ‫אורי‬‎  wrote:‬


Thank you.

אורי
u...@speedy.net
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il





___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il



Mark E. Fuller, Ph.D.
HaShikma 19, Apt. 24
Nesher 3681219, Israel
+972 (0)53-872-6579
+49 (0)1577 1848188
+1 401-214-4266
mark.e.ful...@gmail.com
mark.e.ful...@gmx.de
ful...@stossrohr.net
@fuller:one.ems.host
https://www.stossrohr.net
PGP Fingerprint: 73F1 A30C BDF4 DB4B C75F FD0F D599 E76C FFCA BF60

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Telegram - locale error

2021-12-03 Thread Mark E. Fuller
Yes, at the high-level, I believe that's what happened in my case and is 
likely in yours


Mark E. Fuller, Ph.D.
HaShikma 19, Apt. 24
Nesher 3681219, Israel
+972 (0)53-872-6579
+49 (0)1577 1848188
+1 401-236-4526
mark.e.ful...@gmail.com
mark.e.ful...@gmx.de
ful...@stossrohr.net
@fuller:one.ems.host
https://www.stossrohr.net
PGP Fingerprint: 73F1 A30C BDF4 DB4B C75F FD0F D599 E76C FFCA BF60

On 03/12/2021 13:39, Shlomo Solomon wrote:

In this case, Telegram (on Kubuntu) is installed with snap. I personally
do not like snap and install from snap only if there is no native
package. But, if I understand it correctly (and I may be wrong), there
is some sort of "sandbox" here so the app is running with it's own
environment, dependencies etc. That may be the reason none of the
suggestions that I've received (on and off the list) have worked.




On Fri, 3 Dec 2021 13:12:10 +0200
"Mark E. Fuller"  wrote:


Well, on the topic of fun, I have been using Nheko Reborn as my
desktop client for Matrix chat and currently have an account with
Element One to bridge my WhatsApp, Signal, and Telegram all to the
same account - being able to have one window with all my chats on the
desktop has been great.

I can't really comment on this particular problem, except that I have
had some problems on Fedora/KDE with Flatpaks and locale settings in
the past (keyboard layout not swapping in the app), which I solved by
going to an RPM for install instead. In that particular case it was
Slack, so I'm hoping to have it rolled into Matrix as well soon
enough...

Mark E. Fuller, Ph.D.
HaShikma 19, Apt. 24
Nesher 3681219, Israel
+972 (0)53-872-6579
+49 (0)1577 1848188
+1 401-236-4526
mark.e.ful...@gmail.com
mark.e.ful...@gmx.de
ful...@stossrohr.net
@fuller:one.ems.host
https://www.stossrohr.net
PGP Fingerprint: 73F1 A30C BDF4 DB4B C75F FD0F D599 E76C FFCA BF60

On 03/12/2021 12:33, Shlomo Solomon wrote:

Already tried that and it did not work.

The truth is that I don't even use Telegram, but when I heard it
runs on Linux, I thought it would be fun to try.

But it's not worth the time I've wasted on it, so I'm giving up.

Thanks for your help.



On Fri, 03 Dec 2021 12:25:29 +0200
borissh1...@gmail.com wrote:


1. KDE (and qt) has another level of language config that is loaded
(system settings -> Regional settings -> Format) , try disabling
it. 2. your error look like a seccomp violation error.



On Thursday, 2 December 2021 13:37:12 IST Shlomo Solomon wrote:

I installed telegram from snap
  - sudo snap install telegram-desktop

When I try running telegram from the KDE menu, nothing happens,
but running dmesg shows:

[2416340.605905] audit: type=1326 audit(1638444718.942:4956):
auid=500 uid=500 gid=500 ses=1 pid=1860346 comm="telegram-deskto"
exe="/snap/telegram-desktop/3343/usr/bin/telegram-desktop" sig=0
arch=c03e syscall=314 compat=0 ip=0x7f599ed3189d code=0x5


when I try running from a terminal, I see the same thing in dmesg
and also get the following in the terminal:

/bin/bash: warning: setlocale: LC_ALL: cannot change locale
(en_US.UTF-8)


I don't see any problems with my locale, but maybe I'm missing
something:

solomon@shlomo1:~$ locale
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8

Any help would be appreciated.




















OpenPGP_0xD599E76CFFCABF60.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Telegram - locale error

2021-12-03 Thread Mark E. Fuller
Well, on the topic of fun, I have been using Nheko Reborn as my desktop 
client for Matrix chat and currently have an account with Element One to 
bridge my WhatsApp, Signal, and Telegram all to the same account - being 
able to have one window with all my chats on the desktop has been great.


I can't really comment on this particular problem, except that I have 
had some problems on Fedora/KDE with Flatpaks and locale settings in the 
past (keyboard layout not swapping in the app), which I solved by going 
to an RPM for install instead. In that particular case it was Slack, so 
I'm hoping to have it rolled into Matrix as well soon enough...


Mark E. Fuller, Ph.D.
HaShikma 19, Apt. 24
Nesher 3681219, Israel
+972 (0)53-872-6579
+49 (0)1577 1848188
+1 401-236-4526
mark.e.ful...@gmail.com
mark.e.ful...@gmx.de
ful...@stossrohr.net
@fuller:one.ems.host
https://www.stossrohr.net
PGP Fingerprint: 73F1 A30C BDF4 DB4B C75F FD0F D599 E76C FFCA BF60

On 03/12/2021 12:33, Shlomo Solomon wrote:

Already tried that and it did not work.

The truth is that I don't even use Telegram, but when I heard it runs
on Linux, I thought it would be fun to try.

But it's not worth the time I've wasted on it, so I'm giving up.

Thanks for your help.



On Fri, 03 Dec 2021 12:25:29 +0200
borissh1...@gmail.com wrote:


1. KDE (and qt) has another level of language config that is loaded
(system settings -> Regional settings -> Format) , try disabling it.
2. your error look like a seccomp violation error.



On Thursday, 2 December 2021 13:37:12 IST Shlomo Solomon wrote:

I installed telegram from snap
 - sudo snap install telegram-desktop

When I try running telegram from the KDE menu, nothing happens, but
running dmesg shows:

[2416340.605905] audit: type=1326 audit(1638444718.942:4956):
auid=500 uid=500 gid=500 ses=1 pid=1860346 comm="telegram-deskto"
exe="/snap/telegram-desktop/3343/usr/bin/telegram-desktop" sig=0
arch=c03e syscall=314 compat=0 ip=0x7f599ed3189d code=0x5


when I try running from a terminal, I see the same thing in dmesg
and also get the following in the terminal:

/bin/bash: warning: setlocale: LC_ALL: cannot change locale
(en_US.UTF-8)


I don't see any problems with my locale, but maybe I'm missing
something:

solomon@shlomo1:~$ locale
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8

Any help would be appreciated.
















___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il