← prev | next →
Elvis Presley 2022-09-19 21:45:50
Looks like it’s just ffmpeg. There are plenty of other places including directly from Ubuntu sources for ffmpeg that you can install from.
Elvis Presley 2022-09-19 21:46:49
It’s not critical for the function of the OS, that’s for sure
priorities_470 2022-09-19 21:46:50
cryptodanvr 2022-09-19 21:29:46
see if you can go to the site in a browser, and usually an apt update fixes it, or you can change mirrors via software sources in your system settings.
sorry, is that addressed for me? bc i tried sudo apt update
Fuseteam 2022-09-19 21:48:09
priorities_470 2022-09-19 21:46:50
sorry, is that addressed for me? bc i tried sudo apt update
Try it again maybe 😉
priorities_470 2022-09-19 21:49:23
Elvis Presley 2022-09-19 21:46:49
It’s not critical for the function of the OS, that’s for sure
but why its stops working sometimes? with all icons going blank as showed above in screenshot?
priorities_470 2022-09-19 21:50:15
Elvis Presley 2022-09-19 21:46:49
It’s not critical for the function of the OS, that’s for sure
even restart won’t work so i have to everytime turn off/on pc to work properly again
Elvis Presley 2022-09-19 21:51:41
priorities_470 2022-09-19 21:49:23
but why its stops working sometimes? with all icons going blank as showed above in screenshot?
Wait, wrong person.
Elvis Presley 2022-09-19 21:52:30
Elvis Presley 2022-09-19 21:44:19
Or if you don’t need the software from that PPA anymore you can simply remove the PPA
This was for you @flowerweb
cryptodanvr 2022-09-19 22:01:08
priorities_470 2022-09-19 21:46:50
sorry, is that addressed for me? bc i tried sudo apt update
No that wasnt addresed
priorities_470 2022-09-19 22:03:01
cryptodanvr 2022-09-19 22:01:08
No that wasnt addresed
so do you think in my case it is OS issue ?
cryptodanvr 2022-09-19 22:03:46
priorities_470 2022-09-19 22:03:01
so do you think in my case it is OS issue ?
I think its a snap issue
priorities_470 2022-09-19 22:07:00
cryptodanvr 2022-09-19 22:03:46
I think its a snap issue

priorities_470 2022-09-19 22:07:16
cryptodanvr 2022-09-19 22:03:46
I think its a snap issue
any suggestion how should i fix it?
cryptodanvr 2022-09-19 22:07:38
priorities_470 2022-09-19 22:07:00
No its AppArmor denials causing issues with Snap
cryptodanvr 2022-09-19 22:09:21
priorities_470 2022-09-19 22:07:16

any suggestion how should i fix it?
https://dpaste.com/DNEQRP3MZ id say not using snap.
Fuseteam 2022-09-19 22:15:58
What is the actual problem they have?
cryptodanvr 2022-09-19 22:19:55
Icons disappearing constantly
❆ 2022-09-19 22:31:36
I never think chines have permission to access telegram (in china
David Emartisyan 2022-09-19 22:35:56
Chinese use mostly WeChat, Baidu and the third one being Weibo. The advanced IT people use everything. We had a lot of Chinese spamming here as I recall. BTW, millions of them live in Taiwan, Macau, Hong Kong and overseas Chinese number millions also.
Nevertheless, does anyone know how to use lz4 for compression of zip files?
I don t know how to run it?
I ve installed it with make and make install, everything was normal, but it is so weird.
This is the file from what I ve installed it:
https://lz4.github.io/lz4/
cryptodanvr 2022-09-19 22:36:49
David Emartisyan 2022-09-19 22:35:56

Chinese use mostly WeChat, Baidu and the third one being Weibo. The advanced IT people use everything. We had a lot of Chinese spamming here as I recall. BTW, millions of them live in Taiwan, Macau, Hong Kong and overseas Chinese number millions also.
Nevertheless, does anyone know how to use lz4 for compression of zip files?
I don t know how to run it?
I ve installed it with make and make install, everything was normal, but it is so weird.
This is the file from what I ve installed it:
https://lz4.github.io/lz4/
Naw they mostly use QQ for chats
cryptodanvr 2022-09-19 22:41:04
https://im.qq.com/index
I’m QQ – 每一天,乐在沟通 –
Qq欢迎访问QQ官网,下载新版QQ,了解QQ最新功能就在im.qq.com
David Emartisyan 2022-09-19 22:42:05
Oh, yes, and that. They have so many stuff, and many other East Asians use the same applications. It s very… complicated.
David Emartisyan 2022-09-19 22:42:53
Nevertheless, the lz4 protocol could be included in my de/compress tool now, I will check. It so weird, I thought it is a tool by itself.
David Emartisyan 2022-09-19 22:45:47
David Emartisyan 2022-09-19 22:42:53

Nevertheless, the lz4 protocol could be included in my de/compress tool now, I will check. It so weird, I thought it is a tool by itself.
It isn t. I have .tar.lzma, but that s another story.
cryptodanvr 2022-09-19 22:48:41
lzma is known as .xz now
David Emartisyan 2022-09-19 22:51:45
Ok, I didn t know, but what bugs me which software supports lz4, because I am not eager to use terminal every time (I ve see now Void talked about lz4 half a year ago here)
cryptodanvr 2022-09-19 22:53:03
on arch its installed by default
cryptodanvr 2022-09-19 22:53:30
[cryptodan@alphacentauri ~]$ pacman -Ss lz4
core/lz4 1:1.9.4-1 [installed]
David Emartisyan 2022-09-19 23:01:43
Thanks! 🙂 I m on Xubuntu, using Engrampa, and it has BTW .xz, .lzma and .tar.lzma. 😀
I guess I have to find just the way how to add it to the Engrampa Archive manager. 🙂
cryptodanvr 2022-09-19 23:02:11
tar should extract it
cryptodanvr 2022-09-19 23:08:28
try tar -xvf filename.tar.xz
David Emartisyan 2022-09-19 23:11:47
I need lz4, I will download 7zip. Thanks BTW
cryptodanvr 2022-09-19 23:17:49
do apt search lz4
cryptodanvr 2022-09-19 23:29:56
David Emartisyan 2022-09-19 23:11:47

I need lz4, I will download 7zip. Thanks BTW
https://www.anycodings.com/1questions/665358/how-to-use-tar-with-lz4
David Emartisyan 2022-09-19 23:35:34
Hey, thank you, but that s not an issue. I need 7zip for Linux so that I can launch a GUI with lz4 supported. Similarly like this Engrampa…. Just is that I can t launch a GUI of 7zip on Linux,dunno why, this day is so bad.
And all I need lz4 is for compression with small memory my photos family and some programs basically.
← prev | next →