Re: [Trisquel-users] Trisquel 8 with kernel 4.15.0-99 BusyBox error

2020-05-03 Thread diopon
Hello, thank you, I managed it. Unfortunately I didn't install all the needed kernel packets, this is why I got this error message. Now the OS is booting fine, but after the login the system is frozen at 90% of my efforts. Any advice how to fix this error?

Re: [Trisquel-users] Trisquel 8 with kernel 4.15.0-99 BusyBox error

2020-05-02 Thread jbar
You can chroot from a live session. Boot from a live CD and open a terminal. Then, assuming your root partition is /dev/sda1 $ sudo su # TARGET=/media/sda1 # mkdir -p $TARGET # mount /dev/sda1 $TARGET # mount --bind /dev $TARGET/dev # mount --bind /dev/pts $TARGET/dev/pts # mount --bind

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-12-19 Thread jason
If you have something that needs the kernel headers that can be done by installing the appropriate -headers package. I think earlier you installed linux-libre-5.4, so that it would be linux-libre-5.4-headers. Maybe I should mention this on the website just in case. The kernel headers are

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-12-19 Thread strypey
Everything seems to be working OK, but when I ran apt update and apt upgrade today, I noticed the output included the following error message: > * dkms: running auto installation service for kernel 5.4.5-gnu Error! echo Your kernel headers for kernel

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-12-17 Thread mason
> Would it be a good idea to have an interactive prompt from the package > manager? Perhaps when an LTS kernel reaches EOL, you could bump the version number and replace it with a transitional package to the next LTS kernel. For example, when 4.4 reaches EOL, turn linux-libre-4.4 into a dummy

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-12-11 Thread jason
"Because, as Chaosmonk points out, getting the latest and greatest kernel versions isn't that useful for an old 32-bit laptop" There can still be other benefits, like new (non-hardware) features in the kernel. An example is how 5.4 has various filesystem improvements.

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-12-11 Thread jason
Would it be a good idea to have an interactive prompt from the package manager? I'm thinking perhaps a few different types: * One might start appearing, say, 30 days before it becomes end-of-life. With each new version during that time there would be a message with an "OK" button. Is that

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-12-11 Thread strypey
Because, as Chaosmonk points out, getting the latest and greatest kernel versions isn't that useful for an old 32-bit laptop, I decided to go with: "I want the latest version of Linux-libre, but when 5.5 comes out as the next major new release I want to wait a bit before upgrading so that

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-12-11 Thread strypey
> Maybe you ran 'sudo apt autoremove' after removing all jxself's kernels. AFAIK I didn't remove them all, I removed only the one that was causing the problem, using the purge command mentioned further up in the thread: sudo apt purge linux-image-5.4.0-gnu I may have run automremove after

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-12-07 Thread strypey
Ah, I think I see what my error was. By using "purge" instead of "remove", I not only removed the Linux kernel version that was causing me problems, but I undid almost everything I did when I added your linux-libre repo in the first place. A better approach would have been to use "remove",

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-12-06 Thread jason
If you install linux-image-5.4.2-gnu for example you will forever be stuck on 5.4.2 so that's not what you want to do. The idea is you don't install the linux-image packages directly but one of the metapackages, which then pull in the linux-image packages as a dependency. Those

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-12-06 Thread strypey
OK, apt update appears to be working now, but apt upgrade is not offering any upgrades. uname -r still outputs: 5.3.12-gnu I tried entering: sudo apt install linux-image-5. ... and then double-tabbing to see what kernel versions are available to install. The only 5.4 options were:

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-12-02 Thread jason
Sounds like the keyring package was also removed when the kernel package was uninstalled. Do: wget -O - https://jxself.org/gpg.asc | sudo apt-key add -

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-12-02 Thread strypey
jxself: > What happens when you try? Either the apt update hangs, or I get the following error message: Err:5 mirror://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt freesh InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-30 Thread softwdensky
Thank you. It booted with 5.3.12 and I learned some things what I should do after the trouble solved. I was trying to copy the data to the USB disk.

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-29 Thread jason
What happens when you try?

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-29 Thread jason
"which is a metapackage that always depends on the latest 4.14 kernel, so you'll get security updates to 4.14 but won't get upgraded to a newer kernel for as long as 4.14 is supported." More like "won't get upgraded to a newer kernel ever, even when 4.14 is no longer supported." Once 4.14

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-29 Thread jason
There are a few questions in this. It will take some effort to unpack them all, so here goes: There was an announcement back in (I think) April 2018 that LTS kernels would be supported for 6 years. Well, it turns out that's not entirely true. Well, maybe it is. What seems to happen is that

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-29 Thread mason
> Quick questions, since I ran ... > > sudo apt purge linux-image-5.4.0-gnu > > ... on my 32-bit laptop, it seems unable to connect to the linux-libre > repo when I apt update. Is that expected behaviour after running that > command? Would I have been better to just use 'remove' instead of >

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-29 Thread mason
> So if that table is correct, how to I downgrade to 4.14, and how do I > make sure I only get updates to that version, rather than newer kernel > versions? If you are using jxself's repo, run $ sudo apt install linux-libre-4.14 which is a metapackage that always depends on the latest 4.14

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-29 Thread strypey
Quick questions, since I ran ... sudo apt purge linux-image-5.4.0-gnu ... on my 32-bit laptop, it seems unable to connect to the linux-libre repo when I apt update. Is that expected behaviour after running that command? Would I have been better to just use 'remove' instead of 'purge'?

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-28 Thread strypey
Chaosmonk: > I would just pick the most recent LTS kernel that works with your hardware, and stick with that for as long as it receives security updates. I thought I did that, but I guess not. 5.4 is an LTS version. The last version before that was 4.19, which is projected to EOL in a

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-28 Thread jason
I believe that the bug you reported is now fixed in kernel version 5.4.0-gnu-2.0. This has been uploaded to the master server: http://linux-libre.fsfla.org/pub/linux-libre/freesh/pool/main/l/linux-5.4.0-gnu/ and the mirrors should sync over the next 24 hours.

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-28 Thread mason
> How can I find something to share here that might tell you why the > kernel is panicking with 5.4.0 but not with 5.3.12? I don't know the answer to this, but my general suggestion is that any upgrade comes with a risk of regression, so when you upgrade it should be for a reason. In general the

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-28 Thread strypey
FYI I ran ... sudo apt purge linux-image-5.4.0-gnu ... on my 32-bit laptop and rebooted it and now its booting fine.

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-28 Thread strypey
jxself: > It might be useful to see if there's anything earlier that wasn't photographed that might explain why. How can I find something to share here that might tell you why the kernel is panicking with 5.4.0 but not with 5.3.12? Is there a command I can run to spit out some useful

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-28 Thread strypey
I'm getting pretty much the same issue as Masaru. I've been installing kernels from the jxself linux-libre repo for months now, on both my laptops, with no issues. But I did an upgrade last night before I shut my 32-bit laptop down, and when I tried to boot it today using the latest kernel

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-27 Thread softwdensky
> It might be useful to see if there's anything earlier that wasn't photographed that might explain why. Do you mean that what I had done with the laptop before the trouble happened? If so, I think I did not do unusual something. Just browsing, checking emails, writing something to post here

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-27 Thread softwdensky
Thanks for your reply. GRUB menu displays before boot by pressing c key and I did "grub> boot" and I got "error: you need to load the kernel first.". It reminded me what I had have had to boot from GRUB and I got the same error message then, too. I don't remember well why I was trying to

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-26 Thread jason
This does not appear to be a kernel bug. If you'll notice, the problem seems to be with the init system. When the init system is killed, the kernel does indeed panic. This is expected behavior. It might be useful to see if there's anything earlier that wasn't photographed that might explain

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-26 Thread marit
If GRUB menu is displayed before boot then select an entry for an older Linux kernel and try to boot. After that uninstall your 5.4.0-gnu kernel image (it does not seem to be available from Trisquel repositories, report the bug about your laptop not booting to https://bugzilla.kernel.org)

[Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-26 Thread softwdensky
Hi, please look at the screenshot of the screen of my laptop that appears after boot. I saw the same letters/screen after I tried to shut down the laptop last time. It was several hours ago. After that it happens every time. Can I do something to fix this? Thanks.

Re: [Trisquel-users] Trisquel 8 does not boot after updating and upgrading

2019-11-26 Thread softwdensky
I forgot to attach the screenshot.

Re: [Trisquel-users] Trisquel 8 - Graphic Card Radeon HD

2019-09-23 Thread calmstorm
Yeah I know, I just thought I should have made a suggestion beyond just warning him not to use non-free crap. Jxself did what I considered to be useful. :)

Re: [Trisquel-users] Trisquel 8 - Graphic Card Radeon HD

2019-09-23 Thread andyprough
> My apologies floppy, if I upset you, I am just trying to warn you. But yeah, you could try what jxself said as a suggestion. You were correct. Not only is it non-free and not to be trusted, but it is also the wrong firmware for that card.

Re: [Trisquel-users] Trisquel 8 - Graphic Card Radeon HD

2019-09-23 Thread calmstorm
My apologies floppy, if I upset you, I am just trying to warn you. But yeah, you could try what jxself said as a suggestion.

Re: [Trisquel-users] Trisquel 8 - Graphic Card Radeon HD

2019-09-23 Thread jason
It can't hurt to try a newer kernel just in case: https://jxself.org/linux-libre/

Re: [Trisquel-users] Trisquel 8 - Graphic Card Radeon HD

2019-09-23 Thread andyprough
I'm pretty sure the driver you want is the free radeon driver. It explicitly supports your RV710 card according to Debian and according to the reports of Trisquel users on h-node, and Debian reports that the non-free amdgpu driver is for later video cards:

Re: [Trisquel-users] Trisquel 8 - Graphic Card Radeon HD

2019-09-23 Thread xliang9550
Non-free firmware won't fix your problems and may be security vulnerabilities. Your notebook's graphics card is much older (at least 6~7 years older) than the non-free firmware packages you installed, so I'm afraid they can't address any problem that is relevant to your very old GPU. I

Re: [Trisquel-users] Trisquel 8 - Graphic Card Radeon HD

2019-09-22 Thread calmstorm
I would remove that firmware quickly... (firmware-amd-graphics_20161130-5~deb8u1_all.deb) (firmware-misc-nonfree_20161130-5~deb8u1_all.deb) (firmware-linux-nonfree_20161130-5~deb8u1_all.deb) these are a security risk and a privacy risk. That aside, non-free software isn't going to fix this

[Trisquel-users] Trisquel 8 - Graphic Card Radeon HD

2019-09-22 Thread florent . nisseron
Hi, I recently installed Trisquel 8 on an old Samsung R522. All is fine but image or photos are displayed with a bad aspect ratio and they seems to be shrinked. If I take a look to configuration, the screen has the following resolution 1024x768 61Hz. When my computer use Windows OS, the

Re: [Trisquel-users] Trisquel 8 Text Install On Macbook Pro Won't Install

2019-06-25 Thread davidpgil
How and which display manager should I install?

Re: [Trisquel-users] Trisquel 8 Text Install On Macbook Pro Won't Install

2019-06-24 Thread mason
On 06/25, davidp...@protonmail.com wrote: > /scripts/init-premount/plymouth: line 38: /sbin/plymouthd: not found > /scripts/init-premount/plymouth:line 38: /bin/plymouth: not found > /dev/sda2: clean, 63170/60989440 files, 4134501/243940096 blocks > /scripts/init-bottom/plymouth: line 18:

Re: [Trisquel-users] Trisquel 8 Text Install On Macbook Pro Won't Install

2019-06-24 Thread davidpgil
I found the time to attempt another text install of the trisquel 8 iso after having completely wiped my drive to make sure i was installing 100% clean. i was able to install without issues using the cd installer in text mode. however, after i reboot my system is stuck during startup at:

Re: [Trisquel-users] Trisquel 8 Text Install On Macbook Pro Won't Install

2019-06-19 Thread mason
> How bizarre -- remove the usb installer during mid installation?! Yeah, it's a weird one. I had run into an issue the graphical installer on Macbooks where I'd get a grub error when connected to the internet. I wonder if there's something odd about the SSDs used in some Macbooks. > I will just

Re: [Trisquel-users] Trisquel 8 Text Install On Macbook Pro Won't Install

2019-06-19 Thread David Philipe Gil
How bizarre -- remove the usb installer during mid installation?! Its stuff like this that keeps the majority of people away from Linux... I will just try again using a CD. What is involved in fixing this for way upstream? I doubt I have the coding skills to fix it myself. publickey -

Re: [Trisquel-users] Trisquel 8 Text Install On Macbook Pro Won't Install

2019-06-19 Thread enduzzer
What happens if you remove the USB? https://www.rants.org/2014/09/debian_install_solving_grub_error/ https://trisquel.info/en/forum/netinstall-0#comment-94864

Re: [Trisquel-users] Trisquel 8 Text Install On Macbook Pro Won't Install

2019-06-18 Thread davidpgil
Does Trisquel 8 support text install on Macs? My Macbook Pro is a 17" Mid-2010 model.

Re: [Trisquel-users] Trisquel 8 Text Install On Macbook Pro Won't Install

2019-06-18 Thread davidpgil
... and then:

Re: [Trisquel-users] Trisquel 8 Text Install On Macbook Pro Won't Install

2019-06-18 Thread davidpgil
(im having trouble showing inline images on this forum) ... the error pages i get are:

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-17 Thread mason
> Shit... it means I have been going without security updates for some > time now. After correcting it I got 137 updates, onve of them I > noticed was Abrowser which has been receiving regular updates > nonetheless. I received an Abrowser update today as well, so that might have been a

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-17 Thread gnuser
Shit... it means I have been going without security updates for some time now. After correcting it I got 137 updates, onve of them I noticed was Abrowser which has been receiving regular updates nonetheless. Synaptic should avoid letting the user without security updates, IMHO. Thanks for

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-17 Thread mason
> My sources.list looks like this now > __ > # deb http://us.archive.trisquel.info/trisquel/ flidas main > # deb http://us.archive.trisquel.info/trisquel/ flidas-updates main > # deb http://@SECURITYHOST@@SECURITYPATH@ flidas-security main >

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-17 Thread gnuser
I am able, however, to install packages without the system complaining about hash sums and such... My sources.list looks like this now __ # deb http://us.archive.trisquel.info/trisquel/ flidas main # deb

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-16 Thread gnuser
I don't know, this was made by Synaptic. I have been receiving regular updates, only thing I did was adding the Tor part. I run those commands, and got this: $ sudo apt-get clean $ sudo apt-get update Get:1 tor+http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu xenial InRelease Get:3

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-16 Thread mason
> Hash Sum mismatch From [1], try $ apt-get clean $ rm -rf /var/lib/apt/lists/* $ apt-get clean $ apt-get update > # Uncomment this lines to enable the backports optional repository > # deb http://us.archive.trisquel.info/trisquel/ flidas-backports main > # deb-src

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-16 Thread mason
> From [1], try [1] https://stackoverflow.com/questions/15505775/debian-apt-packages-hash-sum-mismatch signature.asc Description: PGP signature

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-16 Thread gnuser
sudo apt update Get:1 tor+http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu xenial InRelease Err:3 tor+http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu xenial/main amd64 Packages Hash Sum mismatch Err:4 tor+https://archive.trisquel.info/trisquel flidas/main Sources Hash Sum

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-16 Thread mason
> I tried running > > sudo apt update > > and noticed that even some PPAs failed to authenticate (something to do > with the Hash Verification). Can you post the output of $ sudo apt update and the output of $ ls /etc/apt/sources.list.d/ and the contents of /etc/apt/sources.list ?

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-16 Thread gnuser
I tried running sudo apt update and noticed that even some PPAs failed to authenticate (something to do with the Hash Verification). Maybe this means that it's not related to Trisquel server, but instead something on my part. I just don't know what it could be.

Re: [Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-16 Thread gnuser
Any help please? Thanks.

[Trisquel-users] Trisquel 8 giving an error "packages could not be authenticated"

2019-06-15 Thread gnuser
Hey, I tried installing some new packages today, and it said that the packages couldn't be authenticated, asking if I wanted to go on and install them anyway. I choose "no". Is anyone having the same issue? My sources.list file looks like this deb

Re: [Trisquel-users] Trisquel 8 not reporting GPU temperature

2019-05-25 Thread gnuser
I will seek more info on this and get back to you if I find anything useful. Thanks!

Re: [Trisquel-users] Trisquel 8 not reporting GPU temperature

2019-05-25 Thread gnuser
Yes, as far as I know it uses Intel integrated HD. But I thought it would give me a separate temperature when doing graphical stuff (watching videos and playing games). Of course, the fact that Magic Banana made that question indicates to me that I am less literate about integrated graphics

Re: [Trisquel-users] Trisquel 8 not reporting GPU temperature

2019-05-24 Thread enduzzer
Not sure why, but Ubuntu MATE applet shows the same frozen temperature with an integrated GPU.

[Trisquel-users] Trisquel 8 not reporting GPU temperature

2019-05-24 Thread gnuser
Hey there, I am using Trisquel 8, in a T400 Librebooted laptop. I have installed MATE Sensors Applet 1.12.1 and I can get the Hard Drive temperature, both CPU cores temperature, it even tells me if the fan is spinning or not and the amount of RPM. However the GPU always states -128*C (I am

Re: [Trisquel-users] Trisquel 8: Do you know how to restore the default panel ?

2019-04-30 Thread careless
I solved the problem to my self! The default Trisquel panel is the Redmond one but just a little bit stretched

[Trisquel-users] Trisquel 8: Do you know how to restore the default panel ?

2019-04-30 Thread careless
I have changed the layout panel from the mate-tweak tool and now I don't know how to come back to the default panel. Can you help me, pleas ?

Re: [Trisquel-users] Trisquel 8 net install - full disk encryptiption not working

2019-04-23 Thread Narcis Garcia
I've done this with manual partitioning: Partition for /boot unencrypted (enough with 512MiB) Partition for / encrypted This is not «full disk encryption» but it's the widest one in an easy way for GUI users. El 22/4/19 a les 22:28, skinhap...@protonmail.com ha escrit: > I'm pretty sure Trisquel

Re: [Trisquel-users] Trisquel 8 net install - full disk encryptiption not working

2019-04-22 Thread skinhaptik
I'm pretty sure Trisquel only does /home encryption by default with the GUI installer. If there is a full disk encryption option with GUI I'm not sure it actually works currently as I think someone on IRC tested it when I was trying to get Trisquel encrypted.

Re: [Trisquel-users] Trisquel 8 net install - full disk encryptiption not working

2019-03-26 Thread richardmillea
LibrebIobit is correct. You can install via the 'try trisquel' option, then selecting the 'install Trisquel' option. You can perform an encrypted install via the installer. This will be an encrypted install like any other GNU/Linux install. What you can't do is encrypt the /boot too. I'm

Re: [Trisquel-users] Trisquel 8 net install - full disk encryptiption not working

2019-03-25 Thread fothrmed
You can do the 'try trisquel without installing' then install triquel within the desktop, and the GUI installer will encrypt the OS. Im not sure if its Full disk, but it encrypted 130 Gigs of my 150 gig HDD.

Re: [Trisquel-users] Trisquel 8 net install - full disk encryptiption not working

2019-03-03 Thread no-email
You can wait they fix the bug or You can try to install Hyperbola: https://wiki.hyperbola.info/doku.php?id=en:guide:encrypted_installation

[Trisquel-users] Trisquel 8 net install - full disk encryptiption not working

2019-03-02 Thread skinhaptik
Recently I wanted to install Trisquel 8 (with net install) on a librebooted X200s ThinkPad with full disk encryption. However, it is currently broken unfortunately. There is an error during the installation as found in this bug report: https://trisquel.info/en/issues/25533 Also, the

Re: [Trisquel-users] Trisquel 8: exporting and importing Pidgin configuration files

2019-01-13 Thread andre
Thanks for thinking with. I searched and found a lot of files throughout the system. After a fresh configuration of Pidgin it now works.

Re: [Trisquel-users] Trisquel 8: exporting and importing Pidgin configuration files

2019-01-13 Thread greatgnu
Try also copying the pidgin folders in (I have no idea of the actual name of the path..but you will find it..) -> ~/.config/pidgin , ~/.config/purple , ~/local/share/pidgin , ~/local/share/purple cheers o/

[Trisquel-users] Trisquel 8: exporting and importing Pidgin configuration files

2019-01-12 Thread andre
Dear Trisquel users, Please excuse me for my ignorance. Based on [1] I get the impression that it is possible to export and import the Pidgin configuration files. I've exported everything in .purple and copied it to another Trisquel 8 laptop. But starting Pidgin there it opens with

[Trisquel-users] Trisquel 8: Lightning for Icedove

2019-01-12 Thread andre
Dear Trisquel users, Please excuse me for my ignorance. Facing the same challenge as [1] (thread locked), I did as advised but still do not see Lightning in the add-ons manager of Icedove. Thanks in advance. [1] https://trisquel.info/en/forum/trisquel-8-lightning-icedove

Re: [Trisquel-users] Trisquel 8 preloaded software

2018-12-30 Thread Mason Hock
> where (link) can I find the list of preloaded software of Trisquel 8? The most reliable way to see what software is already installed on your system is to open Synaptic Package Manager. This will show you every package installed and allow you to add/remove packages. You can also go to

[Trisquel-users] Trisquel 8 preloaded software

2018-12-30 Thread foreign . mail
Hello, where (link) can I find the list of preloaded software of Trisquel 8? This to avoid downloading a software once again, if this software is already installed in the new Trisquel 8 version. Thanks and...Happy New Year. New in town

Re: [Trisquel-users] Trisquel 8: Not able to format USD or SD cards. synaptic package manager fails. Unable to set time and date

2018-12-01 Thread Mason Hock
I misread your title, sorry. Can you launch these programs from a terminal as root using gksudo? For example, $ gksudo synaptic should launch a window prompting your for your password, and when then when Synaptic launches Synaptic should work. If that doesn't work, run $ groups in a

Re: [Trisquel-users] Trisquel 8: Not able to format USD or SD cards. synaptic package manager fails. Unable to set time and date

2018-12-01 Thread mason
I didn't know that Synaptic was even capable for formatting disks. I thought it was only intended for package management. Have you tried using a disk partitioner like GParted? signature.asc Description: PGP signature

[Trisquel-users] Trisquel 8: Not able to format USD or SD cards. synaptic package manager fails. Unable to set time and date

2018-12-01 Thread wilnav
Hi all, I am simple user. With Trisquel 7 I had no problem with formatting Drives, SD cards, USB drives. Not trouble using Synaptic, or setting time and date. In particular setting time and date won't let me unlock. The lock/unlock icon isn't active. All of the above I accessed

Re: [Trisquel-users] Trisquel 8 KDE Plasma 5.5.5 Custom Keyboard Shortcuts

2018-10-04 Thread Mason Hock
> The problem is, that menu does not exist in my system > settings. First I'd make sure that you have all desktop components by reinstalling the triskel metapackage. $ sudo apt install triskel > When facing other issues of missing menus, the solution was to install some > package to get access

[Trisquel-users] Trisquel 8 KDE Plasma 5.5.5 Custom Keyboard Shortcuts

2018-10-04 Thread stephen . biggs
Hi, Any one else using Triskel 8? How do you set custom keyboard shortcuts? All the online guides say go to System Settings > Shortcuts > Custom Shortcuts then click add. The problem is, that menu does not exist in my system settings. When facing other issues of missing menus, the

Re: [Trisquel-users] Trisquel 8 - How Do I Change The Trisquel Logo On The UI Panel?

2018-10-02 Thread svenerik_vn
In hindsight I should probably have a new thread for this, bur here we are

Re: [Trisquel-users] Trisquel 8 - How Do I Change The Trisquel Logo On The UI Panel?

2018-10-02 Thread svenerik_vn
Anybody know if there is an easy way to change color/style of all the icons *except* the Trisquel logo. I love to have the Trisquel logo in the bottom left corner, but I want to change the color/styling of all the other icons. Is that easily possible? Or do I need to manually change one

Re: [Trisquel-users] Trisquel 8 - How Do I Change The Trisquel Logo On The UI Panel?

2018-10-02 Thread svenerik_vn
but but but, I can't find the "Redmond" theme, what/where is that?

Re: [Trisquel-users] Trisquel 8 - How Do I Change The Trisquel Logo On The UI Panel?

2018-10-02 Thread svenerik_vn
Right! Well, after I rebooted my computer the logo did infact change color! And the color change is also visible on the all the logos in the /usr/share/icons/trisquel/scalable/places/ folder. So it worked! Very neat :) Now I just wonder if it was necessary to open it with sudo in command

Re: [Trisquel-users] Trisquel 8 - How Do I Change The Trisquel Logo On The UI Panel?

2018-10-01 Thread David Philipe Gil
The easy way to edit that file is to copy the file from that location into an area that you have write access. change the permissions on that file so you have write access. edit the file however you like, then use sudo to copy or move you file to the default location. of course make a backup of

Re: [Trisquel-users] Trisquel 8 - How Do I Change The Trisquel Logo On The UI Panel?

2018-10-01 Thread svenerik_vn
I tried to open the logo from the command line (with sudo), which actually gave me no error message, as opposed to the error message I got when try to open it as admin the "regular" way. But when I clicked on "save" nothing happened, no error message no "success" message, no anything. I

Re: [Trisquel-users] Trisquel 8 - How Do I Change The Trisquel Logo On The UI Panel?

2018-10-01 Thread svenerik_vn
I tried to open the file as admin with Inkscape and got: Failed to load the requested file file:///usr/share/icons/trisquel/scalable/places/trisquel.svg :/ Have u experienced something similar?

Re: [Trisquel-users] Trisquel 8 - How Do I Change The Trisquel Logo On The UI Panel?

2018-10-01 Thread svenerik_vn
Right, I'll try Inkscape, maybe it works better :)

Re: [Trisquel-users] Trisquel 8 - How Do I Change The Trisquel Logo On The UI Panel?

2018-10-01 Thread svenerik_vn
Oooh, that might explain why I struggled. Thank you so much for making this thread, and for patiently answering my questions :)

Re: [Trisquel-users] Trisquel 8 - How Do I Change The Trisquel Logo On The UI Panel?

2018-10-01 Thread svenerik_vn
This was "solved" by opening the file as admin (and be sure to go into proporties of the file and make it so that it opens in and image editor program by default). However, I am no stuck as to what to do. Because if I try to "save" my newly made golden Trisquel logo, it doesn't just

Re: [Trisquel-users] Trisquel 8 - How Do I Change The Trisquel Logo On The UI Panel?

2018-10-01 Thread svenerik_vn
To follow up on my own question: I tried the "Colorify..." option which is found under "Colors", but got an error message Calling error for procedure 'gimp-drawable-merge-shadow': Item 'trisquel.svg' (2) cannot be modified because its contents are locked

Re: [Trisquel-users] Trisquel 8 - How Do I Change The Trisquel Logo On The UI Panel?

2018-10-01 Thread David Philipe Gil
In Inkscape I just deleted the elements that were providing shading and filled everything else with white. . Microblog: https://floss.social/@davidpgil . Sent with

Re: [Trisquel-users] Trisquel 8 - How Do I Change The Trisquel Logo On The UI Panel?

2018-10-01 Thread David Philipe Gil
SVG files are vector based. As far as I know GIMP does not handle SVG files well. However, Inkscape handles them perfectly. . Microblog: https://floss.social/@davidpgil

Re: [Trisquel-users] Trisquel 8 - How Do I Change The Trisquel Logo On The UI Panel?

2018-10-01 Thread svenerik_vn
May I ask why u prefer Inkscape over Gimp?

Re: [Trisquel-users] Trisquel 8 - How Do I Change The Trisquel Logo On The UI Panel?

2018-10-01 Thread svenerik_vn
I tried to open it in Gimp and used the "fill" bucket thing to try to fill the blue with -in my case- yellow, but it would only fill small amounts. Most likely because it is made up of many different shades of blue. I am very curious as to how how managed to make it white :)

  1   2   3   4   5   6   7   >