Latest Ubuntu related questions

Score: 3
user227495 avatar
My cursor theme not working inside Firefox in 21.10
us flag

I have my own cursor theme which works almost everywhere else inside 21.10. But inside Firefox, I see that the cursor falls back to default. Is there any method to make sure that the cursor remains the same inside Firefox as well ?

Thanks.

Score: 0
Tobi Peter avatar
pipe output of do-release-upgrade to file
in flag

I'm trying to pipe the output of the do-release-upgrade command to a file in real time. It is a python script and for some reason I can't make it show the output printed to the terminal normally to a file. I tried different approaches like

python3 -u /usr/bin/do-release-upgrade -f DistUpgradeViewNonInteractive --allow-third-party > status.txt

or

script -c "/usr/bin/do-release-upgrade -f DistUpgradeVi ...
Score: 0
Color management fail on Ubuntu 21.10
cn flag

After upgrade to 21.10, color management seems disabled throughout the system. On a wide-gamut monitor, the colors look garish. It's as if the OS's color daemon doesn't load my monitor profile, even though everything looks correct in the Color section of Settings. The output of colormgr get-devices-by-kind display also shows the correct profile associated with the monitor. The colord service is runni ...

Score: 1
Sudden icons and color changed and I cannot revert it
sa flag

Icons have changed, terminal is now white. I cannot recall doing something that might have done this and I don't know how to bring my old setup back. This one looks horrible

enter image description here

enter image description here

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.3 LTS
Release:    20.04
Codename:   focal

Any suggestions?

Score: 0
GuedesBF avatar
Black screen Budgie 20.04 after changing background image
in flag

I just installed Ubuntu Budgie in my dual-boot 2015-ish macbook. Things were running smoothly. I changed the background image, rebooted into MACOS, then tried to boot back into Budgie, but got a dreaded black screen right after i type in username and password.

Curiously, I boot alright with other usernames and if I try to boot with tty5.

Is there a chance just changing the background image messed up ...

Score: 2
Jagadeesh Ch avatar
Umask not working when using SFTP/SCP directories to achieve 755 for directories, 644 for files
cn flag

I'm using EC2 Ubuntu 20.04 and got the umask set to 022. But however, any file/directory creations are landing up with permissions 775 for directories and 664 for files, just like default 002 umask is considered.

Tried many ways and changed the following:

Added "umask 022" in ~/.bashrc
Added "umask 022" in ~/.profile
Added "umask 022" in /etc/profile and /etc/bash.bashrc
Added "session optional pa ...

Score: 1
zuza avatar
How about only one zpool in Ubuntu instead of bpool + rpool? Will zsys or anything like systemd mount generators be broken? Other concerns?
in flag

I am aware that grub does support only some of zpool features and usually this is the reason of having 2 pools.

Also 2 pools are used to encrypt only one (rpool) of them.

But that’s not a problem if I can make my mono-pool grub-compatible and apply options like encryption only to datasets other than /boot ?

In all zfs guides for linux I've seen they always create 2 pools and even the naming of them i ...

Score: 1
MegaTKC avatar
Ubuntu 21.10 bug on raspberry pi
br flag

I just upgraded to Ubuntu 21.10 from Ubuntu 21.04. I enjoy the new GNOME 40 desktop environment. Though, there is an issue with it. I am having issues with the Ubuntu Dock and the Applications Menu. Whenever I click on an app and try to drag the application from the dock or the menu, the desktop freezes or crashes. I have no choice, but to turn off the pi. I don't know why this happens. I own a raspberr ...

Score: 1
Error in root flesystem (abridged output)
us flag

Today when I started my machine (HP Pavilion running Kubuntu 20.04) I got an immediate hard drive error. I somehow managed to work around that to gain acccess to the Net, enabling me to send this message. But something is clearly very wrong, almost certainly with the hardware. What can I do?

Immediately after I boot,I get these messages:

Hard Disk Error

Please run the Hard Disk Test System Diagnosti ...

Score: 0
Maheswar KARAKKATTU KISHOR KUM avatar
Video can only play at 480p
in flag

