Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 156 matches

by shogun1234
2021-04-08 13:44
Forum: Graphical Environments & Desktops
Topic: [SOLVED] Circle ibus input method problem
Replies: 1
Views: 2462

Re: [SOLVED] Circle ibus input method problem

I install ibus and add a few input methods (there are 3 input methods including English, Japan, and Zhuyin). Also I configure to use ctrl + space to circle through the input methods as shown in the image. However, when pressing ctrl + space, only 2 of them will be used. For instance, the default is...
by shogun1234
2021-04-08 08:15
Forum: Graphical Environments & Desktops
Topic: [SOLVED] Circle ibus input method problem
Replies: 1
Views: 2462

[SOLVED] Circle ibus input method problem

I install ibus and add a few input methods (there are 3 input methods including English, Japan, and Zhuyin). Also I configure to use ctrl + space to circle through the input methods as shown in the image. However, when pressing ctrl + space, only 2 of them will be used. For instance, the default is ...
by shogun1234
2021-03-17 08:40
Forum: Programming
Topic: [SOLVED] Makefile shell with multiple commands
Replies: 1
Views: 13104

Re: Makefile shell with multiple commands

Ok I think I fix the problem. Change to

Code: Select all

        $(eval svn_bin := $(shell basename $(shell which svn)))
fixes the problem. Thanks
by shogun1234
2021-03-17 05:31
Forum: Programming
Topic: [SOLVED] Makefile shell with multiple commands
Replies: 1
Views: 13104

[SOLVED] Makefile shell with multiple commands

I have a Makefile (make version 4.3 debian bullseye/sid and kernel 5.6.0-1-rt-amd64) contains $(eval svn := $(shell $(basename which svn))) echo $(svn) which prints following message on console. echo /usr/bin/svn Change to use $(eval svn := $(shell $(basename $(which svn)))) echo $(svn) it prints fo...
by shogun1234
2021-02-20 00:45
Forum: Graphical Environments & Desktops
Topic: [SOLVED] Reload this Page DNS-over-HTTPS quetion
Replies: 1
Views: 1534

Re: [SOLVED] Reload this Page DNS-over-HTTPS quetion

My bad. I think I found the problem. It's because I use uMatrix, which blocks cloudflare related operations.
by shogun1234
2021-02-20 00:35
Forum: Graphical Environments & Desktops
Topic: [SOLVED] Reload this Page DNS-over-HTTPS quetion
Replies: 1
Views: 1534

[SOLVED] Reload this Page DNS-over-HTTPS quetion

I check firefox (version 78.6.1 esr) preference settings. I am sure that the option "Enable DNS over HTTPS" is checked and is configured to cloudflare 1.1.1.1 (This is also in /etc/resolve.conf). But when check cloudflare page https://1.1.1.1/help It shows following configuration that I wo...
by shogun1234
2020-11-16 18:15
Forum: Graphical Environments & Desktops
Topic: [Solved] unstack i3wm container
Replies: 2
Views: 3349

Re: unstack i3wm container

Ok. I think the issue is just to press Mod+Shift+Left or Mod+Shift+Right to move the window outside the container until no window left in that container. Then that S Navigator container can be removed. Thanks.
by shogun1234
2020-11-10 20:25
Forum: Graphical Environments & Desktops
Topic: [Solved] unstack i3wm container
Replies: 2
Views: 3349

[Solved] unstack i3wm container

I accidentally lunch window container in stacked layout like https://imgur.com/d06vMeY Searching on the internet I then realize it's in stacked layout. But how can I unstack it? My problem is even closing that window container and re-execute e.g. firefox, the window container is still in stacked lay...
by shogun1234
2020-05-20 21:06
Forum: Graphical Environments & Desktops
Topic: [SOLVED] How to test riot.im video/ audio quality?
Replies: 5
Views: 3419

Re: How to test riot.im video/ audio quality?

I agree that the service that Skype provides might not be easily avail in free service like riot.im or something similar. And thank you for the input. Will look into Cheese. I don't have skype, so I don't know exactly what you are talking about, but is it like an actual service that you call, like a...
by shogun1234
2020-05-20 21:03
Forum: Graphical Environments & Desktops
Topic: Can't launch libreoffice
Replies: 3
Views: 2709

Re: Can't launch libreoffice

Ah, maybe that's because I always do fresh install from netinstall image, then change the source.list to use testing? If so what would be recommended to use testing version with netinstall (I don't want to download a bunch of iso images)? The apt policy[b/] returns following result. And the way of i...
by shogun1234
2020-05-19 18:40
Forum: Graphical Environments & Desktops
Topic: Can't launch libreoffice
Replies: 3
Views: 2709

