When I click restart from the menu, the only thing that happens is that the application bar disappears! I am going to try opening a Konsel and trying a Sudo reboot.
Announcement
Collapse
No announcement yet.
Restart dosn't work anymore
Collapse
X
-
Restart dosn't work anymore
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntuTags: None
- Top
- Bottom
-
Nope CTRL ALT T just shows a very small black box with a white greater than sign in it. Discover just did a few updates to GTK packages so maybe GTK got borked? When 'discover' got the updates it gave me some errors:
It seems copy/past isn't working and since the taskbar disappeared then I can't access the clipboard to see if it is there but several repos had no candidates for packages.Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
-
Just reboot and choose Advanced options for Ubuntu and then the first (recovery mode) entry from Grub.
Once you see the Recovery Menu, down arrow to network and press Enter. When the Recovery Menu appears again, down arrow to root and press Enter. At the prompt type: apt update and when it's finished, type: apt full-fullupgrade
When the prompt returns, type: exit
At the Recover Menu, press Enter and Enter again.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
I pressed the reset button on my case and the computer reset. When It finished rebooting I typed CTRL + ALT = T and attempted an update:
Code:[FONT=monospace][COLOR=#54ff54][B]vince@steven-tobefilledbyoem[/B][/COLOR][COLOR=#000000]:[/COLOR][COLOR=#5454ff][B]~[/B][/COLOR][COLOR=#000000]$ sudo apt update && sudo apt upgrade [/COLOR] [sudo] password for vince: Hit:1 http://us.archive.ubuntu.com/ubuntu noble InRelease Hit:2 http://security.ubuntu.com/ubuntu noble-security InRelease Hit:3 http://us.archive.ubuntu.com/ubuntu noble-updates InRelease Hit:4 http://us.archive.ubuntu.com/ubuntu noble-backports InRelease [COLOR=#b26818] [/COLOR][COLOR=#000000] [/COLOR] Hit:5 http://us.archive.ubuntu.com/ubuntu noble-proposed InRelease Hit:6 http://cz.archive.ubuntu.com/ubuntu oracular InRelease[COLOR=#b26818] [/COLOR][COLOR=#000000] [/COLOR] Hit:7 https://ppa.launchpadcontent.net/graphics-drivers/ppa/ubuntu noble InRelease [COLOR=#000000][B]1 package can be upgraded. Run 'apt list --upgradable' to see it.[/B][/COLOR][COLOR=#000000] [/COLOR] Not upgrading: libcanberra-pulse Summary: Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 1 [COLOR=#54ff54][B]vince@steven-tobefilledbyoem[/B][/COLOR][COLOR=#000000]:[/COLOR][COLOR=#5454ff][B]~[/B][/COLOR][COLOR=#000000]$ [/COLOR][/FONT]
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
Originally posted by Snowhog View PostJust reboot and choose Advanced options for Ubuntu and then the first (recovery mode) entry from Grub.
Once you see the Recovery Menu, down arrow to network and press Enter. When the Recovery Menu appears again, down arrow to root and press Enter. At the prompt type: apt update and when it's finished, type: apt full-fullupgrade
When the prompt returns, type: exit
At the Recover Menu, press Enter and Enter again.Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
You should be using sudo apt full-upgrade (instead of sudo apt upgrade as you show above). Over time, if one always uses sudo apt upgrade, the likelihood of system breakage increases. That's because of the difference in how apt handles dependencies with upgrade vs full-upgrade.
In the terminal, type: sudo apt update && sudo apt full-upgrade
Note any actual Errors it might spit out.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Originally posted by steve7233 View PostERROR: Invalid operation apt full-fullupgradeWindows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Originally posted by Snowhog View PostMy bad! That should be full-upgrade (sudo apt full-upgrade). Fat fingers this morning.Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
Originally posted by Snowhog View PostYou should be using sudo apt full-upgrade (instead of sudo apt upgrade as you show above). Over time, if one always uses sudo apt upgrade, the likelihood of system breakage increases. That's because of the difference in how apt handles dependencies with upgrade vs full-upgrade.
In the terminal, type: sudo apt update && sudo apt full-upgrade
Note any actual Errors it might spit out.
[sudo] password for vince:
Hit:1 http://us.archive.ubuntu.com/ubuntu noble InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu noble-backports InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu noble-proposed InRelease
Hit:5 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:6 http://cz.archive.ubuntu.com/ubuntu oracular InRelease
Hit:7 https://ppa.launchpadcontent.net/gra...ers/ppa/ubuntu noble InRelease
1 package can be upgraded. Run 'apt list --upgradable' to see it.
Not upgrading:
libcanberra-pulse
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 1
vince@steven-tobefilledbyoem:~$
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
Your issue is libcanberra-pulse. Not sure why it sticks like this. I had the issue and fought over it for a while before I bit the bullet. I uninstalled the package libcanberra-pulseCode:sudo apt remove libcanberra-pulse -y
Code:sudo apt install libcanberra-pulse -y
Challenges are what that keeps us from the borderline of boredom in life's journey. Linux user no. 419401 currently running Kubuntu 24.04
_______________________________________________
Current System: Beelink Mini PC, AMD Ryzen 7 5800H 8 Core(Up to 4.4GHz), 32GB DDR4 RAM 1TB NVME M.2 SSD, SER5 MAX Mini Desktop Computer with TCL BeyondTV5 serving as my monitor.
- Top
- Bottom
Comment
Comment