I just installed Ubuntu 20.04.3 LTS on my computer. It is said to be better than Windows 8.1. I had Windows 8.1 on this same computer. I could play up to 4k video. But after installing Ubuntu, one bar on my WiFi icon has gone down. On Windows 8.1 it was always full. Now I can only play videos in 480p. Can anyone help me fix this? Its not my internet problem. I get like 90 mbps.

Here are the specs ...

Score: 1
Kenryu Shibata avatar
Minecraft server times out on every session
cn flag

I'm playing Minecraft Java Edition 1.17.1 on Ubuntu 21.10. My Minecraft server is Papermc version 1.17.1, using Ubuntu 20.04.3 server and openjdk 16).

Every time I join, the server times out after a few minutes. I tried to see if this happens on windows 10, and it didn't.

How can I stop times out from server?

P.S. On the error screen, it's just simply says "Connection lost, Timed out Screen Shot: The con ...

Score: 2
Mostafa Rafea avatar
My internal microphone doesn't work on Ubuntu 20.04
dz flag

I have tried to search for lots of solutions but none of them worked.

I have a dual boot system Windows 10 and Ubuntu 20.04 the mic works fine on Windows 10 but not working on Ubuntu 20.04 and I have a Lenovo Ideapad 520 laptop.

How can I get the mic to work, please?

Score: 0
Destro avatar
How to set up two wifi access-points on one wifi device on Ubuntu 20.04.3
au flag

So I want to set up Wi-Fi on the raspberry Ubuntu server, but I need to get it to connect to two access-points, one needs a static IP and the other one dhcp4.

This is my network-config file that I used to set up the Raspberry Pi:

version: 2
ethernets:
  eth0:
    dhcp4: true
    optional: true
wifis:
  wlan0:
    addresses:
      [192.168.1.201/24]
    gateway4: 192.168.1.1
    nameservers:
      addr ...
Score: 0
Andrea Moro avatar
Where should I save my files before making the install?
cn flag

Apologies for the perhaps silly question. Say that I have a tarball that doesn't come with a ./configuration script, if I download the file in the temp Download folder and then I make the make --install, will the file:

a) compiled and moved somewhere so that I can delete the temp folder b) compiled and linked to the temp folder?

Assuming b), what's the best location to move these applications? Thank ...

Score: 0
Melvin86 avatar
fstab external HDD failed to mount automatically on boot
im flag

fstab is not mounting my 2 external disks on boot. The commands should be fine because when I run sudo mount -a the get mounted.

Here are the commands:

UUID=myUUID /home/pc/plots-first ntfs defaults,nofail,x-systemd.device-timeout=1ms 0 0
UUID=myUUID2 /home/pc/plots-sdb1 ext4 defaults,nofail,x-systemd.device-timeout=1ms 0 0

Here is the journal log:

(base) pc@pc-home:~$ journalctl -b 0 | grep moun ...

The Stunning Power of Questions

Much of an executive’s workday is spent asking others for information—requesting status updates from a team leader, for example, or questioning a counterpart in a tense negotiation. Yet unlike professionals such as litigators, journalists, and doctors, who are taught how to ask questions as an essential part of their training, few executives think of questioning as a skill that can be honed—or consider how their own answers to questions could make conversations more productive.

That’s a missed opportunity. Questioning is a uniquely powerful tool for unlocking value in organizations: It spurs learning and the exchange of ideas, it fuels innovation and performance improvement, it builds rapport and trust among team members. And it can mitigate business risk by uncovering unforeseen pitfalls and hazards.

For some people, questioning comes easily. Their natural inquisitiveness, emotional intelligence, and ability to read people put the ideal question on the tip of their tongue. But most of us don’t ask enough questions, nor do we pose our inquiries in an optimal way.

The good news is that by asking questions, we naturally improve our emotional intelligence, which in turn makes us better questioners—a virtuous cycle. In this article, we draw on insights from behavioral science research to explore how the way we frame questions and choose to answer our counterparts can influence the outcome of conversations. We offer guidance for choosing the best type, tone, sequence, and framing of questions and for deciding what and how much information to share to reap the most benefit from our interactions, not just for ourselves but for our organizations.