Can't launch libreoffice

Recently I can't launch libreoffice for editing doc, spredsheet and so on. The message I observe so far is I18N: Can't set X modifiers for locale "en_US.UTF-8" However checking locale it's set to en_US.UTF-8 (Don't know how to check that for X because it's seemingly more related to X). LAN...
by shogun1234
2020-05-17 15:17
Forum: Graphical Environments & Desktops
Topic: [SOLVED] How to test riot.im video/ audio quality?
Replies: 5
Views: 3419

Re: How to test riot.im video/ audio quality?

I don't know what you mean with "the good quality video"? Like resolution or something? I checked the snap app and, you are correct the settings does not have a preview type of thing. Perhaps you can suggest it. But I think a work around can be to use something like cheese. The settings a...
by shogun1234
2020-05-17 15:01
Forum: Graphical Environments & Desktops
Topic: How to find the name in gnome-terminal through fc-list?
Replies: 3
Views: 2474

Re: How to find the name in gnome-terminal through fc-list?

Sorry replying late. I tried fc-match monospace , the command shows DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book" And there is no fontconfig under .config folder. But I notice I have fontconfig installed already. $ sudo apt-get install fontconfig Reading package lists... Done Bui...
by shogun1234
2020-05-11 14:52
Forum: Graphical Environments & Desktops
Topic: How to find the name in gnome-terminal through fc-list?
Replies: 3
Views: 2474

How to find the name in gnome-terminal through fc-list?

I use Debian cat /etc/debian_version bullseye/sid And am learning to use simple term using the doc described at https://wiki.archlinux.org/index.php/St#Font But when trying to configure font I encounter a problem, I search Monospace with command below fc-list | grep -i monospace But nothing returns....
by shogun1234
2020-04-23 20:23
Forum: Graphical Environments & Desktops
Topic: [SOLVED] How to test riot.im video/ audio quality?
Replies: 5
Views: 3419

[SOLVED] How to test riot.im video/ audio quality?

I want to replace im such as Skype with riot.im as my desktop instant message tool. And I also want to convince my friends to use it. But after searching with keywords such as riot.im video, I don't find good examples or videos on youtube that show the good quality communication (or video conference...
by shogun1234
2020-02-17 20:33
Forum: Graphical Environments & Desktops
Topic: VLC can't play video streamed from youtube
Replies: 2
Views: 3408

VLC can't play video streamed from youtube

I want to play a video. So I do Media > Open Network Stream > Paste link to 'Please enter a network URL' But console prints following error [00007f37ec03fe50] lua stream error: Couldn't extract youtube video URL, please check for updates to this script How can I check for updates to this lua script?...
by shogun1234
2020-02-04 21:00
Forum: Graphical Environments & Desktops
Topic: Video Editing
Replies: 8
Views: 13979

Re: Video Editing

Originally I thought he will give up using it immediately. But my friend looks like interested about using Debian + open source video editing software. Your recommendation is invaluable info, thanks for the recommendation! Hi Shogun, I just do novice history videos,,as a hobby, Have tried about ever...
by shogun1234
2020-02-01 21:30
Forum: Graphical Environments & Desktops
Topic: Video Editing
Replies: 8
Views: 13979

Video Editing

Came across to this thread http://forums.debian.net/viewtopic.php?f=20&t=59584 whilst searching on the internet about video editing. What's the current state of those open source software editors? These are open source video editors I found so far https://itsfoss.com/best-video-editing-software-...
by shogun1234
2020-01-06 14:46
Forum: General Questions
Topic: Regular Expression problem
Replies: 0
Views: 2160

Regular Expression problem

I have a string which looks like LIST(NAME(john,123),NAME(brown, 456),...) In vim I want to wrap personal names with double quotes. So the string would become LIST(NAME("john", 123), NAME("brown", 456), ...) The RE I attempt to match is :g/NAME\([:alpha:],\d\)/s//NAME\(\"\1\...
by shogun1234
2019-12-09 08:25
Forum: Graphical Environments & Desktops
Topic: E: Unable to locate package error
Replies: 3
Views: 3093

Re: E: Unable to locate package error

Have you looked in your logs? (/var/log/apt/history.log) Don't know why but it looks like it can be removed now. $ sudo apt-get purge pantheon* [sudo] password for jason: Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'pantheon-agent-polkit'...